Skip to content

Commit

Permalink
adding placeholder resources
Browse files Browse the repository at this point in the history
  • Loading branch information
brianelton committed Jul 3, 2024
1 parent 0624c08 commit b2f4642
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 18 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
theme: jekyll-theme-cayman

title: Advancing Accessibility Resources Community Group
show_downloads: false
show_description: false
16 changes: 6 additions & 10 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,20 @@

<header class="page-header">
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<div class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</div>
{% if site.show_description or page.show_description %}
<div class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</div>
{% endif %}

</header>

<main id="content" class="main-content">
{{ content }}
</main>
<footer class="site-footer">

<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>

{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
{% endif %}
<footer class="site-footer">
{% if site.github.is_project_page %}
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
{% endif %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
{% endif %}
</footer>

</body>
Expand Down
21 changes: 14 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
---
layout: default
title: Advancing Accessibility Resources Community Group
show_description: false
# description: [add description to fall below h1, if necessary]
---

This page will contain a list of resources created and maintained by the Advancing Accessibility Resources Community Group.
> This page will contain a list of resources created and maintained by the Advancing Accessibility Resources Community Group.
>
> Please note:
>
> * This group is in its infancy and has not yet created any resources.
> * This site is using a default template and will change over time.
> * This site's template has not been vetted completely for accessibility and there are known issues.
>
>If you are interested in joining the Advancing Accessibility Resources Community Group as an active participant, please visit the [AAR Community Group page](https://www.w3.org/community/adva11yresources/) for more information.
Please note:
## Current Resources

* This group is in its infancy and has not yet created any resources.
* This site is using a default template and will change over time.
* This site's template has not been vetted completely for accessibility and there are known issues.

If you are interested in joining the Advancing Accessibility Resources Community Group as an active participant, please visit the [AAR Community Group page](https://www.w3.org/community/adva11yresources/) for more information.
* [Placeholder resource 1](resources/resource1/)
* [Placeholder resource 2](resources/resource2/)

6 changes: 6 additions & 0 deletions resources/resource1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Placeholder resource for the AAR CG
---

## Testing 1
6 changes: 6 additions & 0 deletions resources/resource2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Placeholder resource for the AAR CG
---

## Testing 2

0 comments on commit b2f4642

Please sign in to comment.