A much more cutdown thing without bootstrap, but unfortunately without images and without having tested the links to the rooms actually work, and all the links currently point to lant.uk which obvs needs changing

This commit is contained in:
Thomas Lant 2017-05-26 17:57:38 +00:00
parent 8f083a5fdd
commit 7034300dd5
28 changed files with 124 additions and 9824 deletions

View file

@ -7,32 +7,21 @@
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Welcome to Riot.im</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/welcome.css" rel="stylesheet">
<base target="_parent" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-xs-3 col-sm-3 col-md-3">
<img src="images/logo.png" class="logo">
</div>
<div class="col-xs-8 col-sm-8 col-md-10">
<img src="images/logo.png" class="logo">
<div>
<h1>Welcome to Riot.im</h1>
<h2>Distributed. Secure. Free and Open Source.</h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div>
<h3>Chat with Riot Bot</h3>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#matrix:matrix.org">
<img class="icon" src="rooms/riot-bot.png">
@ -43,7 +32,7 @@
</div>
</div>
<div class="row">
<div class="col-md-12">
<div>
<h3>Find a room</h3>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#matrix:matrix.org">
<img class="icon" src="https://riot.im/app/img/icons-directory.svg">
@ -55,50 +44,115 @@
</div>
<div class="row">
<div class="col-md-12">
<h3>Join a Matrixy room for Matrix fun</h3>
</div>
<h3>General discussion about Matrix</h3>
</div>
<div class="boxes">
<div class="box">
<h4>Learn</h4>
<div class="roomlist">
<a href="https://lant.uk/riot/new-guest-access/#/room/#matrix:matrix.org">
<img class="icon" src="rooms/matrix.png">
<span class="title">Matrix HQ</span>
<span class="roomname">#matrix:matrix.org</span>
</a>
<a href="https://lant.uk/riot/new-guest-access/#/room/#riot:matrix.org">
<img class="icon" src="rooms/riot_im.png">
<span class="title">Riot.im</span>
<span class="roomname">#riot:matrix.org</span>
</a>
</div>
</div>
<div class="box">
<h4>Contribute</h4>
<div class="roomlist">
<a href="/#/room/#riot-dev:matrix.org">
<span class="icon default" data-initial="R"></span>
<span class="title">Riot.im developers</span>
<span class="roomname">#riot-dev:matrix.org</span>
</a>
<a href="/#/room/#matrix-dev:matrix.org">
<span class="icon default" data-initial="M"></span>
<span class="title">Matrix developers</span>
<span class="roomname">#matrix-dev:matrix.org</span>
</a>
</div>
</div>
<div class="row">
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#matrix:matrix.org">
<img class="icon" src="rooms/matrix.png">
<span class="title">Matrix HQ</span>
<span class="roomname">#matrix:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#riot:matrix.org">
<img class="icon" src="rooms/riot_im.png">
<span class="title">Riot.im</span>
<span class="roomname">#riot:matrix.org</span>
</a>
</div>
<div class="row">
<h3>Matrix technical discussions</h3>
</div>
<div class="row">
<h4>Running Matrix services</h4>
</div>
<div class="row">
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#synapse:matrix.org">
<img class="icon" src="rooms/matrix.png">
<span class="title">#synapse</span>
<span class="roomname">#synapse:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#dendrite:matrix.org">
<img class="icon" src="rooms/dendrite.png">
<span class="title">#dendrite</span>
<span class="roomname">#dendrite:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#homeowners:matrix.org">
<img class="icon" src="rooms/homeowners.png">
<span class="title">#homeowners</span>
<span class="roomname">#homeowners:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#irc:matrix.org">
<img class="icon" src="rooms/irc.png">
<span class="title">#irc</span>
<span class="roomname">#irc:matrix.org</span>
</a>
</div>
<div class="row">
<h4>Building service atop Matrix</h4>
</div>
<div class="row">
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#matrix-dev:matrix.org">
<img class="icon" src="rooms/matrix-dev.png">
<span class="title">#matrix-dev</span>
<span class="roomname">#matrix-dev:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#e2e:matrix.org">
<img class="icon" src="rooms/e2e.png">
<span class="title">#e2e</span>
<span class="roomname">#e2e:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#vr:matrix.org">
<img class="icon" src="rooms/vr.png">
<span class="title">#vr</span>
<span class="roomname">#vr:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#webrtc:matrix.org">
<img class="icon" src="rooms/webrtc.png">
<span class="title">#webrtc</span>
<span class="roomname">#webrtc:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#identity:matrix.org">
<img class="icon" src="rooms/identity.png">
<span class="title">#identity</span>
<span class="roomname">#identity:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#bridging:matrix.org">
<img class="icon" src="rooms/bridging.png">
<span class="title">#bridging</span>
<span class="roomname">#bridging:matrix.org</span>
</a>
</div>
<div class="row">
<h4>Contributing code to Matrix and Riot</h4>
</div>
<div class="row">
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#riot-dev:matrix.org">
<img class="icon" src="rooms/riot-dev.png">
<span class="title">#riot-dev</span>
<span class="roomname">#riot-dev:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#dendrite-dev:matrix.org">
<img class="icon" src="rooms/dendrite-dev.png">
<span class="title">#dendrite-dev</span>
<span class="roomname">#dendrite-dev:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#riot-translations.org">
<img class="icon" src="rooms/riot-translations.png">
<span class="title">#riot-translations</span>
<span class="roomname">#riot-translations:matrix.org</span>
</a>
<a class="bigicon" href="https://lant.uk/riot/new-guest-access/#/room/#irc:matrix.org">
<img class="icon" src="rooms/irc.png">
<span class="title">#irc</span>
<span class="roomname">#irc:matrix.org</span>
</a>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>