Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
crertel committed Nov 5, 2024
1 parent 4428e2a commit 9aa62d0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 37 deletions.
2 changes: 1 addition & 1 deletion src/content/menus/header.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ items:
- name: Donate
link: /donate
- name: Security
link: /security
link: /security
60 changes: 24 additions & 36 deletions src/pages/security.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,55 +13,43 @@ import Quotation from "../components/ui/Quotation.astro";
<Layout title="Security">
<PageHeader text="Security" />
<div class="py-8">
<Container class="font-extralight leading-relaxed space-y-4 mt-16">
<h2
class="text-4xl font-bold font-heading text-nix-blue mt-4"

>
Introduction
</h2>

<p class="font-extralight leading-relaxed mt-2">
Lorem ipsum
</p>
<Container class="font-extralight leading-relaxed space-y-4 mt-16">
<h2 class="text-4xl font-bold font-heading text-nix-blue mt-4">
Introduction
</h2>

<h3
class="text-3xl font-bold font-heading text-nix-blue mt-4"
>
<p class="font-extralight leading-relaxed mt-2">Lorem ipsum</p>

<h3 class="text-3xl font-bold font-heading text-nix-blue mt-4">
How do I report an issue?
</h3>
</h3>

<p class="font-extralight leading-relaxed mt-2">
<p class="font-extralight leading-relaxed mt-2">
<ol>
<li>1. Do this.</li>
<li>2. Then do this.</li>
<li>1. Do this.</li>
<li>2. Then do this.</li>
</ol>
</p>
</p>

<h3
class="text-3xl font-bold font-heading text-nix-blue mt-4"
>
<h3 class="text-3xl font-bold font-heading text-nix-blue mt-4">
What happens once an issue is reported?
</h3>
</h3>

<p class="font-extralight leading-relaxed mt-2">
<p class="font-extralight leading-relaxed mt-2">
<ol>
<li>1. This happens.</li>
<li>2. Then this happens.</li>
<li>3. Finally this happens.</li>
<li>1. This happens.</li>
<li>2. Then this happens.</li>
<li>3. Finally this happens.</li>
</ol>
</p>
</p>

<h3
class="text-3xl font-bold font-heading text-nix-blue mt-4"
>
<h3 class="text-3xl font-bold font-heading text-nix-blue mt-4">
Who handles security?
</h3>
</h3>

<p class="font-extralight leading-relaxed mt-2">
Check out the <a href="/community/teams/security">security team</a> page.
</p>

<p class="font-extralight leading-relaxed mt-2">
Check out the <a href="/community/teams/security">security team</a> page.
</p>
</Container>
</div>
</Layout>
Expand Down

0 comments on commit 9aa62d0

Please sign in to comment.