My personal website, goal is to have a blog and a "resume".

about.page 1.6KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ;;;;;
  2. url: about.html
  3. title: I am Lily Carpenter
  4. format: cl-who
  5. ;;;;;
  6. (:div
  7. (:img :src "/img/profile.jpg" :width 200 :height 200)
  8. (:p
  9. "I am a software developer in Springfield, MO. "
  10. "You are probably most interested in my "
  11. (:a :href "https://gitlab.com/azrazalea/" "gitlab")
  12. ", though you can also view links to my current "
  13. (:a :href "/projects.html" "projects") " on gitlab.")
  14. (:p
  15. "I have been programming since around age 13 and have known that I wanted to"
  16. " be a Software Developer since shortly thereafter. Over the years I have gained"
  17. " experience in various languages including BASIC, C, Common Lisp, Python, Ruby,"
  18. " Javascript, and Clojure.")
  19. (:p
  20. "My favorite family of languages is the " (:a :href "http://en.wikipedia.org/wiki/Lisp_%28programming_language%29" "Lisp Family") "."
  21. " Unfortunately, it is hard (relatively speaking) to get a job programming Lisp."
  22. " My day jobs usually involve Ruby (almost a Lisp) and Javascript with a focus on web development."
  23. " In my free-time I tend to program in Common Lisp, despite Clojure being the current mainstream Lisp."
  24. " This site is, in fact, statically generated by Common Lisp as you can see on the gitlab "
  25. (:a :href "https://gitlab.com/azrazalea/azrazalea.net" "repo") ".")
  26. (:p
  27. "If you are interested in my thoughts on programming and life in general see my "
  28. (:a :href "/blog.html" "Blog") ", updated whenever I feel like writing.")
  29. (:p
  30. "The best way to contact me is by " (:a :href "mailto:lily-website@azrazalea.net" "email")
  31. " or " (:a :href "https://twitter.com/azrazalea" "Twitter") "."))