-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
43 lines (40 loc) · 1.29 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>Floating Octothorpe: About</title>
<meta charset="utf-8" />
<meta name="Author" content="Floating Octothorpe" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" type="image/png" href="/img/favicon.png" />
</head>
<body>
<header>
<a href="/"><img class="logo" src="/img/logo.png" alt="Floating Octothorpe logo"/></a>
<h1 class="site-title">Floating Octothorpe</h1>
<nav>
<ul>
<li><a href="/">Latest</a></li>
<li><a href="/archive.html">Archive</a></li>
<li><a href="/about.html">About</a></li>
</ul>
</nav>
</header>
<article>
<h1>About</h1>
<p>This site is primarily a place to dump my thoughts on a range of topics for
future reference. However if you find any of the content useful or interesting
that's great too.</p>
</article>
<footer class="footer pure-u-1 pure-u-md-3-4">
<hr />
<small>
Copyright © 2021 Floating Octothorpe. Except where
otherwise noted, content on this site is licensed under a
<a rel="license"
href="https://creativecommons.org/licenses/by/4.0/">Creative Commons
Attribution 4.0 License</a>.
</small>
</footer>
</body>
</html>