Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
db1c9c38
Commit
db1c9c38
authored
Jan 18, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a link to weblate on inverse landing page
parent
026cce3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
css/inverse.css
css/inverse.css
+2
-1
sass/inverse/_controlbox.scss
sass/inverse/_controlbox.scss
+1
-0
src/templates/inverse_brand_heading.html
src/templates/inverse_brand_heading.html
+3
-2
No files found.
css/inverse.css
View file @
db1c9c38
...
@@ -2449,7 +2449,8 @@ body {
...
@@ -2449,7 +2449,8 @@ body {
opacity
:
0.8
;
opacity
:
0.8
;
color
:
#387592
;
}
color
:
#387592
;
}
#conversejs
#controlbox
.brand-heading-container
.brand-subtitle
{
#conversejs
#controlbox
.brand-heading-container
.brand-subtitle
{
font-size
:
90%
;
}
font-size
:
90%
;
padding
:
0.5em
;
}
@media
screen
and
(
max-width
:
480px
)
{
@media
screen
and
(
max-width
:
480px
)
{
#conversejs
#controlbox
.brand-heading-container
.brand-heading
{
#conversejs
#controlbox
.brand-heading-container
.brand-heading
{
font-size
:
400%
;
}
}
font-size
:
400%
;
}
}
...
...
sass/inverse/_controlbox.scss
View file @
db1c9c38
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
}
}
.brand-subtitle
{
.brand-subtitle
{
font-size
:
90%
;
font-size
:
90%
;
padding
:
0
.5em
;
}
}
@media
screen
and
(
max-width
:
$mobile-portrait-length
)
{
@media
screen
and
(
max-width
:
$mobile-portrait-length
)
{
.brand-heading
{
.brand-heading
{
...
...
src/templates/inverse_brand_heading.html
View file @
db1c9c38
<span
class=
"brand-heading-container"
>
<span
class=
"brand-heading-container"
>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
inverse
</h1>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
inVerse
</h1>
<p
class=
"brand-subtitle"
><a
href=
"https://conversejs.org"
>
Open Source
</a>
XMPP chat client
</p>
<p
class=
"brand-subtitle"
><a
target=
"_blank"
rel=
"nofollow"
href=
"https://conversejs.org"
>
Open Source
</a>
XMPP chat client
</p>
<p
class=
"brand-subtitle"
><a
target=
"_blank"
rel=
"nofollow"
href=
"https://hosted.weblate.org/projects/conversejs/#languages"
>
Translate
</a>
into your own language
</p>
<span>
<span>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment