<?php
	include 'Design/header.php';
?>

<div class="content">
	<h1> Welcome </h1>
	<div>
		<p> Hi! My name is Jodie, and I am a data engineer by trade and a broad-spectrum creative. 
			I am developing my passions in development (including games), animation, singing, voice acting, sewing and more. <br><br>
			If you are interested in seeing my past works, current projects or learning guides, you've come to the right place!</p>		
	</div>	
</div>

<?php
	include 'Design/footer.php';
?>