forked from ASSETS-Conference/assets2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
volunteer.html
48 lines (41 loc) · 1.96 KB
/
volunteer.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Volunteer / ASSETS 2025</title>
<meta
name="description"
content="The 27th International ACM SIGACCESS Conference on Computers and Accessibility"
/>
<meta name="keywords" content="Accessibility, Technology, Conference, Assets 2025" />
<meta name="author" content="ACM SIGACCESS" />
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<!-- Preload stylesheets -->
<link rel="preload" href="reset.css" as="style" />
<link rel="preload" href="styles.css" as="style" />
<!-- Load stylesheets -->
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="preload" href="setup.js" as="script" />
<script src="setup.js" defer></script>
</head>
<body>
<nav id="nav-container" data-active="volunteer"></nav>
<main class="content-block-container">
<div class="grid-helper">
<div class="text-block">
<h1>Volunteers</h1>
<p>If you'd like to get involved with organizing ASSETS 2025, you can fill out the forms below.</p>
<ul>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLScKO3AQlGKWM_yOZOX7sSwKPGDz6xzH8urGeoxXtBohDrBxBw/viewform?usp=sf_link">Student volunteer interest form</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSedcLBDappGSjP7qGZ-utj2opua7Xaipu7fW7dJ1NTxi8rckA/viewform?usp=header">Volunteer to review for the conference</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSfYUhz4D7Do0Qb4UHf0z1p_prCTPf1d15nQykN7OGhFOhBNtQ/viewform?usp=sf_link">Volunteer for the organizing committee</a></li>
<li>Organizations may consider <a href="sponsors.html">sponsoring ASSETS</a></li>
</ul>
</div>
</div>
</main>
<div id="footer-container"></div>
</body>
</html>