src/landing.html
<!doctype html>
<html>
<head>
<title>fittable</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="fittable.css">
</head>
<body>
<div id="fittable-landing">
<div class="row">
<div class="column large-4">
<div class="top-part">
<img src="images/logo.png" alt="Logo fittable">
<p class="access">
Pro přístup k vašemu osobnímu rozvrhu se musíte nejprve přihlásit svým školním účtem.
</p>
<form method="POST" action="_oauth/login">
<button type="submit" class="button login">
<i class="fa fa-lock"></i> Přihlaste se účtem ČVUT
</button>
</form>
</div>
</div>
<div class="column large-1 vline show-for-large-up"></div>
<div class="column large-1 hline hide-for-large-up"></div>
<div class="column large-7">
<h1 class="hero">Poznejte nový timetable.</h1>
<div class="sub-hero">
Představujeme vám novou aplikaci pro rozvrh. Vytvořili jsme mnohem modernější,
svižnější a především přizpůsobitelnější aplikaci. <br>Nyní je to skutečně váš osobní rozvrh.
</div>
<img src="images/landing-page-devices.png" alt="fittable funguje téměř všude." id="devices-img">
</div>
</div>
</div>
<footer>
Used <a href="https://dribbble.com/shots/1314881-Freebie-PSD-Free-Flat-Devices">Free Flat Devices by Peter Finlan</a>
</footer>
</body>
</html>