1
+ <!DOCTYPE html>
2
+ < html xmlns ="http://www.w3.org/1999/xhtml "
3
+ xmlns:og ="http://ogp.me/ns# "
4
+ xmlns:fb ="https://www.facebook.com/2008/fbml ">
5
+ < head >
6
+ < title > Categories - The Tug-o-Code</ title >
7
+ <!-- Using the latest rendering mode for IE -->
8
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
9
+ < meta charset ="utf-8 ">
10
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
11
+
12
+
13
+ <!-- Open Graph tags -->
14
+ < meta property ="og:type " content ="website "/>
15
+ < meta property ="og:title " content ="The Tug-o-Code "/>
16
+ < meta property ="og:url " content =". "/>
17
+ < meta property ="og:description " content ="The Tug-o-Code "/>
18
+
19
+ <!-- Bootstrap -->
20
+ < link rel ="stylesheet " href ="./theme/css/bootstrap.min.css " type ="text/css "/>
21
+ < link href ="./theme/css/font-awesome.min.css " rel ="stylesheet ">
22
+
23
+ < link href ="./theme/css/pygments/native.css " rel ="stylesheet ">
24
+ < link rel ="stylesheet " href ="./theme/css/style.css " type ="text/css "/>
25
+
26
+
27
+ </ head >
28
+ < body >
29
+
30
+ < div class ="navbar navbar-default navbar-fixed-top " role ="navigation ">
31
+ < div class ="container ">
32
+ < div class ="navbar-header ">
33
+ < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target =".navbar-ex1-collapse ">
34
+ < span class ="sr-only "> Toggle navigation</ span >
35
+ < span class ="icon-bar "> </ span >
36
+ < span class ="icon-bar "> </ span >
37
+ < span class ="icon-bar "> </ span >
38
+ </ button >
39
+ < a href ="./ " class ="navbar-brand ">
40
+ The Tug-o-Code </ a >
41
+ </ div >
42
+ < div class ="collapse navbar-collapse navbar-ex1-collapse ">
43
+ < ul class ="nav navbar-nav ">
44
+ < li > < a href ="./pages/about-me.html ">
45
+ About me
46
+ </ a > </ li >
47
+ < li >
48
+ < a href ="./category/blog "> Blog</ a >
49
+ </ li >
50
+ </ ul >
51
+ < ul class ="nav navbar-nav navbar-right ">
52
+ < li > < a href ="./archives.html "> < i class ="fa fa-th-list "> </ i > < span class ="icon-label "> Archives</ span > </ a > </ li >
53
+ </ ul >
54
+ </ div >
55
+ <!-- /.navbar-collapse -->
56
+ </ div >
57
+ </ div > <!-- /.navbar -->
58
+
59
+ < div class ="container ">
60
+ < div class ="row ">
61
+ < div class ="col-sm-9 ">
62
+
63
+ < section id ="categories ">
64
+ < h1 > All Categories for The Tug-o-Code</ h1 >
65
+ < div class ="panel-group " id ="accordion ">
66
+ < div class ="panel panel-default ">
67
+ < div class ="panel-heading ">
68
+ < h4 class ="panel-title ">
69
+ < a data-toggle ="collapse " data-parent ="#accordion " href ="#collapse-blog "> Blog < span class ="badge pull-right "> 1</ span > </ a >
70
+ </ h4 >
71
+ </ div >
72
+ < div id ="collapse-blog " class ="panel-collapse collapse ">
73
+ < div class ="panel-body ">
74
+ < p > < span class ="categories-timestamp "> < time datetime ="2014-05-07T22:57:00 "> Wed 07 May 2014</ time > </ span > < a href ="./posts/2014/05/my-first-post/ "> Hello World</ a > </ p >
75
+ </ div >
76
+ </ div >
77
+ </ div >
78
+ </ div >
79
+
80
+ </ section >
81
+ </ div >
82
+ < div class ="col-sm-3 well well-sm " id ="sidebar ">
83
+
84
+ < aside >
85
+ < section >
86
+ < ul class ="list-group list-group-flush ">
87
+ < li class ="list-group-item "> < h4 > < i class ="fa fa-home fa-lg "> </ i > < span class ="icon-label "> Social</ span > </ h4 >
88
+ < ul class ="list-group " id ="social ">
89
+ < li class ="list-group-item "> < a href ="http://www.twitter.com/@wprins "> < i
90
+ class ="fa fa-twitter-square fa-lg "> </ i > Twitter
91
+ </ a > </ li >
92
+ < li class ="list-group-item "> < a href ="http://google.com/+WalterPrins "> < i
93
+ class ="fa fa-google-plus-square fa-lg "> </ i > Google+
94
+ </ a > </ li >
95
+ < li class ="list-group-item "> < a href ="https://github.com/ByteJuggler "> < i
96
+ class ="fa fa-github-square fa-lg "> </ i > Github
97
+ </ a > </ li >
98
+ </ ul >
99
+ </ li >
100
+
101
+
102
+
103
+ < li class ="list-group-item "> < a href ="./ "> < h4 > < i class ="fa fa-tags fa-lg "> </ i > < span class ="icon-label "> Tags</ span > </ h4 > </ a >
104
+ < ul class ="list-group " id ="tags ">
105
+ < li class ="list-group-item tag-4 ">
106
+ < a href ="./tag/python/ ">
107
+ python
108
+ </ a >
109
+ </ li >
110
+ < li class ="list-group-item tag-4 ">
111
+ < a href ="./tag/blog/ ">
112
+ blog
113
+ </ a >
114
+ </ li >
115
+ < li class ="list-group-item tag-4 ">
116
+ < a href ="./tag/pelican/ ">
117
+ pelican
118
+ </ a >
119
+ </ li >
120
+ </ ul >
121
+ </ li >
122
+ < li class ="list-group-item "> < h4 > < i class ="fa fa-external-link-square fa-lg "> </ i > < span class ="icon-label "> Links</ span > </ h4 >
123
+ < ul class ="list-group " id ="links ">
124
+ < li class ="list-group-item ">
125
+ < a href ="http://getpelican.com/ " target ="_blank ">
126
+ Pelican
127
+ </ a >
128
+ </ li >
129
+ < li class ="list-group-item ">
130
+ < a href ="http://python.org/ " target ="_blank ">
131
+ Python.org
132
+ </ a >
133
+ </ li >
134
+ < li class ="list-group-item ">
135
+ < a href ="http://www.embarcadero.co.uk/products/delphi " target ="_blank ">
136
+ Delphi XE6
137
+ </ a >
138
+ </ li >
139
+ </ ul >
140
+ </ li >
141
+
142
+ </ ul >
143
+ </ section >
144
+
145
+ </ aside > </ div >
146
+ </ div >
147
+ </ div >
148
+ < footer >
149
+ < div class ="container ">
150
+ < hr >
151
+ < div class ="row ">
152
+ < div class ="col-xs-10 "> © 2014 Walter Prins
153
+ · Powered by < a href ="https://github.com/DandyDev/pelican-bootstrap3 " target ="_blank "> pelican-bootstrap3</ a > ,
154
+ < a href ="http://docs.getpelican.com/ " target ="_blank "> Pelican</ a > ,
155
+ < a href ="http://getbootstrap.com " target ="_blank "> Bootstrap</ a > </ div >
156
+ < div class ="col-xs-2 "> < p class ="pull-right "> < i class ="fa fa-arrow-up "> </ i > < a href ="# "> Back to top</ a > </ p > </ div >
157
+ </ div >
158
+ </ div >
159
+ </ footer >
160
+ < script src ="//code.jquery.com/jquery.js "> </ script >
161
+
162
+ <!-- Include all compiled plugins (below), or include individual files as needed -->
163
+ < script src ="./theme/js/bootstrap.min.js "> </ script >
164
+
165
+ <!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
166
+ < script src ="./theme/js/respond.min.js "> </ script >
167
+
168
+ </ body >
169
+ </ html >
0 commit comments