2015-01-13 19:02:31 +00:00
|
|
|
<!DOCTYPE html>
|
2023-12-26 23:01:14 +00:00
|
|
|
<html class="en">
|
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>
|
2021-12-19 01:37:59 +00:00
|
|
|
$partial("templates/partials/analytics.html")$
|
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 -->
|
2021-11-26 02:16:18 +00:00
|
|
|
<script src="/lib/js/jquery-1.12.3.js" type="text/javascript"></script>
|
2023-12-26 23:01:14 +00:00
|
|
|
<script src="/MathJax/MathJax.js" type="text/javascript"></script>
|
|
|
|
<script src="/MathJax/config/TeX-MML-AM_CHTML.js" type="text/javascript"></script>
|
2015-08-11 07:35:03 +00:00
|
|
|
|
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>
|