-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (42 loc) · 1.19 KB
/
index.html
File metadata and controls
49 lines (42 loc) · 1.19 KB
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
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title>Tidy</title>
<link rel="stylesheet" type="text/css" href="pages/lab2.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Pacifico" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
</head>
<header>
<section class="columns">
<aside>
<ul style="text-align:left">
<li>
<i class="fa fa-home" aria-hidden="true" style="font-size: 35px; line-height: 10px "></i>
</li>
<li>
<h1 style="line-height: 0px;padding:0px">Tidy</h1>
</li>
</ul>
</aside>
<article>
<nav>
<ul style="text-align:center; position:relative; top:20px">
<li><a href="index.html">Home</a></li>
<li><a href="pages/login.html">Login</a></li>
<li><a href="pages/chores.html">Chores</a></li>
<li><a href="pages/points.html">Prizes</a></li>
</ul>
</nav>
</article>
</section>
<hr>
</header>
<body class=bg>
<h6>Welcome!</h6>
<h5>Tidy is a web app that makes chores fun!<br> Parents can add chores to do and children can get prizes for doing them!</h5>
<footer>
<a href="https://github.com/ry98/creative-project">My github repository</a>
</footer>
</body>
</html>