-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (106 loc) · 4.68 KB
/
Copy pathindex.html
File metadata and controls
113 lines (106 loc) · 4.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<section class="advertising">
</section>
<header>
<div class="inner-header">
<div class="logo">
<img src="img/logo.png"/>
</div>
<nav class="utility">
<ul>
<li>About</li>
<li>Advertise</li>
<li>Follow</li>
<li>Support</li>
</ul>
</nav>
<nav class="primary">
<button class="mobile-toggle">
<span></span>
</button>
<ul>
<li>News <i class="fa fa-caret-down"></i>
<ul>
<li>Aboriginal Affairs</li>
<li>Education</li>
<li>Energy</li>
<li>Environment</li>
<li>Gender + Sexuality</li>
<li>Health</li>
<li>Housing</li>
<li>Labour + Industry</li>
<li>Local Economy</li>
<li>Politics
<ul>
<li>BC Politics</li>
<li>Election 2015</li>
<li>Federal Politics</li>
<li>Municipal Politics</li>
</ul>
</li>
<li>Rights + Justice</li>
<li>Science + Tech</li>
<li>Transportation</li>
</ul>
</li>
<li>Culture <i class="fa fa-caret-down"></i>
<ul>
<li>Film</li>
<li>Food</li>
<li>Media</li>
<li>Music</li>
<li>Travel</li>
<li>Urban Planning + Architecture</li>
</ul>
</li>
<li>Opinion</li>
<li>National</li>
<li>Mediacheck</li>
<li>Solutions</li>
<li>Join</li>
</ul>
</nav>
</div>
<div class="wrap">
<div class="inner-header">
<section class="share">
<ul>
<li><i class="fa fa-facebook fa-lg"></i></li>
<li><i class="fa fa-twitter fa-lg"></i></li>
<li><i class="fa fa-envelope fa-lg"></i></li>
<li><i class="fa fa-rss fa-lg"></i></li>
</ul>
</section>
<section class="search">
<form>
<input type="text" maxlength="255" accept-charset="UTF-8" name="q" size="9" value="" class="form-text">
<button><i class="fa fa-search fa-lg"></i></button>
</form>
</section>
</div>
</div>
</header>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>