|
@@ -5,9 +5,10 @@ format: cl-who
|
5
|
5
|
;;;;;
|
6
|
6
|
|
7
|
7
|
(:div
|
|
8
|
+ (:img :src "/img/profile.jpg" :width 200 :height 200)
|
8
|
9
|
(:p
|
9
|
10
|
"I am a software developer in Springfield, MO. "
|
10
|
|
- "Most people are probably most interested in my "
|
|
11
|
+ "You are probably most interested in my "
|
11
|
12
|
(:a :href "https://gitlab.com/azrazalea/" "gitlab")
|
12
|
13
|
", though you can also view links to my current "
|
13
|
14
|
(:a :href "/projects.html" "projects") " on gitlab.")
|