This repository was archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (107 loc) · 5.17 KB
/
index.html
File metadata and controls
112 lines (107 loc) · 5.17 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HackDalton Live!</title>
<script defer src="https://use.fontawesome.com/releases/v5.13.0/js/all.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.2/css/bulma.min.css">
<link rel="stylesheet" href="/index.css">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar is-info" role="navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<i class="fas fa-laptop-code"></i> HackDalton <strong>Live<status-indicator negative pulse>
</status-indicator></strong>
</a>
</div>
</nav>
<section class="hero is-info is-medium is-bold">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title">
Welcome to HackDalton!
</h1>
<h2 class="subtitle">Zoom meeting ID <code>962 1769 4571</code></h2>
<a href="https://dalton.zoom.us/j/96217694571" class="button is-large is-light"><i
class="fas fa-fw fa-video"></i> Join Zoom Meeting</a>
<a href="https://zoom.us/wc/join/96217694571" class="button is-large is-light"><i
class="fas fa-fw fa-globe-americas"></i> Join from Browser</a>
</div>
</div>
</section>
<section class="section">
<div class="container">
<article class="message is-link">
<div class="message-body"><strong>Don't want to use Zoom?</strong> No problem, we understand. HackDalton
will also stream live on YouTube (the livestream on YouTube may lag 20-30 seconds behind the Zoom
meeting). We will also monitor the YouTube chat for questions. If you want, you can also click the
"Join from Browser" button above to join the Zoom meeting without having to download the Zoom
client.
</article>
<div class="columns">
<div class="column">
<h1 class="is-size-2"><i class="fas fa-video"></i> Zoom</h1>
It is important to note that Zoom has <a
href="https://www.theverge.com/2020/4/1/21202584/zoom-security-privacy-issues-video-conferencing-software-coronavirus-demand-response">questionable
security policies</a> and uses <a
href="https://twitter.com/c1truz_/status/1244737672930824193">malware-like practices</a> in
their installer and software, though due to the widespread nature of Zoom, we decided to use it
because most students already use it for school. If you don't have Zoom installed, we recommend
joining from the browser using the button above, or watching via YouTube.
<h4 class="is-size-4"><i class="fas fa-phone"></i> Dial in</h4>
<p>You can use these numbers to dial in if you need to. Note that if you're dialing in, you won't be
able to ask questions in the chat, so it is suggested that you join on a computer or smartphone.
</p>
<p>If you dial in, you may be asked for a meeting ID, in which case you can use <strong>962 1769
4571</strong>. If you're asked for a participant ID, just press <strong>#</strong>.</p>
<h5 class="is-size-5">🇺🇸 United States one-tap dial</h5>
<p><a href="tel:+16465588656,,96217694571#">+16465588656,,96217694571# US (New York)</a></p>
<p><a href="tel:+13126266799,,96217694571#">+13126266799,,96217694571# US (Chicago)</a></p>
<h5 class="is-size-5">🇺🇸 United States</h5>
<ul>
<li>+1 646 558 8656 US (New York)</li>
<li>+1 312 626 6799 US (Chicago)</li>
<li>+1 301 715 8592 US (Germantown)</li>
<li>+1 253 215 8782 US (Tacoma)</li>
<li>+1 346 248 7799 US (Houston)</li>
<li>+1 669 900 6833 US (San Jose)</li>
</ul>
<h5 class="is-size-5">🇨🇦 Canada</h5>
<ul>
<li>+1 778 907 2071 Canada</li>
<li>+1 438 809 7799 Canada</li>
<li>+1 587 328 1099 Canada</li>
<li>+1 647 374 4685 Canada</li>
<li>+1 647 558 0588 Canada</li>
</ul>
<h5 class="is-size-5"><i class="fas fa-globe-americas"></i> Other nations</h5>
<p>View <a href="https://www.etcluster.org/sites/default/files/documents/Zoom%20International%20Dial-in%20Numbers_0.pdf">the full list of Zoom dial-in numbers</a>.</p>
</div>
<div class="column">
<h1 class="is-size-2"><i class="fab fa-youtube"></i> YouTube</h1>
<p>You can tune in to HackDalton via YouTube if you can't or don't want to use Zoom. We'll monitor
the YouTube chat for questions in addition to the Zoom chat.</p>
<ul>
<h4 class="is-size-4">Opening Remarks</h4>
<a href="https://youtu.be/Wrxq0L89rZU" class="button is-primary">Open stream</a>
<h4 class="is-size-4">Lunchtime Infrastructure Chat</h4>
<a href="https://youtu.be/PPCdIQ472kw" class="button is-primary">Open stream</a>
<h4 class="is-size-4">Closing Remarks</h4>
<a href="https://youtu.be/c7_HHBwnF2A" class="button is-primary">Open stream</a>
</ul>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h4 class="is-size-4">Credits</h4>
<p>"Werq" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License
http://creativecommons.org/licenses/by/4.0/</p>
</div>
</section>
</body>
</html>