-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
105 lines (73 loc) · 3.44 KB
/
contact.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9 oldie" lang="en"> <![endif]-->
<!--[if (gt IE 9)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--
California State Template
Version 4.0
Based on Twitter Bootstrap
-->
<meta charset="utf-8">
<title>Contact Us</title>
<meta name="Author" content="State of California" />
<meta name="Description" content="State of California" />
<meta name="Keywords" content="California, government" />
<!--#include virtual="/ssi/head-css-js.html" -->
</head>
<!-- possible body classes are "primary" and "two-column" -->
<body>
<header role="banner" id="header" class="global-header fixed">
<div id="skip-to-content"><a href="#main-content">Skip to Main Content</a></div>
<!-- Location Bar -->
<!--#include virtual="/ssi/location-bar.html" -->
<!-- Include Utility Header -->
<!--#include virtual="/ssi/utility-header.html" -->
<!-- Settings Bar -->
<!--#include virtual="/ssi/settings-bar.html" -->
<!-- Include Branding -->
<!--#include virtual="/ssi/branding.html" -->
<!-- Include Mobile Controls -->
<!--#include virtual="/ssi/mobile-controls.html" -->
<div class="navigation-search">
<!-- Include Navigation -->
<!--#include virtual="/ssi/navigation.html" -->
<div id="head-search" class="search-container">
<!-- Include Search -->
<!--#include virtual="/ssi/search.html" -->
</div>
</div>
<div class="header-decoration"></div>
</header>
<div id="main-content" class="main-content">
<div class="container">
<main class="main-primary">
<!-- InstanceBeginEditable name="MainContent" -->
<ol class="breadcrumb">
<li><a href="/index.html">Home</a></li>
<li><a href="/sample/index.html">Examples</a></li>
<li class="active">Contact Us</li>
</ol>
<h1>Contact Us</h1>
<p>Please create a Contact Page specific to your own website. You may want to provide several methods of contacting your organization. </p>
<p>To provide state template v5 feedback use GitHub otherwise feel free to contact us by visiting <a href="http://webtools.ca.gov/about-web-tools/contact-us/">this page</a>.</p>
<p>
Feel free to <a href="http://[email protected]/">Subscribe</a> to the Webmaster User Group for state template updates, group announcements and events. You can also visit the <a href="http://webtools.ca.gov/">Webtools</a> website for more information. To contact us about the state template please visit <a href="http://webtools.ca.gov/about-web-tools/contact-us/">this page</a>.<br>
</p>
<p>This website is managed by the California Department of Technology.</p>
<article>
<p> </p>
</article>
<!-- InstanceEndEditable -->
</main>
</div>
</div>
<!--#include virtual="/ssi/global-footer.html" -->
<!--#include virtual="/ssi/scripts.html" -->
<script src="/js/libs/mapthat_script.js"></script>
</body>
</html>