-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·57 lines (56 loc) · 2.46 KB
/
index.html
File metadata and controls
executable file
·57 lines (56 loc) · 2.46 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
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>tangential :: it takes one who thinks straight to go off on a tangent</title>
<link rel="shortcut icon" href="images/favicon.ico" />
<style type="text/css">
html {
display: table;
height: 100%;
width: 100%;
}
body {
display: table-cell;
vertical-align: middle;
}
</style>
</head>
<body>
<div style="width: 350px; height: 180px; margin: auto">
<div style="width: 350px; height: 140px; margin: auto">
<object type="image/svg+xml" data="images/tangential.svg" name="tangential" width="350px" height="140px">
<pre> ___
| |
| |___
| | |
_______| | |___
| | | |
|___________| | |
| | |
|___________| |_______
| |
|_______ _______|_____ _____ _____ _____ _____ _ _____ _
| || _ || _ || ___|| _ || _ ||_ _|| || _ || |
| || |_| || | | || | _ | | |_|| | | | | | | || |_| || |
| || _ || | | || |_| || |___ | | | | | | | || _ || |___
|___||_| |_||_| |_||_____||_____||_| |_| |_| |_||_| |_||_____|</pre>
</object>
</div>
<div style="width: 60px; height: 40px; margin: auto; margin-right: 0px">
<object type="image/svg+xml" data="images/cv.svg" name="cv" width="60px" height="40px">
<pre> <a href="/cv/cv.xml">_____ _ _</a>
<a href="/cv/cv.xml">| ___|| | | |</a>
<a href="/cv/cv.xml">| | | | | |</a>
<a href="/cv/cv.xml">| |___ \ V /</a>
<a href="/cv/cv.xml">|_____| \_/</a></pre>
</object>
</div>
</div>
<div style="position: fixed; right: 15px; bottom: 15px; width: 80px; height: 15px; margin: auto">
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
<img alt="Creative Commons License" style="border-width: 0px" src="http://i.creativecommons.org/l/by/3.0/80x15.png" />
</a>
</div>
</body>
</html>