diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2020-01-11 13:06:20 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2020-01-11 13:06:20 -0500 |
| commit | 66788460501acba762e9150c33218c289b794969 (patch) | |
| tree | 782d3070de165de7b682385c88ce790646412d0c | |
| parent | 97f55e55230ab9472877341fcf406f1ebe428eee (diff) | |
Add a cry for internship offers to "About me".
| -rw-r--r-- | haunt/pages/about.sxml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/haunt/pages/about.sxml b/haunt/pages/about.sxml index 911bf8c..c1d4ccf 100644 --- a/haunt/pages/about.sxml +++ b/haunt/pages/about.sxml @@ -114,7 +114,11 @@ studying computer science and mathematics at the University of Massachusetts Amherst. I'm into functional programming, computer security, permaculture, cooking, punk rock, and lifting weights.") - (p "I'm still in the process of putting things together, so this page is a bit empty.")) + (p "I'm still in the process of putting things together, so this page is a bit empty.") + (p "As of right now, " + (b "I am still searching for a summer internship for 2020") + ". So if you get the impression that I would be a good fit for your +company, my inbox is open.")) (h3 "Site Map") (nav (@ (id "site-map")) (section (h4 ,(hyperlink "/blogroll" "Blogroll")) |