Skip to content

Commit 816dc26

Browse files
Merge pull request #24 from melledijkstra/develop
Resume update
2 parents 45125a3 + 38910b7 commit 816dc26

File tree

12 files changed

+76
-69
lines changed

12 files changed

+76
-69
lines changed

_data/resume/experiences.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- title: Seedtag
2+
desc: Data Science Trainee
3+
url: http://seedtag.com
4+
image: assets/images/resume/logo-seedtag.jpg
5+
- title: Bouw7
6+
desc: Software Developer
7+
url: https://bouw7.nl
8+
image: assets/images/resume/logo-bouw7.png
9+
- title: Stroetenga Design
10+
desc: Internship Application Developer
11+
url:
12+
image: assets/images/resume/logo-stroetenga-design.png
13+
- title: Kweekvijvernoord
14+
desc: Internship Application Developer
15+
url: http://kweekvijvernoord.com
16+
image: assets/images/resume/logo-kweekvijvernoord.jpg

_data/resume/skills.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
- name: Design Patterns
22
level: "Proficient"
3-
desc: "It doesn't matter which language you use, it matters how you use it"
3+
desc: "It doesn't matter which programming language you use, it matters how you use it"
44
- name: Web Development
55
level: 'Professional'
6-
desc: "Frontend, Backend. You name it, I've mastered the web"
6+
desc: "Experience for many years working on web solutions including many frontend and backend frameworks"
7+
- name: Machine Learning & AI
8+
level: 'Proficient'
9+
desc: 'Inspired by it, my final thesis consisted of using NLP techniques to create a successful solution'
10+
- name: Javascript
11+
level: 'Professional'
12+
desc: 'Javascript was the first programming language I started with!'
13+
- name: Continuous Development
14+
level: 'Professional'
15+
desc: "During development I know to use the tooling to focus on the real work"
716
- name: Computer Networks & Communication
817
level: 'Intermediate'
918
desc: "I've setup multiple linux servers and like to work with IoT"
1019
- name: Android (Java)
1120
level: 'Intermediate'
1221
desc: 'Made several Android apps for remote controlling Arduino, remote music player, etc.'
13-
- name: Javascript
14-
level: 'Professional'
15-
desc: 'Javascript was the first programming language I started with!'
16-
- name: Machine Learning & AI
17-
level: 'Intermediate'
18-
desc: 'Inspired by it, and definitely a topic I want to learn more about. I control the basics and can play around with virtual neurons'
1922
- name: Photoshop / Illustrator
2023
level: 'Basic'
2124
desc: 'I use it for personal projects and to improve art skills!'

_layouts/overview.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
foot_js:
77
- '/assets/js/stories.js'
88
---
9-
<!-- use includes!! -->
109
<div id="guides-overview-page">
1110
<div id="page-loader-wrap">
1211
<div class="loader"></div>

assets/css/main.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
@import 'hightlight.css';
1717

1818
.petit-formal-script {
19-
font-family: 'Petit Formal Script', cursive;
19+
font-family: 'Petit Formal Script', Arial, "Times New Roman", serif;
2020
}
2121

2222
.raleway {
23-
font-family: 'Raleway', sans-serif;
23+
font-family: 'Raleway', serif;
2424
}
2525

