summaryrefslogtreecommitdiff
path: root/index.html
blob: 6c8a7e4facc8dc0203129aa9943da5b22a0b040d (plain)
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
<html lang="en">
  <head>
    <meta charset="UTF-8"/>
    <!--<meta http-equiv="refresh" content="5; url=redirect.html"/>-->
    <meta name="description" content="AndrewDM.me: Personal Blogs, Projects,
				      and Portfolios of Andrew
				      Murrell."/>
    <meta name="keywords" content="" />
    <meta name="robots" content="noindex,nofollow"/>

    <!-- See main.js for Copyright details. --->
    <script type="text/javascript" src="main.js"></script>
    <link rel="stylesheet" href="main.css"/>
    <link rel="icon" type="image/ico" href="ADM.ico"/>
    <title>AndrewDM</title>
  </head>
  <body>
    <header id="logobar">
      <h1>Andrew DM</h1>
      <div class="headercontainer">
	<a class="headerlink" href="">Projects</a>
      </div>
      <div class="headercontainer">
	<a class="headerlink"
	   href="blahg/CHANGELOG.html"><abbr title="Blog">Blahg</abbr></a>
      </div>
      <div class="headercontainer">
	<a class="headerlink"
	   href="Andrew.txt">Andrew</a>
      </div>
      <div class="headercontainer">
	<form class="headerlink" method="GET" action="index.html#">
	  <input id="search" style="hidden" type="text" name="searchbar" size="0"
		 maxlength="0" value="Search" />
	</form>
      </div>
    </header>
    
    <!-- Content cross, bubbles with project page links, surrounded by --
      -- navigation and information rectangles. -->

    <main id="content">
      <section id="sidebar">
	<div>
	  <h3>Coming Soon!</h3>
	  <ul>
	    <li>Better CSS!</li>
	    <li>Better <span style="color:red;"</span>Colors</span> [help!]</li>
	    <li>Magic is Magic [1.5/5 complete!]
	      <a href="?s=SS" class="tag SS">Short Story </a>
	    </li>
	    <li>
	      Search functionality that actually searches the text!
	    </li>
	  </ul>
	</div>
      </section>
      <section id="topbar">
	<!--<div id="constructionBanner">
	  <h1 id="constructionMessage">Website Under Construction:
	  I'm not a web dev, please don't mind the colors and blocky edges.</h1>
	</div>-->
	<br>
	<div id="links">
	</div>
      </section>
      <br><br><hr>
      <section>
	<!--<a href="staticindex.html">CS Major Mode</a>-->
      </section>
    </main>
    <br>    
    <footer id="copyright">
      <address>AndrewDM.me</address>
      <small>Copyright 2016 Andrew Murrell</small>
    </footer>
  </body>
</html>