<!DOCTYPE html>
<html>
<head>
<?php include 'common/include.php' ?>
<title>Tyler Perkins - Home</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<?php include 'common/header.php' ?>
<div class="centered top-fade">
<div class="index-item single-column">
<h1>Hi, I'm Tyler</h1>
<p>I'm a software developer and tinkerer</p>
</div>
<div class="centered">
<div class="index-item soft-background articles-box">
<div>
<h3>Articles</h3>
<p>To be implemented...</p>
<?php include 'common/footer.php' ?>
</body>
</html>