-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
45 lines (42 loc) · 1.92 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
---
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 %}
<!-- USAB is not using the default hero, but a fancy carousel instead -->
<!-- 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 following is an example site alert for the home page (only). To enable, move % endcomment % up to line after this line.
<section class="usa-site-alert usa-site-alert--warning usa-alert-slim" aria-label="Site alert,,">
<div class="usa-alert">
<div class="usa-alert__body">
<h3 class="usa-alert__heading">Access Board Shutdown</h3>
<p class="usa-alert__text">
Due to the lack of appropriations, all Access Board services are suspended. For a brief summary of significant agency activities that are ceased during a lapse, please see our <a href="{{ site.baseur }}/about/policy/shutdown.html">shutdown plan</a>.
</p>
</div>
</div>
</section>
{% endcomment %}
{%- include hero-carousel.html -%}
{%- include_cached highlights.html -%}
{%- include_cached tagline.html -%}
{%- include animations-swiper.html -%}