forked from JohnTroony/JohnTroony.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategories.html
More file actions
72 lines (62 loc) · 2.74 KB
/
categories.html
File metadata and controls
72 lines (62 loc) · 2.74 KB
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
<!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, initial-scale=1">
<link rel="canonical" href="./categories.html" />
<title> Prewired — Categories
</title>
<link rel="icon" type="image/png" href="/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link type="application/atom+xml" rel="alternate" href="/feed/atom.xml" title="Prewired Atom Feed">
<link rel="stylesheet" href="./theme/css/style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header class="header">
<div class="container">
<div class="header-image pull-left">
<a class="nodec" href="."><img src=/images/profile.png></a>
</div>
<div class="header-inner">
<h1 class="header-name">
<a class="nodec" href=".">Prewired</a>
</h1>
<h3 class="header-text">Random Thoughts Aligned..</h3>
<ul class="header-menu list-inline">
<li><a class="nodec icon-github" href="https://github.com/JohnTroony"></a></li>
<li><a class="nodec icon-twitter" href="https://twitter.com/JohnTroony"></a></li>
<li><a class="nodec icon-rss" href="/feed/atom.xml"></a></li>
</ul>
</div>
</div>
</header> <!-- /.header --> <div class="container">
<h1>Categories on Prewired</h1>
<ul class="list-unstyled">
<li><a href="./category/computing.html">Computing</a></li>
<li><a href="./category/linux.html">Linux</a></li>
<li><a href="./category/random.html">Random</a></li>
<li><a href="./category/repost-linux.html">repost, Linux</a></li>
</ul>
</div>
<footer class="footer">
<div class="container">
<p class="text-center">
John T. Ombagi, <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons (4.0)</a> unless otherwise noted.
</p>
<div class="text-center">
Generated by <a href="http://getpelican.com" target="_blank">Pelican</a> with the <a href="http://github.com/nairobilug/pelican-alchemy">alchemy</a> theme.
</div>
</div>
</footer> <!-- /.footer -->
<script src="./theme/js/jquery.min.js"></script>
<script src="./theme/js/bootstrap.min.js"></script>
</body> <!-- 42 -->
</html>