-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader.php
More file actions
24 lines (20 loc) · 1.26 KB
/
Copy pathheader.php
File metadata and controls
24 lines (20 loc) · 1.26 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
<link rel="stylesheet" type="text/css" href="assets/bootstrap/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="assets/bootstrap/css/bootstrap-responsive.css">
<link rel="stylesheet" type="text/css" href="assets/css/custom_style.css">
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/jquery.countdown.js"></script>
<script type="text/javascript" src="assets/bootstrap/js/bootstrap.js"></script>
<div id="banner" class="row-fluid">
</div>
<div class="navbar row-fluid">
<div class="navbar-inner">
<ul class="nav">
<li class="nav_links" id="home"><a href="index.php" style="font-size:120%">Home</a></li>
<li class="nav_links"><a href="index.php?page=aboutus" style="font-size:120%">About Us</a></li>
<li class="nav_links"><a href="index.php?page=committees" style="font-size:120%">Committees</a></li>
<li class="nav_links"><a href="index.php?page=team" style="font-size:120%">Meet the Team</a></li>
<li class="nav_links"><a href="index.php?page=techres" style="font-size:120%">Technical Resources</a></li>
<li class="nav_links"><a href="index.php?page=travelplan" style="font-size:120%">Travel Planning</a></li>
</ul>
</div>
</div>