forked from fribibb/new-govcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.0.html
More file actions
335 lines (317 loc) · 13 KB
/
index.0.html
File metadata and controls
335 lines (317 loc) · 13 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
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
<!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 class="homepage">
<div id="top-and-first-wrapper">
<header id="top">
<div class="container">
<div class="row">
<div class="col-md-4 logos">
<a href="./index.html">
<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="./index.html">Home</a></li>
<li><a href="./is.html">How it works</a></li>
<li><a href="./pricing.html">Pricing</a></li>
<li><a href="./news.html">News</a></li>
<li><a href="./support.html">Support</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">
<h1>
Content management and website hosting for government.
</h1>
</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-2">
<small class="pull-right">
We only need a few details to get started, then we'll be in touch shortly.
</small>
<a href="./signup.html" class="btn btn-lg btn-light btn-primary">Get started now</a>
</div>
</div>
</div>
</section>
</div>
<section id="clients" class="clients light-bg">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>Trusted by</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 text-center">
<a href="https://ppsr.gov.au/">
<img src="img/clients/ppsr.svg" alt="Personal Property Securities Register">
</a>
</div>
<div class="col-md-3 col-sm-6 text-center">
<a href="https://crimtrac.gov.au/">
<img src="img/clients/crimtrac.svg" alt="CRIMTRAC">
</a>
</div>
<div class="col-md-3 col-sm-6 text-center">
<a href="https://ona.gov.au/">
<img src="img/clients/ona.svg" alt="Office of National Assessments">
</a>
</div>
<!-- <div class="col-md-3 col-sm-6 text-center">
<a href="https://domainname.gov.au/">
<img src="img/clients/domainname.svg" alt="domainname.gov.au">
</a>
</div> -->
<div class="col-md-3 col-sm-6 text-center">
<a href="https://fwbc.gov.au/">
<img src="img/clients/fwbc.svg" alt="fwbc.gov.au">
</a>
</div>
<div class="col-md-3 col-sm-6 text-center">
<a href="https://ato.gov.au/">
<img src="img/clients/ato.svg" alt="Australian Taxation Office">
</a>
</div>
<div class="col-md-3 col-sm-6 text-center">
<a href="https://humanservices.gov.au/">
<img src="img/clients/dhs.svg" alt="Department of Human Services">
</a>
</div>
<div class="col-md-3 col-sm-6 text-center">
<a href="https://communications.gov.au/">
<img src="img/clients/comms.svg" alt="Department of Communications and the Arts">
</a>
</div>
<div class="col-md-3 col-sm-6 text-center">
<a href="https://asada.gov.au/">
<img src="img/clients/asada.svg" alt="Australian Sports Anti-Doping Authority">
</a>
</div>
<div class="col-md-10 col-md-offset-1 text-center">
<a href="./all-sites.html" class="btn btn-light btn-lg btn-default">
View all sites
</a>
</div>
</div>
</div>
</section>
<section class="split testimonial">
<h2 class="sr-only">Testimonial</h2>
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12 text-left section-one arrow">
<blockquote>
By developing our departmental website in govCMS we are gaining the benefits of a cloud hosting solution and we will be able to share new modules designed to enhance policy consultation and engagement, with other members of the govCMS community. It supports our aim as an organisation to be a digital leader in government.
</blockquote>
<cite>
<span class="cite-name">Drew Clarke</span>
<span class="cite-pos">Secretary of the Department of Communications</span>
</cite>
</div>
<div class="col-md-6 col-sm-12 section-two text-center"
style="
background: url('./img/testimonial-bg.svg');
background-size: cover;">
<img src="img/clients/comms.svg" alt="Department of Communications and the Arts" height="200">
</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>
<h3>Affordable</h3>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="grid-item">
<i class="icon-check text-primary"></i>
<h3>Accessible</h3>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="grid-item">
<i class="icon-phone text-primary"></i>
<h3>Responsive</h3>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="grid-item">
<i class="icon-lock text-primary"></i>
<h3>Secure</h3>
</div>
</div>
<div class="col-md-10 col-md-offset-1">
<a href="./is.html" class="btn btn-light btn-lg btn-default">
See all features
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="split">
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-12 section-one text-left">
<h2>Need more information?</h2>
<a href="./is.html" class="btn btn-lg btn-default">Learn more</a>
<p>
Or if you can't find what you're after <a href="./contact-us.html">contact us</a>.
</p>
</div>
<div class="col-md-3 col-xs-12 col-md-offset-3 section-two text-right">
<h2 id="calcHeading">Calculate your costs</h2>
<form action="./pricing-calculate.html" id="calcForm" onsubmit="return priceCalc()">
<!--
TODO:
use something like this
https://davidwalsh.name/css-flip
or
http://www.creative-tim.com/live/rotating-css-card
and do calculation in JS
-->
<label for="number-of-sites">Number of websites</label>
<input type="number" class="form-control" id="number-of-sites" placeholder="5">
<label for="page-views">Total page views per month</label>
<input type="number" class="form-control" id="page-views" placeholder="80,000">
<button type="submit" class="btn btn-default">Calculate Price</button>
</form>
<div id="calcResults" class="sr-only">
<p>
$<span id="totalAnnualCost" class="lead cost">[ANNUAL]</span>/year <br>
<span class="lead">+</span><br>
$<span id="totalSetupCost" class="lead cost">[SETUP]</span> setup fee
</p>
<a href="#calculate" class="btn btn-default" onclick="priceReCalc();">Recalculate Price</a>
</div>
</div>
</div>
</div>
</section>
<aside class="call-to-action bg-primary">
<div class="container">
<div class="row">
<div class="col-xs-6 text-right">
<h2>Ready <wbr />to go?</h2>
</div>
<div class="col-xs-6">
<a href="./signup.html" class="btn btn-lg btn-primary">Sign up <wbr />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>
<li>
<a href="https://github.com/govCMS/"><i class="icon-github-orig fa-fw fa-3x"></i><span class="sr-only">GitHub</span></a>
</li>
</ul>
<hr class="small">
<ul class="list-inline small-links">
<li>
<a href="./about.html">About</a>
</li>
<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>