mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
bit of styling and a new bio
This commit is contained in:
parent
06baa69c6b
commit
b3bcd84b8b
16
README.md
16
README.md
@ -1,19 +1,3 @@
|
|||||||
# Rickvanlieshout.com
|
# Rickvanlieshout.com
|
||||||
|
|
||||||
This is the repository for my personal blog/website [rickvanlieshout.com](https://rickvanlieshout.com).
|
This is the repository for my personal blog/website [rickvanlieshout.com](https://rickvanlieshout.com).
|
||||||
|
|
||||||
## Todo
|
|
||||||
|
|
||||||
- add phone number
|
|
||||||
- resume
|
|
||||||
- improve styling
|
|
||||||
- multi-language
|
|
||||||
|
|
||||||
<!-- migrations -->
|
|
||||||
|
|
||||||
- migrate resume
|
|
||||||
- migrate projects
|
|
||||||
|
|
||||||
<!-- optional stuff -->
|
|
||||||
|
|
||||||
- release to cloudflare pages?
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
"author": {
|
"author": {
|
||||||
"name": "Rick van Lieshout",
|
"name": "Rick van Lieshout",
|
||||||
"photo": "/me.png",
|
"photo": "/me.png",
|
||||||
"bio": "Passionate about minimalistic software, the Linux philosophy, doing things right and having fun. Currently working as the lead Software Architect @ INFORIT",
|
"bio": "I'm a passionate software architect that bifurcates his love between great software development and leading others to learn and adopt new things.",
|
||||||
"contacts": {
|
"contacts": {
|
||||||
"email": "info@rickvanlieshout.com",
|
"email": "info@rickvanlieshout.com",
|
||||||
"github": "mastermindzh",
|
"github": "mastermindzh",
|
||||||
|
@ -2,11 +2,6 @@
|
|||||||
title: "Resume"
|
title: "Resume"
|
||||||
template: "page"
|
template: "page"
|
||||||
---
|
---
|
||||||
|
|
||||||
I'm a passionate software architect that bifurcates his love between great software development and leading teams to learn and adopt new things.
|
|
||||||
|
|
||||||
## Personal info
|
|
||||||
|
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
| | |
|
| | |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
@ -16,7 +11,7 @@ I'm a passionate software architect that bifurcates his love between great softw
|
|||||||
| website | [rickvanlieshout.com](https://www.rickvanlieshout.com) |
|
| website | [rickvanlieshout.com](https://www.rickvanlieshout.com) |
|
||||||
| phone | [06 - 144 36 56 2](tel:+31614436562) |
|
| phone | [06 - 144 36 56 2](tel:+31614436562) |
|
||||||
| email | [info@rickvanlieshout.com](mailto:info@rickvanlieshout.com) |
|
| email | [info@rickvanlieshout.com](mailto:info@rickvanlieshout.com) |
|
||||||
| Hobbies | Technology & BBQ |
|
| Hobbies | Technology & cooking (especially BBQ) |
|
||||||
|
|
||||||
## Work experience
|
## Work experience
|
||||||
|
|
||||||
|
@ -127,8 +127,6 @@ p {
|
|||||||
|
|
||||||
ol,
|
ol,
|
||||||
ul {
|
ul {
|
||||||
padding-left: 5rem;
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
@import "../../assets/scss/mixins";
|
@import "../../assets/scss/mixins";
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
|
|
||||||
|
ol,
|
||||||
|
ul {
|
||||||
|
padding-left: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@include margin-auto();
|
@include margin-auto();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user