-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 2.25 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Restore the Fourth SF</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="css/bootstrap-fix.css" rel="stylesheet" />
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/>
<link href="css/style.css" rel="stylesheet" />
<script src="js/jquery-1.10.1.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div id="navbar" 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" id="navbtn">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="js-index" class="brand" href="#">Restore the Fourth SF</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="#" id="js-map">Map</a></li>
<li><a href="https://twitter.com/search?q=%23restorethe4th">Twitter Hashtag</a></li>
<li><a href="https://twitter.com/RestoreThe4thSF">Twitter Account</a></li>
<li><a href="http://www.reddit.com/r/restorethefourthSF/">Reddit</a></li>
<li><a href="https://www.facebook.com/events/553989834652790/559257897459317/">Facebook Event</a></li>
<li><a href="https://www.facebook.com/groups/350956051698393/">Facebook Group</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container center">
<img id="logo" src="img/large_logo.png" alt="Restore The Fourth Logo" />
<!-- embedded version of https://maps.google.com/maps/ms?msid=206091088570547141018.0004dfdb38b48ab29a579&msa=0 -->
<iframe id="map" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?msid=206091088570547141018.0004dfdb38b48ab29a579&msa=0&ie=UTF8&t=m&z=15&output=embed"></iframe>
</div>
</body>
</html>