From 715dbef1663a19cd0d6b68adfdb94f65587247e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Fri, 11 Mar 2022 22:00:55 +0100 Subject: [PATCH] Add: Added Skills (CV) block in the about page --- src/content/sections/about.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/content/sections/about.md b/src/content/sections/about.md index 21a6d94..e9a14eb 100644 --- a/src/content/sections/about.md +++ b/src/content/sections/about.md @@ -93,5 +93,33 @@ If you would like to get in touch, you can send an email to **x@x.x**. +## Skills + +```yaml +name: Óscar M. Lage Guitián +age: "now()-1978" + +works: + - 2014: + - work1: "Whatever Company & Bros" + skills: + - php + - javascript + - html + - css + - 2011: + - work2: "CISCO" + skills: + - sysadmin + - routing + - ios + +hobbies: + - sports: + - name: "Brazilian Jiu Jitsu" + - range: NaN +``` + + ## Colophon *This page is under construction for ever. Some data may be outdated*.