summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-22 23:47:53 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-08-22 23:47:53 +0200
commit01752d69ba2354dc2e86735ce5218a31f715efe2 (patch)
treee603a9c37224126bf0470b6fd362368e18cadb27
parent8166fbba8ef6ccac33fa7599db9e1b71cc00de99 (diff)
Updates
-rw-r--r--content/cv.md5
-rw-r--r--static/style.css5
2 files changed, 7 insertions, 3 deletions
diff --git a/content/cv.md b/content/cv.md
index fb0f29f..bf01d14 100644
--- a/content/cv.md
+++ b/content/cv.md
@@ -20,7 +20,7 @@ A short summery of some of my most relevant technical skills.
| Language | Level |
| -------- | ------------ |
| C | Superficial |
-| Fennel | Fluent |
+| Fennel | Proficient |
| Haskell | Intermediate |
| Lua | Fluent |
| Python | Fluent |
@@ -65,12 +65,13 @@ worth mentioning.
| Docker | Fluent |
| Git | Fluent |
| Helm | Proficient |
+| Hugo | Intermediate |
| Kubernetes | Proficient |
| Neomutt | Proficient |
| Neovim | Fluent |
| Tekton | Proficient |
| Terraform | Intermediate |
-| Tmux | Intermediate |
+| Tmux | Proficient |
I have plans on learning [Nomad](https://www.nomadproject.io), as this seems to
be a better alternative of k8s. I am also moving to [podman](https://podman.io/)
diff --git a/static/style.css b/static/style.css
index 0b734f8..87b1b38 100644
--- a/static/style.css
+++ b/static/style.css
@@ -18,7 +18,10 @@ main > article {
background: #EEE8D5 ;
color: #151515 ;
margin-bottom: 0 ;
- padding: 3em ;
+ padding-top: 4em ;
+ padding-left: 8em ;
+ padding-right: 8em ;
+ padding-bottom: 4em ;
border-color: #1e4e76 ;
border-width: 0.25em 0.25em 0.25em .25em ;
border-style: solid ;