forked from ASSETS-Conference/assets2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
43 lines (35 loc) · 1.25 KB
/
sponsors.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sponsors / 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="sponsors"></nav>
<main class="content-block-container">
<div class="grid-helper">
<div class="text-block">
<h1>Sponsors</h1>
<img src="imgs/sponsors/google.svg" alt="Google's logo" />
</div>
</div>
</main>
<div id="footer-container"></div>
</body>
</html>