-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfeatures.html
More file actions
42 lines (30 loc) · 1.59 KB
/
features.html
File metadata and controls
42 lines (30 loc) · 1.59 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
<html>
<head>
<title>Features</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Sigmar+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela" rel="stylesheet">
</head>
<body id="features-page">
<header align = center>
<div class="container">
<div class="toppane">
<div class="h1"h1>Own the Experience</h1></div></div>
<div class="rightpane">
<img class="resize"src="images/social.png" />
<div class= "h2"><h2>Social</h2></div>
<div class="p1"><p>All work and no play is not fun. With GeTTogether you get real time data of the hottest parties and activities on campus. Check <a href="Map">Party Map</a> to see whats happening on campus. </p></div>
</div>
<div class="leftpane">
<img class="resize" src="images/study.png" />
<div class= "h2"><h2>School</h2></div>
<div class="p1"><p>GetTTogether allows students to join various clubs, study groups and online tutoring sessions with only a simple <a href="school">click</a>. <a href="calendar">Personalized Calendars</a> make sure you never miss a class or an assignment.</p></div>
</div>
<div class="middlepane">
<img class="resize" src="images/brief.png" />
<div class= "h2"><h2>Work</h2></div>
<div class="p2"><p>Looking for employment? Visit the GeTTogether <a href="Job">Job Board</a>. Already employed? Manage your work schedule and budget <a href="work">here</a>. </p></div>
</div>
</div>
</body>
</html>