2017-06-08 12:42:03 +02:00
|
|
|
<style type="text/css">
|
|
|
|
|
|
|
|
/* we deliberately inline style here to avoid flash-of-CSS problems, and to avoid
|
|
|
|
* voodoo where we have to set display: none by default
|
|
|
|
*/
|
|
|
|
|
2019-02-01 19:07:51 +01:00
|
|
|
h1::after {
|
|
|
|
content: "!";
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_Parent {
|
2019-02-08 11:22:07 +01:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-webkit-flex-direction: column;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
2019-02-08 11:29:14 +01:00
|
|
|
padding: 25px 35px;
|
2019-02-01 19:07:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ButtonParent {
|
2019-02-08 11:22:07 +01:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
padding: 10px 20px;
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
border-radius: 4px;
|
|
|
|
width: 150px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 10px center;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #2e2f32 !important;
|
2019-02-01 19:07:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ButtonRow {
|
2019-02-08 11:22:07 +01:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
width: 480px;
|
|
|
|
-webkit-justify-content: space-around;
|
|
|
|
-ms-flex-pack: distribute;
|
|
|
|
justify-content: space-around;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 0 40px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 28px 0;
|
2019-02-01 19:07:51 +01:00
|
|
|
}
|
|
|
|
|
2019-02-08 11:31:48 +01:00
|
|
|
.mx_ButtonHeadline {
|
2019-02-08 11:22:07 +01:00
|
|
|
margin-bottom: 14px;
|
2019-02-01 19:07:51 +01:00
|
|
|
}
|
|
|
|
|
2019-02-08 11:31:48 +01:00
|
|
|
.mx_ButtonLabel {
|
2019-02-08 11:22:07 +01:00
|
|
|
margin-left: 20px;
|
2019-02-01 19:07:51 +01:00
|
|
|
}
|
|
|
|
|
2019-02-08 11:31:48 +01:00
|
|
|
.mx_ButtonWrapperText {
|
2019-02-08 11:22:07 +01:00
|
|
|
font-size: 13px;
|
|
|
|
margin-bottom: 10px;
|
2019-02-01 19:07:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_Header2 {
|
2019-02-08 11:22:07 +01:00
|
|
|
font-size: 32px;
|
|
|
|
font-weight: 600;
|
|
|
|
margin-top: 40px;
|
2019-02-01 19:07:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_Header22 {
|
2019-02-08 11:22:07 +01:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 200;
|
|
|
|
margin-bottom: 40px;
|
2019-02-01 19:07:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ButtonSignIn {
|
2019-02-08 11:22:07 +01:00
|
|
|
background-color: #368BD6;
|
|
|
|
color: white !important;
|
2019-02-01 19:07:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ButtonCreateAccount {
|
2019-02-08 11:22:07 +01:00
|
|
|
background-color: #03B381;
|
|
|
|
color: white !important;
|
2017-06-08 12:42:03 +02:00
|
|
|
}
|
|
|
|
|
2019-02-08 11:31:48 +01:00
|
|
|
.mx_SecondaryButton {
|
2019-02-08 11:22:07 +01:00
|
|
|
background-color: #FFFFFF;
|
|
|
|
color: #2E2F32;
|
2017-06-08 13:06:45 +02:00
|
|
|
}
|
|
|
|
|
2019-02-01 19:58:30 +01:00
|
|
|
.mx_Button_iconSignIn {
|
2019-02-07 18:00:01 +01:00
|
|
|
background-image: url('welcome/images/icon-sign-in.svg');
|
2019-02-01 19:58:30 +01:00
|
|
|
}
|
|
|
|
.mx_Button_iconCreateAccount {
|
2019-02-07 18:00:01 +01:00
|
|
|
background-image: url('welcome/images/icon-create-account.svg');
|
2019-02-01 19:58:30 +01:00
|
|
|
}
|
|
|
|
.mx_Button_iconHelp {
|
2019-02-07 18:00:01 +01:00
|
|
|
background-image: url('welcome/images/icon-help.svg');
|
2019-02-01 19:58:30 +01:00
|
|
|
}
|
|
|
|
.mx_Button_iconRoomDirectory {
|
2019-02-07 18:00:01 +01:00
|
|
|
background-image: url('welcome/images/icon-room-directory.svg');
|
2019-02-01 19:58:30 +01:00
|
|
|
}
|
|
|
|
|
2017-06-08 12:42:03 +02:00
|
|
|
</style>
|
|
|
|
|
2019-02-01 19:07:51 +01:00
|
|
|
<div class="mx_Parent">
|
2019-02-01 21:48:19 +01:00
|
|
|
<a href="https://riot.im" target="_blank" rel="noopener">
|
2019-02-07 18:00:01 +01:00
|
|
|
<img src="welcome/images/logo.svg" alt="" class="mx_logo"/>
|
2019-02-01 19:07:51 +01:00
|
|
|
</a>
|
|
|
|
<h1 class="mx_Header2">_t("Welcome to Riot.im")</h1>
|
|
|
|
<h4 class="mx_Header22">_t("Decentralised, encrypted chat & collaboration powered by [matrix]")</h4>
|
2019-02-08 11:29:14 +01:00
|
|
|
<div class="mx_ButtonRow">
|
|
|
|
<a href="#/login" class="mx_ButtonParent mx_ButtonSignIn mx_Button_iconSignIn">
|
2019-02-08 11:31:48 +01:00
|
|
|
<div class="mx_ButtonLabel">_t("Sign In")</div>
|
2019-02-08 11:29:14 +01:00
|
|
|
</a>
|
|
|
|
<a href="#/register" class="mx_ButtonParent mx_ButtonCreateAccount mx_Button_iconCreateAccount">
|
2019-02-08 11:31:48 +01:00
|
|
|
<div class="mx_ButtonLabel">_t("Create Account")</div>
|
2019-02-08 11:29:14 +01:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="mx_ButtonRow">
|
2019-02-08 11:31:48 +01:00
|
|
|
<div>
|
|
|
|
<div class="mx_ButtonWrapperText">_t("Need help?")</div>
|
|
|
|
<a href="#/user/@riot-bot:matrix.org?action=chat" class="mx_ButtonParent mx_SecondaryButton mx_Button_iconHelp">
|
|
|
|
<div class="mx_ButtonLabel">_t("Chat with Riot Bot")</div>
|
2019-02-01 19:58:30 +01:00
|
|
|
</a>
|
2017-05-30 04:58:45 +02:00
|
|
|
</div>
|
2019-02-08 11:31:48 +01:00
|
|
|
<div>
|
|
|
|
<div class="mx_ButtonWrapperText">_t("Explore rooms")</div>
|
|
|
|
<a href="#/directory" class="mx_ButtonParent mx_SecondaryButton mx_Button_iconRoomDirectory">
|
|
|
|
<div class="mx_ButtonLabel">_t("Room Directory")</div>
|
2019-02-08 11:29:14 +01:00
|
|
|
</a>
|
2017-05-30 04:58:45 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-02-01 20:11:33 +01:00
|
|
|
</div>
|