-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (61 loc) · 3.4 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<!-- local css additions -->
<link rel="stylesheet" href="/assets/css/scotchumentary.css">
</head>
<body>
<!-- Mask to dim the background -->
<div class="background-mask"></div>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Scotchumentary</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<!-- left side nav -->
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
</ul>
</div> <!--/.navbar-collapse -->
</div> <!-- /.container-fluid -->
</div>
<div class="main container">
<div class="row">
<div class="col-md-8">
<h1>Scotchumentary</h1>
<p class="lead">Dedicated to the joy of watching documentaries and drinking Scotch Whisky.</p>
<p>If you'd like to join in, simply tweet with the hashtag #scotchumentary.</p>
<p>Suggested format is [name of documentary] : [name of Scotch], but hell, we're drinking, do what you want.</p>
</div>
<div class="col-md-4">
<a class="twitter-timeline" href="https://twitter.com/search?q=%23scotchumentary" data-widget-id="447595400136896516">Tweets about "#scotchumentary"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div> <!-- /container -->
<div class="navbar navbar-fixed-bottom">
<div class="container-fluid">
<p class="pull-left">© Scotchumentary 2014</p>
</div>
</div>
<!-- optimize page load -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
</html>