diff --git a/assets/scss/home.scss b/assets/scss/home.scss index 104ffe5..4f3ad8e 100644 --- a/assets/scss/home.scss +++ b/assets/scss/home.scss @@ -55,19 +55,21 @@ } } -main > p { +#general-description { font-family: "playfair"; font-size: 2.15rem; letter-spacing: 0.1rem; line-height: 2rem; text-align: center; margin: 1.5rem; - &:first-of-type { + + #websites-and-graphics { line-height: 2.6rem; font-size: 3rem; margin-top: 6rem; } - &:last-of-type { + + #cozy-town { margin-bottom: 8rem; } } \ No newline at end of file diff --git a/content/_index.de.md b/content/_index.de.md deleted file mode 100644 index 1733ede..0000000 --- a/content/_index.de.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Hola 🖖" ---- -Ich erstelle Websites und Grafiken - -Zudem betreibe und betreue ich [Cozy Town](https://cozy.town) \ No newline at end of file diff --git a/content/_index.en.md b/content/_index.md similarity index 100% rename from content/_index.en.md rename to content/_index.md diff --git a/i18n/de.yaml b/i18n/de.yaml index 02a9e24..83ff810 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -29,6 +29,11 @@ introduction-heading: introduction-sub: other: und Informatik ist meine Leidenschaft. +home-websites-and-graphics: + other: I create Websites and Graphics +home-cozy-town: + other: Additinaly I host and maintain Cozy Town + # Blog blog-heading: other: Artikel diff --git a/i18n/en.yaml b/i18n/en.yaml index c8c8cc2..716669c 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -23,12 +23,17 @@ moreposts-heading: moreposts-more: other: more -# Content +# Home introduction-heading: other: Hola, I am Vri introduction-sub: other: and Computer Science is my passion. +home-websites-and-graphics: + other: Ich erstelle Websites und Grafiken +home-cozy-town: + other: Zudem betreibe und betreue ich Cozy Town + # Blog blog-heading: other: Articles diff --git a/layouts/index.html b/layouts/index.html index e634951..b46bfa6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -13,6 +13,13 @@ {{- define "main" }}
- {{ .Content }} +
+

+ {{ i18n "home-websites-and-graphics" | safeHTML }} +

+

+ {{ i18n "home-cozy-town" | safeHTML }} +

+
{{- end }}