Skip to content

Commit

Permalink
main index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Mar 6, 2011
0 parents commit caadd87
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<!--
File: index.html
Editor: None, you wimpy wysiwyg people...this is hand crafted!
What are you doing reading this anyway???
-->
<head>
<title>k r o a h . c o m</title>

<style type="text/css">
html, body {
height: 100%;
margin: 0;
padding: 0;
color: #fff;
}
a {
color: #000000;
}
#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;
}
</style>
<!--[if IE 6]>
<style type="text/css">
/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}
</style>
<![endif]-->
</head>
<body bgcolor="#000000" text="#ffffff" link="#ff9933" vlink="#008080">
<img src="tree_ice_small.jpg" alt="Olympic National Park" id="bg" />

<div id="content">
<!--
<h1>Faking a Stretched Background Image</h1>
<h2>Across the Whole Page</h2>
<p><a href="http://webdesign.about.com/od/css3/f/blfaqbgsize.htm">Learn how to stretch a background image.</a></p>
-->
<br>
<h1>&nbsp;
<a href="linux/">Linux stuff</a></h1>

</div>
</body>
</html>

<!--
</head>
<body bgcolor="#000000" text="#ffffff" link="#ff9933" vlink="#008080">
<br><br><br>
<center>
<img src="tree_ice.jpg" width="881" height="249">
<br>
<br>
<br>
<br>
<br>
<a href="linux/">Linux stuff.</a><br>
</center>
</body>
</html>
-->

Binary file added tree_ice.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tree_ice_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit caadd87

Please sign in to comment.