summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-21 22:31:30 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-21 22:31:30 +0100
commit27369253b5d9e5b262dbfed4d270abd9008e5b93 (patch)
tree281fc999ff27686534f04e50f09452c983ec5518
parentf6d5fb7849496919d42655df0ab2793f31130f69 (diff)
Update index
-rw-r--r--index.html26
1 files changed, 18 insertions, 8 deletions
diff --git a/index.html b/index.html
index 5728c97..ed4bc7b 100644
--- a/index.html
+++ b/index.html
@@ -1,30 +1,40 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
-<html xmlns= "http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html lang=en>
<head>
<title>Gustaf Rydholm's Webpage</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
-
<body>
-
- <br /><center><h1>Gustaf Rydholm's Webpage</h1></center><br />
+ <header>
+ <h1>Gustaf Rydholm's Webpage</h1>
+ </header>
+
+ <nav>
+ <ul>
+ <a href="https://gustafrydholm.xyz"><li>🏛️ Home</li></a>
+ <a href="about.html"><li>🕴️ About</li></a>
+ <a href="blog.html"><li>📜 Blog</li></a>
+ <a href="contact.html"><li>📨 Contact</li></a>
+ </ul>
+ </nav>
+
+ <main>
<table width="100%"><tbody><tr><td width="10%"><td width="25%">
<br />
<p>Hello, world!</p>
- <p><a href="cv.html">📜 CV</a></p>
-
<p>Various software and scripts I maintain and develop (replication x3):</p>
<footer><a href="https://git.gustafrydholm.xyz"><li><img src="images/git.png" alt="Private Git Server"></li></a><a href="https://github.com/aktersnurra"><li><img src="images/github.png" alt="GitHub"></li></a><a href="https://gitlab.com/aktersnurra"><li><img src="images/gitlab.png" alt="GitLab"></li></a></footer>
<p>TBC...</p>
- <a href="https://landchad.net"><img src="images/landchad.gif" alt="LandChad.net"></a>
+ <footer><a href="https://landchad.net"><img src="images/landchad.gif" alt="LandChad.net"></a></footer>
</td><td width="10%"></td></tr></tbody></table>
+ </main>
</body>
</html>