forked from BookUpStudyGroups/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
76 lines (59 loc) · 3.9 KB
/
header.php
File metadata and controls
76 lines (59 loc) · 3.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="BookUp">
<meta name="keywords" content="BookUp">
<meta name="description" content="BookUp">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<title>BookUp</title>
<link href="css/bootstrap.css" rel="stylesheet">
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><link href="style/ie8.css" rel="stylesheet"><![endif]-->
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/scroll.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="js/parse-1.6.14.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!--
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
-->
<script src="https://cdn.rawgit.com/nnattawat/flip/master/dist/jquery.flip.min.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.ui.touch-punch.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAgHVAllyhnnvIHX0xqO9nSSJrFOR9EF70"></script>
<script src="//cdn.jsdelivr.net/rsvp/3.0.6/rsvp.js"></script>
<script src="js/bookup_1.js"></script>
<script src="js/jquery.validate.min.js"></script>
</head>
<body id="<?php echo $body_id; ?>">
<div id="wrap" class="bookup">
<header id="header">
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-2"><a class="navbar-brand" href="index.php"><b>BOOKUP</b></a></div>
<div class="col-md-10 col-sm-10">
<nav id="navigation" class="pull-right">
<div class="navbar-header"> <a href="#"></a>
<button aria-controls="navbar" aria-expanded="false" data-target="#navbar" data-toggle="collapse" class="navbar-toggle collapsed" type="button"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
</div>
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.php" title="Home" id="Home"><img width="15px" src="images/home.png" alt="" > HOME</a></li>
<li style="display:none;"><a href='search-group.php' title='Search group' ><img width='15px' src='images/navigate.png' alt='' > NAVIGATOR</a></li><li style="display:none;"><a href='groups.php' title='View Group' ><img width='15px' src='images/sg.png' alt='' > STUDY GROUPS</a></li><li style="display:none;"><a href='matches.php' title='View Study Buddies' ><img width='15px' src='images/sb.png' alt='' > STUDY BUDDIES</a></li><li id='logout' style="display:none;"><a href='logout.php' title='Log out'><img width='15px' src='images/logout.png' alt='' > LOG OUT</a></li>
<li style="display:none;"><a href='register.php' title='Register' ><img width='15px' src='images/register.png' alt='' > REGISTER</a></li><li style="display:none;"><a href='login.php' title='Login' ><img width='15px' src='images/login.png' alt='' > LOGIN</a></li>
<li><a href="contact.php" title="Contact Us" ><img width="15px" src="images/feedback.png" alt="" > FEEDBACK</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<script>
</script>
</header>