-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
423 lines (406 loc) · 13.3 KB
/
404.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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!DOCTYPE html>
<html lang="en">
<head>
<title>404</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<!-- BEGIN STATE_TEMPLATE -->
<!-- Public Sans Font
Load the recommended Public Sans Font. Removing this section will use System-UI font stack instead.
More info on Typography here...
https://template.webstandards.ca.gov/visual-design/typography.html
-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=block"
rel="stylesheet" />
<!-- End Public Sans Font -->
<!-- STATE_TEMPLATE *** HEAD references ***
Include links to stylesheet and custom theme and core JS.
<link rel="stylesheet" href="ca_state_template/css/cagov.core.min.css"/>
<link rel="stylesheet" href="ca_state_template/css/colortheme-oceanside.min.css"/>
<script src="ca_state_template/js/cagov.core.min.js"></script>
You may also use the CDN instead of using the local folder...
<link rel="stylesheet" href="https://cdn.cdt.ca.gov/cdt/statetemplate/6.4.1/css/cagov.core.min.css" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://cdn.cdt.ca.gov/cdt/statetemplate/6.4.1/css/colortheme-oceanside.min.css" crossorigin="anonymous"/>
<script src="https://cdn.cdt.ca.gov/cdt/statetemplate/6.4.1/js/cagov.core.min.js" crossorigin="anonymous"></script>
More info on CDN here...
https://template.webstandards.ca.gov/cdn.html
-->
<link rel="stylesheet" href="ca_state_template/css/cagov.core.min.css" />
<link
rel="stylesheet"
href="ca_state_template/css/colortheme-oceanside.min.css" />
<script src="ca_state_template/js/cagov.core.min.js"></script>
<!-- END STATE_TEMPLATE -->
<link
rel="apple-touch-icon-precomposed"
sizes="100x100"
href="images/apple-touch-icon-precomposed.png" />
<link rel="icon" sizes="192x192" href="images/apple-touch-icon-192x192.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="180x180"
href="images/apple-touch-icon-180x180.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="152x152"
href="images/apple-touch-icon-152x152.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="144x144"
href="images/apple-touch-icon-144x144.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="120x120"
href="images/apple-touch-icon-120x120.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="114x114"
href="images/apple-touch-icon-114x114.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="72x72"
href="images/apple-touch-icon-72x72.png" />
<link
rel="apple-touch-icon-precomposed"
href="images/apple-touch-icon-57x57.png" />
<link rel="shortcut icon" href="images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
<link rel="shortcut icon" href="favicon.ico" />
<!-- Statewide Alerts Server -->
<script defer src="https://alert.cdt.ca.gov" crossorigin="anonymous"></script>
<!-- BEGIN Google Tag Manager -->
<link rel="preconnect" href="https://www.googletagmanager.com" />
<link rel="preconnect" href="https://www.google-analytics.com" />
<script>
//*** BEGIN STATE TEMPLATE CHANGE REQUESTED
//Your GA4 Measurement ID that this website should use for website analytics
var yourGA4MeasurementId = "G-75V2BNQ3DR"; //Set to the default GA4 Measurement ID (G-75V2BNQ3D...R), please change it to the one for your organization.
//*** END STATE TEMPLATE CHANGE REQUESTED
//Support code to make this work, just leave this as is
var stateGTMAccount = "GTM-NJ6Q4MV"; //GTM-NJ6Q4MV - all ca.gov
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
(function(){dataLayer.push(arguments)})('config',yourGA4MeasurementId,{cookie_flags:'secure;samesite=lax;domain='});
})(window,document,'script','dataLayer',stateGTMAccount);
</script>
<!-- END Google Tag Manager -->
</head>
<body class="primary">
<header role="banner" id="header" class="global-header fixed">
<div id="skip-to-content">
<a href="#main-content">Skip to Main Content</a>
</div>
<div class="utility-header">
<div class="container">
<div class="flex-row">
<div class="social-media-links">
<div class="header-cagov-logo">
<a href="https://ca.gov">
<span class="sr-only">CA.gov</span>
<span class="ca-gov-logo-svg"></span>
</a>
</div>
<p class="official-tag">
<span class="desktop-only">Official website of the</span>
State of California
</p>
</div>
<div class="settings-links">
<a href="about/index.html">About us</a>
<a href="contact.html">Contacts</a>
</div>
</div>
</div>
</div>
<!-- header branding with light gray background -->
<div class="section-default">
<div class="branding">
<div class="header-organization-banner">
<a href="index.html">
<div class="logo-assets">
<img
src="images/sample-logo.png"
class="logo-img"
alt="State Template Logo"
style="aspect-ratio: 80 / 70" />
<div class="logo-text">
<span class="logo-state">State of California</span>
<span class="logo-dept">Site name</span>
</div>
</div>
</a>
</div>
</div>
</div>
<!-- mobile navigation controls -->
<div class="mobile-controls">
<span class="mobile-control-group mobile-header-icons">
<!-- Add more mobile controls here. These will be on the right side of the mobile page header section -->
</span>
<div class="mobile-control-group main-nav-icons">
<button
id="nav-icon3"
type="button"
class="mobile-control toggle-menu"
aria-expanded="false"
aria-controls="navigation">
<span></span>
<span></span>
<span></span>
<span></span>
<span class="sr-only">Menu</span>
</button>
</div>
</div>
<div class="navigation-search full-width-nav container">
<div id="head-search" class="search-container featured-search"><div class="container">
<form id="Search" class="pos-rel" action="serp.html">
<span class="sr-only" id="SearchInput">Custom Google Search</span>
<input
type="search"
name="q"
aria-labelledby="SearchInput"
placeholder="Search"
class="search-textfield" />
<button type="submit" class="gsc-search-button">
<span class="ca-gov-icon-search" aria-hidden="true"></span>
<span class="sr-only">Submit</span>
</button>
<div class="close-search-btn">
<button
class="close-search gsc-clear-button border-0 bg-transparent pos-rel"
type="reset">
<span class="sr-only">Close</span>
</button>
</div>
</form>
</div></div>
<!-- navigation types --><nav
id="navigation"
class="main-navigation dropdown"
aria-label="Main navigation">
<ul id="nav_list" class="top-level-nav">
<li class="nav-item">
<a
class="first-level-link"
href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a
class="first-level-link"
href="components-patterns.html"
>Components and patterns</a
>
</li>
<li class="nav-item">
<a
class="first-level-link"
href="samples/accordion.html"
>Samples</a
>
</li>
<li class="nav-item">
<a
class="first-level-link"
href="top-task-1/index.html"
>Top task 1</a
>
</li>
<li
class="nav-item"
role="presentation">
<a class="first-level-link">Top task 2</a>
<div class="sub-nav">
<ul class="second-level-nav">
<li class="unit1">
<a href="top-task-2/index.html" class="second-level-link"
>Overview</a
>
</li>
<li class="unit1">
<a href="top-task-2/content-page-1.html" class="second-level-link"
>Content 1</a
>
</li>
<li class="unit1">
<a href="top-task-2/content-page-2.html" class="second-level-link"
>Content 2</a
>
</li>
</ul>
</div>
</li>
</ul>
</nav>
</div>
</header>
<div id="main-content" class="main-content">
<div class="container p-t-md">
<main class="main-primary" id="main">
<div class="row">
<div class="col-md-10 mx-auto p-b-lg">
<h1 class="m-t-0">We're sorry, that link didn't work.</h1>
<p class="lead">To find what you need, you can:</p>
<ul class="m-t-lg">
<li>
Browse our
<a href="index.html">homepage</a>
</li>
<li>Double check that link</li>
<li>
Use our
<a href="serp.html?q=">search</a>
or the
<a href="sitemap.html">sitemap</a>
</li>
<li>
Check out these popular links:
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
</ul>
</li>
</ul>
<p class="m-t-md">
Did you get here from a link on our website?
<a href="contact.html">Let us know</a>
so we can fix it.
</p>
<p class="font-size-14 m-t-lg">Error: Page not found (404)</p>
</div>
</div>
</main>
</div>
</div><!-- Global Footer -->
<aside class="p-b-md p-t-sm section-standout site-footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<div
class="h4 w-100 brd-bottom brd-highlight p-b"
role="heading"
aria-level="2">
About
</div>
<a
href="about/index.html"
class="d-block no-underline m-y font-size-16">
About <span class="sr-only">our organization</span>
</a>
<a
href="about/news/index.html"
class="d-block no-underline m-y font-size-16">
News <span class="sr-only">from our organization</span>
</a>
<a
href="about/careers.html"
class="d-block no-underline m-y font-size-16">
Careers <span class="sr-only">and job openings</span>
</a>
<a href="contact.html" class="d-block no-underline m-y font-size-16">
Contact us
</a>
</div>
<div class="col-md-4">
<div
class="h4 w-100 brd-bottom brd-highlight p-b"
role="heading"
aria-level="2">
Heading
</div>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 1
</a>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 2
</a>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 3
</a>
</div>
<div class="col-md-4">
<div
class="h4 w-100 brd-bottom brd-highlight p-b"
role="heading"
aria-level="2">
Heading
</div>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 1 <span class="sr-only">regarding this website</span>
</a>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 2 <span class="sr-only">regarding this website</span>
</a>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 3 <span class="sr-only">regarding this website</span>
</a>
</div>
</div>
</div>
</aside>
<footer id="footer" class="global-footer">
<div class="container">
<div class="d-flex">
<a href="https://ca.gov" class="cagov-logo">
<span class="sr-only">CA.gov</span>
<span class="ca-gov-logo-svg"></span>
</a>
<ul class="footer-links">
<li>
<a href="conditions-of-use.html">Conditions of use</a>
</li>
<li>
<a href="privacy-policy.html">Privacy policy</a>
</li>
<li>
<a href="accessibility.html">Accessibility</a>
</li>
<li>
<a href="website-acessibility-certification.html"
>Website accessibility certification</a
>
</li>
<li>
<a href="sitemap.html">Sitemap</a>
</li>
</ul>
<ul class="socialsharer-container">
<li>
<a
href="https://github.com/Office-of-Digital-Innovation/California-State-Web-HTML">
<span class="ca-gov-icon-github" aria-hidden="true"></span>
<span class="sr-only">GitHub</span>
</a>
</li>
</ul>
</div>
</div>
<!-- Accessible, translatable, Copyright Statement -->
<div class="copyright">
<div class="container text-right">
<span aria-hidden="true">©</span>
<span id="thisyear">
<script>
document.getElementById('thisyear').appendChild(document.createTextNode(new Date().getFullYear()))
</script>
</span>
State of California
</div>
</div>
<button class="return-top">
<span class="sr-only">Back to top</span>
</button>
</footer>
<!-- Extra Decorative Content -->
<div class="decoration-last"> </div>
</body>
</html>