From bbc4a796deeadc1ebf4c88ac4c255376c5ab7c12 Mon Sep 17 00:00:00 2001 From: bytedream Date: Fri, 4 Feb 2022 21:49:53 +0100 Subject: [PATCH] Lot of updates lol --- {sass => css}/index.css | 28 ++++++++++++++++++++++++++++ {sass => css}/index.css.map | 0 {sass => css}/index.sass | 0 html/about.html | 32 ++++++++++++++++++++++++++++++++ html/article.gohtml | 2 +- html/contact.html | 37 +++++++++++++++++++++++++++++++++++++ html/landingpage.gohtml | 10 +++++----- html/legal-notice.html | 34 ++++++++++++++++++++++++++++++++++ 8 files changed, 137 insertions(+), 6 deletions(-) rename {sass => css}/index.css (88%) rename {sass => css}/index.css.map (100%) rename {sass => css}/index.sass (100%) create mode 100644 html/about.html create mode 100644 html/contact.html create mode 100644 html/legal-notice.html diff --git a/sass/index.css b/css/index.css similarity index 88% rename from sass/index.css rename to css/index.css index dd28f49..e15604e 100644 --- a/sass/index.css +++ b/css/index.css @@ -151,6 +151,34 @@ i { margin-right: 20px; } +.about-section { + font-family: "Roboto", sans-serif; + width: 60%; + text-align: center; + margin:auto; +} + + +.legal-section { + font-family: "Roboto", sans-serif; + width: 60%; + margin:auto; +} + +.legal-section p { + margin-bottom: 5%; +} + +.contact-section { + font-family: "Roboto", sans-serif; + width: 60%; + margin:auto; +} + +.contact-section p { + margin-bottom: 5%; +} + @media screen and (max-width: 1000px) { .navigation { flex-direction: column; diff --git a/sass/index.css.map b/css/index.css.map similarity index 100% rename from sass/index.css.map rename to css/index.css.map diff --git a/sass/index.sass b/css/index.sass similarity index 100% rename from sass/index.sass rename to css/index.sass diff --git a/html/about.html b/html/about.html new file mode 100644 index 0000000..826bf9a --- /dev/null +++ b/html/about.html @@ -0,0 +1,32 @@ + + + + + + + + + + + + + +
+

About

+

Bla Bla Bla

+
+ + + + + \ No newline at end of file diff --git a/html/article.gohtml b/html/article.gohtml index c109903..b1deba2 100644 --- a/html/article.gohtml +++ b/html/article.gohtml @@ -7,7 +7,7 @@ - + diff --git a/html/contact.html b/html/contact.html new file mode 100644 index 0000000..81beb44 --- /dev/null +++ b/html/contact.html @@ -0,0 +1,37 @@ + + + + Contact + + + + + + + + + + + +
+

Contact

+ +

Twitter: theadversary

+

Instagram: theadversary

+

E-Mail: contact@theadversary.org

+

Post: Jahnstraße 5, Hühnfeld, Hessen, Deutschland

+
+ + + + \ No newline at end of file diff --git a/html/landingpage.gohtml b/html/landingpage.gohtml index 6a408f6..bfb05e3 100644 --- a/html/landingpage.gohtml +++ b/html/landingpage.gohtml @@ -7,7 +7,7 @@ - + @@ -23,7 +23,7 @@ @@ -102,9 +102,9 @@ diff --git a/html/legal-notice.html b/html/legal-notice.html new file mode 100644 index 0000000..2eb237b --- /dev/null +++ b/html/legal-notice.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file