Update default HTML template and style
This commit is contained in:
parent
5995ece64a
commit
0efca8e59d
28 changed files with 2074 additions and 395 deletions
|
@ -3,10 +3,12 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
|
||||
<meta name="description" content="Dimitri Lozeve's blog: Contact">
|
||||
|
||||
<title>Dimitri Lozeve - Contact</title>
|
||||
<link rel="stylesheet" href="./css/tufte.css" />
|
||||
<link rel="stylesheet" href="./css/pandoc.css" />
|
||||
<link rel="stylesheet" href="./css/syntax.css" />
|
||||
|
||||
<!-- KaTeX CSS styles -->
|
||||
|
@ -20,21 +22,34 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="logo">
|
||||
<a href="./">Dimitri Lozeve</a>
|
||||
</div>
|
||||
<nav>
|
||||
<a href="./">Home</a>
|
||||
<a href="./projects.html">Projects</a>
|
||||
<a href="./archive.html">Archive</a>
|
||||
<a href="./contact.html">Contact</a>
|
||||
</nav>
|
||||
</header>
|
||||
<article>
|
||||
|
||||
<header>
|
||||
<div class="logo">
|
||||
<a href="./">Dimitri Lozeve</a>
|
||||
</div>
|
||||
<nav>
|
||||
<a href="./">Home</a>
|
||||
<a href="./projects.html">Projects</a>
|
||||
<a href="./archive.html">Archive</a>
|
||||
<a href="./contact.html">Contact</a>
|
||||
</nav>
|
||||
|
||||
<main role="main">
|
||||
<h1>Contact</h1>
|
||||
<dl>
|
||||
<h1 class="title">Contact</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<!-- <header> -->
|
||||
<!-- </header> -->
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<dl>
|
||||
<dt><strong><a href="https://jedisct1.github.io/minisign/">minisign</a> public key</strong></dt>
|
||||
<dd>RWQ6uexORp8f7USHA7nX9lFfltaCA9x6aBV06MvgiGjUt6BVf6McyD26
|
||||
</dd>
|
||||
|
@ -54,7 +69,28 @@
|
|||
<dd><a href="https://twitter.com/DimitriLozeve">DimitriLozeve</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</main>
|
||||
<!-- <main role="main"> -->
|
||||
<!-- <dl>
|
||||
<dt><strong><a href="https://jedisct1.github.io/minisign/">minisign</a> public key</strong></dt>
|
||||
<dd>RWQ6uexORp8f7USHA7nX9lFfltaCA9x6aBV06MvgiGjUt6BVf6McyD26
|
||||
</dd>
|
||||
<dt><strong>E-mail</strong></dt>
|
||||
<dd>dimitri+web [at] lozeve [dot] com
|
||||
</dd>
|
||||
<dt><strong>GitHub</strong></dt>
|
||||
<dd><a href="https://github.com/dlozeve/">dlozeve</a>
|
||||
</dd>
|
||||
<dt><strong>LinkedIn</strong></dt>
|
||||
<dd><a href="https://www.linkedin.com/in/dimitrilozeve">Dimitri Lozeve</a>
|
||||
</dd>
|
||||
<dt><strong>StackOverflow</strong></dt>
|
||||
<dd><a href="https://stackoverflow.com/story/dimitrilozeve">dimitrilozeve</a>
|
||||
</dd>
|
||||
<dt><strong>Twitter</strong></dt>
|
||||
<dd><a href="https://twitter.com/DimitriLozeve">DimitriLozeve</a>
|
||||
</dd>
|
||||
</dl> -->
|
||||
<!-- </main> -->
|
||||
|
||||
<footer>
|
||||
Site proudly generated by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue