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>
|
2019-04-13 02:16:12 +02:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700,900" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
|
|
|
|
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
|
2019-04-10 04:49:28 +02:00
|
|
|
</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">
|
2019-04-13 02:16:12 +02:00
|
|
|
A FLOSS multi-account Mastodon and Pleroma desktop client<br />
|
|
|
|
Now available in Beta (v0.6.0)<br />
|
|
|
|
<br />
|
2019-04-11 03:06:19 +02:00
|
|
|
</div>
|
|
|
|
|
2019-04-13 02:16:12 +02:00
|
|
|
<div class="header__download-box--buttons">
|
|
|
|
<p>
|
|
|
|
<h4 class="header__download-box--subtitle">Try it in your browser!</h4>
|
|
|
|
<a href="#" class="download-button download-button__web"
|
|
|
|
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"><i class="fas fa-globe"></i><span class="download-button__web--label">launch!</span></a><br />
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<h4 class="header__download-box--subtitle">Or download the desktop client:</h4>
|
|
|
|
<a href="#" class="download-button"><i class="fab fa-windows"></i></a>
|
|
|
|
<a href="#" class="download-button"><i class="fab fa-apple"></i></a>
|
|
|
|
<a href="#" class="download-button"><i class="fab fa-ubuntu"></i></a>
|
|
|
|
<a href="https://snapcraft.io/sengi"><img
|
|
|
|
src="/images/[EN]-snap-store-white-uneditable@1x.png" /></a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2019-04-11 03:06:19 +02:00
|
|
|
</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>
|