-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
601 lines (580 loc) · 19 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
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
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
<!DOCTYPE html>
<html lang="en">
<head>
<title>California State Web Template</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 active"
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">
<main class="main-primary" id="main">
<div class="container p-a-md">
<div class="row">
<div class="bg-gray-lightest col-md-6 col-lg-4 p-a-md order-2 order-md-1">
<h1 class="h2 m-t">Homepage title</h1>
<p>
Compelling sentence or two that ties the website to the department
missions or goals
</p>
<p>
Vestibulum laoreet faucibus ultrices, vestibulum condimentum lectus in
arcu.
</p>
<a href="javascript:;" class="btn btn-primary m-t-md m-b-lg">Button</a>
</div>
<div
class="col-lg-8 col-md-6 p-0 text-right order-1 order-md-2 d-flex justify-content-center">
<a
href="#"
class="feature-img bg-gray-light"
style="background: url('images/main-banner.jpg')"
aria-label="Feature card example image">
</a>
</div>
</div>
<h2>Top user tasks</h2>
<div class="row">
<div class="col-md-4 mb-4">
<a href="components-patterns.html" class="link-grid"
>Components directory</a
>
</div>
<div class="col-md-4 mb-4">
<a href="top-task-1/content-page-1.html" class="link-grid"
>Top task 1 content 1</a
>
</div>
<div class="col-md-4 mb-4">
<a href="top-task-2/content-page-1.html" class="link-grid"
>Top task 2 content 1</a
>
</div>
</div>
<div class="row">
<div class="col-md-4 mb-4">
<a href="https://template.webstandards.ca.gov/index.html" class="link-grid"
>State Template Website</a
>
</div>
<div class="col-md-4 mb-4">
<a href="javascript:;" class="link-grid">Link</a>
</div>
<div class="col-md-4 mb-4">
<a href="javascript:;" class="link-grid">Link</a>
</div>
</div>
<div class="row m-y-lg">
<div class="col-md-6 m-b-md">
<!-- Article -->
<article
class="bg-gray-50 bg-gray-100-hover brd-solid-1 brd-gray-200 pos-rel rounded-4">
<div class="p-a">
<h3 class="h4 m-t-0 m-b-sm">
<a
class="u-link-v5 color-gray-dark color-primary-hover link-before no-underline"
href="javascript:;">
Marketing 1
</a>
</h3>
<p>
Use marketing spaces to promote items related to business goals.
Limit to 2 or 3 and rotate as needed. This allows the homepage to
remain simple and focused.
</p>
</div>
</article>
<!-- End Article -->
</div>
<div class="col-md-6 m-b-md">
<!-- Article -->
<article
class="bg-gray-50 bg-gray-100-hover brd-solid-1 brd-gray-200 pos-rel rounded-4">
<div class="p-a">
<h3 class="h4 m-t-0 m-b-sm">
<a
class="u-link-v5 color-gray-dark color-primary-hover link-before no-underline"
href="javascript:;">
Marketing 2
</a>
</h3>
<p>
Enter a concise description for this topic. You could include
imagery with the marketing cards to make it more visually appealing.
</p>
</div>
</article>
<!-- End Article -->
</div>
</div>
<div class="row">
<div class="col-lg-7">
<div class="card brd-solid-1 brd-gray-light rounded-4 h-100">
<div class="card-body">
<h2 class="m-t-0">News</h2>
<hr class="m-y-md" />
<h3 class="lead font-weight-700">
<a
href="about/news/press-release-title1.html"
aria-disabled="true">
Press release 1
</a>
</h3>
<p>Month 00, 0000 | News</p>
<hr class="m-y-md" />
<h3 class="lead font-weight-700">
<a
href="about/news/press-release-title2.html"
aria-disabled="true">
Press release 2
</a>
</h3>
<p>Month 00, 0000 | News</p>
<hr class="m-y-md" />
<h3 class="lead font-weight-700">
<a href="about/news/article-title1.html" aria-disabled="true">
News article 1
</a>
</h3>
<p>Month 00, 0000 | News</p>
<div class="m-t-md">
<a href="about/news/index.html">View all</a>
</div>
</div>
</div>
</div>
<div class="col-lg-5">
<div class="card brd-solid-1 brd-gray-light rounded-4 p-a-md h-100">
<h2 class="m-t-0">Heading</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum
pretium dapibus diam, a finibus metus congue a. Vestibulum laoreet
faucibus ultrices. Vestibulum condimentum lectus in arcu ultricies
condimentum.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum
pretium dapibus diam, a finibus metus congue a. Vestibulum laoreet
faucibus ultrices. Vestibulum condimentum lectus in arcu ultricies
condimentum.
</p>
</div>
</div>
</div>
</div>
<hr />
<div class="container m-y-md">
<div class="row">
<div class="col-md-4 d-flex">
<!--Executive profile figure-->
<figure class="executive-profile bg-transparent">
<img src="images/sample-logo.png" alt="Image Description" />
<div class="executive-profile-body">
<p>Official Title</p>
<h3 class="executive-name">Name</h3>
<p>Government agency</p>
<p>
<a href="javascript:;" aria-label="Link to Official's Website">
Bio or contact info
</a>
</p>
</div>
</figure>
<!-- End Figure -->
</div>
<div class="col-md-4 d-flex">
<!--Executive profile figure-->
<figure class="executive-profile bg-transparent">
<img src="images/sample-logo.png" alt="Image Description" />
<div class="executive-profile-body">
<p>Official Title</p>
<h3 class="executive-name">Name</h3>
<p>Government agency</p>
<p>
<a href="javascript:;" aria-label="Link to Official's Website">
Bio or contact info
</a>
</p>
</div>
</figure>
<!-- End Figure -->
</div>
<div class="col-md-4 d-flex">
<!--Executive profile figure-->
<figure class="executive-profile bg-transparent">
<img src="images/sample-logo.png" alt="Image Description" />
<div class="executive-profile-body">
<p>Official Title</p>
<h3 class="executive-name">Name</h3>
<p>Government agency</p>
<p>
<a href="javascript:;" aria-label="Link to Official's Website">
Bio or contact info
</a>
</p>
</div>
</figure>
<!-- End Figure -->
</div>
</div>
</div>
</main>
</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>