105 lines
4.0 KiB
HTML
105 lines
4.0 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<!-- 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="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">
|
||
|
<h1>Welcome to Riot.im</h1>
|
||
|
<h2>Distributed. Secure. Free and Open Source.</h2>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<div class="col-md-12">
|
||
|
<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">
|
||
|
</a>
|
||
|
<span class="description">
|
||
|
Chat with our friendly friend the Riot bot. He just wants to help you use the thing.
|
||
|
</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<div class="col-md-12">
|
||
|
<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">
|
||
|
</a>
|
||
|
<span class="description">
|
||
|
We got lotsa rooms. Find yourself one and talk in it.
|
||
|
</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<div class="col-md-12">
|
||
|
<h3>Join a Matrixy room for Matrix fun</h3>
|
||
|
</div>
|
||
|
</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>
|
||
|
|
||
|
</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>
|