-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookie-consent.html
More file actions
261 lines (260 loc) · 12.4 KB
/
Copy pathcookie-consent.html
File metadata and controls
261 lines (260 loc) · 12.4 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
<html lang="en">
<head>
<title>ACT Government | Website Design System | PREVIEW</title>
<link rel="shortcut icon" href="favicons/act-favicon.png" />
<link rel="icon" type="image/png" href="favicons/act-favicon.png" sizes="192x192" />
<link href="css/style.compiled.css" rel="stylesheet" />
<script src="https://kit.fontawesome.com/01a48c4df0.js" crossorigin="anonymous"></script>
<script src="js/functions.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&family=Source+Sans+Pro:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap" rel="stylesheet" />
</head>
<body>
<div id="contents">
<div class="act-docs-container">
<nav class="act-masthead">
<div class="act-masthead__container">
<div class="act-masthead__content left">ACT Government Website Design System | PREVIEW</div>
<div class="act-masthead__content right">
<div class="act-masthead__nav">
<a
class="act-button act-button__inline act-button__inline-white act-button__inline-small"
href="https://github.com/ACTGov-Design-System/ACT-Website-Design-System-Preview/graphs/commit-activity"
target="_blank"
title="GitHub Commit Activity"
rel="noreferrer"
>
<img
class="badge"
src="https://img.shields.io/github/commit-activity/m/ACTGov-Design-System/ACT-Website-Design-System-Preview?style=flat-square"
height="18"
alt="github badge"
/>
</a>
</div>
<a
class="act-button act-button__primary act-button__xsmall act-button__icon-right"
type="button"
href="https://github.com/ACTGov-Design-System/ACT-Website-Design-System-Preview"
target="_blank"
rel="noreferrer"
>GitHub <i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
</div>
</nav>
<main class="act-body">
<header class="act-flex act-flex-light-purple">
<div class="act-flex__container act-flex__container-padding-trim">
<div class="act-flex__grid">
<div class="act-flex__row">
<div class="act-col__cw-12">
<div class="act-box">
<div class="act-breadcrumbs">
<ul class="act-breadcrumbs__container">
<li class="act-breadcrumbs__crumb act-h6">
<a href="/" class="act-breadcrumbs__crumb__link"
>Design System<i class="fa-solid fa-angle-right"></i>
</a>
</li>
<li class="act-breadcrumbs__crumb act-h6">
<a href="/" class="act-breadcrumbs__crumb__link"
>Preview <i class="fa-solid fa-angle-right"></i>
</a>
</li>
<li class="act-breadcrumbs__crumb act-h6">
<a href="/" class="act-breadcrumbs__crumb__link"
>P12 - Cookie Consent popover<i class="fa-solid fa-angle-right"></i>
</a>
</li>
</ul>
</div>
<h1>P12 - Cookie Consent popover</h1>
</div>
</div>
</div>
</div>
</div>
</header>
<section class="act-flex">
<div class="act-flex__container">
<div class="act-flex__grid">
<div class="act-flex__row">
<div class="act-col__cw-12">
<div class="act-box">
<br />
<button
class="act-button act-button__primary act-button__default act-button__icon-left act-button__primary-undefined"
type="button"
onclick="toggleCookieConsent()"
>
Open Cookie Consent
</button>
<div class="act-popup bottom" style="visibility: hidden">
<div class="act-popup__container act-cookie-consent">
<div class="act-popup__content">
<div class="act-popup__block">
<div class="act-h4">We value your privacy</div>
<div class="act-popup__close" onclick="toggleCookieConsent()">
<i class="fa-solid fa-xmark"></i>
</div>
</div>
<div class="act-popup__block">
<p>
We use necessary cookies to make our site work. We’d like to set additional cookies to
understand site usage, make site improvements and to remember your settings. We also use
cookies set by other sites to help deliver content from their services.
</p>
<div class="act-button-group">
<button
class="act-button act-button__primary act-button__default act-button__no-icon act-button__primary-undefined"
type="button"
onclick="toggleCookieConsent()"
>
Accept
<i class="fa-solid undefined"></i>
</button>
<button
class="act-button act-button__primary act-button__default act-button__no-icon act-button__primary-undefined"
type="button"
onclick="toggleCookieConsent()"
>
Decline
<i class="fa-solid undefined"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="act-footer">
<div class="act-flex act-flex-middle-dark-grey">
<div class="act-flex__container">
<div class="act-flex__grid">
<div class="act-flex__row">
<div class="act-col__cw-12">
<div class="act-box">
<div class="act-footer-aoc">
<div class="act-footer-aoc__title">
<div class="act-footer-aoc__icon">
<img src="images/footer-aoc-icon.svg" alt="symbol" />
</div>
<h4 class="act-h4-white">Acknowledgement of Country</h4>
</div>
<div class="act-footer-aoc__body">
<p class="act-p-large act-p-white">
We acknowledge the Traditional Custodians of the ACT, the Ngunnawal people. We acknowledge
and respect their continuing culture and the contribution they make to the life of this city
and this region.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="act-flex act-flex-middle-dark-grey">
<div class="act-flex__container">
<div class="act-flex__grid">
<div class="act-flex__row">
<div class="act-col__cw-3">
<div class="act-box">
<div class="act-footer-nav">
<h4>Links</h4>
<ul>
<li>
<a href="https://www.act.gov.au" target="_blank" title="ACT Government" rel="noreferrer"
>ACT Government</a
>
</li>
<li>
<a
href="https://act-ds.pollen.systems"
target="_blank"
title="ACT Government"
rel="noreferrer"
>Website Design System</a
>
</li>
<li>
<a
href="https://www.act.gov.au/branding"
target="_blank"
title="ACT Government Brand Guardian"
rel="noreferrer"
>ACT Brand Guardian</a
>
</li>
<li>
<a
href="https://github.com/ACTGov-Design-System"
target="_blank"
title="ACT Government GitHub"
rel="noreferrer"
>GitHub
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</li>
<li>
<a href="https://www.pollen.com.au" target="_blank" title="Pollen" rel="noreferrer"
>Pollen
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="act-flex__row">
<div class="act-col__cw-12">
<div class="act-box">
<div class="act-footer-main">
<div class="act-footer-main__container">
<div class="act-footer-main__content"></div>
<div class="act-footer-main__content">
<div class="act-footer-main__socials">
<h5>Follow us</h5>
<a class="act-footer-main__socials__icon" href="#" target="_blank" title="Facebook">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a class="act-footer-main__socials__icon" href="#" target="_blank" title="Twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a class="act-footer-main__socials__icon" href="#" target="_blank" title="Linkedin">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a class="act-footer-main__socials__icon" href="#" target="_blank" title="YouTube">
<i class="fa-brands fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>