Skip to content

Commit f5f5e85

Browse files
committed
Added icons in CV
1 parent 0603e05 commit f5f5e85

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

_data/authors.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default: # Fallback if noth
2121
behance: # OPTIONAL: used in the about page
2222
spotify: # OPTIONAL: used in the about page
2323
twitch: # OPTIONAL: used in the about page
24-
500px: # OPTIONAL: used in the about page
24+
s500px: # OPTIONAL: used in the about page
2525
reddit: # OPTIONAL: used in the about page
2626
johndoe:
2727
initial: johndoe
@@ -30,9 +30,9 @@ johndoe:
3030
picture: /assets/johndoe.jpg
3131
bio: This is my bio!
3232
location: Germany
33-
email: -
34-
twitter: -
35-
twitch: -
33+
email: "-"
34+
twitter: "-"
35+
twitch: "-"
3636
jwillmer:
3737
initial: jwillmer
3838
name: "Jens Willmer"

_layouts/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1 class="author-title" itemprop="name">{{author.name}}</h1>
5454
{% if author.pinterest %}<a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs" class="icon-pinterest">Pinterest</a> {% endif %}
5555
{% if author.dribble %}<a href="https://dribbble.com/{{ author.dribble }}" itemprop="sameAs" class="icon-dribbble">Dribble</a> {% endif %}
5656
{% if author.behance %}<a href="https://www.behance.net/{{ author.behance }}" itemprop="sameAs" class="icon-behance">Behance</a> {% endif %}
57-
{% if author.500px %}<a href="https://500px.com/{{ author.500px }}" itemprop="sameAs" class="icon-500px">500px</a> {% endif %}
57+
{% if author.s500px %}<a href="https://500px.com/{{ author.s500px }}" itemprop="sameAs" class="icon-500px">500px</a> {% endif %}
5858
{% if author.reddit %}<a href="https://de.reddit.com/user/{{ author.reddit }}" itemprop="sameAs" class="icon-reddit">Reddit</a> {% endif %}
5959
</div>
6060
</div>

_pages/cv.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616

1717
<div class="md-card shadow">
18-
<div class="title icon-stats">
18+
<div class="title icon-stats-bars">
1919
<h2>Skills</h2>
2020
</div>
2121
<ul>
@@ -26,7 +26,7 @@ <h2>Skills</h2>
2626
</div>
2727

2828
<div class="md-card shadow education">
29-
<div class="title icon-stats">
29+
<div class="title icon-library">
3030
<h2>Education</h2>
3131
</div>
3232
{% for entry in cv.education %}
@@ -84,6 +84,7 @@ <h2>{{project.title}}</h2>
8484
<li>{{technology}}</li>
8585
{% endfor %}
8686
</ul>
87+
<span class="icon-briefcase"></span>
8788
</div>
8889
</div>
8990
{% endfor %}

_sass/cv.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
.title {
3838
display: flex;
3939
align-items: baseline;
40+
font-size: 2rem;
4041

4142
h2 {
4243
padding-left: 10px;
@@ -150,6 +151,10 @@
150151
}
151152

152153
.footer {
154+
display: flex;
155+
justify-content: space-between;
156+
align-items: center;
157+
153158
ul {
154159
display: flex;
155160
padding: 0;
@@ -160,6 +165,10 @@
160165
list-style-type: none;
161166
font-weight: 600;
162167
}
168+
169+
span {
170+
font-size: 2rem;
171+
}
163172
}
164173
}
165174

0 commit comments

Comments
 (0)