Skip to content

Commit

Permalink
Partially address issue 65
Browse files Browse the repository at this point in the history
  • Loading branch information
alflennik committed May 10, 2022
1 parent a97f69a commit c3f30a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ lang: en
<div class="centered">
<div class="resource-detail-4 detail-4"></div>
<h2>APG Resources</h2>
<h3>Building blocks that help you make the web accessible</h3>
<p>
Learn how to make common rich internet application patterns and
widgets accessible by applying WAI-ARIA roles, states and
Expand Down Expand Up @@ -125,7 +124,6 @@ lang: en
<div class="centered margin-fix">
<div class="detail-5"></div>
<h2>Current Work</h2>
<h3>Check out our most recent work</h3>
<p>
Take a look at the plan overview for WAI-ARIA Authoring Practices,
priorities and work in progress.
Expand Down Expand Up @@ -207,7 +205,6 @@ lang: en
<h2 class="collaboration-h2">
Collaboration
</h2>
<h3>Get involved with our community and our work</h3>
<p class="collaboration-p">
The APG Task Force conducts its work using a variety of synchronous and
Expand Down
3 changes: 0 additions & 3 deletions scripts/pre-build/library/loadHomepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const loadHomepage = async () => {
<div class="centered">
<div class="resource-detail-4 detail-4"></div>
<h2>${body.querySelector("#resources h2").innerHTML}</h2>
<h3>${body.querySelector("#resources h3").innerHTML}</h3>
<p>${body.querySelector("#resources p").innerHTML}</p>
</div>
<div class="contained margin-fix">
Expand Down Expand Up @@ -90,7 +89,6 @@ const loadHomepage = async () => {
<div class="centered margin-fix">
<div class="detail-5"></div>
<h2>${body.querySelector("#work h2").innerHTML}</h2>
<h3>${body.querySelector("#work h3").innerHTML}</h3>
<p>${body.querySelector("#work p").innerHTML}</p>
</div>
<div class="contained margin-fix">
Expand Down Expand Up @@ -119,7 +117,6 @@ const loadHomepage = async () => {
<h2 class="collaboration-h2">
${body.querySelector("#collaboration h2").innerHTML}
</h2>
<h3>${body.querySelector("#collaboration h3").innerHTML}</h3>
<p class="collaboration-p">
${body.querySelector("#collaboration p").innerHTML}
</p>
Expand Down

0 comments on commit c3f30a1

Please sign in to comment.