-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprofile.php
More file actions
126 lines (100 loc) · 5.03 KB
/
profile.php
File metadata and controls
126 lines (100 loc) · 5.03 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
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
<?php
$body_id = 'profilebody';
?>
<?php require_once('header.php'); ?>
<script src="js/profileView.js"></script>
<div class="slider_section">
<div class="logo-home">
<a href=#>
<!--<img src="images/logo.png" alt="BookUp" title="BookUp">-->
</a>
<div id="quote_section"></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><i class="fa fa-chevron-down" id="home-down" aria-hidden="true"></i></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 id="profile_window" class="col-lg-2 col-md-3 col-sm-4 col-xs-12 maxwidth" style="display:none;">
<h1 id="si_profile_heading" class="profile_heading"></h1>
<div class="col-md-12 col-sm-12 col-xs-12 pull-left" id="date"></div>
<div class="innerpage-left">
<div class="profileimg">
<div class="viewmatch search_study">
<div class="row">
<div class="col-md-4 col-sm-4"><a href="matches.php"><img alt="Request a Study Buddy" title="Request a Study Buddy" src="images/buddy.png" ><div class="home_btn_label">Request a Study Buddy</div></a> </div>
<div class="col-md-4 col-sm-4"><a href="groups.php"><img alt="Find a Study Spot" title="Find a Study Spot" src="images/groupstudy.png" ><div class="home_btn_label">Find a BookUp Study Session</div></a> </div>
<div class="col-md-4 col-sm-4"><a href="http://www.dartmouth.edu/~acskills/peertutoring.html"><img alt="Request a Tutor" title="Request a Tutor" src="images/tutor.png" ><div class="home_btn_label">Request a Tutor</div></a></div>
</div>
</div>
<div class="profile-sec-3">
<div class="row" id="class-row">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12" id="profile_pic">
<div class="row">
<div class="edit_profile"><a href="change-password.php">Change Password</a> <a href="editprofile.php">Edit Classes</a></div>
<div class="emailaddress">
</div>
</div>
<div id="spacer"> </div>
<div id="spacer"> </div>
</div>
</div>
</div>
</div>
</div>
<!--#startstudy-->
<?php require_once('footer.php'); ?>