2626
/*
@@ -37,7 +37,7 @@ html, body {
3737
height: 100%;
3838
color: #000;
3939
background: #fefefe; /* For browsers that do not support gradients */
40-
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
40+
font-family: 'Open Sans', "Helvetica Neue", Arial, serif;
4141
font-size: 18px;
4242
font-weight: 300;
4343
-webkit-font-smoothing: antialiased;
@@ -635,7 +635,7 @@ pre {
635635

636636
#collection-list a {
637637
position: relative;
638-
font-family: 'Raleway', sans-serif;
638+
font-family: 'Raleway', serif;
639639
display: inline-block;
640640
padding: 10px 20px;
641641
margin: 25px 30px 15px 30px;
@@ -711,7 +711,7 @@ pre {
711711
margin-bottom: 10px;
712712

713713
font-size: 24px;
714-
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
714+
font-family: 'Open Sans', Arial, serif;
715715
display: inline-block;
716716
}
717717

@@ -825,7 +825,6 @@ pre {
825825
*----------------------------------------------------------------------------------*/
826826
#resume-page {
827827
height: 100%;
828-
829828
background: url('/assets/images/resume/joshua-newton.png') no-repeat bottom;
830829
-ms-background-size: cover;
831830
-o-background-size: cover;

assets/css/story.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ol {
6262
}
6363

6464
#story-view .story-title {
65-
font-family: 'Petit Formal Script', cursive;
65+
font-family: 'Petit Formal Script', Arial, "Times New Roman", serif;
6666
font-size: 70px;
6767
margin-top: 0;
6868
}
-482 KB
Loading

assets/images/resume/logo-seedtag.jpg

8.87 KB
Loading

files/Melle-Dijkstra-Resume.pdf

-164 KB
Binary file not shown.

index.html

Lines changed: 41 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@
99
background-color: #070909;
1010
color: #fefefe;
1111
}
12-
</style>
1312

