|
|
@ -17,19 +17,19 @@ |
|
|
|
:href "/css/general.css" |
|
|
|
:href "/css/general.css" |
|
|
|
:media 'all)) |
|
|
|
:media 'all)) |
|
|
|
(body |
|
|
|
(body |
|
|
|
(div :id "app" |
|
|
|
(main |
|
|
|
(nav |
|
|
|
(nav |
|
|
|
(a :href "/" "Home") "|" |
|
|
|
(a :href "/" "Home") "|" |
|
|
|
(a :href "/posts" "Posts") "|" |
|
|
|
(a :href "/posts" "Posts") "|" |
|
|
|
(a :href "/qa" "QA")) |
|
|
|
(a :href "/qa" "QA")) |
|
|
|
(h1 "Home") |
|
|
|
(header |
|
|
|
(div |
|
|
|
(h1 "Home")) |
|
|
|
(p "Hi there, good to see you on my website. |
|
|
|
(p "Hi there, good to see you on my website. |
|
|
|
My name is Raymon Zutekouw; Self-taught programmer by heart.") |
|
|
|
My name is Raymon Zutekouw; Self-taught programmer by heart.") |
|
|
|
(p "Building software and exploring the wide variety of tools (or making them) is my passion. |
|
|
|
(p "Building software and exploring the wide variety of tools (or making them) is my passion. |
|
|
|
To see it in action, checkout the stuff I make on " |
|
|
|
To see it in action, checkout the stuff I make on " |
|
|
|
(a :href "https://github.com/Raymonzut" "GitHub.")) |
|
|
|
(a :href "https://github.com/Raymonzut" "GitHub.")) |
|
|
|
|
|
|
|
|
|
|
|
(p "The projects that may be useful to others are open source; for inspiring others and improving each others work. |
|
|
|
(p "The projects that may be useful to others are open source; for inspiring others and improving each others work. |
|
|
|
That is why I am a huge fan of " |
|
|
|
That is why I am a huge fan of " |
|
|
|
(a :href "https://www.gnu.org/philosophy/free-sw.en.html" "free software")))))) |
|
|
|
(a :href "https://www.gnu.org/philosophy/free-sw.en.html" "free software"))))) |
|
|
|