-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 2.01 KB
/
index.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
<!Doctype html>
<html lang="en">
<head>
<title>Messing around</title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css" />
<link rel="stylesheet" type="text/css" href="css/eccentricpostings.css" />
<link href='http://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Scada' rel='stylesheet' type='text/css' />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="The personal and professional ramblings of an avid computer scientist and wannabe mathmatician, Charles Lanahan" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header id="page-header">
<hgroup>
<h1 alt="Hello blind people and others who enjoy screen readers! I hope you like my website!"
title="I think differently (better/worse?) than other people.">
Eccentric Postings
</h1>
<hr />
</hgroup>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="static/about_me.html">About Me</a></li>
<li><a href="static/portfolio.html">Portfolio</a></li>
<li><a href="blog/index.html">Writings</a></li>
<li><a href="https://github.com/daidoji">Code and Stuff</a></li>
</ul>
</nav>
</header>
<div class="content-container">
<div class="inner-container">
<div class="front-page-button">
<a href="static/about_me.html">About Me</a>
</div>
<div class="front-page-button">
<a href="static/portfolio.html">Portfolio</a>
</div>
<div class="front-page-button">
<a href="blog/index.html">Writings</a>
</div>
<div class="front-page-button">
<a href="https://github.com/daidoji">Code and Stuff</a>
</div>
</div>
</div>
<footer id="page-footer">
<p>© 2016 and a whole bunch of other dates thanks to the DMCA
<a href="mail:daidoji70@gmail.com">C. A. L.</a> <a href="static/about_web.html">About this Website</a> </p>
</footer>
</body>
</html>