-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
47 lines (42 loc) · 1.74 KB
/
index.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
---
permalink: /
layout: wide
title: U.S. Access Board - Home
redirect_from:
- /guidelines-and-standards/
---
{% comment %}
Welcome to official Federalist Jekyll template for the U.S Web Design System 2.0
You'll notice that this page only makes reference to two other html files: hero.html and highlights.html
To the edit the home page, you can edit those files directly, create new ones or add content directly to
this page.
We recommend splitting apart your site's components into their own smaller section so that its easier to
manage in the long term.
{% endcomment %}
{% comment %}
<!-- we are not using include hero by default but are swapping out as needed -->
<!-- please use Jekyll comment syntax to hide hero include when not in use -->
<!-- html comment syntax is be avoided, always -->
{% include_cached hero.html
text='Inclusive Interfaces: Accessibility to Self-Service Transaction Machines (May 19)'
image='/images/stock/kiosk.jpeg'
link='/news/2021/05/04/u-s-access-board-to-host-panel-discussions-on-self-service-transaction-machines-may-19/'
%}
{% endcomment %}
{% comment %}
<section class="usa-site-alert usa-site-alert--emergency" aria-label="Site alert,,">
<div class="usa-alert">
<div class="usa-alert__body">
<h3 class="usa-alert__heading">Architectural Barriers Act Online Complaint Form is temporarily unavailable.</h3>
<p class="usa-alert__text">
If you need to file an ABA complaint, please use email:
<a class="usa-link" href="mailto:enforce@access-board.gov">enforce@access-board.gov</a>.
</p>
</div>
</div>
</section>
{% endcomment %}
{% include hero-carousel.html %}
{% include_cached highlights.html %}
{% include_cached tagline.html %}
{% include animations-swiper.html %}