forked from fribibb/new-govcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.1.html
More file actions
executable file
·260 lines (245 loc) · 9.9 KB
/
index.1.html
File metadata and controls
executable file
·260 lines (245 loc) · 9.9 KB
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
<!DOCTYPE html>
<html dir="ltr" lang="en-AU">
<head>
<meta charset="utf-8">
<link rel="preload" href="img/crest.svg" as="image">
<link rel="preload" href="img/govcms.svg" as="image">
<link rel="preload" href="css/styles.css" as="style">
<link rel="preconnect" href="https://fonts.googleapis.com/" crossorigin>
<link rel="preconnect" href="https://cdnjs.cloudflare.com/" crossorigin>
<link rel="prefetch" href="./signup.html">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>govCMS</title>
<meta name="author" content="govCMS">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,400italic" rel="stylesheet" type="text/css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="mask-icon" href="favicons/outline.svg" color="#71C39E">
<link rel="icon" sizes="16x16 32x32 48x48 64x64" href="favicon.ico"/>
<!--[if IE]>
<link rel="shortcut icon" href="favicon.ico"/>
<![endif]-->
<link rel="apple-touch-icon-precomposed" href="favicons/favicon-152.png"/>
<meta name="msapplication-TileColor" content="#FFFFFF"/>
<meta name="msapplication-TileImage" content="favicons/favicon-144.png"/>
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="favicons/favicon-152.png"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="favicons/favicon-144.png"/>
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="favicons/favicon-120.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="favicons/favicon-114.png"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="favicons/favicon-72.png"/>
<link rel="apple-touch-icon-precomposed" href="favicons/favicon-57.png"/>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header id="top">
<div class="container">
<div class="row">
<div class="col-md-4 logos">
<a href="#">
<div class="coa-stacked">
<div class="coa-coa">
<span class="crest"></span>
</div>
<!--[if lte IE 7]>
<style>.coa-titles { display: block; }</style>
<![endif]-->
<div class="coa-titles-stacked">
<div class="coa-titles">
<span class="coa-line-one coa-lines-1">Australian Government</span>
</div>
</div>
</div>
<img src="img/govcms.svg" class="logo" alt="govCMS" width="74" height="74">
</a>
</div>
<div class="col-md-8">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Plans</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Partners</a></li>
<li><a href="./signup.html" class="btn btn-default btn-light">Sign up</a></li>
</ul>
</div>
</div>
</div>
</header>
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<!-- <div class="col-md-6 col-md-offset-3 text-center"> -->
<!-- <h2>Content management and website hosting service for Australian Government agencies.</h2> -->
<h2>Content management and website hosting for Australian Government.</h2>
</div>
<div class="col-md-5">
<p class="lead">
Making it easier for agencies to create modern, affordable, responsive websites to better connect government with users.
</p>
</div>
<div class="col-md-5 col-md-offset-1">
<a href="#" class="btn btn-lg btn-primary">Get started now</a>
<!-- <br> -->
<small>
We only need a few details to get started, then we'll be in touch shortly.
</small>
</div>
</div>
</div>
</section>
<section id="clients" class="clients">
<div class="container">
<div class="row text-center">
<h2>Trusted by</h2>
<div class="col-md-3 text-center">
<img src="img/clients/ppsr.svg" alt="Personal Property Securities Register">
</div>
<div class="col-md-3 text-center">
<img src="img/clients/crimtrac.svg" alt="CRIMTRAC">
</div>
<div class="col-md-3 text-center">
<img src="img/clients/ona.svg" alt="Office of National Assessments">
</div>
<div class="col-md-3 text-center">
<img src="img/clients/domainname.svg" alt="domainname.gov.au">
</div>
<div class="col-md-3 text-center">
<img src="img/clients/ato.svg" alt="Australian Taxation Office">
</div>
<div class="col-md-3 text-center">
<img src="img/clients/dhs.svg" alt="Department of Human Services">
</div>
<div class="col-md-3 text-center">
<img src="img/clients/comms.svg" alt="Department of Communications and the Arts">
</div>
<div class="col-md-3 text-center">
<img src="img/clients/asada.svg" alt="Australian Sports Anti-Doping Authority">
</div>
</div>
</div>
</section>
<section id="services" class="icons-grid bg-primary">
<div class="container">
<div class="row text-center">
<div class="col-md-10 col-md-offset-1">
<h2>Why use govCMS?</h2>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="grid-item">
<i class="icon-piggy text-primary"></i>
<h4>Affordable</h4>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="grid-item">
<i class="icon-check text-primary"></i>
<h4>Accessible</h4>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="grid-item">
<i class="icon-phone text-primary"></i>
<h4>Responsive</h4>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="grid-item">
<i class="icon-lock text-primary"></i>
<h4>Secure</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="split">
<div class="container">
<div class="row">
<div class="col-md-6 section-one text-left">
<h2>Need more information?</h2>
<a href="#" class="btn btn-lg btn-primary">Learn more</a>
<p>
Or if you can't find what you're after <a href="#">contact us</a>.
</p>
</div>
<div class="col-md-3 col-md-offset-3 section-two text-right">
<h2>Calculate your costs</h2>
<label for="number-of-sites">Number of websites</label>
<input type="number" class="form-control" id="number-of-sites">
<label for="page-views">Total page views per month</label>
<input type="number" class="form-control" id="page-views">
<button type="submit" class="btn btn-default">Calculate</button>
</div>
</div>
</div>
</section>
<aside class="call-to-action bg-primary">
<div class="container">
<div class="row">
<div class="col-md-6 text-right">
<h2>Ready to go?</h2>
</div>
<div class="col-md-6">
<a href="./signup.html" class="btn btn-lg btn-primary">Sign up now</a>
</div>
</div>
</div>
</aside>
<!-- <aside class="call-to-action bg-primary">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>Ready to go?</h2>
<a href="./signup.html" class="btn btn-lg btn-primary">Sign up now</a>
</div>
</div>
</div>
</aside> -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<ul class="list-inline social">
<li>
<a href="https://www.youtube.com/channel/UCpatbWRJ4qFghl0PxR75Y3w"><i class="icon-youtube-play fa-fw fa-3x"></i><span class="sr-only">YouTube</span></a>
</li>
<li>
<a href="https://twitter.com/AusGovCMS"><i class="icon-twitter fa-fw fa-3x"></i><span class="sr-only">Twitter</span></a>
</li>
<li>
<a href="/rss.xml"><i class="icon-rss-square fa-fw fa-3x"></i><span class="sr-only">RSS</span></a>
</li>
</ul>
<hr class="small">
<ul class="list-inline small-links">
<li>
<a href="#">Copyright</a>
</li>
<li>
<a href="#">Privacy</a>
</li>
<li>
<a href="#">Site Map</a>
</li>
<li>
<a href="#">Terms of Use</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="js/govcms.js"></script>
</body>
</html>