From dfff0b3943c77ddc82157ec9a4c8a210dbeed2f5 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Sun, 30 Jun 2024 12:47:14 +0200 Subject: feat: update synopsis --- haunt.scm | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/haunt.scm b/haunt.scm index 1d5f990..4587916 100644 --- a/haunt.scm +++ b/haunt.scm @@ -414,14 +414,10 @@ describe my personal projects and contributions."))))) ,(format #f "Hi, I'm ~a!" (string-join (drop-right (string-split %fullname #\space) 1)))) - (p "Software developer currently based in Madrid working in the -Space Surveillance & Tracking and Space Traffic Management (SST & STM) division at " - ,(anchor "GMV" "https://gmv.com" #:external? #t) ".") - (p "Particularly interested in functional programming and its -applications in web development, reproducible operating systems, and -compilers.") - (p "Avid open source contributor and maintainer. Feel free to check -out some of my " ,(anchor "projects" "/projects") ".")) + (p "Software developer currently based in Madrid with a strong +interest in FOSS, functional programming, reproducible systems, and compilers.") + (p "Feel free to check out some of my " + ,(anchor "projects" "/projects") ".")) (div (@ (class "blog blog--type-preview")) (h2 (@ (class "blog__title")) "Latest Posts" ,(anchor '(button (@ (class "button button--type-border")) -- cgit v1.2.3