Skip to content

Commit

Permalink
add new modal and more content
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Sep 11, 2024
1 parent 977e523 commit 9824791
Showing 1 changed file with 107 additions and 3 deletions.
110 changes: 107 additions & 3 deletions accessability-testing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,116 @@
</head>
<body>
<div class="container">
<p>Test page for new touchpoints modal</p>
<h1>Test page for new touchpoints modal</h1>

<p>Nulla non duis pariatur culpa irure reprehenderit ex veniam tempor esse. Non consequat Lorem esse dolore elit aliqua sunt. Aliqua aute commodo labore occaecat voluptate occaecat aliqua mollit. Exercitation nulla deserunt in. Deserunt ad minim deserunt laborum anim est anim ullamco ut enim laborum irure. Anim quis do reprehenderit reprehenderit nulla. Non aliqua consequat eiusmod irure dolor deserunt officia amet ea commodo exercitation enim Lorem.</p>

<button class="usa-button" type="button">Default</button>

<div class="usa-accordion">
<h4 class="usa-accordion__heading">
<button
type="button"
class="usa-accordion__button"
aria-expanded="true"
aria-controls="a1"
>
First Amendment
</button>
</h4>
<div id="a1" class="usa-accordion__content usa-prose">
<p>
Congress shall make no law respecting an establishment of religion, or
prohibiting the free exercise thereof; or abridging the freedom of speech,
or of the press; or the right of the people peaceably to assemble, and to
petition the Government for a redress of grievances.
</p>
</div>
<h4 class="usa-accordion__heading">
<button
type="button"
class="usa-accordion__button"
aria-expanded="false"
aria-controls="a2"
>
Second Amendment
</button>
</h4>
<div id="a2" class="usa-accordion__content usa-prose">
<p>
A well regulated Militia, being necessary to the security of a free State,
the right of the people to keep and bear Arms, shall not be infringed.
</p>
<ul>
<li>This is a list item</li>
<li>Another list item</li>
</ul>
</div>
<h4 class="usa-accordion__heading">
<button
type="button"
class="usa-accordion__button"
aria-expanded="false"
aria-controls="a3"
>
Third Amendment
</button>
</h4>
<div id="a3" class="usa-accordion__content usa-prose">
<p>
No Soldier shall, in time of peace be quartered in any house, without the
consent of the Owner, nor in time of war, but in a manner to be prescribed
by law.
</p>
</div>
<h4 class="usa-accordion__heading">
<button
type="button"
class="usa-accordion__button"
aria-expanded="false"
aria-controls="a4"
>
Fourth Amendment
</button>
</h4>
<div id="a4" class="usa-accordion__content usa-prose">
<p>
The right of the people to be secure in their persons, houses, papers, and
effects, against unreasonable searches and seizures, shall not be
violated, and no Warrants shall issue, but upon probable cause, supported
by Oath or affirmation, and particularly describing the place to be
searched, and the persons or things to be seized.
</p>
</div>
<h4 class="usa-accordion__heading">
<button
type="button"
class="usa-accordion__button"
aria-expanded="false"
aria-controls="a5"
>
Fifth Amendment
</button>
</h4>
<div id="a5" class="usa-accordion__content usa-prose">
<p>
No person shall be held to answer for a capital, or otherwise infamous
crime, unless on a presentment or indictment of a Grand Jury, except in
cases arising in the land or naval forces, or in the Militia, when in
actual service in time of War or public danger; nor shall any person be
subject for the same offence to be twice put in jeopardy of life or limb;
nor shall be compelled in any criminal case to be a witness against
himself, nor be deprived of life, liberty, or property, without due
process of law; nor shall private property be taken for public use,
without just compensation.
</p>
</div>
</div>

</div>

<script src="
https://touchpoints-demo.app.cloud.gov/touchpoints/1a98b609.js"
async></script>
https://touchpoints.app.cloud.gov/touchpoints/d59aaa68.js"
async></script>
</body>
</html>

0 comments on commit 9824791

Please sign in to comment.