-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
76 lines (71 loc) · 2.18 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<title> planet green</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="home-page.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- import the webpage's javascript file -->
<script src="home-page.js" defer></script>
</head>
<body id= "home">
<div class="topnav">
<a href="#home" class="active"></a>
<div id="myLinks">
<a href="about-us.html">about us</a>
<a href="get-informed.html">get informed</a>
<a href="ways-to-help.html">ways 2 help</a>
<a href="sites-we-love.html">sites we love</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<center>
<div id="titleCard">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h1 id="title">planet</h1> <h1 id="greenie">green</h1>
<!-- <img src = "https://media.giphy.com/media/dtzBR6aPqkrTy/giphy.gif"> -->
<!-- <img src ="https://media2.giphy.com/media/12ffdI8DuUi2RO/giphy.gif?cid=790b76115d13c54974466d51510c0409&rid=giphy.gif"> -->
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br
<br>
<br>
<h3>welcome!</h3>
<p> here at <i>planet green</i>, we apsire to educate on the positive benefits of living sustainably.
<br>
together we can make your first steps towards a sustainable life for our planet easier.</p>
<button onclick="window.location.href='/get-informed.html'">START HERE</button>
</center>
<!-- include the Glitch button to show what the webpage is about and
to make it easier for folks to view source and remix -->
</body>
</html>