diff --git a/css/website.css b/css/website.css index bbe9bd0ac..f389b706f 100644 --- a/css/website.css +++ b/css/website.css @@ -5084,6 +5084,26 @@ h1, h2, h3, h4, h5, h6 { font-weight: normal; letter-spacing: 1px; } +.hidden { + display: none !important; } + +.indiechat { + font-size: 100px !important; + margin-bottom: 0 !important; } + .indiechat .subdued { + opacity: 0.15; + font-size: 95%; + word-spacing: 50px; } + +#about p { + opacity: 0.9; } + +.byline { + font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif; + font-size: 28px; + opacity: 0.6; + margin-bottom: 3em; } + p { margin: 0 0 25px; font-size: 18px; @@ -5230,15 +5250,9 @@ section h4 { .brand-heading-embedded { margin-top: 1.5em; } -.intro-text { - font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif; - font-size: 18px; } - @media (min-width: 767px) { .intro { - padding: 0; } - .intro-text { - font-size: 25px; } } + padding: 0; } } .btn-circle { width: 70px; diff --git a/index.html b/index.html index 877356b82..7c917553f 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,7 @@
-

+

converse

-

A free and open-source XMPP chat client in your browser

-

Try out the fullpage version

+

+ + converse.js

+ +

- @@ -120,19 +140,22 @@
+

What is Converse?

+

Converse is a free and open-source XMPP chat client that runs in a web browser.

+

Converse is easy to set up

-

You can start using it here immediately, or you can integrate it into your own website.

-

Take a look at the demo page for other examples of how Converse can be configured and used. -

You can connect to any publically accessible XMPP/Jabber server.

+

You can use it here, host it yourself, or integrate it into your own website. + It's possible to connect to any publically accessible XMPP/Jabber server. + Take a look at the demo page for other examples of how Converse can be configured and used. +

Need an XMPP/Jabber account?

-

No problem! With Converse you can register an account on any public XMPP server that allows in-band registration, +

No problem! With Converse you can register an account on any public XMPP server that allows in-band registration, including our own at conversejs.org.

Converse is a community

-

Over 130 people have contributed features, bugfixes and translations, and many more have integrated it into their own websites or applications.

-

Come and chat with us at discuss@conference.conversejs.org.

- +

Over 130 people have contributed features, bugfixes and translations, and many more have integrated it into their own websites or applications.

+

Come and chat with us at discuss@conference.conversejs.org.

diff --git a/sass/website.scss b/sass/website.scss index ee6c2b9a7..951185a20 100644 --- a/sass/website.scss +++ b/sass/website.scss @@ -41,6 +41,34 @@ h1, h2, h3, h4, h5, h6 { letter-spacing: 1px; } +.hidden { + display: none !important; +} + +.indiechat { + font-size: 100px !important; + margin-bottom: 0 !important; + .subdued { + opacity: 0.15; + font-size: 95%; + word-spacing: 50px; + } +} + +#about { + p { + opacity: 0.9; + } +} + +.byline { + font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif; + font-size: 28px; + opacity: 0.6; + // color: #E7A151; + margin-bottom: 3em; +} + p { margin: 0 0 25px; font-size: 18px; @@ -221,17 +249,10 @@ section { .brand-heading-embedded { margin-top: 1.5em; } -.intro-text { - font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif; - font-size: 18px; -} @media (min-width: 767px) { .intro { padding: 0; } - .intro-text { - font-size: 25px; - } } .btn-circle { width: 70px;