-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·51 lines (48 loc) · 1.77 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
<!DOCTYPE html>
<html>
<input type="checkbox" id="menuToggle">
<meta name="viewport" content="width=device-width; height=device-height; initial-scale=0.5; maximum-scale=0.5; minimum-scale=0.5;">
<head>
<title> GY$T </title>
<link rel= "stylesheet" type="text/css" href="main.css" />
</head>
<body>
<header>
<nav class ="site-nav">
</nav>
<div class="menu">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="planner.html">PLANNER</a></li>
</ul>
</div>
<p id="moto"> GY$T </p>
<p id="moto2">
<br />
Get your $h*t together.
</p>
</header>
<img src = "https://media.giphy.com/media/vlDbWIWc71CZW/giphy.gif" class= "img-div" id= "image2">
<div class="section" id="separator">
<div id= "bgtitle" class = "paper">GY$T!
<br />
College students often find themselves overwhelmed by their
<br/>
schedules: classes, projects, deadlines. It’s easy to forget the essentials. Students skip meals and don’t prioritize
<br/>
the most important thing: their health.
<br/>
getYour$h*tTogether is a planner designed for college students, by college students. We realize that
<br/>
there is a lot to get done.
<br/>
Our website is designed to be the first part of a student’s day. When you wake up, fill in the five slots on our daily form.
<br/>
We will prioritize the five tasks that you need to accomplish for that day.
<br/>We’re here to help you get your sh*t together. Let’s get started!
</div>
<div style="height:900px;width:100%;margin:0 auto;background-color:floralwhite;font-size:35px">
<p id="cred"> Smith College | Northampton, MA 01063 | © 2018 </p>
</div>
</body>
</html>