diff --git a/assets/scss/partials/footer.scss b/assets/scss/partials/footer.scss new file mode 100644 index 0000000..5162b8e --- /dev/null +++ b/assets/scss/partials/footer.scss @@ -0,0 +1,39 @@ +footer.site-footer { + padding: 20px 0 var(--section-separation) 0; + font-size: 1.4rem; + line-height: 1.75; + + &:before { + content: ""; + display: block; + height: 3px; + width: 50px; + background: var(--body-text-color); + margin-bottom: 20px; + } + + .copyright { + color: var(--accent-color); + font-weight: bold; + margin-bottom: 5px; + } + + .legal { + color: var(--body-text-color); + font-weight: normal; + font-size: 1.4rem; + a { + color: var(--body-text-color); + } + } + + .powerby { + color: var(--body-text-color); + font-weight: normal; + font-size: 1.2rem; + + a { + color: var(--body-text-color); + } + } +} diff --git a/content/page/legal/index.de.md b/content/page/legal/index.de.md new file mode 100644 index 0000000..58571f3 --- /dev/null +++ b/content/page/legal/index.de.md @@ -0,0 +1,16 @@ +--- +title: Impressum +slug: legal +comments: false +license: false +toc: false +readingTime: false +--- + +**Sven Dyhr** \ +Luchsweg 11 \ +73230 Kirchheim unter Teck \ +Deutschland + +**Kontakt** \ +E-Mail: [contact@akumatic.eu](mailto:contact@akumatic.eu) diff --git a/content/page/legal/index.en.md b/content/page/legal/index.en.md new file mode 100644 index 0000000..1aceace --- /dev/null +++ b/content/page/legal/index.en.md @@ -0,0 +1,16 @@ +--- +title: Legal Notice +slug: legal +comments: false +license: false +toc: false +readingTime: false +--- + +**Sven Dyhr** \ +Luchsweg 11 \ +73230 Kirchheim unter Teck \ +Germany + +**Contact** \ +E-Mail: [contact@akumatic.eu](mailto:contact@akumatic.eu) diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html new file mode 100644 index 0000000..f828fb3 --- /dev/null +++ b/layouts/partials/footer/footer.html @@ -0,0 +1,31 @@ +{{- $ThemeVersion := "3.27.0" -}} +