Publish site
This commit is contained in:
parent
ff6d829468
commit
24e8c3b734
13 changed files with 361 additions and 1 deletions
48
_site/contact.html
Normal file
48
_site/contact.html
Normal file
|
@ -0,0 +1,48 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Dimitri Lozeve - Contact</title>
|
||||
<link rel="stylesheet" href="./css/default.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="logo">
|
||||
<a href="./">Dimitri Lozeve</a>
|
||||
</div>
|
||||
<nav>
|
||||
<a href="./">Home</a>
|
||||
<a href="./contact.html">Contact</a>
|
||||
<a href="./archive.html">Archive</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main role="main">
|
||||
<h1>Contact</h1>
|
||||
<dl>
|
||||
<dt>E-mail</dt>
|
||||
<dd><a href="mailto:dimitri+web@lozeve.com">dimitri+web@lozeve.com</a>
|
||||
</dd>
|
||||
<dt>GitHub</dt>
|
||||
<dd><a href="https://github.com/dlozeve/">dlozeve</a>
|
||||
</dd>
|
||||
<dt>LinkedIn</dt>
|
||||
<dd><a href="https://www.linkedin.com/in/dimitrilozeve">Dimitri Lozeve</a>
|
||||
</dd>
|
||||
<dt>StackOverflow</dt>
|
||||
<dd><a href="https://stackoverflow.com/story/dimitrilozeve">dimitrilozeve</a>
|
||||
</dd>
|
||||
<dt>Twitter</dt>
|
||||
<dd><a href="https://twitter.com/DimitriLozeve">DimitriLozeve</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
Site proudly generated by
|
||||
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue