-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (32 loc) · 1018 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Can I Recycle</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link href='https://fonts.googleapis.com/css?family=Teko:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<main class="indexMain">
<section class="indexImg">
<a class="indexButton" href="recycle_this.html"><p>RECYCLE THIS</p></a>
</section>
</main>
<footer>
<nav class="footer">
<ul>
<a href="index.html"><li>Home</li></a>
<a href="about_us.html"><li>About us</li></a>
<a href="recycle_this.html"><li>Recycle this</li></a>
<a href="resources.html"><li>Resources</li></a>
</ul>
</nav>
<section class="footerLogo">
<img src="img/footer_logo.png" alt="can i recycle logo" />
</section>
</footer>
</body>
<footer></footer>
</html>