-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
29 lines (27 loc) · 1.6 KB
/
about.html
File metadata and controls
29 lines (27 loc) · 1.6 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
<!doctype html>
<html>
<head>
<title>about</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<h1 class="about">About this site</h1>
<h2 class="about">the nexus of my presence on the internet</h2>
<p class="about">
The front page of this website is what my bio on social platforms would look like if not for character limits. Everything
else is work I’ve done that I decided should see the light of day. There’s nothing special here in terms of
code or design—use it as you like as a resource; I’ve been learning as I continue to add to it—but
<span style="color: #f81030">please give me credit for anything that is the product of my significant effort.</span>
</p>
<p class="about">
The quotes on the main page may be attributed, in order, to: Isaac Asimov (Salvor Hardin in <em>Foundation</em>);
Frederick Douglass; Matthew 5:5; unknown; <span style="color: #4098e0">Pirkej Avot 2:16</span>; Wilhelm Stekel;
<span style="color: #f81030">unknown</span>; Maya Angelou; Albert Einstein (as quoted by Walter Isaacson); Lenka (in
“The Show”), Avicii (in “Wake Me Up”); Martin Luther King, Jr.; adapted from Heraclitus;
<span style="color: #40ff00">John Muir</span>; Neil DeGrasse Tyson; J.R.R. Tolkien (Aragorn in
<em>The Fellowship of the Ring</em>); <span style="color: #e08700">Ralph Waldo Emerson</span>; Matthew Kelly; a random
person on Discord.
</p>
<p id="about-return"><a href="list.html">return to page list</a></p>
</body>
</html>