Update templates

This commit is contained in:
Dimitri Lozeve 2020-08-30 23:41:53 +02:00
parent 55b9e2523c
commit b0ca171973
34 changed files with 536 additions and 707 deletions

View file

@ -21,33 +21,27 @@
</head>
<body>
<article>
<header>
<nav>
<nav>
<a href="../">Home</a>
<a href="../projects.html">Projects</a>
<a href="../archive.html">Archive</a>
<a href="../contact.html">Contact</a>
</nav>
<a href="../archive.html">Posts</a>
<a href="../projects.html">Projects</a>
<a href="../contact.html">Contact</a>
</nav>
<h1 class="title">Dyalog APL Problem Solving Competition 2020 — Phase II</h1>
<p class="subtitle">Annotated Solutions</p>
<p class="byline">August 2, 2020</p>
</header>
</article>
<article>
<section class="header">
</section>
<section>
<div id="toc"><h2>Table of Contents</h2><ul>
<h1 class="title">Dyalog APL Problem Solving Competition 2020 — Phase II</h1>
<p class="subtitle">Annotated Solutions</p>
<p class="byline">August 2, 2020</p>
</header>
<section>
<div id="toc"><h2>Table of Contents</h2><ul>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#problem-1-take-a-dive">Problem 1 Take a Dive</a></li>
<li><a href="#problem-2-another-step-in-the-proper-direction">Problem 2 Another Step in the Proper Direction</a></li>
@ -254,10 +248,11 @@
<span id="cb20-15"><a href="#cb20-15" aria-hidden="true"></a></span></code></pre></div>
<div class="sourceCode" id="cb21"><pre class="sourceCode default"><code class="sourceCode default"><span id="cb21-1"><a href="#cb21-1" aria-hidden="true"></a> :EndNamespace</span>
<span id="cb21-2"><a href="#cb21-2" aria-hidden="true"></a>:EndNamespace</span></code></pre></div>
</section>
</article>
</section>
</article>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>