-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from MelleDijkstra/develop
Updated resume
- Loading branch information
Showing
6 changed files
with
24 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,38 @@ | ||
<?php | ||
/** | ||
* Created by PhpStorm. | ||
* User: melle | ||
* Date: 11-11-2017 | ||
* Time: 23:44 | ||
* | ||
* @var $this \yii\web\View | ||
*/ | ||
|
||
$this->registerCss('css/resume.css'); | ||
$this->title = 'Melle Dijkstra'; | ||
|
||
$skills = [ | ||
'Problem Solving' => [ | ||
80, | ||
'', | ||
], | ||
'Design Patterns' => [ | ||
75, | ||
'Proficient', | ||
'It doesn\'t matter which language you use, it matters how you use it', | ||
], | ||
'Web Development' => [ | ||
96, | ||
'Professional', | ||
'Frontend, Backend. You name it, I\'ve mastered the web' | ||
], | ||
'Computer Networks & Communication' => [ | ||
60, | ||
'Intermediate', | ||
'I\'ve setup multiple linux servers and like to work with IoT' | ||
], | ||
'Android (Java)' => [ | ||
65, | ||
'Made several Android apps for remote controlling arduino, music player, etc.' | ||
'Intermediate', | ||
'Made several Android apps for remote controlling Arduino, music player, etc.' | ||
], | ||
'Javascript' => [ | ||
86, | ||
'Javascript was the first language I started with!' | ||
'Professional', | ||
'Javascript was the first programming language I started with!' | ||
], | ||
'Machine Learning & AI' => [ | ||
20, | ||
'Basic', | ||
'Inspired by it, and definitely a topic I want to learn more about' | ||
], | ||
'Photoshop / Illustrator' => [ | ||
30, | ||
'Basic', | ||
'I use it for personal projects and to improve arty skills!' | ||
], | ||
]; | ||
|
@@ -69,7 +60,7 @@ | |
'content' => 'Hi! My name is Melle Dijkstra. An enthusiastic computer scientist!', | ||
]); | ||
|
||
$CVFile = '/files/CV-Melle-Dijkstra-EN.pdf'; | ||
$CVFile = '/files/Melle-Dijkstra-Resume.pdf'; | ||
|
||
?> | ||
<div id="resume-page"> | ||
|
@@ -94,8 +85,7 @@ | |
<li><i class="mdi mdi-phone"></i> <a href="tel:+31611666686">(+31)611666686</a></li> | ||
<li><i class="mdi mdi-email"></i> <a href="mailto:[email protected]">[email protected]</a></li> | ||
<li><i class="mdi mdi-download"></i> <a target="_blank" | ||
href="<?= $CVFile ?>">Europass | ||
CV</a> | ||
href="<?= $CVFile ?>">Download Resume</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
@@ -112,12 +102,9 @@ | |
<?php foreach ($skills as $skill => $info): ?> | ||
<li> | ||
<div class="margin-tb-20"> | ||
<p class="no-margin"><?= $skill ?></p> | ||
<p class="no-margin"><?= $skill ?> <sub class="text-lightgrey">(<?= $info[0]; ?>)</sub></p> | ||
<small class="no-margin text-lightgrey"><?= $info[1]; ?></small> | ||
</div> | ||
<div class="skill-container"> | ||
<div class="skill" style="width: <?= $info[0]; ?>%;"></div> | ||
</div> | ||
</li> | ||
<?php endforeach; ?> | ||
</ul> | ||
|
@@ -194,7 +181,7 @@ | |
</tbody> | ||
</table> | ||
<div class="text-center"> | ||
Please <a target="_blank" href="<?= $CVFile ?>">download <i class="mdi mdi-download"></i></a> my | ||
Please <a target="_blank" href="<?= $CVFile ?>">download<i class="mdi mdi-download"></i></a> my | ||
resume for more in-depth information about my experiences | ||
</div> | ||
</div> | ||
|
@@ -219,9 +206,9 @@ | |
<!-- Unsplash Credits --> | ||
<div class="margin-tb-10 text-center"> | ||
<small> | ||
Background by <a | ||
Background by <a target="_blank" | ||
href="https://unsplash.com/photos/fUd_0iyYFVg?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Joshua | ||
Newton</a> on <a | ||
Newton</a> on <a target="_blank" | ||
href="https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a> | ||
</small> | ||
</div> | ||
|
1 change: 1 addition & 0 deletions
1
frontend/web/compiled-assets/all-6cc0e11151444de7e472392cf7a088db.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.