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

projects.page 862B

123456789101112131415161718192021
  1. ;;;;;
  2. url: projects.html
  3. format: cl-who
  4. ;;;;;
  5. (:div
  6. (:h2 "Projects")
  7. (:dl.project-list
  8. (:dt (:a :href "https://gitlab.com/azrazalea/azrazalea.net" "Azrazalea.net"))
  9. (:dd
  10. "This website, I will be continuously updating the code as I need new features.")
  11. (:dt (:a :href "https://gitlab.com/azrazalea/forever-game-roguelike" "Forever Game Roguelike"))
  12. (:dd
  13. "Forever project mentioned in blog post, currently not named and barely started. Primary focus when I have the motivation.")
  14. (:dt (:a :href "https://gitlab.com/azrazalea/crypts-and-corpses" "Crypts and Corpses"))
  15. (:dd
  16. "A game I made during the spring 2016 Lisp Game Jam.")
  17. (:dt (:a :href "https://gitlab.com/azrazalea/prisoners-life-clj" "Prisoner's Life"))
  18. (:dd
  19. "Prisoner's dilemma + Conway's Game Of Life. Currently mostly complete and no longer being actively developed.")))