34 lines
910 B
HTML
34 lines
910 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
|
<link rel="stylesheet" href="../shared/style.css">
|
|
|
|
<div id="site-header">
|
|
<script>$(function(){$("#site-header").load("../shared/header.html");});</script>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
<h1>Project Name</h1>
|
|
<section class="project">
|
|
<h2>Info</h2>
|
|
<div indented>
|
|
<p>Project Type: Engine, Genre, Application</p>
|
|
<p>Project Timeframe: Length, Year</p>
|
|
</div>
|
|
<h2>Product Overview</h2>
|
|
<p indented>
|
|
Description of the game.
|
|
</p>
|
|
|
|
<h2>Project Overview</h2>
|
|
<p indented>
|
|
Description of role in development.
|
|
</p>
|
|
<h2>Postmortem</h2>
|
|
<p>Thoughts on the development process and what I learned from it.</p>
|
|
</section>
|
|
</body>
|
|
</html>
|