-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
executable file
·76 lines (64 loc) · 2.76 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
70
71
72
73
74
75
76
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> Authors | blog.bds
</title>
<link rel="canonical" href="https://velaron.github.io/authors.html">
<link rel="apple-touch-icon" href="https://velaron.github.io/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://velaron.github.io/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://velaron.github.io/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://velaron.github.io/manifest.json">
<meta name="theme-color" content="#333333">
<link rel="stylesheet" href="https://velaron.github.io/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="https://velaron.github.io/theme/css/fontawesome.min.css">
<link rel="stylesheet" href="https://velaron.github.io/theme/css/pygments/default.min.css">
<link rel="stylesheet" href="https://velaron.github.io/theme/css/theme.css">
<link rel="stylesheet" href="https://velaron.github.io/theme/css/oldstyle.css">
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed"
href="https://velaron.github.io/feeds/all.atom.xml">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="title"><a href="https://velaron.github.io/">blog.bds</a></h1>
<p class="text-muted">i have crippling depression</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://velaron.github.io/#" target="_blank">blog</a></li>
</ul>
</div>
</div> </div>
</header>
<div class="main">
<div class="container">
<h1> Authors
</h1>
<hr>
<table class="table table-bordered table-striped">
<tr>
<td><a href="https://velaron.github.io/author/velaron.html">Velaron</a></td>
<td>3</td>
</tr>
</table>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="https://velaron.github.io/authors.html">Authors</a></li>
<li class="list-inline-item"><a href="https://velaron.github.io/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="https://velaron.github.io/categories.html">Categories</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">✨</a>
</p>
</div> </div>
</footer>
</body>
</html>