-
Notifications
You must be signed in to change notification settings - Fork 10
/
3-Column.html
348 lines (309 loc) · 17.1 KB
/
3-Column.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!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"/>
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="HandheldFriendly" content="true" />
<meta name="author" content=""/>
<meta name="navigaton_title" content=""/>
<meta name="dcterms.publisher" content="Province of British Columbia"/>
<meta name="dcterms.created" content="2015-06-05"/>
<meta name="dcterms.modified" content="2016-12-30"/>
<meta name="security_label" content="Public"/>
<meta name="security_classification" content="Low"/>
<meta name="dcterms.subject" content=""/>
<meta name="dcterms.subject" content=""/>
<meta name="dcterms.creator" content=""/>
<meta name="dcsext.creator" content=""/>
<meta name="dcterms.language" content="eng"/>
<meta name="description" content=""/>
<meta name="keywords" content="">
<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png"/>
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-icon-76x76.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="icons/apple-icon-114x114.png"/>
<link rel="apple-touch-icon" sizes="120x120" href="icons/apple-icon-120x120.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="icons/apple-icon-144x144.png"/>
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-icon-152x152.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-icon-180x180.png"/>
<link rel="icon" type="image/png" sizes="192x192" href="icons/android-icon-192x192.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png"/>
<link rel="manifest" href="icons/manifest.json"/>
<link rel="icon" type="image/png" href="images/favicon.ico"/>
<meta name="msapplication-TileColor" content="#ffffff"/>
<meta name="msapplication-TileImage" content="icons/ms-icon-144x144.png"/>
<meta name="theme-color" content="#ffffff"/>
<title>Gov 2.0 Bootstrap Skeleton - Province of British Columbia</title>
<!-- BOOTSTRAP CORE CSS v3.3.6 -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link rel="stylesheet" href="css/ie10-viewport-bug-workaround.css"/>
<!-- STANDARD CSS -->
<link type="text/css" href="css/main.css" rel="stylesheet"/>
<!-- FONTS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
<!-- CUSTOM CSS -->
<link href="css/custom-main.css" rel="stylesheet"/>
<link href="css/custom-form.css" rel="stylesheet"/>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[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]-->
</head>
<body>
<!-- HEADER -->
<div id="header" role="banner">
<div id="header-main" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div id="header-main-row" class="row">
<!-- GOV & ENV TITLE -->
<div class="col-sm-3 col-md-2 col-lg-2 header-main-left">
<div id="logo">
<a href="http://gov.bc.ca"><img src="images/gov3_bc_logo.png" alt="Government of B.C." title="Government of B.C. logo" /></a>
</div>
<div id="access">
<ul>
<li aria-label="Keyboard Tab Skip">
<a href="#main-content-anchor" aria-label="Skip to main content">Skip to main content</a>
</li>
<li aria-label="Keyboard Tab Skip">
<a href="#navigation-anchor" aria-label="Skip to navigation" aria-label="Skip to navigation">Skip to navigation</a>
</li>
<li aria-label="Keyboard Tab Skip">
<a href="http://gov.bc.ca/webaccessibility/" aria-label="Accessibility Statement">Accessibility Statement</a>
</li>
</ul>
</div>
<button type="button" class="navbar-toggle gov-button-custom collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="true" aria-label="Burger Navigation">
<img src="images/menu-open-mobile.png" alt="menu button" />
</button>
</div>
<div class="col-sm-8 col-md-8 col-lg-6 hidden-xs">
<div class="bcgov-title">
<h1>Gov 2.0 Bootstrap Skeleton</h1>
</div>
</div>
<!-- COLLAPSING NAVBAR -->
<div id="navbar" class="collapse navbar-collapse" role="navigation" aria-label="primary">
</div>
</div>
</div>
<div class="navigationRibbon">
<div class="level2Navigation">
<div class="container">
<a href="#">Top Level Navigation Link 1</a>
<a href="#">Top Level Navigation Link 2</a>
<a href="#">Top Level Navigation Link 3</a>
<a href="#">Top Level Navigation Link 4</a>
</div>
</div>
<div class="level3Navigation">
<div class="container">
<a href="#">Second Level Navigation Link 1</a>
<a href="#">Second Level Navigation Link 2</a>
<a href="#">Second Level Navigation Link 3</a>
<a href="#">Second Level Navigation Link 4</a>
</div>
</div>
</div>
</div>
</div>
<script>
// if there is no level 3 navigation, do not display the blue arrow for the current level 2 nav item
if($(".level3Navigation a").length == 0) {
$(".level2Navigation a.current").css("background-image", "none");
}
</script>
<!-- /HEADER -->
<!-- BODY CONTENT -->
<div id="topicTemplate" class="template container gov-container">
<div id="breadcrumbContainer">
<ol class="breadcrumb">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">Breadcrumb Link Top Level</a>
</li>
<li>
<a href="#">Breadcrumb Link Second Level</a>
</li>
<li>
<a href="#">Breadcrumb Link Third Level</a>
</li>
</ol>
</div>
<!-- SITE SECONDARY NAVIGATION -->
<div class="row">
<!-- googleoff:all -->
<a id="navigation-anchor"></a>
<div class="contentPageLeftNavigation col-sm-3 col-md-3">
<div id="topicLeftNav" class="navbar" role="navigation" aria-label="secondary">
<div class="navbar-header">
<button class="navbar-toggle topic-menu-trigger " aria-expanded="true" type="button" data-toggle="collapse" data-target="#topicLeftNav .navbar-collapse">
Section Navigation
</button>
</div>
<div class="row navbar-collapse collapse">
<div class="col-xs-12">
<ul class="leftNav nav navbar-nav">
<li class="closed">
<div class="leftNav-item-wrapper">
<a href="#">Top Level - Navigation Link 1</a>
<span class="level-trigger"></span>
</div>
</li>
<li class="closed">
<div class="leftNav-item-wrapper">
<a href="#">Top Level - Navigation Link 2</a>
<span class="level-trigger"></span>
</div>
</li>
<li class="open current">
<div class="leftNav-item-wrapper">
<a href="#">Top Level - Navigation Link 3</a>
<span class="level-trigger"></span>
</div>
<ul>
<li>
<div class="leftNav-item-wrapper">
<a href="#">Second Level 1</a>
<span class="level-trigger"></span>
</div>
</li>
<li>
<div class="leftNav-item-wrapper">
<a href="#">Second Level 2</a>
<span class="level-trigger"></span>
</div>
</li>
<li>
<div class="leftNav-item-wrapper">
<a href="#">Second Level 3</a>
<span class="level-trigger"></span>
</div>
</li>
<li>
<div class="leftNav-item-wrapper">
<a href="#">Second Level 4</a>
<span class="level-trigger"></span>
</div>
</li>
</ul>
</li>
<li class="closed">
<div class="leftNav-item-wrapper">
<a href="#">Top Level - Navigation Link 4</a>
<span class="level-trigger"></span>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- googleon:all -->
<a id="main-content-anchor"></a>
<div id="main-content" role="main" class="contentPageMainColumn col-sm-9 col-md-5 col-lg-6">
<h1>Heading Style 1 Three Column Layout</h1>
<div id="introduction">
<p><span>Insert your introductory content here. Ensure your content meets the stylistic and formatting standards for writing consistent and high quality content for B.C. government websites.</span></p>
<p><img alt="Emergency Mommy graphic" src="images/emergencymommy_feature_640x300px.jpg" style="width: 640px; height: 300px;" title="" type="image"></p>
<p>Who says preparedness can’t be fun?!</p>
<p>Follow Emergency Mommy for tips on family disaster readiness.</p>
</div>
<div id="body">
<h2>Heading Style 2 - Get the low down</h2>
<ul>
<li><a href="#" target="_self">Meet Emergency Mommy</a></li>
<li><a href="#" target="_self">Make ShakeOut a Family Affair</a></li>
<li><a href="#" target="_self">Writing a Disaster Love Letter</a></li>
<li><a href="#" target="_self">Talking to Your Kids About Disasters</a></li>
<li><a href="#" target="_self">Preparing on a Budget</a></li>
<li><a href="#" target="_self">Avoid Humiliation, Get Storm Ready</a></li>
<li><a href="#" target="_self">Earthquake Preparedness: Part One</a></li>
<li><a href="#" target="_self">Earthquake Preparedness: Part Two</a></li>
<li><a href="#" target="_self">Earthquake Preparedness: Part Three</a></li>
<li><a href="#" target="_self">Disaster Dining </a></li>
<li><a href="#" target="_self">Ready for Camping, Ready for Emergencies</a></li>
<li><a href="#" target="_self">Give the Gift of Preparedness</a></li>
<li><a href="#" target="_self">Campfire Safety</a></li>
<li><a href="#" target="_self">Travel Safe: Road Trippin' Emergency Mommy Style</a></li>
</ul>
</div>
</div>
<div id="rightcolumn" role="complementary" class="contentPageRightColumn col-sm-9 col-md-4 col-lg-3 col-sm-offset-3 col-md-offset-0">
<div id="" data-order="0">
<h2 class="blue-heading-bar">Feedback</h2>
<div class="promoBox rightColumnBox">
<p>See an error or have a suggestion? <a href="#" target="_self">Let us know.</a></p>
</div>
</div>
<div id="replicantData_2772894CCA6C4F18956E8F90AB8A7289" data-order="0">
<h2 class="blue-heading-bar">Social Media</h2>
<div class="promoBox rightColumnBox">
<p>For more information about social media writing, get in touch with the <a href="#" target="_self">GCPE Communications</a>.</p>
</div>
</div>
</div>
</div>
<!-- PAGE CONTENT -->
</div>
<!-- /BODY CONTENT -->
<div id="shareIcons">
</div>
<!-- FOOTER -->
<div id="footer" role"contentinfo">
<img class="back-to-top" src="images/back-to-top.png" alt="Back to top" title="Back to top" style="display: inline;">
<div id="footerWrapper">
<div id="footerAdminSection">
<div id="footerAdminLinksContainer" class="container">
<div id="footerAdminLinks" class="row">
<ul class="inline">
<li>
<a href="#" target="_self">Home</a>
</li>
<li>
<a href="#" target="_self">About this site</a>
</li>
<li>
<a href="http://gov.bc.ca/disclaimer/" target="_self">Disclaimer</a>
</li>
<li>
<a href="http://gov.bc.ca/privacy/" target="_self">Privacy</a>
</li>
<li>
<a href="http://gov.bc.ca/webaccessibility/" target="_self">Accessibility</a>
</li>
<li>
<a href="http://gov.bc.ca/copyright" target="_self">Copyright</a>
</li>
<li>
<a href="#" target="_self">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- /FOOTER -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/misc.js"></script>
<script src="js/navMenu.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>