-
-
Notifications
You must be signed in to change notification settings - Fork 777
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create New Code of Conduct Page (#4600)
* Created new code of conduct page * Removed/added comments * adjusted padding
- Loading branch information
1 parent
4702084
commit 053b996
Showing
3 changed files
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
{% include head.html %} | ||
<body> | ||
<div id="app"> | ||
<a id="skip-link" class="sr-only-focusable" href="#content"> | ||
<!-- PLEASE DO NOT REMOVE, THIS <a> TAG EXISTS FOR ACCESSIBILITY REASONS --> | ||
Skip to main content. | ||
</a> | ||
{%- include header.html -%} | ||
<main role="main" id='content-markdown'> | ||
{{ content | markdownify }} | ||
</main> | ||
{%- include footer.html -%} | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.js"></script> | ||
<script src="{{ '/assets/js/api-actionnetwork.js' | absolute_url }}"></script> | ||
</div> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: default-markdown | ||
title: Code of Conduct | ||
permalink: /code-of-conduct/ | ||
--- | ||
|
||
<!-- Content copied from the README.md file from hackforla/codeofconduct (which is formatted with markdown) --> | ||
{% include code-of-conduct-page/CODEOFCONDUCT.md %} |