From cade31a2941fc6bffceb1151cc892ff2697c4dc9 Mon Sep 17 00:00:00 2001 From: jcupac <41914500+jcupac@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:18:09 +0100 Subject: [PATCH] code of conduct - new page --- _includes/incl-code-of-conduct.html | 8 ++++++++ code-of-conduct.html | 23 +++++++++++++++++++++++ index.html | 4 ++++ 3 files changed, 35 insertions(+) create mode 100644 _includes/incl-code-of-conduct.html create mode 100644 code-of-conduct.html diff --git a/_includes/incl-code-of-conduct.html b/_includes/incl-code-of-conduct.html new file mode 100644 index 0000000..b5518e9 --- /dev/null +++ b/_includes/incl-code-of-conduct.html @@ -0,0 +1,8 @@ +

Code of conduct

+ +
+ + Coming soon... +
\ No newline at end of file diff --git a/code-of-conduct.html b/code-of-conduct.html new file mode 100644 index 0000000..3c47983 --- /dev/null +++ b/code-of-conduct.html @@ -0,0 +1,23 @@ +--- +layout: default +title: +--- + +

Code of conduct

+ +
+

Question

+ + + +

Rule

+ +

text text

+ +

text

+ +
+ \ No newline at end of file diff --git a/index.html b/index.html index b4f6b7d..bbabd90 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,10 @@ {% include incl-faq.html %} +
+ {% include incl-code-of-conduct.html %} +
+
{% include ideas.html %}
\ No newline at end of file