2017-06-04 22:05:40 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
{% seo %}
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
|
|
|
|
|
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body {% if page.id %}id="page-{{ page.id }}"{% endif %}>
|
2018-01-23 12:50:50 -06:00
|
|
|
<section class="container-fluid primary-container">
|
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
|
|
|
|
<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.name }}</a>
|
|
|
|
|
<div class="collapse navbar-collapse justify-content-end">
|
|
|
|
|
<a class="nav-link" href="{{ site.baseurl }}/">Introduction</a>
|
|
|
|
|
<a class="nav-link" href="{{ site.baseurl }}/web/">Web Resume</a>
|
|
|
|
|
<a class="nav-link" href="{{ site.baseurl }}/theater/">Acting Resume</a>
|
|
|
|
|
<a class="nav-link" href="{{ site.baseurl }}/contact/">Contact</a>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
2018-01-21 18:43:28 -06:00
|
|
|
|
2018-01-23 12:50:50 -06:00
|
|
|
<section class="entry-content container-fluid">
|
|
|
|
|
{% if page.title %}
|
|
|
|
|
<header class="entry-header">
|
|
|
|
|
<h1 class="entry-title">{{ page.title }}</h1>
|
|
|
|
|
</header>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{{ content }}
|
|
|
|
|
</section>
|
2017-06-04 22:05:40 -05:00
|
|
|
</section>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|