58 lines
1.5 KiB
HTML
58 lines
1.5 KiB
HTML
<!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" />
|
|
<link rel="stylesheet" href="./css/syntax.css" />
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async></script>
|
|
</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>
|
|
|
|
<main role="main">
|
|
<h1>Contact</h1>
|
|
<table>
|
|
<tbody>
|
|
<tr class="odd">
|
|
<td>E-mail</td>
|
|
<td><a href="mailto:dimitri+web@lozeve.com">dimitri+web@lozeve.com</a></td>
|
|
</tr>
|
|
<tr class="even">
|
|
<td>GitHub</td>
|
|
<td><a href="https://github.com/dlozeve/">dlozeve</a></td>
|
|
</tr>
|
|
<tr class="odd">
|
|
<td>LinkedIn</td>
|
|
<td><a href="https://www.linkedin.com/in/dimitrilozeve">Dimitri Lozeve</a></td>
|
|
</tr>
|
|
<tr class="even">
|
|
<td>StackOverflow</td>
|
|
<td><a href="https://stackoverflow.com/story/dimitrilozeve">dimitrilozeve</a></td>
|
|
</tr>
|
|
<tr class="odd">
|
|
<td>Twitter</td>
|
|
<td><a href="https://twitter.com/DimitriLozeve">DimitriLozeve</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</main>
|
|
|
|
<footer>
|
|
Site proudly generated by
|
|
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|