<?PHP 
$title = "Home";
include($_SERVER['DOCUMENT_ROOT']."resources/header.php"); ?>	

<div class="title">Kaslai's Site</div>
<div class="break"><br/></div>
<div class="break"><br/></div>
<div class="heading">
	<div class="break"><br/></div>
	<div class="subheading">Welcome
		<div class="textblock"><p>Welcome to my site. My name is Andrew Story, though I'm known online as Kaslai. This site is a collection of personal projects, writings, and other digital goods that I have produced over the years. The primary goal of this site is to be a centralized compilation of anything important I've ever done.</p>
		<p>Feel free to browse <a href="projects/">my projects</a> or look at <a href="resume.php">my resume.</a> I will continue to update this site as time passes, and will include a timestamp as an html comment that shows the approximate time of the last update to the site.</p></div>
	</div>
	<div class="break"><br/></div>
	<div class="subheading">Related Sites
		<div class="entryresize"><div class="key"><a href="http://frogbox.es/">Frogbox</a></div><div class="value">The site that my friends and I are running. Most of the content was created by my friend, Lupin.</div></div>
		<div class="entryresize"><div class="key"><a href="http://whff.frogbox.es/">Will Host for Fnord</a></div><div class="value">Originally created as a joke to see just how awful of an aesthetic we could give to a functional site, WHFF is a filehost used primarily by myself and my friends. Lupin remastered it about a year after its inception to what it is now.</div></div>
		<div class="entryresize"><div class="key"><a href="http://coldstorm.tk/">Coldstorm (v4)</a></div><div class="value">Coldstorm is a heavily stylized IRC client implemented in Javascript. The link points to the latest version, which is the fourth from-scratch rewrite, and the third set of developers. My hand in writing the latest version is minimal, though I was the sole developer for the third from-scratch rewrite.</div></div>
		<div class="entryresize"><div class="key"><a href="http://frigidstorm.com/">Coldstorm (v3)</a></div><div class="value">This is the third from-scratch rewrite of Coldstorm. It was my first application written in Javascript, and while it is quite messy, it turned out pretty well. It is still functional.</div></div>
		
		
	</div>
</div>


				
<?PHP include($_SERVER['DOCUMENT_ROOT']."resources/footer.php"); ?>	