diff --git a/_data/authors.yml b/_data/authors.yml
index a9bf4e08..5407b7a7 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -21,7 +21,7 @@ default: # Fallback if noth
behance: # OPTIONAL: used in the about page
spotify: # OPTIONAL: used in the about page
twitch: # OPTIONAL: used in the about page
- 500px: # OPTIONAL: used in the about page
+ s500px: # OPTIONAL: used in the about page
reddit: # OPTIONAL: used in the about page
johndoe:
initial: johndoe
@@ -30,9 +30,9 @@ johndoe:
picture: /assets/johndoe.jpg
bio: This is my bio!
location: Germany
- email: -
- twitter: -
- twitch: -
+ email: "-"
+ twitter: "-"
+ twitch: "-"
jwillmer:
initial: jwillmer
name: "Jens Willmer"
diff --git a/_layouts/about.html b/_layouts/about.html
index 80362423..8fea0103 100644
--- a/_layouts/about.html
+++ b/_layouts/about.html
@@ -54,7 +54,7 @@
{{author.name}}
{% if author.pinterest %}Pinterest {% endif %}
{% if author.dribble %}Dribble {% endif %}
{% if author.behance %}Behance {% endif %}
- {% if author.500px %}500px {% endif %}
+ {% if author.s500px %}500px {% endif %}
{% if author.reddit %}Reddit {% endif %}
diff --git a/_pages/cv.html b/_pages/cv.html
index 199351f1..7204eba6 100644
--- a/_pages/cv.html
+++ b/_pages/cv.html
@@ -15,7 +15,7 @@
-
-
+
Education
{% for entry in cv.education %}
@@ -84,6 +84,7 @@
{{project.title}}
{{technology}}
{% endfor %}
+
{% endfor %}
diff --git a/_sass/cv.scss b/_sass/cv.scss
index ad7c4620..aa308912 100644
--- a/_sass/cv.scss
+++ b/_sass/cv.scss
@@ -37,6 +37,7 @@
.title {
display: flex;
align-items: baseline;
+ font-size: 2rem;
h2 {
padding-left: 10px;
@@ -150,6 +151,10 @@
}
.footer {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+
ul {
display: flex;
padding: 0;
@@ -160,6 +165,10 @@
list-style-type: none;
font-weight: 600;
}
+
+ span {
+ font-size: 2rem;
+ }
}
}