forked from github/docs
-
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.
Make heading are semantic while maintaining font-size
Headings should only ever increment by one https://dequeuniversity.com/rules/axe/4.1/heading-order
- Loading branch information
1 parent
8a7bfac
commit d4d7017
Showing
8 changed files
with
15 additions
and
15 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,11 +1,11 @@ | ||
{% unless enterpriseServerReleases.isOldestReleaseDeprecated and currentVersion contains enterpriseServerReleases.oldestSupported %} | ||
<div class="mt-3 f5 contribution"> | ||
<h4>{% data ui.contribution_cta.title %}</h4> | ||
<h2 class="f5">{% data ui.contribution_cta.title %}</h2> | ||
<p class="text-gray f6">{% data ui.contribution_cta.body %}</p> | ||
<a class="btn btn-outline" href={{ "https://github.com/github/docs/edit/main/content/" | append: page.relativePath }}> | ||
{% octicon "git-pull-request" height="16" %} | ||
{% data ui.contribution_cta.button %} | ||
</a> | ||
<p class="text-gray f6 mt-2">{% data ui.contribution_cta.or %} <a href="https://github.com/github/docs/blob/main/CONTRIBUTING.md" target="_blank">{% data ui.contribution_cta.to_guidelines %}</a></p> | ||
</div> | ||
{% endunless %} | ||
{% endunless %} |
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
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,4 +1,4 @@ | ||
<a class="link-with-intro Bump-link--hover no-underline" href="{{ fullPath }}"> | ||
<h4 class="link-with-intro-title">{{ title }}<span class="Bump-link-symbol">→</span></h4> | ||
<h2 class="link-with-intro-title f4">{{ title }}<span class="Bump-link-symbol">→</span></h2> | ||
</a> | ||
{% if intro %}<p class="link-with-intro-intro">{{ intro }}</p>{% endif %} |
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
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