-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
32 lines (32 loc) · 1.32 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>About this site - iv goes technical
</title>
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/hljs.css">
</head>
<body>
<header>
<p><span class="logo"><a href="http://iv-m.github.io">iv goes technical</a></span> ⚫ <a href="/">home</a> ⚫ <a href="/about.html">about</a> ⚫ <a href="/notes/">pale of notes</a> ⚫ <a href="/articles/">articles by date</a></p>
</header>
<div id="content">
<div class="content-wrap">
<h1>About this site</h1>
<div class="content"><p>Under construction.</p>
<p>But you can <a href="mailto:[email protected]">drop me a<span class="widont"> </span>line</a>.</p>
</div>
</div>
</div>
<footer>
<div class="content-wrap">
<div class="copy">
<p>© 2016-2022 Ivan A. Melnikov — powered by <a href="https://github.com/jnordberg/wintersmith">Wintersmith</a> — <a href="https://github.com/iv-m/iv-m.github.io/tree/src">source on github</a></p>
</div>
</div>
</footer>
</body>
</html>