-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisclaimer.html
More file actions
258 lines (222 loc) · 9.77 KB
/
disclaimer.html
File metadata and controls
258 lines (222 loc) · 9.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Disclaimer - SA Crash Data Map</title>
<style>
:root {
--bg-primary: #ffffff;
--bg-secondary: #f5f5f5;
--text-primary: #2a2a2a;
--text-secondary: #666666;
--accent: #4a90e2;
--accent-hover: #3a7bc8;
--border: rgba(0, 0, 0, 0.1);
--shadow: rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] {
--bg-primary: #1a1a1a;
--bg-secondary: #2a2a2a;
--text-primary: #e0e0e0;
--text-secondary: #a0a0a0;
--accent: #4a90e2;
--accent-hover: #5a9ff0;
--border: rgba(255, 255, 255, 0.1);
--shadow: rgba(0, 0, 0, 0.4);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: var(--bg-primary);
color: var(--text-primary);
line-height: 1.6;
transition: background 0.3s ease, color 0.3s ease;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
}
header {
background: var(--bg-secondary);
border-bottom: 3px solid var(--accent);
padding: 30px 0;
margin-bottom: 40px;
}
header .container {
padding: 0 20px;
}
h1 {
color: var(--accent);
font-size: 32px;
margin-bottom: 10px;
}
.subtitle {
color: var(--text-secondary);
font-size: 16px;
}
.back-link {
display: inline-block;
color: var(--accent);
text-decoration: none;
margin-bottom: 30px;
font-weight: 600;
transition: all 0.3s;
}
.back-link:hover {
color: var(--accent-hover);
transform: translateX(-5px);
}
.disclaimer-section {
background: var(--bg-secondary);
border-left: 4px solid var(--accent);
padding: 25px;
margin-bottom: 30px;
border-radius: 8px;
box-shadow: 0 4px 12px var(--shadow);
}
h2 {
color: var(--accent);
font-size: 22px;
margin-bottom: 15px;
}
p {
margin-bottom: 15px;
color: var(--text-primary);
}
.important-notice {
background: rgba(255, 68, 68, 0.1);
border-left: 4px solid #ff4444;
padding: 20px;
margin: 30px 0;
border-radius: 8px;
}
.important-notice h3 {
color: #ff4444;
margin-bottom: 10px;
}
footer {
margin-top: 60px;
padding-top: 30px;
border-top: 2px solid var(--border);
text-align: center;
color: var(--text-secondary);
font-size: 14px;
}
footer a {
color: var(--accent);
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
.last-updated {
font-style: italic;
color: var(--text-secondary);
margin-top: 30px;
text-align: center;
}
@media (max-width: 768px) {
h1 {
font-size: 26px;
}
h2 {
font-size: 20px;
}
.container {
padding: 20px 15px;
}
.disclaimer-section {
padding: 20px;
}
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Disclaimer</h1>
<p class="subtitle">SA Crash Data Map 2012-2024</p>
</div>
</header>
<div class="container">
<a href="index.html" class="back-link">← Back to Map</a>
<div class="important-notice">
<h3>⚠️ Important Notice</h3>
<p><strong>This website is provided for informational and visualisation purposes only. It must not be relied upon for legal, insurance, regulatory, enforcement, property, safety, or emergency decision-making.</strong></p>
</div>
<div class="disclaimer-section">
<h2>Data Source</h2>
<p>All crash data displayed on this website is sourced from publicly available datasets published by <strong>Data SA</strong> (Government of South Australia).</p>
<p>The original datasets can be accessed at: <a href="https://data.sa.gov.au" target="_blank" rel="noopener noreferrer" style="color: var(--accent);">data.sa.gov.au</a></p>
</div>
<div class="disclaimer-section">
<h2>Data Processing</h2>
<p>The datasets have been cleaned and standardised across yearly releases (2012–2024) to ensure consistent formatting and comparability. No material alterations have been made to the original published records beyond necessary formatting and structural adjustments.</p>
<p>For detailed information about the data processing methodology, please see the <a href="methodology.html" style="color: var(--accent);">Data Processing Methodology</a> page.</p>
</div>
<div class="disclaimer-section">
<h2>Accuracy & Limitations</h2>
<p>While reasonable care has been taken to ensure accurate representation of the source data, <strong>no guarantee is provided</strong> regarding the completeness, accuracy, reliability, or timeliness of the information displayed.</p>
<p>Users should verify information against official government sources where required. The data may contain errors, omissions, or outdated information.</p>
<p>Geographic coordinates and location information may be approximate and should not be considered precise.</p>
</div>
<div class="disclaimer-section">
<h2>Informational Use Only</h2>
<p>This website is provided for <strong>informational and visualisation purposes only</strong>. The information presented here must not be relied upon for:</p>
<ul style="margin-left: 30px; margin-top: 10px;">
<li>Legal proceedings or decisions</li>
<li>Insurance claims or assessments</li>
<li>Regulatory compliance or reporting</li>
<li>Law enforcement activities</li>
<li>Property valuations or real estate decisions</li>
<li>Safety assessments or emergency planning</li>
<li>Any other critical or official purpose</li>
</ul>
<p style="margin-top: 15px;">For official information, please consult the relevant South Australian Government agencies and authorities.</p>
</div>
<div class="disclaimer-section">
<h2>No Government Affiliation</h2>
<p>This is an <strong>independent project</strong> and is not affiliated with, endorsed by, or representing the Government of South Australia, Data SA, or any other government agency.</p>
<p>This website is not an official government resource. All official inquiries should be directed to the appropriate South Australian Government departments.</p>
</div>
<div class="disclaimer-section">
<h2>Privacy & Data Protection</h2>
<p>This website only displays aggregated crash statistics from publicly available datasets. No personal information or identifiable data about individuals involved in crashes is displayed or stored.</p>
<p>The website does not collect personal information from users beyond standard web server logs.</p>
</div>
<div class="disclaimer-section">
<h2>Limitation of Liability</h2>
<p><strong>Use of this website is at your own risk.</strong> The site owner, contributors, and data providers accept no liability for any loss, damage, injury, or consequences arising directly or indirectly from:</p>
<ul style="margin-left: 30px; margin-top: 10px;">
<li>The use of this website or its content</li>
<li>Reliance on information displayed on this website</li>
<li>Errors, omissions, or inaccuracies in the data</li>
<li>Unavailability or interruption of service</li>
<li>Any decisions made based on information from this website</li>
</ul>
<p style="margin-top: 15px;">To the maximum extent permitted by law, all warranties, express or implied, are excluded.</p>
</div>
<div class="disclaimer-section">
<h2>Third-Party Services</h2>
<p>This website uses third-party services and libraries including Leaflet (mapping), OpenStreetMap (map tiles), and various JavaScript libraries. The site owner is not responsible for the availability, accuracy, or content provided by these third-party services.</p>
</div>
<div class="disclaimer-section">
<h2>Changes to This Disclaimer</h2>
<p>This disclaimer may be updated from time to time without notice. Continued use of this website constitutes acceptance of any changes to this disclaimer.</p>
</div>
<div class="last-updated">
Last Updated: February 2026
</div>
<footer>
<p><a href="index.html">Back to Map</a> | <a href="methodology.html">Data Methodology</a></p>
<p style="margin-top: 15px;">SA Crash Data Map © 2026 | <a href="LICENSE">MIT License</a></p>
</footer>
</div>
</body>
</html>