Skip to content

Commit

Permalink
feat: fixed browser stuff for this page, fixed code of c spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dreymoreau committed Aug 2, 2024
1 parent 2652ed8 commit 46fc14a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/pages/codeofc.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ const BLOG_URL = Astro.site?.href;
---
<BaseLayout
htmlTitle={['About', 'TorontoJS Blog']}
title="About TorontoJS Blog"
url={`${BLOG_URL}about`}
description="About the TorontoJS blog."
htmlTitle={['Code of Conduct', 'TorontoJS Blog']}
title="Code of Conduct TorontoJS Blog"
url={`${BLOG_URL}codeofc`}
description="Our Code of Conduct for TorontoJs."
tags={['development', 'javascript', 'toronto', 'community', 'blog']}
>
<SkipToContent slot="header" />
<header slot="header">
<SiteNav />
<h1 class="centerElements">Code of Conduct</h1>
<h1 class="center-elements">Code of Conduct</h1>
</header>
<div id="contents">
<p class="centerElements">This Code of Conduct is from the <a href="https://torontojs.com/code_of_conduct" target="_blank">TorontoJS Website!</a></p>
<p class="center-text">Here is our <a href="https://torontojs.com/code_of_conduct" target="_blank">Code Of Conduct.</a>
</p>
</div>
</BaseLayout>

0 comments on commit 46fc14a

Please sign in to comment.