hand code posts
This commit is contained in:
parent
dd014a106b
commit
15c5cf1a3e
56 changed files with 367 additions and 711 deletions
37
about.html
Normal file
37
about.html
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>Will Holdsworth</h1>
|
||||
<hr>
|
||||
<nav>
|
||||
<a href="/index.html">Home</a>
|
||||
|
|
||||
<a href="/projects/index.html">Projects</a>
|
||||
|
|
||||
<a href="/blog/index.html">Blog</a>
|
||||
| About |
|
||||
<a href="/contact.html">Contact</a>
|
||||
</nav>
|
||||
<hr>
|
||||
</header>
|
||||
<main>
|
||||
<h2>Summary</h2>
|
||||
<p>I am a Kiwi living in Australia and studying a Bachelor of Science at The
|
||||
University of Melbourne.</p>
|
||||
</main>
|
||||
<footer>
|
||||
<hr>
|
||||
Copyright (C) 2025 Will Holdsworth under MPLv2
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue