-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
137 lines (84 loc) · 4.25 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html id="HTML">
<head>
<title>-:Hotherym.net:- About Eorhythm</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="iestyle.css">
<![endif]-->
<!--[if lt IE 7]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
</head>
<body onload="window.defaultStatus='Hotherym.net';" id="Hotherym.net" style="background: url(images/mainbg.jpg) black repeat-y fixed top center; overflow: auto;">
<div id=hotherym2><a href="main.html"><img src="images/hotherym-small.png" height="59" width="273"></a></div>
<div class=about-textbox id=about-who>
<div class=titty>Who's Eorhythm?</div>
Hi, I'm Eorhythm<br>
<table width="100%">
<tr width="100%" align="center">
<td><img src="images/orb2.png" width="276" height="201"><p></td>
</tr>
</table>
As you might imagine, I'm a living entity composed largely of organic compounds. <p>
I've been known to engage in behaviors such as the creation of images and verbal utterances, sometimes for monetary gain. Occasionally I've found myself in the midst of trying to produce structured sequences of noise. I'm also a spectacularly adept underachiever by tutelage. <p>
I'm a teetolating, non-reproductive, minimal-impact, freelance naturalist. I boast an extensive history of dabbling in the natural sciences, including biology, paleontology, anthropology, and geology. It may be said by some that I have an innate knack for comprehending both medical and psychological theories. <p>
New Mexico is not my native habitat. I hail from the frozen, tornado ridden wetlands of northernmost midwest United States, where I was raised to understand that life is ephemeral. <p>
I'm a self-diagnosed ambulating multiple entendre. <p>
Everything you've read here has been a transient metacognisant quasipsychotic episode of chronicle fatigue. Many thanks go to Neolmas for his bravery and diligence in assisting with the creation of this befuddling website.<p>
<table width="100%">
<tr width="100%" align="center">
<td><img src="http://www.hotherym.net/images/Styling.jpg" width="304" height="223"><p></td>
</tr>
</table>
</div>
<div class=about-textbox id=about-what>
<div class=titty>What's Eorhythm?</div>
<br>
<table width="100%">
<tr width="100%">
<td><img src="http://www.hotherym.net/images/Gawk.png" height=325px width=163px></td>
<td>
<ul>
<li>An unrequited dilettante</li>
<li>A corrugated philanthropist</li>
<li>Various recondite superlatives</li>
<li>The audacious crypt�sthete</li>
<li>Really goddamn tired</li>
<li>A purveyor of bifurcated consciousness</li>
<li>The chronic perturbator</li>
<li>That bump in the night you think may be cancer so you keep poking it while worrying yourself into the worst insomnia you've ever experienced until you discover two weeks later after several biopsies that it was an ingrown hair</li>
</ul>
</td>
</tr>
</table>
</div>
<div class=about-textbox id=about-where>
<div class=titty>Where's Eorhythm?</div>
<br>
<img src="http://www.hotherym.net/bilder/Photos/People/Self-Sitting-Bosque-Rio-Grande.png" height=400px width=599px>
</div>
<div class=textbox id=about-endhead>
<br><br><br><br><a href="http://www.hotherym.net/web_sounds/samples/Eorhythm%20-%20Glisson%27s%20Capsule.mp3"><img src="images/driihead.png" height="96" width="116"></a>
</div>
<div id=footer style="z-index: 4;">Hotherym.net � 2007-2023 to Eorhythm. Web design by <a href="/neolmas/">Neolmas<a></div>
<div id=drii-fore><img src="images/drii-fore.png" height="142" width="127"></div>
<div id=blackbox></div>
<div id=drii-back><img src="images/drii-back.png" height="435" width="452"></div>
</body>
<script>
var item = document.getElementById("HTML");
window.addEventListener("wheel", function (e) {
if (e.deltaY > 0) item.scrollLeft += 200;
else item.scrollLeft -= 200;
});
document.getElementById("about-who").addEventListener("wheel", function (e) {
if (e.deltaY > 0) item.scrollLeft -= 200;
else item.scrollLeft += 200;
});
document.getElementById("about-what").addEventListener("wheel", function (e) {
if (e.deltaY > 0) item.scrollLeft -= 200;
else item.scrollLeft += 200;
});
</script>
</html>