-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.lisp
More file actions
36 lines (35 loc) · 1.44 KB
/
contact.lisp
File metadata and controls
36 lines (35 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
(tvar
(%level1% '|contact|
%tagline% "thank you for choosing me"
%title% "Antonio Bonifati's details"
%content%
(article
(p :class "vcard"
(em :class "fn" "Antonio Bonifati") " ("
(span :class "nickname" "ninuzzo") ", " (span :class "nickname" "ant")
") — "
(a :class "url" :href "http://ninuzzo.github.com/"
"http://ninuzzo.github.com") (br)
(span :class "street-address" "Via Ernesto Moneta 11") (br)
(span :class "postal-code" 87012) " "
(span :class "locality" "Castrovillari") " "
(span :class "region" "CS") (br)
(b :class "country" "Italy") (br)
(span :class "tel" "Telephone and Whatsapp: "
(span :class "value" (a :href "tel:+39-351-9318399" "+39-351-9318399")))
(br) "Email and Google Hangouts: "
(script :src "mini/oe.js")
(canvas :id "jc6wQSIo7R7DM") (br)
(a :href "http://www.skype.com" :target "_blank" "Skype") ": "
(a :href "skype:antonio.bonifati?add" "antonio.bonifati") " "
(script
:src "http://download.skype.com/share/skypebuttons/js/skypeCheck.js"
:title "Skype 'My status' button http://www.skype.com/go/skypebuttons")
(a :class "url" :href "skype:antonio.bonifati?call"
(img :alt "My Skype status"
:src "http://mystatus.skype.com/smallclassic/antonio%2Ebonifati"
:width 114 :height 20)))
(script :src "mini/tz_clock.js")
(p (script "tz_clock.explain()"))))
(echo
(inc "layouts/default.lisp")))