diff options
-rw-r--r-- | blog.html | 2 | ||||
-rw-r--r-- | contact.html | 4 | ||||
-rw-r--r-- | index.html | 5 |
3 files changed, 6 insertions, 5 deletions
@@ -12,7 +12,7 @@ <body> <!--# include file="header.html" --> <div class="content"> - <section> + <section id="blog"> <h2>Blog</h2> <p>These are not the droids you are looking for.</p> </section> diff --git a/contact.html b/contact.html index 0d27cd7..87900e8 100644 --- a/contact.html +++ b/contact.html @@ -12,14 +12,14 @@ <body> <!--# include file="header.html" --> <div class="content"> - <section> + <section id="contact"> <h2>Contact</h2> <p> Contacting me can easily be done either through email at <a href="mailto:johannes@kyriasis.com">johannes@kyriasis.com</a> or through IRC on freenode where I usually go by the nick “demize”.<br/> </p> </section> - <section> + <section id="pgp"> <h2>Pretty Good Privacy</h2> <p> If you want to contact me more securely, do feel free to either just sign or even encrypt the email. To get my key you can either pull it down from your pgp key server of choice or get it from <a href="https://theos.kyriasis.com/~kyrias/pgp-key.txt">here</a>. @@ -7,12 +7,13 @@ <meta name="author" content="Johannes Löthberg" /> <title>~/</title> <link href="main.css" rel="stylesheet"> + </head> <body> <!--# include file="header.html" --> <div class="content"> - <section> + <section id="about"> <h2>About me</h2> <p> Hey there, my name is Johannes Löthberg. I am 18 years old, gay and come from Sweden. @@ -26,7 +27,7 @@ </p> </section> - <section> + <section id="blog"> <h2>Blog posts</h2> <div class="post-list"> <ul> |