2015-01-13 19:02:31 +00:00
|
|
|
<!DOCTYPE html>
|
2015-08-16 05:46:46 +00:00
|
|
|
<html class="en" $if(appcache)$manifest="/manifest.appcache"$endif$>
|
2015-01-13 19:02:31 +00:00
|
|
|
<head>
|
|
|
|
<!-- Basic Page Needs -->
|
2015-08-11 07:35:03 +00:00
|
|
|
<meta charset="utf-8">
|
2015-01-13 19:02:31 +00:00
|
|
|
<title>RekahSoft</title>
|
2015-08-05 06:39:22 +00:00
|
|
|
<meta content="The technical musings of a minimalist" name="description">
|
|
|
|
<meta content="Collin Doering" name="author">
|
|
|
|
<meta content="copyright" content="Copyright 2015 - Collin Doering">
|
|
|
|
<meta content="collin, collin doering, rekahsoft, functional programming, math" content="keywords">
|
2015-01-25 06:44:32 +00:00
|
|
|
|
2015-01-13 19:02:31 +00:00
|
|
|
<!-- Mobile Specific Metas -->
|
2015-08-11 07:35:03 +00:00
|
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
|
2015-01-25 06:44:32 +00:00
|
|
|
|
2015-01-13 19:02:31 +00:00
|
|
|
<!-- CSS -->
|
2015-08-11 05:36:42 +00:00
|
|
|
<link rel="stylesheet" href="/lib/css/normalize.css">
|
|
|
|
<link rel="stylesheet" href="/lib/css/skeleton.css">
|
2015-01-25 06:44:32 +00:00
|
|
|
|
2015-01-13 19:02:31 +00:00
|
|
|
<!-- Custom styles for this template -->
|
2015-08-11 07:35:03 +00:00
|
|
|
<link href="/default.css" rel="stylesheet">
|
2015-01-25 06:44:32 +00:00
|
|
|
|
2015-01-13 19:02:31 +00:00
|
|
|
<!-- Favicons -->
|
2015-08-11 07:35:03 +00:00
|
|
|
<link href="/images/favicon.ico" rel="shortcut icon">
|
2015-01-13 19:02:31 +00:00
|
|
|
</head>
|
2015-01-25 06:44:32 +00:00
|
|
|
|
2015-01-13 19:02:31 +00:00
|
|
|
<body>
|
2015-08-05 06:53:53 +00:00
|
|
|
<!-- Piwik (no js)-->
|
2015-08-11 05:36:42 +00:00
|
|
|
<noscript><img src="//analytics.rekahsoft.ca/piwik.php?idsite=1" style="border:0;display:none;" alt="" /></noscript>
|
2015-08-05 06:53:53 +00:00
|
|
|
|
2015-01-13 19:02:31 +00:00
|
|
|
$partial("templates/partials/logo-banner.html")$
|
|
|
|
$partial("templates/partials/nav.html")$
|
2015-01-25 06:44:32 +00:00
|
|
|
|
2015-08-11 07:35:03 +00:00
|
|
|
<div class="container" id="status">
|
|
|
|
<p class="message"></p>
|
|
|
|
<a class="close-button">Close</a>
|
2015-01-13 19:02:31 +00:00
|
|
|
</div>
|
2015-01-25 06:44:32 +00:00
|
|
|
|
2015-08-13 02:12:49 +00:00
|
|
|
<div id="page-content">
|
2015-01-13 19:02:31 +00:00
|
|
|
<noscript>
|
2015-08-11 07:35:03 +00:00
|
|
|
<div class="container" id="noscript-alert">
|
2015-08-13 09:57:19 +00:00
|
|
|
<h1>This site works best with javascript!</h1>
|
2015-01-13 19:02:31 +00:00
|
|
|
<p>
|
2015-08-13 09:57:19 +00:00
|
|
|
Some features of this site will not work without javascript, though all the content is still available.
|
2015-01-13 19:02:31 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</noscript>
|
2015-08-11 05:36:42 +00:00
|
|
|
|
|
|
|
$body$
|
2015-01-13 19:02:31 +00:00
|
|
|
</div>
|
|
|
|
$partial("templates/partials/footer.html")$
|
2015-01-25 06:44:32 +00:00
|
|
|
|
2015-08-13 05:58:07 +00:00
|
|
|
<!-- External javascript libraries: JQuery, MathJax -->
|
2015-08-11 07:35:03 +00:00
|
|
|
<script src="/lib/js/jquery-1.11.2.js" type="text/javascript"></script>
|
|
|
|
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
|
|
|
|
|
2015-01-13 19:02:31 +00:00
|
|
|
<!-- Custom javascript for user interactivity -->
|
2015-08-11 07:35:03 +00:00
|
|
|
<script src="/js/default.js" type="text/javascript"></script>
|
2015-01-13 19:02:31 +00:00
|
|
|
</body>
|
|
|
|
</html>
|