-
Notifications
You must be signed in to change notification settings - Fork 2
/
events.html
60 lines (48 loc) · 1.85 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="head.js"></script>
<title>HuskySat Events</title>
<meta property="og:image" content="/images/hsl-logo-no-text-bw.png">
</head>
<body>
<script src="header.js"></script>
<main>
<h1>Husky Satellite Lab Events</h1>
<div class="card-grid", style="max-width: 100rem">
<div class="card text-container" style="max-width: 40rem;">
<h2 class="card-large-title">General Meetings</h2>
<p>
General meetings are where the entire club discusses logistics and plans technical integration.
They're open to all interested students, not just members.
</p>
<p>
In the Autumn quarter of 2024,
general meetings are held every other Wednesday starting on October 30th,
at 6:00-7:00 PM in
<a href="https://maps.app.goo.gl/uPRGmyLPxL86PEa69" target="_blank" rel="noopener noreferrer">Miller Hall</a>
301.
</p>
</div>
<div class="card text-container" style="max-width: 40rem;">
<h2 class="card-large-title">Annual Events</h2>
<p>
At the beginning of each academic year,
Husky Satellite Lab participates in events
such as Engineering Launch.
Find out about specific events on the <a href="https://dawgdaze.fyp.uw.edu/">Dawg Daze</a> website!
</p>
</div>
<div class="card text-container" style="max-width: 40rem;">
<h2 class="card-large-title">Subteam Meetings</h2>
<p>
Husky Satellite Lab subteams organize their own meetings to do subsystem-specific work.
These are only open to current Husky Satellite Lab members.
Times are posted on the internal Slack and internal Google Calendar.
</p>
</div>
</div>
</main>
<script src="footer.js"></script>
</body>
</html>