forked from konmik/konmik.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
69 lines (48 loc) · 1.73 KB
/
authors.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8"/>
<title>konmik.github.io - Authors</title>
<meta name="author" content="Konstantin Mikheev">
<link rel="top" href="#" /><link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic|Source+Code+Pro' rel='stylesheet' type='text/css'></link>
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
</head>
<body>
<div class="container">
<header role="banner">
<div class="feeds">
</div>
<a href="." class="title">konmik.github.io</a>
</header>
<div class="wrapper">
<div role="main" class="content">
<h1>Authors on konmik.github.io</h1>
<ul> <li><a href="./author/konstantin-mikheev.html">Konstantin Mikheev</a> (2)</li>
</ul>
</div>
<div class="sidebar">
<nav>
<h2>Categories</h2>
<ul>
<li ><a href="./category/android.html">Android</a></li>
<li ><a href="./category/java-android.html">Java, Android</a></li>
</ul>
</nav>
<aside>
<h2>Links</h2>
<ul>
<li><a href="https://github.com/konmik">GitHub</a></li>
<li><a href="https://github.com/konmik/nucleus">Nucleus</a></li>
<li><a href="https://github.com/konmik/StackLayout">StackLayout</a></li>
</ul>
</aside>
</div>
</div>
<footer>
<p role="contentinfo">
© 2015 Konstantin Mikheev - Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>. Theme <a href="https://github.com/fle/pelican-simplegrey">pelican-simplegrey</a>.
</p>
</footer>
</div>
</body>
</html>