-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 3.09 KB
/
index.html
File metadata and controls
40 lines (35 loc) · 3.09 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
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript"> <!-- This is a fallback. It will load a local version of jquery if the google CDN fails for whatever reason -->
if (typeof jQuery == 'undefined')
{
document.write(unescape("%3Cscript src='/Scripts/jquery-1.3.2.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<link rel="stylesheet" href="./reset.css" />
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<nav>
<ol>
<li>Experience Me</li> <dd>This is my homepagery. Experience my home page and know me for whom I am.</dd>
<li>About Me</li> <dd>Learn more about me than you bargained for... seriously? Why do you even need to know that much about me?</dd>
<li>Hire Me</li> <dd>You like what you see no? You need more of me in your life no? Why not ensure that we spend more time together. You seem smart you could teach me things. I could learn.</dd>
<li>Read Me</li> <dd>I'm formalizing my writing systems. I have thoughts. I feel like I should share these thoughts with the world and so I shall.. here on .. whatever link I choose for this projects. Eventually a self hosted blog.</dd>
<li>See Me</li> <dd>Did you think I was immune from the curse of vanity? Did you not imagine that I too would want to be gazed upon by the my adoring fans and the curious? I encourage curiosity my lovelies. Be curious be brave.. try something new like Breakfast for a snack. And you know what.. skip lunch. Not because you're fat but because you choose when you eat and not the other way around.</dd>
<li>Stalk Me</li> <dd>Did you know I maintain a database of every password I ever use on every website ever? It's a special database protected by a keyfile I keep on my person at all times without any backup. I will never give that database keyfile to anyone.. but here you will find the entries feel free to friend me on EVERYTHING. Literally everything.</dd>
<li>Date Me</li> <dd>Yes now you too can find out everything there is to know about me. You are welcome to make an application to date me. Will I be the perfect match of your life? probably not but you know what? I'm not a dick and sometimes that can be kinda nice. Let's go dutch on a night on the town.</dd>
<li>Inspire Me<li> <dd>So many are responsible for who I am now. These are the ones responsible for what I create</dd>
<li>Create Me</li> <dd>So you want to play me in Fallout? So you want to recreate me in Mii format? Well I'll help you out. I know you were stuck on that.</dd>
<li>Contact me</li> <dd>Do you want to know what I have foretold for your future? Maybe it's nothing? Maybe I'm not actually a prophet? But are you going to take that risk? That's what I thought.</dd>
</ol>
</nav>
<h1>Welcome to my page</h1>
<p>I'm hosted with GitHub Pages. This will serve as my introductory Webpage while I experiment with all kinda of wacky things to develop my home page</p>
<footer>
</footer>
</body>
</html>