diff --git a/src/_data/i18n/de.json b/src/_data/i18n/de.json
index 1076ac1..3c9209e 100644
--- a/src/_data/i18n/de.json
+++ b/src/_data/i18n/de.json
@@ -9,7 +9,7 @@
"address": "Adresse"
},
"hello": "Willkommen!",
- "text": "There live the blind texts far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in bookmarksgrove there live the blind texts far from the countries."
+ "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!"
},
"resume": {
"title": "Mein Lebenslauf",
diff --git a/src/font/Pacifico-Regular.ttf b/src/font/Pacifico-Regular.ttf
deleted file mode 100644
index 7172fe9..0000000
Binary files a/src/font/Pacifico-Regular.ttf and /dev/null differ
diff --git a/src/font/SourceCodePro-Regular.ttf b/src/font/SourceCodePro-Regular.ttf
deleted file mode 100644
index b2cff92..0000000
Binary files a/src/font/SourceCodePro-Regular.ttf and /dev/null differ
diff --git a/src/font/icomoon.eot b/src/font/icomoon.eot
index ba40dd9..1ea1a30 100644
Binary files a/src/font/icomoon.eot and b/src/font/icomoon.eot differ
diff --git a/src/font/icomoon.svg b/src/font/icomoon.svg
index 70fa188..c9411ec 100644
--- a/src/font/icomoon.svg
+++ b/src/font/icomoon.svg
@@ -22,7 +22,7 @@
-
+
@@ -32,6 +32,8 @@
+
+
diff --git a/src/font/icomoon.ttf b/src/font/icomoon.ttf
index 799c7fa..536a157 100644
Binary files a/src/font/icomoon.ttf and b/src/font/icomoon.ttf differ
diff --git a/src/font/icomoon.woff b/src/font/icomoon.woff
index 31cd055..c53aefa 100644
Binary files a/src/font/icomoon.woff and b/src/font/icomoon.woff differ
diff --git a/src/font/icomoon.woff2 b/src/font/icomoon.woff2
index e984702..dd13ce3 100644
Binary files a/src/font/icomoon.woff2 and b/src/font/icomoon.woff2 differ
diff --git a/src/font/minotaur.ttf b/src/font/minotaur.ttf
deleted file mode 100644
index aa4ccae..0000000
Binary files a/src/font/minotaur.ttf and /dev/null differ
diff --git a/src/index.html b/src/index.html
index 80be95e..ce4ae59 100644
--- a/src/index.html
+++ b/src/index.html
@@ -32,7 +32,7 @@ title: {{site.title}}
-
+
diff --git a/src/scss/icons/_style.scss b/src/scss/icons/style.scss
similarity index 81%
rename from src/scss/icons/_style.scss
rename to src/scss/icons/style.scss
index c27057b..4492702 100644
--- a/src/scss/icons/_style.scss
+++ b/src/scss/icons/style.scss
@@ -2,12 +2,12 @@
@font-face {
font-family: '#{$icomoon-font-family}';
- src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?9r0igb');
- src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?9r0igb#iefix') format('embedded-opentype'),
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff2?9r0igb') format('woff2'),
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?9r0igb') format('woff'),
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?9r0igb') format('truetype'),
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?9r0igb##{$icomoon-font-family}') format('svg');
+ src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?4egyec');
+ src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?4egyec#iefix') format('embedded-opentype'),
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff2?4egyec') format('woff2'),
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?4egyec') format('truetype'),
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?4egyec') format('woff'),
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?4egyec##{$icomoon-font-family}') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -48,183 +48,231 @@
font-size: 4em;
}
+.i-linkedin {
+ &:before {
+ content: $i-linkedin;
+ }
+}
+
+.i-xing {
+ &:before {
+ content: $i-xing;
+ }
+}
+
.i-peertube {
&:before {
content: $i-peertube;
}
}
+
.i-network-wired {
&:before {
content: $i-network-wired;
}
}
+
.i-money-bill {
&:before {
content: $i-money-bill;
}
}
+
.i-chart-line {
&:before {
content: $i-chart-line;
}
}
+
.i-info-circle {
&:before {
content: $i-info-circle;
}
}
+
.i-code {
&:before {
content: $i-code;
}
}
+
.i-xmpp {
&:before {
content: $i-xmpp;
}
}
+
.i-wifi {
&:before {
content: $i-wifi;
}
}
+
.i-youtube {
&:before {
content: $i-youtube;
}
}
+
.i-twitter {
&:before {
content: $i-twitter;
}
}
+
.i-threema {
&:before {
content: $i-threema;
}
}
+
.i-stackoverflow {
&:before {
content: $i-stackoverflow;
}
}
+
.i-search {
&:before {
content: $i-search;
}
}
-.i-opencollective {
- &:before {
- content: $i-opencollective;
- }
-}
+
.i-mastodon {
&:before {
content: $i-mastodon;
}
}
+
.i-hand-holding-heart {
&:before {
content: $i-hand-holding-heart;
}
}
+
.i-github {
&:before {
content: $i-github;
}
}
+
.i-gitea {
&:before {
content: $i-gitea;
}
}
+
.i-firefox {
&:before {
content: $i-firefox;
}
}
+
.i-copyright {
&:before {
content: $i-copyright;
}
}
+
.i-book {
&:before {
content: $i-book;
}
}
+
.i-matrix {
&:before {
content: $i-matrix;
}
}
+
+.i-pixelfed {
+ &:before {
+ content: $i-pixelfed;
+ }
+}
+
.i-server {
&:before {
content: $i-server;
}
}
+
.i-credit-card {
&:before {
content: $i-credit-card;
}
}
+
.i-external-link {
&:before {
content: $i-external-link;
}
}
+
.i-heart {
&:before {
content: $i-heart;
}
}
+
.i-home {
&:before {
content: $i-home;
}
}
+
.i-tags {
&:before {
content: $i-tags;
}
}
+
.i-comments {
&:before {
content: $i-comments;
}
}
+
.i-users {
&:before {
content: $i-users;
}
}
+
.i-bars {
&:before {
content: $i-bars;
}
}
+
.i-envelope {
&:before {
content: $i-envelope;
}
}
+
.i-language {
&:before {
content: $i-language;
}
}
+
.i-user-secret {
&:before {
content: $i-user-secret;
}
}
+
.i-heartbeat {
&:before {
content: $i-heartbeat;
}
}
+
.i-commenting {
&:before {
content: $i-commenting;
}
}
+
diff --git a/src/scss/icons/_variables.scss b/src/scss/icons/variables.scss
similarity index 93%
rename from src/scss/icons/_variables.scss
rename to src/scss/icons/variables.scss
index 9911eea..3e6cb4f 100644
--- a/src/scss/icons/_variables.scss
+++ b/src/scss/icons/variables.scss
@@ -1,6 +1,8 @@
$icomoon-font-family: "icomoon" !default;
$icomoon-font-path: "fonts" !default;
+$i-linkedin: "\e919";
+$i-xing: "\e91a";
$i-peertube: "\e918";
$i-network-wired: "\e903";
$i-money-bill: "\e904";
@@ -14,7 +16,6 @@ $i-twitter: "\e90b";
$i-threema: "\e90c";
$i-stackoverflow: "\e90d";
$i-search: "\e90e";
-$i-opencollective: "\e90f";
$i-mastodon: "\e910";
$i-hand-holding-heart: "\e911";
$i-github: "\e912";
@@ -23,6 +24,7 @@ $i-firefox: "\e914";
$i-copyright: "\e915";
$i-book: "\e916";
$i-matrix: "\e900";
+$i-pixelfed: "\e90f";
$i-server: "\e901";
$i-credit-card: "\e902";
$i-external-link: "\e917";
diff --git a/src/scss/main.scss b/src/scss/main.scss
index 38449fb..667b6c0 100644
--- a/src/scss/main.scss
+++ b/src/scss/main.scss
@@ -1,4 +1,4 @@
-$primary: #843809;
+$primary: #490e0a;
@import "bootstrap/scss/bootstrap";
$icomoon-font-path: "../font";
@import "icons/style";
@@ -19,6 +19,7 @@ header {
background-size: cover;
background-attachment: fixed;
background-position: 0 0;
+ color: #fff;
.overlay {
position: absolute;
@@ -26,16 +27,21 @@ header {
bottom: 0;
left: 0;
right: 0;
- background: rgba(132, 56, 9, 0.9);
+ background: rgba(73, 14, 10, 0.9);
}
.profile-thumb {
height: 300px;
width: 300px;
margin: 0 auto;
+ border: 2px solid #fff;
border-radius: 50%;
background-color: #fff;
}
+
+ a {
+ color: #fff !important;
+ }
}
ul.social-icons {
@@ -209,7 +215,7 @@ section {
}
.feature-left {
- color: #000 !important;
+ color: #fff !important;
text-decoration: none !important;
}
@@ -392,6 +398,10 @@ section {
}
}
+#services, #interests {
+ color: #fff;
+}
+
.interest {
background-size: cover;
background-position: center center;