Commit 8dbcac0 1 parent e66a636 commit 8dbcac0 Copy full SHA for 8dbcac0
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
#:title my-title
7
7
#:css ' (" /css/main.css" )
8
8
(** `(h1 ,my-title)
9
- `(div ,things-I-have-done)
10
- `(div ,things-I-want-to-do)
11
- `(div ,me-elswhere-on-the-internet)))
9
+ `(div ((id " things_done " )) ,things-I-have-done)
10
+ `(div ((id " things_todo " )) ,things-I-want-to-do)
11
+ `(div ((id " me " )) ,me-elswhere-on-the-internet)))
12
12
13
13
(define things-I-have-done
14
14
(**
38
38
' (h2 " Me, elsewhere on the Internet" )
39
39
' (ul
40
40
(li (a ((href " http://flickr.com/photos/25445776@N08/" ) (target " _blank" )) " Flickr." ))
41
- (li (a ((href " http://twitter.com/shaunak" ) (target " _blank" )) " Twitter." )))))
41
+ (li (a ((href " http://twitter.com/shaunak" ) (target " _blank" )) " Twitter." ))
42
+ (li (a ((href " http://news.yahoo.com" ) (target " _blank" )) " My day job." )))))
42
43
43
44
(define my-title "Shaunak's home on the Internet")
You can’t perform that action at this time.
0 commit comments