Update header and styling
This commit is contained in:
parent
0efca8e59d
commit
547fb99ab2
30 changed files with 57 additions and 1476 deletions
|
@ -9,6 +9,7 @@
|
|||
<title>Dimitri Lozeve - Archives</title>
|
||||
<link rel="stylesheet" href="./css/tufte.css" />
|
||||
<link rel="stylesheet" href="./css/pandoc.css" />
|
||||
<link rel="stylesheet" href="./css/default.css" />
|
||||
<link rel="stylesheet" href="./css/syntax.css" />
|
||||
|
||||
<!-- KaTeX CSS styles -->
|
||||
|
@ -25,9 +26,6 @@
|
|||
<article>
|
||||
|
||||
<header>
|
||||
<div class="logo">
|
||||
<a href="./">Dimitri Lozeve</a>
|
||||
</div>
|
||||
<nav>
|
||||
<a href="./">Home</a>
|
||||
<a href="./projects.html">Projects</a>
|
||||
|
@ -43,9 +41,6 @@
|
|||
</header>
|
||||
|
||||
|
||||
<!-- <header> -->
|
||||
<!-- </header> -->
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -87,46 +82,6 @@
|
|||
</ul>
|
||||
|
||||
|
||||
<!-- <main role="main"> -->
|
||||
<!-- Here you can find all my previous posts:
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/posts/hierarchical-optimal-transport-for-document-classification.html">Reading notes: Hierarchical Optimal Transport for Document Representation</a> - April 5, 2020
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts/self-learning-chatbots-destygo.html">Mindsay: Towards Self-Learning Chatbots</a> - April 6, 2019
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts/ginibre-ensemble.html">Random matrices from the Ginibre ensemble</a> - March 20, 2019
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts/peano.html">Peano Axioms</a> - March 18, 2019
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts/reinforcement-learning-1.html">Quick Notes on Reinforcement Learning</a> - November 21, 2018
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts/ising-apl.html">Ising model simulation in APL</a> - March 5, 2018
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts/ising-model.html">Ising model simulation</a> - February 5, 2018
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts/lsystems.html">Generating and representing L-systems</a> - January 18, 2018
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
-->
|
||||
<!-- </main> -->
|
||||
|
||||
<footer>
|
||||
Site proudly generated by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue