-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
52 lines (52 loc) · 2.16 KB
/
header.php
File metadata and controls
52 lines (52 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Surfcali — California Surf Tide</title>
<meta name="description" content="Surfcali.com California Surf Tide" />
<meta name="keywords" content="california, surf, surfer, surfing, tide, tides, tide table, tide predictor, tide clock, xtide" />
<meta name="author" content="Ulysses Ronquillo" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="assets/css/bootstrap.min.css" rel="stylesheet" media="screen"/>
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet"/>
<link href="assets/css/style.css" rel="stylesheet"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
</head>
<body>
<div id="wrap">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="http://surfcali.com/">Surfcali</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Choose Location <b class="caret"></b></a>
<ul class="dropdown-menu">
<li ><a href="oceanbeach.php">Ocean Beach</a></li>
<li ><a href="halfmoonbay.php">Half Moon Bay</a></li>
<li ><a href="santacruz.php">Santa Cruz</a></li>
<li ><a href="santabarbara.php">Santa Barbara</a></li>
<li ><a href="santamonica.php">Santa Monica</a></li>
<li ><a href="newport.php">Newport Beach</a></li>
<li ><a href="lajolla.php">La Jolla</a></li>
<li ><a href="imperial.php">Imperial Beach</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar-inner -->
</div><!--/.navbar navbar-inverse navbar-fixed-top -->
<div class="content">
<div class="container">
<div class="row">
<div class="span12">