Remove old #app divs

Signed-off-by: Raymonzut <me@raymon.dev>
master
Raymon Zutekouw 2 years ago
parent 65faa97ba1
commit f5b7a30306
Signed by: raymon
GPG Key ID: 0E62222846283925
  1. 22
      client/public/index.lisp
  2. 7
      client/public/qa.lisp

@ -17,19 +17,19 @@
:href "/css/general.css"
:media 'all))
(body
(div :id "app"
(main
(nav
(a :href "/" "Home") "|"
(a :href "/posts" "Posts") "|"
(a :href "/qa" "QA"))
(h1 "Home")
(div
(p "Hi there, good to see you on my website.
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.
To see it in action, checkout the stuff I make on "
(a :href "https://github.com/Raymonzut" "GitHub."))
(header
(h1 "Home"))
(p "Hi there, good to see you on my website.
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.
To see it in action, checkout the stuff I make on "
(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.
That is why I am a huge fan of "
(a :href "https://www.gnu.org/philosophy/free-sw.en.html" "free software"))))))
(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 "
(a :href "https://www.gnu.org/philosophy/free-sw.en.html" "free software")))))

@ -17,13 +17,14 @@
:href "/css/general.css"
:media 'all))
(body
(div :id "app"
(main
(nav
(a :href "/" "Home") "|"
(a :href "/posts" "Posts") "|"
(a :href "/qa" "QA"))
(h1 "Questions and answers")
(div
(article
(header
(h1 "Questions and answers"))
(p :class "question" "What is this site about?")
(p "This site is about me and the stuff I make")

Loading…
Cancel
Save