-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
81 lines (69 loc) · 3.19 KB
/
index.php
File metadata and controls
81 lines (69 loc) · 3.19 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
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
<?php
$body_id = 'homebody';
?>
<?php require_once('header.php'); ?>
<div class="slider_section">
<div class="logo-home">
<a href=#>
<!--<img src="images/logo.png" alt="BookUp" title="BookUp">-->
</a>
<div id="quote_section">BOOKUP PILOT PROGRAM 16X @DARTMOUTH</div>
<div id="homeBuilding">
<a href="search-group.php">
<img src="images/polybuilding.png" alt="BookUp" title="BookUp"></a>
</div>
</div>
<div class="profile_sec">
<div class="col-md-12" id="home_spacer">
<div class="row">
</div>
<div class="row">
</div>
<!--<div class="col-md-5 col-sm-12 col-xs-12 pull-right">
<div class="notification">
<div class="responsive-table">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td colspan="3" class="greenbg">Notification</td>
</tr>
<tr>
<td width="10%" class="num">1</td>
<td width="40%">12 Febuary, 2015</td>
<td width="60%">Lorem Ipsum is that it has a more-or-less normal distribution of letters.</td>
</tr>
<tr>
<td class="num">2</td>
<td>18 March, 2015</td>
<td>Lorem Ipsum is that it has a more-or-less normal distribution,</td>
</tr>
<tr>
<td class="num">3</td>
<td>06 June, 2015</td>
<td>Lorem Ipsum is that it has a more-or-less normal distribution of letters.</td>
</tr>
<tr>
</tbody>
</table>
</div>
</div>
</div> -->
</div>
<div id="slogan_section">Studying Made Simple.<br><a id="home-down" href="#picons"><i class="fa fa-chevron-down" id="home-down" aria-hidden="true"></i></a></div>
<div id="picons" class="htop_four_icons">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4"> <a href="matches.php"><div class="img_cont"><img alt="Request a Study Buddy" title="Request a Study Buddy" src="images/buddy.png" ></div></a> <div class="home_btn_label">REQUEST A<br>Study Buddy</div></div>
<div class="col-md-4 col-sm-4"> <a href="groups.php"><div class="img_cont"><img alt="Find a Study Spot" title="Find a Study Spot" src="images/groupstudy.png" ></div></a><div class="home_btn_label">FIND A<br>BookUp Study Session</div> </div>
<div class="col-md-4 col-sm-4"> <a href="http://www.dartmouth.edu/~acskills/peertutoring.html"><div class="img_cont"><img alt="Request a Tutor" title="Request a Tutor" src="images/tutor.png" ></div></a> <div class="home_btn_label">REQUEST A<br>Course Tutor</div></div>
</div>
</div>
<img src="https://media4.giphy.com/media/VOws6TqlPsBMs/200.gif" id="shark_secret" width="30px">
<div class="form-group">
</div>
</div>
</div>
</div>
<!--#startstudy-->
<?php require_once('footer.php'); ?>