aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-05-29 12:24:09 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-05-29 12:24:09 +0200
commit4c16155bd09907d7192464eb5f26e6ce21ede66e (patch)
treeab314fd3129c4dc4d401f2fd5b6ed7b1c3b27158
parentf189b7482b17d1e8d919c4e7bb90d887cada13fb (diff)
feat: update synopsis
-rw-r--r--haunt.scm20
1 files changed, 8 insertions, 12 deletions
diff --git a/haunt.scm b/haunt.scm
index 0ed3080..1d836ed 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -389,18 +389,14 @@ describe my personal projects and contributions.")))))
,(format #f "Hi, I'm ~a!"
(string-join
(drop-right (string-split %fullname #\space) 1))))
- (p "I'm a software developer currently based in Madrid working at "
- ,(anchor "GMV" "https://gmv.com" #:external? #t)
- " (SST & STM) and an open source software enthusiast.")
- (p "My interests currently revolve around these topics:")
- (ul (@ (class "list"))
- ,@(map (lambda (i)
- `(li (@ (class "list-item--type-bulleted")) ,i))
- (list "Functional programming"
- "Web development"
- "Operating systems and reproducibility"
- "Compilers"
- "Introspectable and extensible tooling"))))
+ (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") "."))
(div (@ (class "blog blog--type-preview"))
(h2 (@ (class "blog__title")) "Latest Posts"
,(anchor '(button (@ (class "button button--type-border"))