Skip to content

Commit

Permalink
Create index2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunkane authored Oct 28, 2024
1 parent fad6ae8 commit ec3bf68
Showing 1 changed file with 162 additions and 0 deletions.
162 changes: 162 additions & 0 deletions index2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>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="home"></nav>

<main class="content-block-container">
<div class="grid-helper">
<div class="grid-item span9c">
<h1>
The 27th International <span class="small-caps">acm sigaccess</span>
<br class="hide-on-small-screens" />Conference on Computers and Accessibility
</h1>
<p>
The <strong>ASSETS</strong> conference is the premier forum for presenting research on
the design, evaluation, use, and education related to computing for people with
disabilities and older adults. We invite high-quality original submissions on topics
relevant to computing and&nbsp;accessibility.
</p>
<p>
All Technical Papers and Posters and Demonstrations submissions are peer-reviewed by an
international Program Committee. Accepted papers and the abstracts for posters and
demonstrations, experience reports, and the student research competition will be
archived in the ACM Digital Library. At least one author of accepted submissions must
register as the presenter by the early registration deadline.
</p>
</div>
<h2 class="grid-item span3c event-info">Denver, Colorado<br />October 26—29 2025</h2>

<div class="grid-item span2c hide-on-small-screens"></div>
<div class="grid-item span8c hide-on-small-screens"></div>

<picture id="denver-img" class="grid-item span12c text-img">
<!-- For small screens, using a more square or taller aspect ratio -->
<source
srcset="imgs/yellow-and-black-street-lanterns-256x89.jpg"
media="(max-width: 320px)"
/>
<source
srcset="imgs/yellow-and-black-street-lanterns-768x576.jpg"
media="(max-width: 768px)"
/>
<!-- For medium screens -->
<source
srcset="imgs/yellow-and-black-street-lanterns-1280x444.jpg"
media="(max-width: 1280px)"
/>
<!-- For larger screens -->
<source
srcset="imgs/yellow-and-black-street-lanterns-2048x710.jpg"
media="(min-width: 1281px)"
/>
<img
src="imgs/yellow-and-black-street-lanterns-1280x444.jpg"
alt="Lively street with Colorado flags, historic and modern buildings, and overhead string lights."
/>
</picture>
</div>

<!--
<div class="grid-helper"></div>
<h2>Keynote Speaker</h2>
<div class="grid-helper">
<img
src="https://assets24.sigaccess.org/assets/keynote-speakers/dr_chieko_asakawa.jpg"
class="grid-item span5c"
/>
<p class="grid-item span7c">
We are delighted to announce that this year's keynote address will be given by Dr.
Chieko Asakawa, recipient of the 2024 SIGACCESS Award for Outstanding Contributions to
Computing and Accessibility. This award recognizes individuals who have made
significant and lasting contributions to the development of computing technologies
that improve the accessibility of media and services to people with disabilities.
</p>
</div>
</li>
<li class="grid-item span4c">
<p>The <a href="#">conference program</a> is now available</p>
</li>
<li class="grid-item span4c small-hero">
<h2>Registration</h2>
<p>
We have opened registration on the <a href="#">CVENT Registration Site</a> to support
attendees who may need additional time to make plans (e.g., travel, visa). Full details
of our in-person and virtual conference experiences will be published as they continue
to become available.
</p>
<a href="#" class="cta">Register</a>
</li>
<li class="grid-item span4c small-hero">
<h2>Hotel Booking</h2>
<p>
The hotel is offering ASSETS attendees a group rate of CAD$199 per night. Please use the
ASSETS'24 Sheraton Hotel Newfoundland booking link to make your reservation.
</p>
<p>
If you find that the booking link says there is no availability for your desired dates,
we recommend emailing
<a href="#"
>reservations&ZeroWidthSpace;@&ZeroWidthSpace;sheratonhotelnewfoundland.com</a
>
to ask their help with checking availability and assisting with the booking. Please tell
them that you are booking for ASSETS'24.
</p>
</li>
</ul>
<div class="grid-helper">
<div class="grid-item span8c">
<p>
The ASSETS conference is the premier forum for presenting research on the design,
evaluation, use, and education related to computing for people with disabilities and
older adults. For those in Europe and Oceania, ASSETS is rated as Core A —a designation
for the top academic conferences that are "highly respected in a discipline area" (Core
A; Top 16%).
</p>
<p>
We invite high-quality original submissions on topics relevant to computing and
accessibility. All contributions are peer-reviewed by an international Program
Committee. Accepted papers and the abstracts for posters and demonstrations, experience
reports, and the student research competition will be archived in the ACM Digital
Library. Authors of selected papers will be invited to submit extended versions of their
papers to a special issue of the ACM Transactions on Accessible Computing (TACCESS).
</p>
<p>
*The in-person full conference events will take place from October 23 to October 25.
However, invitation-only events (i.e. the Doctoral Consortium) will take place on
October 22.
</p>
</div>
</div> -->
</main>

<div id="footer-container"></div>
</body>
</html>

0 comments on commit ec3bf68

Please sign in to comment.