aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-09-17 21:30:10 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-09-17 21:30:10 +0200
commit3cf9b011d48bc82f301184cee448c28135e5516f (patch)
tree3ca26909b74b237f99aa6a70fba7d4cfe35e55b4
parentf273ddf1dd7538f75e72bbfe93297a618f6a2c82 (diff)
feat: update hero description
-rw-r--r--haunt.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/haunt.scm b/haunt.scm
index 16b73b0..74a32c4 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -401,14 +401,16 @@ describe my personal projects and contributions.")))))
%blog-theme site "Home"
`((div (@ (class "hero"))
(h1 (@ (class "hero__title")) "Hi, I'm Miguel Ángel!")
- (p "I'm a software engineer based in Madrid and a recent
-Computer Science graduate from the University of Kent.")
+ (p "I'm a front-end developer currently based in Madrid working at "
+ ,(anchor "GMV" "https://gmv.com" #:external? #t)
+ " (SST & STM) and a Computer Science graduate from the University of Kent.")
(p "My interests currently revolve around these topics:")
(ul (@ (class "list"))
,@(map (lambda (i)
`(li (@ (class "list-item--type-bulleted")) ,i))
(list "Functional programming" "LISP" "Web development"
- "Operating systems"
+ "Operating systems and reproducibility"
+ "Compilers"
"Introspectable and extensible tooling"
"Digital privacy"
"Free and open source software"))))