-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
380 lines (362 loc) · 23.4 KB
/
index.html
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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>COVIDSafe.Watch</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="./css/style.css">
<!-- Bootstrap TOC -->
<link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist/bootstrap-toc.min.css" />
</head>
<body data-spy="scroll" data-target="#toc">
<header>
<div class="navbar navbar-dark bg-dark shadow-sm stripes">
<div class="container d-flex justify-content-between ">
<a href="#" id="nav-title" class="navbar-brand d-flex align-items-center ">
<strong>COVIDSafe Watch</strong>
</a>
</div>
</div>
</header>
<a href="https://github.com/ghuntley/covidsafe.watch/edit/master/index.html" class="github-corner"
aria-label="Edit this page on Github"><svg width="80" height="80" viewBox="0 0 250 250"
style="fill:#212529; color:#fff; position: absolute; top: 56; border: 0; right: 0;z-index: 4000;"
aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path
d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
<path
d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor" class="octo-body"></path>
</svg>
</a>
<!-- Top Jumbotron Header -->
<main role="main" class="flex-shrink-0">
<section class="jumbotron text-center">
<div class="container">
<h1>This website is run by the community.</h1>
<p class="lead">
If you wish to install COVIDSafe then head to
<a href="https://covidsafe.gov.au/">https://covidsafe.gov.au/</a>
instead.
</p>
<p>
<a target="_blank" class="btn btn-warning btn-yellow" href="https://covidsafe.gov.au/">
Official COVIDSafe Website
<i class="fa fa-external-link"></i>
</a>
<a target="_blank" class="btn btn-secondary" href="https://discord.gg/4xr7AW5">
Discord Server
<i class="fa fa-external-link"></i>
</a>
</p>
</div>
</section>
<!-- Body Section -->
<div class="container-xl">
<div class="row">
<!-- Left Hand Navigation
Uses https://afeld.github.io/bootstrap-toc
-->
<div class="col-lg-2 col-sm-3">
<nav id="toc" data-toggle="toc" class="sticky-top"></nav>
</div>
<!-- Right Hand Body -->
<div class="col-lg-10 col-sm-9">
<div class="container-lg">
<div class="row">
<div class="col-md-12 mt-2">
<h2>Social Media</h2>
<p>Follow the below tweet for the latest information.<br>
<a target="_blank" class="btn btn-primary"
href="https://twitter.com/GeoffreyHuntley/status/1258174433979625474"
style="user-select: auto;">
View full Twitter thread
<i class="fa fa-external-link" style="user-select: auto;"></i>
</a>
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-lg-6 mt-2">
<h3>Summary in one tweet</h3>
<p>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
Many journalists contacted me asking for comment as to why I no longer
support
<a
href="https://twitter.com/hashtag/covidsafe?src=hash&ref_src=twsrc%5Etfw">
#covidsafe
</a>.
Here you go.
<a href="https://t.co/kMclNhkDmH">https://t.co/kMclNhkDmH</a>
<a href="https://t.co/4FDfFgCVqD">https://t.co/4FDfFgCVqD</a>
</p>—
geoffrey huntley (@GeoffreyHuntley)
<a
href="https://twitter.com/GeoffreyHuntley/status/1258174433979625474?ref_src=twsrc%5Etfw">
May 6, 2020
</a>
</blockquote>
</p>
</div>
<div class="col-sm-12 col-lg-6 mt-2">
<h3>iPhone not working</h3>
<p>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">.
<a href="https://twitter.com/wabzqem?ref_src=twsrc%5Etfw">@wabzqem</a>
's
research that
proves one of the reasons why
<a
href="https://twitter.com/hashtag/covidsafe?src=hash&ref_src=twsrc%5Etfw">#covidsafe</a>
doesn't work on iPhones in the background has been independantly
proved.<br><br>
Sourcecode is truth anything less is bullshit
<a href="https://twitter.com/DTA?ref_src=twsrc%5Etfw">@DTA</a><br>
<a href="https://t.co/CkBoEYY3Zy">https://t.co/CkBoEYY3Zy</a><br><br>
We would like others to also help out proving it again. See 👇
<a href="https://t.co/7XmXdxwZ3Q">https://t.co/7XmXdxwZ3Q</a>
<a href="https://t.co/ELKuyQpeTH">pic.twitter.com/ELKuyQpeTH</a>
</p>—
geoffrey huntley (@GeoffreyHuntley)
<a
href="https://twitter.com/GeoffreyHuntley/status/1258333046454943744?ref_src=twsrc%5Etfw">
May 7, 2020
</a>
</blockquote>
</p>
</div>
</div>
<div class="row">
<h3>Transparency comparison</h3>
<p>CovidApp transparency comparison between Singapore, United Kingdom and Australia</p>
<div class="col-sm-12 col-lg-6 mt-2">
<p>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
1/11: A comparison on the state of CovidApp transparency in Aus, the UK and
Singapore.<br><br>
Singapore released app and server code weeks ago.<br><br>
Aus & the UK released app code, and no server code, within the last 24
hours.
<a
href="https://twitter.com/hashtag/CovidSafeApp?src=hash&ref_src=twsrc%5Etfw">
#CovidSafeApp
</a>
<a href="https://twitter.com/chrisculnane?ref_src=twsrc%5Etfw">@chrisculnane</a>
<a href="https://twitter.com/rgmerk?ref_src=twsrc%5Etfw">@rgmerk</a>
<a href="https://twitter.com/noneuclideangrl?ref_src=twsrc%5Etfw">
@noneuclideangrl
</a>
<a href="https://twitter.com/1Br0wn?ref_src=twsrc%5Etfw">@1Br0wn</a>
</p>—
Vanessa Teague (@VTeagueAus)
<a
href="https://twitter.com/VTeagueAus/status/1258745850647293953?ref_src=twsrc%5Etfw">
May 8, 2020
</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
Joel Kek is amazing. He's the engineer that jumped into the
<a href="https://t.co/82imCgD6av">https://t.co/82imCgD6av</a>
community and started answering our questions, validated our research and then fixed the Singapore app of the privacy breach. Australia yet to fix.<br><br>
This is what we wanted from the
<a href="https://twitter.com/DTA?ref_src=twsrc%5Etfw">@DTA</a><br><br>
Love.
<a href="https://t.co/jlf5huT3U3">https://t.co/jlf5huT3U3</a>
<a href="https://t.co/OhRgRGGyDs">pic.twitter.com/OhRgRGGyDs</a>
</p>—
geoffrey huntley (@GeoffreyHuntley)
<a
href="https://twitter.com/GeoffreyHuntley/status/1259076147276443649?ref_src=twsrc%5Etfw">
May 9, 2020
</a>
</blockquote>
</p>
</div>
<div class="col-sm-12 col-lg-6 mt-2">
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
Compare <a href="https://twitter.com/DTA?ref_src=twsrc%5Etfw">@DTA</a>
behaviours to the original authors of the
<a href="https://twitter.com/hashtag/covidsafe?src=hash&ref_src=twsrc%5Etfw">#covidsafe</a>.
Singapore. The behaviours demonstrated by this awesome engineer are the norm. "Heya sure, let's work together to kick COVIDs ass". Mean while
<a href="https://twitter.com/DTA?ref_src=twsrc%5Etfw">@DTA</a>
is like f off. Pull requests closed. Hostile license on source.
<a href="https://t.co/ySTvz1aZkL">https://t.co/ySTvz1aZkL</a>
<a href="https://t.co/lgHITiKyWH">pic.twitter.com/lgHITiKyWH</a>
</p>—
geoffrey huntley (@GeoffreyHuntley)
<a
href="https://twitter.com/GeoffreyHuntley/status/1259080490100940800?ref_src=twsrc%5Etfw">
May 9, 2020
</a>
</blockquote>
</div>
</div>
<div class="row">
<h3>Better than Singapore??</h3>
<p>How can the Australian app be better than Singapore's when they're basically the same?</p>
<div class="col-sm-12 col-lg-6 mt-2">
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
Dear journos. <br><br>
1) Please ask how the Australian
<a href="https://twitter.com/hashtag/covidsafe?src=hash&ref_src=twsrc%5Etfw">#covidsafe</a>
app can be better than the Singapore app if it is essentially the same. (See below)<br><br>
2) Please ask how much $$$ was spent on /app development/<br><br>
3) Please ask if Australia built their own backend vs using Singapore's.
<a href="https://t.co/U0JmvqcA6g">https://t.co/U0JmvqcA6g</a>
<a href="https://t.co/oHFaqTyaZa">pic.twitter.com/oHFaqTyaZa</a>
</p>—
geoffrey huntley (@GeoffreyHuntley)
<a
href="https://twitter.com/GeoffreyHuntley/status/1259091209848410112?ref_src=twsrc%5Etfw">
May 9, 2020
</a>
</blockquote>
</div>
<div class="col-sm-12 col-lg-6 mt-2">
<blockquote class="twitter-tweet" data-conversation="none">
<p lang="en" dir="ltr">
4) Please note this fact and question how the source code was handed over, what technical training was done (Aussie teams introduced Bluetooth bugs btw) and re-confirm Australia didn't get help from the original team that made the app.
<a href="https://t.co/QWUXNGxEGD">pic.twitter.com/QWUXNGxEGD</a>
</p>—
geoffrey huntley (@GeoffreyHuntley)
<a
href="https://twitter.com/GeoffreyHuntley/status/1259091218656419843?ref_src=twsrc%5Etfw">
May 9, 2020
</a>
</blockquote>
</div>
</div>
<div class="row">
<h3>Business coercion</h3>
<p>How can Australian businesses encourage the use of a broken app that breaches its own privacy policy?</p>
<div class="col-sm-12 col-lg-6 mt-2">
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
Um. Hungry Jack’s just encouraged everyone to download COVIDSafe
<a href="https://t.co/1uE62TY3uJ">pic.twitter.com/1uE62TY3uJ</a>
</p>—
Ben Grubb 🐛 (@bengrubb)
<a
href="https://twitter.com/bengrubb/status/1259695834809036800?ref_src=twsrc%5Etfw">
May 11, 2020
</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
COVIDSafe – The safer we are, the sooner we get Australia back in business. We’re backing the
<a
href="https://twitter.com/hashtag/COVIDSafe?src=hash&ref_src=twsrc%5Etfw">
#COVIDSafe
</a> App.
</p>—
Coca-Cola Amatil (@CocaColaAmatil)
<a
href="https://twitter.com/CocaColaAmatil/status/1257518972972367872?ref_src=twsrc%5Etfw">
May 5, 2020
</a>
</blockquote>
</div>
<div class="col-sm-12 col-lg-6 mt-2">
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
Why is Coles bothering me with CovidSafe app push notifications?
<a href="https://t.co/xTe7TBaZyB">pic.twitter.com/xTe7TBaZyB</a>
</p>—
Jean-Jacques Halans (@halans)
<a
href="https://twitter.com/halans/status/1258322382034366465?ref_src=twsrc%5Etfw">
May 7, 2020
</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
When even fast food chains are spreading app propaganda.
<a
href="https://t.co/Ydb6NIo15c">
pic.twitter.com/Ydb6NIo15c
</a>
</p>—
Andrew Harvey 🏠 Home (@mootpointer)
<a
href="https://twitter.com/mootpointer/status/1258670284007063552?ref_src=twsrc%5Etfw">
May 8, 2020
</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
Play your part for the love of snow 💙❄️ Be COVID-Safe with us, download the App
<a
href="https://t.co/ZXcDHpVXUZ">
https://t.co/ZXcDHpVXUZ
</a> &
help keep our season safe ⛷🏂
<a
href="https://t.co/DaG2iUv5Hv">
pic.twitter.com/DaG2iUv5Hv
</a>
</p>—
Perisher (@PerisherResort)
<a
href="https://twitter.com/PerisherResort/status/1259725400952864768?ref_src=twsrc%5Etfw">
May 11, 2020
</a>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-sm-12 mt-2">
<h2>Senate Submission</h2>
<p>
<a href="https://docs.google.com/document/d/e/2PACX-1vRcwBWxI74YNVVpRmRw54Rn6OHqY0d4yAEJNTTX94uz0wPKYQHHpAdc-Z2rmDLK_0soE1VgOP0J_C8Y/pub?embedded=true"
target="_blank" class="btn btn-primary">
Open document in new tab
<i class="fa fa-external-link"></i>
</a>
</p>
<p>
<iframe
src="https://docs.google.com/document/d/e/2PACX-1vRcwBWxI74YNVVpRmRw54Rn6OHqY0d4yAEJNTTX94uz0wPKYQHHpAdc-Z2rmDLK_0soE1VgOP0J_C8Y/pub?embedded=true"
width="100%" height="1080"></iframe>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!-- press "e" to fork and edit the current page -->
<script src="./js/github.js"></script>
<!-- Twitter Embed -->
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8 "
></script>
<!-- Bootstrap TOC plugin -->
<script src="https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist/bootstrap-toc.min.js"
integrity="sha384-OGf04BRlCdmgZXHhCupHT3BIkznbahjfhX8DKSIEXyU9PvSO0/8iMiiVJPcA5vi7"
crossorigin="anonymous"></script>
</body>
</html>