mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 06:18:58 +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
|
||||
|
||||
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": {
|
||||
"name": "Rick van Lieshout",
|
||||
"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": {
|
||||
"email": "info@rickvanlieshout.com",
|
||||
"github": "mastermindzh",
|
||||
|
@ -2,11 +2,6 @@
|
||||
title: "Resume"
|
||||
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 -->
|
||||
| | |
|
||||
| --- | --- |
|
||||
@ -16,7 +11,7 @@ I'm a passionate software architect that bifurcates his love between great softw
|
||||
| website | [rickvanlieshout.com](https://www.rickvanlieshout.com) |
|
||||
| phone | [06 - 144 36 56 2](tel:+31614436562) |
|
||||
| email | [info@rickvanlieshout.com](mailto:info@rickvanlieshout.com) |
|
||||
| Hobbies | Technology & BBQ |
|
||||
| Hobbies | Technology & cooking (especially BBQ) |
|
||||
|
||||
## Work experience
|
||||
|
||||
|
@ -127,8 +127,6 @@ p {
|
||||
|
||||
ol,
|
||||
ul {
|
||||
padding-left: 5rem;
|
||||
|
||||
p {
|
||||
margin: 0 !important;
|
||||
}
|
||||
@ -214,4 +212,4 @@ table {
|
||||
.float-left {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,12 @@
|
||||
@import "../../assets/scss/mixins";
|
||||
|
||||
.post {
|
||||
|
||||
ol,
|
||||
ul {
|
||||
padding-left: 4rem;
|
||||
}
|
||||
|
||||
.content {
|
||||
@include margin-auto();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user