bit of styling and a new bio

This commit is contained in:
Rick van Lieshout 2022-10-13 22:35:48 +02:00
parent 06baa69c6b
commit b3bcd84b8b
5 changed files with 9 additions and 26 deletions

View File

@ -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?

View File

@ -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",

View File

@ -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

View File

@ -127,8 +127,6 @@ p {
ol,
ul {
padding-left: 5rem;
p {
margin: 0 !important;
}
@ -214,4 +212,4 @@ table {
.float-left {
float: left;
}
}
}

View File

@ -2,6 +2,12 @@
@import "../../assets/scss/mixins";
.post {
ol,
ul {
padding-left: 4rem;
}
.content {
@include margin-auto();