-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML>
<html>
<head>
<title>Mijn Groenteman</title>
<script type="text/javascript" src="lib/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<a href="/auth/twitter">Sign in with Twitter</a>
<header class='mainHeader'>
<h1 class='mainTitle'>Mijn Groenteman</h1>
<div class="mainHeaderBtns">
<button class='button' id="btnLogin">Log in</button>
<button class='button' id="btnJoin">Join now!</button>
</div>
</header>
<div class='content'>
<div class="imgContent">
<p class="quote">
<span>Maak uw leven makkelijk,<br />gebruik groenteman!</span><br />
<button class="button blue flee">Begin meteen</button>
</p>
</div>
<ul class='features'>
<li class='featureItem'><p>Create a todo item</p></li>
<li class='featureItem'><p>Sort the todo list</p></li>
<li class='featureItem'><p>Delete a todo list item</p></li>
<li class='featureItem'><p>Set reminders</p></li>
<li class='featureItem'><p>Set deadlines</p></li>
<li class='featureItem'><p>Share lists and items</p></li>
<li class='featureItem'><p>Prioritize</p></p></li>
<li class='featureItem'><p>Add labels and filters</p></li>
<li class='featureItem'><p>Hierarchical sorting</p></li>
<li class='featureItem'><p>Recurring tasks</p></li>
</ul>
</div>
</body>
</html>