(require-library 3e8-html)

(render-page
 "3e8.org - Who am I?"

 (navskip)
 (call-resp (category 'about)
            "About the proprietor.")

 (navbar 'about)
 
 (main
  `(p "Hi, I'm Jim Ursetto.  Pleased to meat you; "
      "enchanté; glücklich zu sehen; bleibe, reste, stay; &c.")
  `(p "After a series (one's a series, right?) of close calls, I graduated from "
     "the University of Illinois in January of 1999.  I proceeded to leech off "
     "my parents for a time (thanks!), and finally left the nest after a mere "
     "387 days.  I've since settled down in "
     (a (@ (href "http://www.mountprospect.org"))
        "Mt. Prospect")
     " with my beautiful "
     (a (@ (href "/images/thewife.jpg")) "wife")
     " and enchanting "
     (a (@ (href "/images/thekids.jpg")) "children")
     ". Some say they look like us, but I don't really see it.")

  `(div (@ (class "leftpic"))
       ,(link "/images/jim1.jpg"
              `(img (@ (src "/images/jim2.jpg")
                       (alt "[My good side.]"))))
       (p "(click pic to enlarge faults)"))
  
  `(p "Yes, I did buckle down and put my "
     (a (@ (href "/resume.html")) "résumé") " on the "
     "Internet, despite the fact that I dislike it (the Internet).  Maybe this "
     "time I'll remember to update it once in a while.")
  `(p "I think a brief list of my interests should suffice to bore you to "
     "tears.  I like music, both absorbing and producing, and I play piano in my own unique way.  Though the barrage of people pounding on my "
     "door to ask what " (i "kind")
     " of music I like has lessened in recent "
     "months, I still have my incredibly outdated "
     (a (@ (href "/cd-collection.html")) "album list")
     " available.  Also, as you might expect from a Computer Science major, I like to "
     (a (@ (href "http://www.fu-fme.com")) "fool around")
     " with computers.")
  `(p "I'm interested in language, both English and foreign.  I studied French "
     "in high school (and who didn't), Japanese in college, and some Esperanto, "
     "Spanish, and Polish by myself. "
     "I did travel to "
     (a (@ (href "/gallery/Japan")) "Japan")
     " on vacation, and finally put the language to practical use.")
  `(p "I held (suppose I still do, at that) the rank of Senior belt in Tae Kwon "
     "Do during college, but I've let myself go since then (c.f. the "
     "picture at left).")
  `(p "That's about it.  Enjoy your stay.")))
