-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
72 lines (60 loc) · 2.33 KB
/
about.html
File metadata and controls
72 lines (60 loc) · 2.33 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width">
<meta name="author" content="sewerbird">
<meta name="copyright" content="sewerbird">
<meta name="description" content="sewerbird">
<meta name="abstract" content="sewerbird">
<meta name="keywords" content="personal blog, sewerbird, game programming, kyahida">
<meta name="distribution" content="public">
<meta name="robots" content="all">
<meta name="revisit-after" content="5 days">
<title>Sewerbird</title>
<link rel="shortcut icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
<link rel="stylesheet" href="/assets/site.css">
<header>
<nav>
<ul>
<li>
<a class="site_tag" href="/index.html">
<strong>Sewerbird</strong>
</a>
</li>
<li>
<a href="/about.html">About</a>
</li>
<li>
<a href="/resume.html">Resume</a>
</li>
<li>
<a href="/posts">Posts</a>
</li>
<li>
<a href="/thoughts.html">Thoughts</a>
</li>
<li>
<a href="/arcade">Arcade</a>
</li>
</ul>
</nav>
</header>
<main>
<h1>About</h1>
<h2>...Me</h2>
<p>My name is Edward, and I spend most of my time working on hobbies: I have an interest in coding, games (video and physical), linguistics, and bass guitar.</p>
<p>You can contact me at <a href="mailto:%20sewerbird@gmail.com">my email</a>.</p>
<h2>...This Site</h2>
<p>This site is handcrafted: I have written all the markup, and it is statically-generated using a script I wrote. I use <a href="https://github.com/oxalorg/sakura">sakura.css</a> for styling, since my talents are not in design, and it is a classless framework that will work with my semantic html effortlessly.</p>
<h2>...Respect for You</h2>
<p>This site respects your privacy and your needs as a browser:</p>
<ul>
<li>This site does not rely on javascript for any necessary functionality: only for javascript games in the Arcade section.</li>
<li>This site uses semantic html and alt tags, making life easier for screen readers</li>
<li>This site does not use analytics or other forms of tracking, other than whatever my web hosting provider might do without my knowledge</li>
</ul>
</main>
<footer>
<hr/>
<a class="faux_button" href="#top">Back to Top</a>
</footer>