-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
151 lines (135 loc) · 5.01 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Garbage!</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header">
<!-- Logo -->
<h1><a href="index.html" id="logo">Garbage! <em>by Malcom, Chris, Jonathan and Maidi</em></a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li>
<a href="">Account</a>
<ul>
<li><a href="loginPage.html">Sign in</a></li>
<li><a href="userCreation.html">New member?</a></li>
</ul>
</li>
<li><a href="http://open.guelph.ca/guelph-hackathon-2015/">Guelph Hackathon 2015</a></li>
</ul>
</nav>
</div>
<!-- Banner -->
<section id="banner">
<div class="spacer"> </div>
<section class="6u 12u(narrower) 12u$(mobilep) banner-message">
<h1 class="banner-title">Let's make a difference today.</h1>
</section>
<section class="6u 12u(narrower) sign-in">
<section class="loginform cf">
<form name="login" action="calendarPage.html" onsubmit="login(event)">
<ul>
<li>
<label for="usermail">Email</label>
<input id="email2" type="email" name="usermail" placeholder="yourname@email.com" required>
</li>
<li>
<label for="password">Password</label>
<input id="password2" type="password" name="password" placeholder="password" required></li>
<li>
<input type="submit" value="Login">
</li>
</ul>
</form>
</section>
<header>
<h2>Don't have an account: <em>Sign up! <a href="http://html5up.net"></a></em></h2>
<a href="userCreation.html" class="button">Create an account!</a>
</header>
</section>
<!-- <header>
<h2>Arcana: <em>A responsive site template freebie by <a href="http://html5up.net">HTML5 UP</a></em></h2>
<a href="#" class="button">Learn More</a>
</header> -->
</section>
<!-- Highlights -->
<section class="wrapper style1">
<div class="container">
<div class="row 200%">
<section class="4u 12u(narrower)">
<div class="box highlight">
<i class="icon major fa-paper-plane"></i>
<h3>Send reminder texts!</h3>
<p>Our application enables you to send text messages to remind you of the upcoming garbage colleciton dates!</p>
</div>
</section>
<section class="4u 12u(narrower)">
<div class="box highlight">
<i class="icon major fa-pencil"></i>
<h3>Put it in your Calendar!</h3>
<p>View your collection schedule anywhere, on any device, at any time. Talk about convenient.</p>
</div>
</section>
<section class="4u 12u(narrower)">
<div class="box highlight">
<i class="icon major fa-wrench"></i>
<h3>Customized for you</h3>
<p>View the calendar by day, week, or month. Never forget about the trash ever again.</p>
</div>
</section>
</div>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style3">
<div class="container">
<header>
<h2>Still interested? Sign up today!</h2>
<a href="userCreation.html" class="button">Sign me up</a>
</header>
</div>
</section>
<!-- Footer -->
<div id="footer">
<!-- Icons -->
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
</ul>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© Untitled. All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<script src='https://cdn.firebase.com/js/client/2.0.4/firebase.js'></script>
</body>
</html>