diff --git a/src/_data/i18n/de.json b/src/_data/i18n/de.json index da34f36..ac1c5f8 100644 --- a/src/_data/i18n/de.json +++ b/src/_data/i18n/de.json @@ -9,7 +9,7 @@ "address": "Adresse" }, "hello": "Willkommen!", - "text": "Schön, dass du auf meine Webseite gefunden hast. Gerne stelle ich mich hier vor: Zunächst führe ich dich durch die wichtigsten Etappen meines Lebenslaufs. Anschließend präsentiere ich meine Projekte und Fähigkeiten, an und mit denen ich arbeite. Abschließend erhältst du einige Eindrücke meiner Hobbys und was ich sonst gerne tue. Schau dich gerne um. Bei Fragen, Anregungen oder Kritik melde dich gerne!" + "text": "Schön, dass du auf meine Webseite gefunden hast. Gerne stelle ich mich hier vor: Zunächst führe ich dich durch die wichtigsten Etappen meines Lebenslaufs. Anschließend präsentiere ich meine Projekte und Fähigkeiten, an und mit denen ich arbeite. Abschließend erhältst du einige Eindrücke meiner Hobbys und was ich sonst so tue. Schau dich gerne um. Bei Fragen, Anregungen oder Kritik freue ich mich auf deine Nachricht!" }, "resume": { "title": "Mein Lebenslauf", diff --git a/src/_data/i18n/en.json b/src/_data/i18n/en.json index 2a61293..ae88e71 100644 --- a/src/_data/i18n/en.json +++ b/src/_data/i18n/en.json @@ -9,7 +9,7 @@ "address": "Address" }, "hello": "Welcome!", - "text": "Nice that you found my website. I would like to introduce myself here: First, I'll take you through the most important stages of my resume. Then I will present my projects and skills I am working on and with. Finally, you will get some impressions of my hobbies and what else I like to do. Feel free to explore. If you have any questions, suggestions or criticism, feel free to contact me!" + "text": "Nice that you found my website. I would like to introduce myself here: First, I'll take you through the most important stages of my resume. Then I will present my projects and skills I am working on and with. Finally, you will get some impressions of my hobbies and what else I like to do. Feel free to explore. If you have any questions, suggestions or criticism, do not hesitate to contact me!" }, "resume": { "title": "My Resume", @@ -225,7 +225,7 @@ }, { "image": "sports", - "name": "Weight training & Bouldering", + "name": "Strength training & Bouldering", "url": "" }, { diff --git a/src/img/bg.jpg b/src/img/bg.jpg new file mode 100644 index 0000000..7903b40 Binary files /dev/null and b/src/img/bg.jpg differ diff --git a/src/img/bg.png b/src/img/bg.png deleted file mode 100644 index 8b1d392..0000000 Binary files a/src/img/bg.png and /dev/null differ diff --git a/src/index.html b/src/index.html index 606814e..81ffe34 100644 --- a/src/index.html +++ b/src/index.html @@ -164,7 +164,7 @@ title: {{site.title}} -
+
@@ -229,7 +229,7 @@ title: {{site.title}}
-
+
diff --git a/src/scss/main.scss b/src/scss/main.scss index 9a79056..bff5890 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -1,7 +1,11 @@ -$primary: #490e0a; +$primary: #006269; +$secondary: #444; + @import "bootstrap/scss/bootstrap"; + $icomoon-font-path: "../font"; @import "icons/style"; + $flag-icons-path: "../flags"; @import "flag-icons/sass/flag-icons"; @@ -29,7 +33,8 @@ header { bottom: 0; left: 0; right: 0; - background: rgba(73, 14, 10, 0.9); + //background: rgba(73, 14, 10, 0.9); + background-color: rgba($secondary, 0.9); } .profile-thumb { @@ -71,10 +76,6 @@ section { clear: both; } -.bg-primary { - background: $primary; -} - .heading { margin-bottom: 5em; } @@ -402,6 +403,7 @@ section { #services, #interests { color: #fff; + background-image: url(../img/bg.jpg); } .interest {