-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtemplates.html
151 lines (149 loc) · 5.74 KB
/
templates.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class='no-js'>
<!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110817706-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110817706-1');
</script>
<meta charset='utf-8'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<meta content='' name='description'>
<meta content='' name='author'>
<!--
hash is 464e0fb146194482a3ab153fc11e6346175a63f0
-->
<title>FAQs</title>
<link href="stylesheets/framework.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/style.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/skins.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/fontello.css" media="screen" rel="stylesheet" type="text/css" />
<script src="js/app.js" type="text/javascript"></script>
<script>
// terrificjs bootstrap
(function($) {
$(document).ready(function() {
var $page = $('body');
var config = {
dependencyPath: {
plugin: 'js/'
}
}
var application = new Tc.Application($page, config);
application.registerModules();
application.start();
});
})(Tc.$);
</script>
<link href="http://fonts.googleapis.com/css?family=Droid+Sans%7CDroid+Serif:400,400italic%7CPT+Sans:400,700" media="screen" rel="stylesheet" type="text/css" />
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/droid-sans:n4:default.js" type="text/javascript"></script>
</head>
<body class="">
<header><img alt=''src='images/@stock/flag.png'> An official website of the United States Government | <a href="mailto:[email protected]">Contact Express</a> </header>
<div class="contain-to-grid sticky">
<nav class='top-bar' data-options='sticky_on: large' data-topbar=''>
<ul class='title-area'>
<li class='name'>
<h1>
<a href="index.html"><img src="images/GSA_Express.png" alt="" width="350"></a>
</h1>
</li>
<li class='toggle-topbar menu-icon'>
<a href='#'>Menu</a>
</li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li>
<a href='index.html'>Home</a>
</li>
<li class='has-dropdown'>
<a aria-haspopup="true">Who We Are</a>
<ul class='dropdown'>
<li>
<a href='about.html'>About</a>
</li>
<li>
<a href='leadership.html'>Our Leadership</a>
</li>
<!--<li>
<a href='join.html'>Join Us</a>
</li>-->
</ul>
</li>
<li class='has-dropdown'>
<a>What We Do</a>
<ul class='dropdown'>
<li>
<a href='services.html'>Our Services</a>
</li>
<li>
<a href='faqs.html'>FAQs</a>
</li>
</ul>
<li class='has-dropdown'>
<a>Getting Started</a>
<ul class='dropdown'>
<li>
<a href='templates.html'>Express Templates</a>
</li>
</ul>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</section>
</nav>
</div>
<div class='members'>
<div class='full call-to-action-bg-alt no-padding'>
<div class='special-title centered-text'>
<h9> </h9>
</div>
</div>
<div class='members'>
<div class='full call-to-action-bg-alt no-padding'>
<!-- <div class='two spacing'></div>-->
<div class='titleHeader'>
<h9>
<h2 class="titleHeaderText">Express Templates</h2>
</h9>
<!-- <div class='two spacing'></div>-->
</div>
</div>
<div class='two spacing'></div>
<div class='row'>
<div class='large-12 medium-12 columns'><h3 class="pagination-centered"><span style="font-size:50px;">Coming Soon</span></h3> </div>
</div>
<div class='two spacing'></div>
<div class='xlarge-text-left'> </div>
<script src='js/jquery.countTo.js'></script>
<script src='js/jquery.appear.js'></script>
<script src='js/jquery.sequence-min.js'></script>
<script src='js/jquery.validate.js'></script>
<script src="js/app.js" type="text/javascript"></script>
<div class='footer left-text'>
<div class='row'>
<div class='columns pagination-centered'>
<h1 class='light pagination-centered'>
<a href="index.html"><img src="images/Express_Logo_white.png" alt="" width="200"></a>
<div class='one spacing'></div>
<h6 class="pagination-centered">© 2017 Express. All Rights Reserved.</h6>
<a href="mailto:[email protected]">Contact Express</a>
</h1>
</div>
</div>
</div>
</body>
</html>