| Index: pages/index.md |
| =================================================================== |
| --- a/pages/index.md |
| +++ b/pages/index.md |
| @@ -1,5 +1,45 @@ |
| title=Hello, world |
| +<div class="container"> |
| + |
| # Hello, world |
| Welcome to the Help Center! |
| + |
| +<br><br> |
| + |
| +<dl class="accordion"> |
| + <dt role="heading" aria-level="3" class="accordion-heading"> |
| + <button aria-expanded="true" aria-disabled="true" aria-controls="sect1" id="heading1" class="accordion-toggle-button"> |
| + <img src="/img/png/arrow-icon-secondary.png" srcset="/img/svg/arrow-icon-secondary.svg 2x" alt="{{ "Toggle Section" | translate("accordion-toggle-icon", "Image alt text") }}"> |
| + Section 1 Title |
| + </button> |
| + </dt> |
| + <dd role="region" aria-labelledby="heading1" id="sect1" class="accordion-body"> |
| + Section 1 Content |
| + </dd> |
| + |
| + <dt role="heading" aria-level="3" class="accordion-heading"> |
|
juliandoucette
2017/09/20 14:19:37
I think that the default (non-js) state is aria-ex
ire
2017/09/25 11:25:17
Yup you're right. My mistake. Also, I realised I d
|
| + <button aria-expanded="true" aria-disabled="true" aria-controls="sect2" id="heading2" class="accordion-toggle-button"> |
| + <img src="/img/png/arrow-icon-secondary.png" srcset="/img/svg/arrow-icon-secondary.svg 2x" alt="{{ "Toggle Section" | translate("accordion-toggle-icon", "Image alt text") }}"> |
| + Section 2 Title |
| + </button> |
| + </dt> |
| + <dd role="region" aria-labelledby="heading2" id="sect2" class="accordion-body"> |
| + Section 2 Content |
| + </dd> |
| + |
| + <dt role="heading" aria-level="3" class="accordion-heading"> |
| + <button aria-expanded="true" aria-disabled="true" aria-controls="sect3" id="heading3" class="accordion-toggle-button"> |
| + <img src="/img/png/arrow-icon-secondary.png" srcset="/img/svg/arrow-icon-secondary.svg 2x" alt="{{ "Toggle Section" | translate("accordion-toggle-icon", "Image alt text") }}"> |
| + Section 3 Title |
| + </button> |
| + </dt> |
| + <dd role="region" aria-labelledby="heading3" id="sect3" class="accordion-body"> |
| + Section 3 Content |
| + </dd> |
| +</dl> |
| + |
| +<br><br> |
| + |
| +</div> |