From 9823df08be68b745c705c14492dc8e79f63d061b Mon Sep 17 00:00:00 2001 From: crertel Date: Mon, 4 Nov 2024 22:29:42 -0600 Subject: [PATCH 1/2] Rough in security page. --- src/content/menus/header.yaml | 2 + src/pages/security.astro | 73 +++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 src/pages/security.astro diff --git a/src/content/menus/header.yaml b/src/content/menus/header.yaml index 2a88869668..a761170a3b 100644 --- a/src/content/menus/header.yaml +++ b/src/content/menus/header.yaml @@ -13,3 +13,5 @@ items: link: /blog - name: Donate link: /donate + - name: Security + link: /security \ No newline at end of file diff --git a/src/pages/security.astro b/src/pages/security.astro new file mode 100644 index 0000000000..1260fcff86 --- /dev/null +++ b/src/pages/security.astro @@ -0,0 +1,73 @@ +--- +import { getEntry, getCollection } from "astro:content"; + +import Layout from "../layouts/Layout.astro"; +import PageHeader from "../components/layout/PageHeader.astro"; +import Container from "../components/layout/Container.astro"; +import Divider from "../components/layout/Divider.astro"; + +import Citation from "../components/ui/Citation.astro"; +import Quotation from "../components/ui/Quotation.astro"; +--- + + + +
+ +

+ Introduction +

+ +

+ Lorem ipsum +

+ +

+ How do I report an issue? +

+ +

+

    +
  1. 1. Do this.
  2. +
  3. 2. Then do this.
  4. +
+

+ +

+ What happens once an issue is reported? +

+ +

+

    +
  1. 1. This happens.
  2. +
  3. 2. Then this happens.
  4. +
  5. 3. Finally this happens.
  6. +
+

+ +

+ Who handles security? +

+ +

+ Check out the security team page. +

+ +
+
+
+ + From 2d775c2e1704a30c20050d39926484e214ae113a Mon Sep 17 00:00:00 2001 From: crertel Date: Mon, 4 Nov 2024 22:30:21 -0600 Subject: [PATCH 2/2] Format. --- src/content/menus/header.yaml | 2 +- src/pages/security.astro | 60 ++++++++++++++--------------------- 2 files changed, 25 insertions(+), 37 deletions(-) diff --git a/src/content/menus/header.yaml b/src/content/menus/header.yaml index a761170a3b..ed083496dd 100644 --- a/src/content/menus/header.yaml +++ b/src/content/menus/header.yaml @@ -14,4 +14,4 @@ items: - name: Donate link: /donate - name: Security - link: /security \ No newline at end of file + link: /security diff --git a/src/pages/security.astro b/src/pages/security.astro index 1260fcff86..f66f5f53fc 100644 --- a/src/pages/security.astro +++ b/src/pages/security.astro @@ -13,55 +13,43 @@ import Quotation from "../components/ui/Quotation.astro";
- -

- Introduction -

- -

- Lorem ipsum -

+ +

+ Introduction +

-

+

Lorem ipsum

+ +

How do I report an issue? -

+ -

+

    -
  1. 1. Do this.
  2. -
  3. 2. Then do this.
  4. +
  5. 1. Do this.
  6. +
  7. 2. Then do this.
-

+

-

+

What happens once an issue is reported? -

+ -

+

    -
  1. 1. This happens.
  2. -
  3. 2. Then this happens.
  4. -
  5. 3. Finally this happens.
  6. +
  7. 1. This happens.
  8. +
  9. 2. Then this happens.
  10. +
  11. 3. Finally this happens.
-

+

-

+

Who handles security? -

+ -

- Check out the security team page. -

- +

+ Check out the security team page. +