forked from ffoodd/a11y.css
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(theming): back with flexbox-based layout
- Loading branch information
Showing
5 changed files
with
169 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
<footer role="contentinfo"> | ||
<p class="builtWith box"> | ||
Built with | ||
<a href="https://www.11ty.dev/"> | ||
Eleventy | ||
<span class="sr-only"> (external link)</span> | ||
{% include "icons/external-link.svg" %}<!-- | ||
--></a> | ||
and supported by | ||
<a href="https://www.jetbrains.com/?from=a11y.css"> | ||
JetBrains | ||
<span class="sr-only"> (external link)</span> | ||
{% include "icons/external-link.svg" %} | ||
</a> | ||
</p> | ||
<p>® 2014 — 2020 <strong>Gaël Poupard</strong></p> | ||
<p>This project is distributed under license <a href="https://opensource.org/licenses/MIT" title="The MIT licence">MIT</a> and <a href="https://creativecommons.org/licenses/by/3.0/fr/" hreflang="fr" title="Explications de la licence">CC BY 3.0 FR</a>. <a class="end" href="#top">Back to top</a></p> | ||
<footer class="main"> | ||
<div> | ||
<p class="builtWith box"> | ||
Built with | ||
<a href="https://www.11ty.dev/"> | ||
Eleventy | ||
<span class="sr-only"> (external link)</span> | ||
{% include "icons/external-link.svg" %}<!-- | ||
--></a> | ||
and supported by | ||
<a href="https://www.jetbrains.com/?from=a11y.css"> | ||
JetBrains | ||
<span class="sr-only"> (external link)</span> | ||
{% include "icons/external-link.svg" %} | ||
</a> | ||
</p> | ||
<p>® 2014 — 2020 <strong>Gaël Poupard</strong></p> | ||
<p>This project is distributed under license <a href="https://opensource.org/licenses/MIT" title="The MIT licence">MIT</a> and <a href="https://creativecommons.org/licenses/by/3.0/fr/" hreflang="fr" title="Explications de la licence">CC BY 3.0 FR</a>. <a class="end" href="#top">Back to top</a></p> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.