From 0b461e9d9fcda9ec10da478cfc643bd558cc779f Mon Sep 17 00:00:00 2001 From: Montek <87750128+Montekkundan@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:31:28 -0700 Subject: [PATCH] added code of conduct page - created new page file in `/content` - created code of conduct page similar to newsletter page - back button of code of conduct page goes back to `#contribute` - `Read our Code of Conduct` redirects to `/codeofconduct` page --- content/codeofconduct/_index.md | 3 +++ templates/codeofconduct.html | 44 +++++++++++++++++++++++++++++++++ templates/index.html | 2 +- 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 content/codeofconduct/_index.md create mode 100644 templates/codeofconduct.html diff --git a/content/codeofconduct/_index.md b/content/codeofconduct/_index.md new file mode 100644 index 0000000..68f1ec4 --- /dev/null +++ b/content/codeofconduct/_index.md @@ -0,0 +1,3 @@ ++++ +template = "codeofconduct.html" ++++ \ No newline at end of file diff --git a/templates/codeofconduct.html b/templates/codeofconduct.html new file mode 100644 index 0000000..3520568 --- /dev/null +++ b/templates/codeofconduct.html @@ -0,0 +1,44 @@ +{% extends "base.html" %} + +{% import "macros.html" as macros %} + +{% block head %} + +Embark Studios Open Source Newsletter | embark.dev + + + + + + + + + +{% endblock head %} + +{% block content %} + +
+
+ +

+ Back +

+
+
+
+
+
+
+{% endblock content %} diff --git a/templates/index.html b/templates/index.html index 0b9c3cf..cc55865 100644 --- a/templates/index.html +++ b/templates/index.html @@ -262,7 +262,7 @@

goal of empowering everyone to create.

If you have any difficulties getting involved or finding answers to your questions, please don't hesitate to ask your questions in our discord channel.

- +

Read our Code of Conduct →