-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
30 lines (28 loc) · 1.18 KB
/
index.php
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
<?php include('include/header.php'); ?>
<div class="row">
<?php include('include/left-nav.php'); ?>
<div class="large-8 columns signup" id="main-content">
<section class="columns large-10 large-centered">
<h1>by students, only for students</h1>
<form action=""><input type="email" value="[email protected]"></form>
<hr />
</section>
<section class="columns large-12">
<h2>How it works:</h2>
<p class="columns large-10 large-offset-1">Your campus life digitized. WhiteBoard never forgets your homework or midterms, your parties, and even your groups in case you’re a nerd.</p>
</section>
<section class="columns large-12">
<div class="columns large-6">
<h3 style="text-align: center">Your Schedule</h3>
<p class="">Set it and forget it. A schedule that works, and adapts to you.</p>
<div class="image-holder schedule"></div>
</div>
<div class="columns large-6">
<h3 style="text-align: center">Your School</h3>
<p class="">Campus life never has been so easy. Parties, clubs, events and groups.</p>
<div class="image-holder school"></div>
</div>
</section>
</div>
</div>
<?php include('include/footer.php'); ?>