-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (93 loc) · 3.27 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>#FreeTheCycleLanes</title>
<meta name="description" content="A feed of images from tweets tagged with #FreeTheCycleLanes">
<link href="bower_components/bootswatch-dist/css/bootstrap.min.css" rel="stylesheet">
<link href="bower_components/fancybox/source/jquery.fancybox.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19051681-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="wrap">
<div class="container">
<header>
<div class="row">
<div class="col-xs-2 lext-left">
<div id="logo">
<img src="img/bike_lane_marking.png" />
</div>
</div>
<div class="col-xs-8 text-center">
<div id="tag">
<a href="http://twitter.com/hashtag/FreeTheCycleLanes">#FreeTheCycleLanes</a>
</div>
</div>
<div class="col-xs-2 text-right">
<div id="yield">
<img src="img/bike_lane_yield.png" />
</div>
</div>
</div>
</header>
<div id="feed">
<div id="loading">
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
</div>
</div>
</div>
<div id="push"></div>
</div>
<div class="container">
<div id="footer">
<div class="row">
<div class="col-xs-4">
<p class="muted credit">
<a href="http://www.vool.ie/freethecyclelanes/">#FreeTheCycleLanes ?</a>
</p>
</div>
<div class="col-xs-4 car">
<span class="pull-right"> <img src="img/bike_lane_car.png" /> </span>
</div>
<div class="col-xs-4 ">
<span class="pull-right">
<p class="muted credit">
Happy Bike Week from <a href="http://twitter.com/tweetphelan">Keith </a>
</p>
</span>
</div>
</div>
</div>
</div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootswatch-dist/js/bootstrap.min.js"></script>
<script src="bower_components/masonry/dist/masonry.pkgd.min.js"></script>
<script src="bower_components/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="bower_components/fancybox/source/jquery.fancybox.pack.js"></script>
<script src="bower_components/jquery-timeago/jquery.timeago.js"></script>
<script src="bower_components/previewtube/previewtube.js"></script>
<script src="bower_components/FitText.js/jquery.fittext.js"></script>
<script src="js/app.js"></script>
</body>
</html>