-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.lisp
More file actions
32 lines (31 loc) · 1.23 KB
/
index.lisp
File metadata and controls
32 lines (31 loc) · 1.23 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
(tvar
(%level1% '|index|
%content%
(article :id "top_article"
(aside :id "top_article_side"
(h1 :class "h3" "Why learn Italian?")
"For "
(a :target "_blank" :href "http://en.wikipedia.org/wiki/Italy" "Italy")
"'s"
(ul
(li "rich art and architecture")
(li "delicious cuisine")
(li "profound literature and music")
(li "millenia-long history")
(li "renowned fashion")
(li "stunning nature")
(li "and, of course, for the beauty of the language itself!")))
(header
(h1 :class "h2" "Learn Italian, one of the most musical languages"))
(p "Learn Italian " (a :href "contact.html" "with me")
" the easy way, by first speaking and listening. Neither grammar to study nor boring homework to do. I just accelerate your natural process of language acquisition.")
(p "You can gain an insight into "
(a :href "method-to-students.html"
"how I teach Italian to English speakers")
" by taking "
(a :href "teaching.html?en/it/first"
"my first lesson for absolute beginners")
" on line. It is completely free of charge as well as "
(a :href "tandem-conditions.html" "my tandem programme") ".")))
(echo
(inc "layouts/default.lisp")))