Skip to content

Commit 0d44f35

Browse files
author
Melle Dijkstra
committed
sidebar changes
1 parent 411f1c7 commit 0d44f35

File tree

4 files changed

+38
-61
lines changed

4 files changed

+38
-61
lines changed

_data/resume/skills.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
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'
1919
- name: Photoshop / Illustrator
2020
level: 'Basic'
21-
desc: 'I use it for personal projects and to improve arty skills!'
21+
desc: 'I use it for personal projects and to improve art skills!'

assets/css/main.css

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,34 @@ pre {
507507
transition: all 0.5s ease;
508508
}
509509

510+
/** SIDE BAR LOGIC */
511+
@media (min-width: 658px) {
512+
#sidebar-wrapper {
513+
width: 250px;
514+
left: 0;
515+
}
516+
517+
.navbar-toggle {
518+
display: none;
519+
}
520+
521+
#page-content {
522+
position: relative;
523+
padding-left: 250px;
524+
}
525+
}
526+
527+
@media (min-width: 950px) {
528+
#sidebar-wrapper {
529+
width: 350px;
530+
}
531+
532+
#page-content {
533+
position: relative;
534+
padding-left: 350px;
535+
}
536+
}
537+
510538
#sidebar-wrapper::-webkit-scrollbar {
511539
width: 5px;
512540
}
@@ -527,8 +555,8 @@ pre {
527555

528556
.sidebar-nav {
529557
width: 100%;
530-
margin: 20px 0;
531-
padding: 0;
558+
margin: 30px 0;
559+
padding: 0 30px;
532560
list-style: none;
533561
}
534562

@@ -571,34 +599,6 @@ pre {
571599
color: #F48024;
572600
}
573601

574-
/** SIDE BAR LOGIC */
575-
@media (min-width: 658px) {
576-
#sidebar-wrapper {
577-
width: 250px;
578-
left: 0;
579-
}
580-
581-
.navbar-toggle {
582-
display: none;
583-
}
584-
585-
#page-content {
586-
position: relative;
587-
padding-left: 250px;
588-
}
589-
}
590-
591-
@media (min-width: 950px) {
592-
#sidebar-wrapper {
593-
width: 300px;
594-
}
595-
596-
#page-content {
597-
position: relative;
598-
padding-left: 300px;
599-
}
600-
}
601-
602602
/**********************************************************************************
603603
*
604604
* Guide Styling

frontend/views/layouts/main.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Melle Dijkstra
4-
description: 'Hi! My name is Melle Dijkstra. An enthusiastic computer scientist!'
4+
description: 'Hi! My name is Melle Dijkstra.'
55
CVFile: '/files/Melle-Dijkstra-Resume.pdf'
66
---
77
<style>
@@ -15,19 +15,16 @@
1515
<div id="resume-page">
1616
<div id="slanted-box">
1717
<div class="row more-padding">
18-
<div class="col col-xs-12"><span class="text-lg">Hi,</span></div>
18+
<div class="col col-xs-12"><span class="text-lg">Hi! <i class="mdi mdi-emoticon-excited"></i></span></div>
1919
</div>
2020
<div class="row more-padding margin-tb-10">
2121
<div class="col col-lg-6 col-md-6">
2222
<p>
23-
My name is <strong>Melle Dijkstra</strong>. An enthusiastic computer scientist who's passionate
24-
for all kinds of science - Physics, Biology and Astrophysics and the
25-
relation in them. Also love
26-
traveling and Philosophy.
27-
</p>
28-
<p>
29-
Currently I'm studying computer science at the Hanze University of Applied Sciences in Groningen.
23+
My name is <strong>Melle Dijkstra</strong>. Experienced <b>Software Engineer</b> with 6 years of demonstrated history of working in the computer software
24+
industry. Currently in the 4th year of study with diverse <b>hard</b> and <b>soft</b> skills developed through various
25+
projects including <b>Team Leadership</b> and <b>Software Architecture</b>.
3026
</p>
27+
<p>Please refer to my <a target="_blank" href="{{ page.CVFile }}">resume</a> for a complete idea of profile and experiences</p>
3128
</div>
3229
<div class="col col-xs-12 col-md-6 margin-t-20">
3330
<ul id="contact-list" class="list-unstyled">
@@ -60,7 +57,7 @@ <h3>· Skills</h3>
6057
</ul>
6158
<p class="margin-tb-20">
6259
<small class="text-sm">
63-
These skills are demonstrated in the <a href="/writing">guides</a> I write on
60+
These skills are demonstrated in the <a href="/writing">stories</a> I write on
6461
this site.
6562
</small>
6663
</p>

0 commit comments

Comments
 (0)