53 lines
3.0 KiB
HTML
53 lines
3.0 KiB
HTML
<html>
|
|
<head>
|
|
<meta name="title" content="Cygnal - Track and share issues in realtime on bike lanes!" />
|
|
<meta name="date" content="2017-03-11 10:02" />
|
|
<meta name="slug" content="home" />
|
|
<meta name="save_as" content="index.html" />
|
|
<meta name="summary" content="home" />
|
|
<meta name="status" content="hidden" />
|
|
<meta name="lang" content="en" />
|
|
</head>
|
|
<body>
|
|
<div class="main">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-6 app-description">
|
|
<h1><span class="logo"><img src="theme/images/logo.png" alt="Logo" /></span> Cygnal</h1>
|
|
<h2>Get realtime infos on your bike route.</h2>
|
|
<p>Cygnal is a <strong>free</strong> and <strong><a href="https://framagit.org/phyks/cygnal">open-source</a></strong> app to help you track and share issues in realtime on bike routes: road works, obstacles, accidents, etc.</p>
|
|
<p>Cygnal already harvest <strong><a href="https://framagit.org/phyks/cygnal/blob/master/scripts/opendata/works.py">available OpenData</a></strong> to inform you about road works ahead while you bike.</p>
|
|
<p>Cygnal is designed with <strong><a href="https://framagit.org/phyks/cygnal/blob/master/doc/10.technical_notes.md#privacy-design">respecting your privacy</a></strong> in mind and handles your geolocation with care, keeping it as much as possible within your device.</p>
|
|
|
|
<p class="center">
|
|
<a class="btn btn-primary btn-lg" href="https://app.cygnal.eu">Go to app</a>
|
|
</p>
|
|
</div>
|
|
<div class="col-sm-6">
|
|
<div class="device">
|
|
<div class="device-screen">
|
|
<div id="deviceCarousel" class="carousel slide" data-ride="carousel">
|
|
<div class="carousel-inner">
|
|
<div class="carousel-item active">
|
|
<img class="app-screenshot" src="images/splash/screenshot_1.png" />
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img class="app-screenshot" src="images/splash/screenshot_2.png" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<nav class="row">
|
|
<div class="col-sm-12">
|
|
<a href="https://framagit.org/phyks/cygnal" class="fa fa-code" title="Code"></a>
|
|
<a href="mailto:phyks+cygnal@phyks.me" class="fa fa-envelope" title="Forum"></a>
|
|
</div>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|