forked from fribibb/new-govcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall-sites.html
More file actions
266 lines (237 loc) · 10.7 KB
/
all-sites.html
File metadata and controls
266 lines (237 loc) · 10.7 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
<!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>All sites - 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.5.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>
<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><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>All sites</h1>
</div>
<div class="col-md-10 col-md-offset-1">
<p class="lead">
See all websites powered by govCMS.
Including both customers websites using SaaS and PaaS offerings.
</p>
</div>
</div>
</div>
</section>
</div>
<section id="stats" class="icons-grid light bg-primary">
<div class="container">
<div class="row text-center">
<div class="col-md-10 col-md-offset-1">
<h2>Who is using govCMS?</h2>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="grid-item">
<span class="int">49</span>
<h4>Live websites</h4>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="grid-item">
<span class="int">12</span>
<h4>In development</h4>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="grid-item">
<span class="int">24</span>
<h4>Agencies using</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="clients" class="clients light-bg">
<div class="container">
<div class="row">
<div id="portfolio-list" class="col-md-12 sortableList">
<a class="card" href="https://www.communications.gov.au/">
<img src="./img/clients/screenshots/comms.jpg" alt="Department of Communications website" width="100%">
<h3>Department of Communications</h3>
<i class="icon-external-link"></i>
</a>
<a class="card" href="https://www.communications.gov.au/">
<img src="./img/clients/screenshots/comms.jpg" alt="Department of Communications website" width="100%">
<h3>Department of Averylongwordwithnospaces</h3>
<i class="icon-external-link"></i>
</a>
<a class="card" href="https://www.communications.gov.au/">
<img src="./img/clients/screenshots/comms.jpg" alt="Department of Communications website" width="100%">
<h3>Department of Communications</h3>
<i class="icon-external-link"></i>
</a>
<a class="card" href="https://www.communications.gov.au/">
<img src="./img/clients/screenshots/comms.jpg" alt="Department of Communications website" width="100%">
<h3>A short heading</h3>
<i class="icon-external-link"></i>
</a>
<a class="card" href="https://www.communications.gov.au/">
<img src="./img/clients/screenshots/comms.jpg" alt="Department of Communications website" width="100%">
<h3>Department of Communications</h3>
<i class="icon-external-link"></i>
</a>
<a class="card" href="https://www.communications.gov.au/">
<img src="./img/clients/screenshots/comms.jpg" alt="Department of Communications website" width="100%">
<h3>Department of Communications</h3>
<i class="icon-external-link"></i>
</a>
<a class="card" href="https://www.communications.gov.au/">
<img src="./img/clients/screenshots/comms.jpg" alt="Department of Communications website" width="100%">
<h3>Department of Communications</h3>
<i class="icon-external-link"></i>
</a>
<a class="card" href="https://www.communications.gov.au/">
<img src="./img/clients/screenshots/comms.jpg" alt="Department of Communications website" width="100%">
<h3>Department of Communications</h3>
<i class="icon-external-link"></i>
</a>
<a class="card" href="https://www.communications.gov.au/">
<img src="./img/clients/screenshots/comms.jpg" alt="Department of Communications website" width="100%">
<h3>Department of Communications</h3>
<i class="icon-external-link"></i>
</a>
<!-- <a class="card" href="https://WEBSITE.gov.au">
<img src="./img/clients/screenshots/WEBSITE.jpg" alt="WEBSITE website" width="100%">
<h3>Website Name</h3>
<p>Description.</p>
<p class="fake-link">Visit website</p>
<i class="icon-external-link"></i>
</a> -->
</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>Want to join the list?</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>
<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>