2018-09-16 21:26:49 +02:00
|
|
|
<!DOCTYPE HTML>
|
2019-04-10 04:49:28 +02:00
|
|
|
<html lang="en">
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-10 04:49:28 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-11 03:06:19 +02:00
|
|
|
<link rel="stylesheet" href="assets/css/main.css">
|
2019-04-10 04:49:28 +02:00
|
|
|
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-10 04:49:28 +02:00
|
|
|
<title>Discover Sengi</title>
|
|
|
|
</head>
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-10 04:49:28 +02:00
|
|
|
<body>
|
|
|
|
<header class="header">
|
2019-04-11 03:06:19 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-1-of-2">
|
|
|
|
<img class="header__image" src="images/sengi_image.png" />
|
|
|
|
</div>
|
|
|
|
<div class="col-1-of-2">
|
|
|
|
<div class="header__download-box">
|
|
|
|
<h1 class="header__download-box--title">
|
|
|
|
Discover Sengi
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
<div class="header__download-box--description">
|
|
|
|
A FLOSS multi-account Mastodon and Pleroma desktop client
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a href="#"
|
|
|
|
onClick="window.open('http://sengi.nicolas-constant.com'+'?qt='+ (new Date()).getTime(),'Sengi','toolbar=no,location=no,status=no,menubar=no,scrollbars=no, resizable=yes,width=377,height=800'); return false;"
|
|
|
|
class="button">Launch web client</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-04-10 04:49:28 +02:00
|
|
|
</div>
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-10 04:49:28 +02:00
|
|
|
<div class="header__app-image-box">
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-10 04:49:28 +02:00
|
|
|
</div>
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-10 06:55:29 +02:00
|
|
|
|
2019-04-10 04:49:28 +02:00
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<section class="section-about">
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-10 04:49:28 +02:00
|
|
|
</section>
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-10 04:49:28 +02:00
|
|
|
<section class="section-about">
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-10 04:49:28 +02:00
|
|
|
</section>
|
|
|
|
</main>
|
2019-04-10 06:55:29 +02:00
|
|
|
<footer>
|
2019-04-11 03:06:19 +02:00
|
|
|
|
2019-04-10 06:55:29 +02:00
|
|
|
</footer>
|
2019-04-10 04:49:28 +02:00
|
|
|
</body>
|
2018-09-16 21:26:49 +02:00
|
|
|
|
2019-04-10 04:49:28 +02:00
|
|
|
</html>
|