forked from ASSETS-Conference/assets2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience_reports.html
52 lines (43 loc) · 1.67 KB
/
experience_reports.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Experience Reports / 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="authors"></nav>
<main class="content-block-container">
<div class="grid-helper">
<div class="text-block">
<h1>Experience Reports</h1>
<p>Coming Soon</p>
<!-- <h2>Important Dates</h2>
<p>All deadlines are 11:59 P.M. Anywhere on Earth (UTC -12:00).</p>
<ul>
<li>Wednesday, June 11, 2025 – submission deadline</li>
<li>Wednesday, July 9, 2025 – acceptance decisions sent to authors</li>
<li>Wednesday, July 16, 2025 - camera-ready deadline</li>
<li>Wednesday, July 23, 2025 - video presentation</li>
</ul> -->
</div>
</div>
</main>
<div id="footer-container"></div>
</body>
</html>