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-13 03:43:00 +02:00
< img class = "sengi-icon" src = "images/sengi.png" >
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" >
2019-04-13 03:43:00 +02:00
< h1 class = "header__download-box--title" > Discover Sengi< / h1 >
2019-04-11 03:06:19 +02:00
< 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 >
2019-04-13 02:46:59 +02:00
< a href = "#" class = "download-button download-button__web" title = "what are you waiting for? click!"
2019-04-13 02:16:12 +02:00
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;"
2019-04-13 02:46:59 +02:00
class="button">< i class = "fas fa-globe" > < / i > < span
class="download-button__web--label">launch!< / span > < / a > < br / >
2019-04-13 02:16:12 +02:00
< br / >
< br / >
< h4 class = "header__download-box--subtitle" > Or download the desktop client:< / h4 >
2019-04-13 02:46:59 +02:00
< a href = "#" class = "download-button" title = "download client for windows" > < i class = "fab fa-windows" > < / i > < / a >
< a href = "#" class = "download-button" title = "download client for mac" > < i class = "fab fa-apple" > < / i > < / a >
< a href = "#" class = "download-button" title = "download client for debian-based distrib" > < i class = "fab fa-ubuntu" > < / i > < / a >
< a href = "https://snapcraft.io/sengi" title = "use Snap Store for linux" > < img src = "/images/[EN]-snap-store-white-uneditable@1x.png" / > < / a >
2019-04-13 02:16:12 +02:00
< / 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-13 02:46:59 +02:00
< footer class = "footer" >
< h3 class = "footer__title" > Let's keep in touch!< / h3 >
2019-04-11 03:06:19 +02:00
2019-04-13 02:46:59 +02:00
< div class = "footer__buttons" >
< a href = "https://mastodon.social/@sengi_app" class = "footer__buttons--button" title = "open pleroma-compatible account" > < i class = "fab fa-mastodon" > < / i > < / a >
< a href = "https://github.com/NicolasConstant/sengi" class = "footer__buttons--button" title = "open microsoft github repository" > < i class = "fab fa-github" > < / i > < / a >
< / div >
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 >