13+
[class*='LI-badge-container'] {
14+
margin-top: 10px;
15+
text-align: left;
16+
}
17+
</style>
18+
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
1419
<div id="resume-page">
1520
<div id="slanted-box">
1621
<div class="row more-padding">
@@ -19,18 +24,26 @@
1924
<div class="row more-padding margin-tb-10">
2025
<div class="col col-lg-6 col-md-6">
2126
<p>
22-
My name is <strong>Melle Dijkstra</strong>. Experienced <b>Software Engineer</b> with 5 years of demonstrated history of working in the computer software
23-
industry. Currently in the 4th year of study with diverse <b>hard</b> and <b>soft</b> skills developed through various
27+
My name is <strong>Melle Dijkstra</strong>. Experienced <b>Software Engineer</b> with 5 years of
28+
demonstrated history of working in the computer software industry. Graduated from Hanze University
29+
of Applied sciences with diverse <b>hard</b> and <b>soft</b> skills developed through various
2430
projects including <b>Team Leadership</b> and <b>Software Architecture</b>.
2531
</p>
26-
<p>Please refer to my <a target="_blank" href="{{ page.CVFile }}">resume</a> for a complete idea of profile and experiences</p>
32+
<p>Personal tagline: <i>"ICT for global development & social good"</i>.</p>
2733
</div>
2834
<div class="col col-xs-12 col-md-6 margin-t-20">
2935
<ul id="contact-list" class="list-unstyled" style="max-width: 300px;">
30-
<li><i class="mdi mdi-phone"></i> <a href="" style="text-shadow: 0 0 6px #1f201e;color: transparent;">(+12)345678910</a></li>
31-
<li><i class="mdi mdi-email"></i> <a href="" style="text-shadow: 0 0 6px #1f201e;color: transparent;">[email protected]</a></li>
32-
<li><i class="mdi mdi-download"></i> <a target="_blank" href="/files/Melle-Dijkstra-Resume.pdf">Download Resume</a></li>
33-
<li style="font-size: 13px;">Email and phone deliberately not stated here anymore out of security reasons, <a href="https://linkedin.com/in/melledijkstra/" target="_blank">please contact me on LinkedIn</a></li>
36+
<li><i class="mdi mdi-phone"></i> <a href=""
37+
style="text-shadow: 0 0 6px #1f201e;color: transparent;">(+12)345678910</a>
38+
</li>
39+
<li><i class="mdi mdi-email"></i> <a href=""
40+
style="text-shadow: 0 0 6px #1f201e;color: transparent;">[email protected]</a>
41+
</li>
42+
<li><i class="mdi mdi-download"></i> <a target="_blank" href="/files/Melle-Dijkstra-Resume.pdf">Download
43+
Resume</a></li>
44+
<li style="font-size: 13px;">Email and phone deliberately not stated here anymore out of security
45+
reasons, <a href="https://linkedin.com/in/melledijkstra/" target="_blank">please contact me on
46+
LinkedIn</a></li>
3447
</ul>
3548
</div>
3649
</div>
@@ -46,7 +59,7 @@ <h3>· Skills</h3>
4659
{% for skill in site.data.resume.skills %}
4760
<li>
4861
<div class="margin-tb-20">
49-
<p class="no-margin">{{ skill.name }} <sub class="text-lightgrey">({{ skill.level }})</sub>
62+
<p>{{ skill.name }} <sub class="text-lightgrey">({{ skill.level }})</sub>
5063
</p>
5164
<small class="no-margin text-lightgrey">{{ skill.desc }}</small>
5265
</div>
@@ -55,7 +68,7 @@ <h3>· Skills</h3>
5568
</ul>
5669
<p class="margin-tb-20">
5770
<small class="text-sm">
58-
These skills are demonstrated in the <a href="/writing">stories</a> I write on
71+
These skills are demonstrated in the <a href="/writing/science">stories</a> I write on
5972
this site.
6073
</small>
6174
</p>
@@ -96,51 +109,36 @@ <h3>· Experience</h3>
96109
</p>
97110
</td>
98111
</tr>
112+
{% for experience in site.data.resume.experiences %}
99113
<tr>
100114
<td>
101-
<a target="_blank" href="https://bouw7.nl">
102-
<img class="resume-logo grayscale" src="assets/images/resume/logo-bouw7.png"
103-
alt="Logo Bouw7"/>
104-
</a>
105-
</td>
106-
<td>
107-
<h4>Bouw7</h4>
108-
<p>
109-
<small>Software Developer</small>
110-
</p>
111-
</td>
112-
</tr>
113-
<tr>
114-
<td>
115-
<img class="resume-logo grayscale" src="assets/images/resume/logo-stroetenga-design.png"
116-
alt="Logo Stroetenga Design"/>
117-
</td>
118-
<td>
119-
<h4>Stroetenga Design</h4>
120-
<p>
121-
<small>Internship Application Developer</small>
122-
</p>
123-
</td>
124-
</tr>
125-
<tr>
126-
<td>
127-
<a target="_blank" href="http://kweekvijvernoord.com/">
128-
<img class="resume-logo grayscale" src="assets/images/resume/logo-kweekvijvernoord.jpg"
129-
alt="Logo Kweekvijvernoord"/>
115+
{% if experience.url %}
116+
<a target="_blank" href="{{experience.url}}">
117+
{% endif %}
118+
<img class="resume-logo grayscale" src="{{experience.image}}"
119+
alt="Logo {{experience.title}}"/>
120+
{% if experience.url %}
130121
</a>
122+
{% endif %}
131123
</td>
132124
<td>
133-
<h4>Kweekvijvernoord</h4>
125+
<h4>{{experience.title}}</h4>
134126
<p>
135-
<small>Internship Application Developer</small>
127+
<small>{{experience.desc}}</small>
136128
</p>
137129
</td>
138130
</tr>
131+
{% endfor %}
139132
</tbody>
140133
</table>
141134
<div class="text-center">
142-
Please <a target="_blank" href="{{ page.CVFile }}">download<i class="mdi mdi-download"></i></a> my
143-
resume for more in-depth information about my experiences
135+
<p>Please <a target="_blank" href="{{ page.CVFile }}">download<i class="mdi mdi-download"></i></a>
136+
my resume for more in-depth information about my experiences</p>
137+
138+
<div class="LI-profile-badge text-center" data-version="v1" data-size="medium" data-locale="en_US"
139+
data-type="horizontal" data-theme="dark" data-vanity="melledijkstra">
140+
<a class="LI-simple-link" href='https://linkedin.com/in/melledijkstra?trk=profile-badge'>Melle
141+
Dijkstra</a></div>
144142
</div>
145143
</div>
146144
</div>

overviews/science.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
layout: overview
44
permalink: /writing/science
55
---
6-
{% for story in site.science %}
6+
{% for story in site.science reversed %}
77
{% include story_item.html story=story %}
88
{% endfor %}

0 commit comments

Comments
 (0)