diff --git a/content/de/copyright.md b/content/de/copyright.md new file mode 100644 index 0000000..1d2940c --- /dev/null +++ b/content/de/copyright.md @@ -0,0 +1,13 @@ +--- +title: "Copyright" +slug: "copyright" +close_icon: "ai-cross" +--- + +Auf dieser Seite verwendete Ressourcen: +- [Akar Icons](https://akaricons.com/) +- [BGJar](https://bgjar.com/) +- [CSS Text Animations - prismic.io](https://prismic.io/blog/css-text-animations) +- [Source Sans 3 - Google Fonts](https://fonts.google.com/specimen/Source+Sans+3) +- [Typewriter Effect - CSS Tricks](https://css-tricks.com/snippets/css/typewriter-effect/) +- [Uiverse](https://uiverse.io/) diff --git a/content/en/copyright.md b/content/en/copyright.md new file mode 100644 index 0000000..c091ab7 --- /dev/null +++ b/content/en/copyright.md @@ -0,0 +1,13 @@ +--- +title: "Copyright" +slug: "copyright" +close_icon: "ai-cross" +--- + +Resources used on this page: +- [Akar Icons](https://akaricons.com/) +- [BGJar](https://bgjar.com/) +- [CSS Text Animations - prismic.io](https://prismic.io/blog/css-text-animations) +- [Source Sans 3 - Google Fonts](https://fonts.google.com/specimen/Source+Sans+3) +- [Typewriter Effect - CSS Tricks](https://css-tricks.com/snippets/css/typewriter-effect/) +- [Uiverse](https://uiverse.io/) diff --git a/i18n/de.toml b/i18n/de.toml index 34b457e..c99a695 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -14,4 +14,5 @@ load-more = 'Mehr laden' no-projects-found = 'Keine Projekte gefunden' no-more-projects = 'Keine weiteren Projekte verfügbar' faq = 'Häufige Fragen' -faq-short = 'FAQ' \ No newline at end of file +faq-short = 'FAQ' +close = 'Schliessen' \ No newline at end of file diff --git a/i18n/en.toml b/i18n/en.toml index e3ba4bc..20fcbf9 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -14,4 +14,5 @@ load-more = 'Load more' no-projects-found = 'No projects found' no-more-projects = 'No more projects available' faq = 'Frequently Asked Questions' -faq-short = 'FAQ' \ No newline at end of file +faq-short = 'FAQ' +close = 'Close' \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a1b2393..973c1b6 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,5 +19,7 @@ {{ partial "contact.html" . }} +{{ partial "copyright-modal.html" . }} + {{ partial "scrollTop.html" . }} {{ partial "footer.html" . }} \ No newline at end of file diff --git a/layouts/partials/copyright-modal.html b/layouts/partials/copyright-modal.html new file mode 100644 index 0000000..3de3b2b --- /dev/null +++ b/layouts/partials/copyright-modal.html @@ -0,0 +1,11 @@ +
\ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 66cd8fc..f5ea40b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,6 +2,9 @@