-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhitAndRun.html
More file actions
91 lines (78 loc) · 2.68 KB
/
hitAndRun.html
File metadata and controls
91 lines (78 loc) · 2.68 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Bikeview.CA Hit and Run</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146423127-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146423127-1');
</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="rollovers.html" class="logo"><strong>Hit And Run</strong></a>
<ul class="icons">
<li><a href="https://twitter.com/bikeviewca" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h3>An increasing phenomenon</h3>
<p>
</header>
<p>You see this more and more. Toronto is King but Ottawa has had, and continues to have, many.<br>
Use <a href="https://twitter.com/search?q=%23HitAndRun&src=typed_query">#HitAndRun</a> to help me track them.</p>
</div>
</section>
<!-- Section -->
<section>
<div class="features" id="tweetlist">
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="#">More to come</a></li>
</ul>
</nav>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Ken Walker, @bikeviewca</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script id="twitter-wjs" type="text/javascript" async defer src="https://platform.twitter.com/widgets.js"></script>
<script src="assets/js/hitAndRun.js"></script>
<script src="assets/js/shared.js"></script>
</body>
</html>