<!--
	Copyright 2010 Glen Gustafson
	Author:	Glen Gustafson
	XHTML UPDate:	04052010
	Description:	Glen's homepage
-->

<!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" xml:lang="en">

	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

	<!--specify stylesheet-->
		<link rel="stylesheet" type="text/css" href="styles.css" />
		
	<!--specify icon-->
		<link rel="shortcut icon" href="http://mail.truevine.net/users/glengust4@truevine.net/Site+stuff/Pics/icon.ico" />
		
		<title>GLEN'S WEBSITE</title>
	</head>
	
	<body>
		<div id="outercontainer">

		<!--header-->
			<div id="top">
				<h1>Welcome to my website!</h1>
				<br /><img src="http://mail.truevine.net/users/glengust4@truevine.net/Site+stuff/Pics/Psalm+68:19.jpg" height="200px" title="Psalm 68:19 (ESV)" alt="Psalm 68:19 (ESV)" style="position:relative; top:-20px;" />
			</div>
			
			<hr />
			
		<!--recently added-->
			<div id="recentlyadded">
				Recently Added:
				<ul>
					<li>June 4
						<ul>
							<li><a href="presidential.html">Presidential Range Hike (in a day)</a></li>
						</ul>
					</li>
					<li>Mar 4
						<ul>
							<li><a href="sugaring.html">Sugaring 2010</a></li>
						</ul>
					</li>
				</ul>
			</div>
			
		<!--main-->
			<div id="main">
			
			<!--Pics-->
				<br />
				<div class="img" style="float:left">
					<a href="sceneries.html">
						<img src="http://mail.truevine.net/users/glengust4@truevine.net/Site+stuff/Pics/Scenery/20061228deerhilllookout.jpg" height="80px" alt="Scenery Pics" />
					</a>
					<div class="desc">Scenery Pics</div>
				</div>
				<div class="img" style="float:left">
					<a href="newhouse.html">
						<img src="http://mail.truevine.net/users/glengust4@truevine.net/Site+stuff/Pics/houseframesmall.jpg" height="80px" alt="Our house" />
					</a>
					<div class="desc">Our house we built</div>
				</div>
				<div class="img" style="float:left">
					<a href="jefferson.html">
						<img src="http://mail.truevine.net/users/glengust4@truevine.net/Site+stuff/Pics/Scenery/20090530jefferson.jpg" height="80px" alt="Mt. Jefferson Hike" />
					</a>
					<div class="desc">Mt. Jefferson Hike</div>
				</div>
				<div class="img" style="float:left">
					<a href="sugaring.html">
						<img src="http://mail.truevine.net/users/glengust4@truevine.net/Site+stuff/Pics/Sugaring/20100305buckets.jpg" height="80px" alt="My sugaring 2010 operation" />
					</a>
					<div class="desc">Sugaring 2010</div>
				</div>
				<div class="img" style="float:left">
					<a href="presidential.html">
						<img src="http://mail.truevine.net/users/glengust4@truevine.net/Site+stuff/Pics/Scenery/20100604.jpg" height="80px" alt="Presidential Range Hike" />
					</a>
					<div class="desc">Presidential Range Hike<br/>(in a day!)</div>
				</div>
				
			<!--software page-->
				<div id="software">
					<br />
					<hr />
	
					<a href="softwares.html">
						Here are some links to free softwares that I find handy
						<br />(mostly Mac and open source):
						<br />
						<img src="http://mail.truevine.net/users/glengust4@truevine.net/Site+stuff/Pics/apps.jpg" height="80px" alt="Free software" />
					</a>
				</div>

				<hr />
			
			<!--funny stuff page-->	
				<a href="funny.html">
					Here's a page with some funny stuff:
					<br />
					<img src="http://mail.truevine.net/users/glengust4@truevine.net/Site+stuff/Pics/funny.jpg" height="80px;" alt="Funny stuff" />
				</a>
								
			</div>
			
			<hr />
			
		<!--fonts-->
			<div id="fonts">
				If you aren't seeing all the cool fonts I used for this site, you may want to download these:
				
				<p>
					&nbsp; - <a href="http://www.fontyukle.com/en/1,skia">Skia</a>
					<br />&nbsp; - <a href="http://www.google.com/search?q=download+font+gulim">Gulim</a>
					<br />&nbsp; - <a href="http://www.fontyukle.com/en/1,poor+richard">Poor Richard</a>
					<br />&nbsp; - <a href="http://www.fontyukle.com/en/1,herculanum">Herculanum</a>
					<br />&nbsp; - <a href="http://www.fontyukle.com/en/1,mistral">Mistral</a>
				</p>
				
				If you find any broken links or have any suggestions for my site, please <a href="mailto:glengust4@truevine.net?subject=Website">email</a> me.
			</div>
		
		<!--footer-->
			<div id="footer">&copy;2010 Glen Gustafson
				<br />Last updated 03052010
			</div>
			
			<div id="validator">
				<a href="http://validator.w3.org/check?uri=referer">
					<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" />
				</a>
			        
				<a href="http://jigsaw.w3.org/css-validator/check/referer">
					<img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" />
				</a>
			</div>
						
		</div>
	</body>
</html>
