1+ <!doctype html> < html lang =en >
2+ < head >
3+ < meta charset =utf-8 >
4+ < meta http-equiv =x-ua-compatible content ="IE=edge ">
5+ < meta name =viewport content ="width=device-width,initial-scale=1,maximum-scale=1 ">
6+ < title > Categories</ title >
7+ < meta property ="og:title " content ="Categories ">
8+ < meta name =twitter:title content ="Categories ">
9+ < meta name =author content ="The LinuxBoot project ">
10+ < link href =http://localhost/images/favicon.ico rel =icon type =image/x-icon >
11+ < meta property ="og:image " content ="http://localhost/images/logo.png ">
12+ < meta name =twitter:image content ="http://localhost/images/logo.png ">
13+ < meta name =twitter:card content ="summary ">
14+ < meta property ="og:url " content ="http://localhost/categories/ ">
15+ < meta property ="og:type " content ="website ">
16+ < meta property ="og:site_name " content ="LinuxBoot ">
17+ < meta name =generator content ="Hugo 0.92.2 ">
18+ < link rel =canonical href =http://localhost/categories/ >
19+ < link rel =alternate href =http://localhost/categories/index.xml type =application/rss+xml title =LinuxBoot >
20+ < link rel =stylesheet href =https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css integrity =sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0 crossorigin =anonymous >
21+ < link rel =stylesheet href =https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css >
22+ < link rel =stylesheet href =https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css integrity =sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u crossorigin =anonymous >
23+ < link rel =stylesheet href =http://localhost/css/main.css > < link rel =stylesheet href ="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic ">
24+ < link rel =stylesheet href ="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800 "> < link rel =stylesheet href =http://localhost/css/syntax.css > < style > .navbar-custom .avatar-container .avatar-img-border {border-radius : 0 }.navbar-custom .avatar-container .avatar-img {border-radius : 0 }</ style >
25+ < link rel =stylesheet href =https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe.min.css integrity ="sha256-sCl5PUOGMLfFYctzDW3MtRib0ctyUvI9Qsmq2wXOeBY= " crossorigin =anonymous >
26+ < link rel =stylesheet href =https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/default-skin/default-skin.min.css integrity ="sha256-BFeI1V+Vh1Rk37wswuOYn5lsTcaU96hGaI7OUVCLjPc= " crossorigin =anonymous >
27+ < div class =pswp tabindex =-1 role =dialog aria-hidden =true >
28+ < div class =pswp__bg > </ div >
29+ < div class =pswp__scroll-wrap >
30+ < div class =pswp__container >
31+ < div class =pswp__item > </ div >
32+ < div class =pswp__item > </ div >
33+ < div class =pswp__item > </ div >
34+ </ div >
35+ < div class ="pswp__ui pswp__ui--hidden ">
36+ < div class =pswp__top-bar >
37+ < div class =pswp__counter > </ div >
38+ < button class ="pswp__button pswp__button--close " title ="Close (Esc) "> </ button >
39+ < button class ="pswp__button pswp__button--share " title =Share > </ button >
40+ < button class ="pswp__button pswp__button--fs " title ="Toggle fullscreen "> </ button >
41+ < button class ="pswp__button pswp__button--zoom " title ="Zoom in/out "> </ button >
42+ < div class =pswp__preloader >
43+ < div class =pswp__preloader__icn >
44+ < div class =pswp__preloader__cut >
45+ < div class =pswp__preloader__donut > </ div >
46+ </ div >
47+ </ div >
48+ </ div >
49+ </ div >
50+ < div class ="pswp__share-modal pswp__share-modal--hidden pswp__single-tap ">
51+ < div class =pswp__share-tooltip > </ div >
52+ </ div >
53+ < button class ="pswp__button pswp__button--arrow--left " title ="Previous (arrow left) ">
54+ </ button >
55+ < button class ="pswp__button pswp__button--arrow--right " title ="Next (arrow right) ">
56+ </ button >
57+ < div class =pswp__caption >
58+ < div class =pswp__caption__center > </ div >
59+ </ div >
60+ </ div >
61+ </ div >
62+ </ div >
63+ </ head >
64+ < body >
65+ < nav class ="navbar navbar-default navbar-fixed-top navbar-custom ">
66+ < div class =container-fluid >
67+ < div class =navbar-header >
68+ < button type =button class =navbar-toggle data-toggle =collapse data-target =#main-navbar >
69+ < span class =sr-only > Toggle navigation</ span >
70+ < span class =icon-bar > </ span >
71+ < span class =icon-bar > </ span >
72+ < span class =icon-bar > </ span >
73+ </ button >
74+ < a class =navbar-brand href =http://localhost/ > LinuxBoot</ a >
75+ </ div >
76+ < div class ="collapse navbar-collapse " id =main-navbar >
77+ < ul class ="nav navbar-nav navbar-right ">
78+ < li >
79+ < a title =FAQ href =/page/faq/ > FAQ</ a >
80+ </ li >
81+ < li >
82+ < a title ="About Us " href =/page/about/ > About Us</ a >
83+ </ li >
84+ < li >
85+ < a title =Artwork href =/page/artwork/ > Artwork</ a >
86+ </ li >
87+ </ ul >
88+ </ div >
89+ < div class =avatar-container >
90+ < div class =avatar-img-border >
91+ < a title =LinuxBoot href =http://localhost/ >
92+ < img class =avatar-img src =http://localhost/images/logo.png alt =LinuxBoot >
93+ </ a >
94+ </ div >
95+ </ div >
96+ </ div >
97+ </ nav >
98+ < header class =header-section >
99+ < div class ="intro-header no-img ">
100+ < div class =container >
101+ < div class =row >
102+ < div class ="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 ">
103+ < div class =categories-heading >
104+ < h1 > Categories</ h1 >
105+ </ div >
106+ </ div >
107+ </ div >
108+ </ div >
109+ </ div >
110+ </ header >
111+ < div class =container role =main >
112+ < article class =post-preview >
113+ < div class ="list-group col-lg-4 col-lg-offset-4 col-md-6 col-md-offset-3 ">
114+ </ div >
115+ </ article >
116+ </ div >
117+ < footer >
118+ < div class =container >
119+ < div class =row >
120+ < div class ="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 ">
121+ < ul class ="list-inline text-center footer-links ">
122+ < li >
123+ < a href =mailto:linuxboot@googlegroups.com title ="Email me ">
124+ < span class ="fa-stack fa-lg ">
125+ < i class ="fa fa-circle fa-stack-2x "> </ i >
126+ < i class ="fa fa-envelope fa-stack-1x fa-inverse "> </ i >
127+ </ span >
128+ </ a >
129+ </ li >
130+ < li >
131+ < a href =https://github.com/linuxboot title =GitHub >
132+ < span class ="fa-stack fa-lg ">
133+ < i class ="fa fa-circle fa-stack-2x "> </ i >
134+ < i class ="fa fa-github fa-stack-1x fa-inverse "> </ i >
135+ </ span >
136+ </ a >
137+ </ li >
138+ </ ul >
139+ < p class ="credits copyright text-muted ">
140+ < a href =https://www.linuxboot.org > The LinuxBoot project</ a >
141+ •
142+ 0001
143+ •
144+ < a href =http://localhost/ > LinuxBoot</ a >
145+ </ p >
146+ < p class ="credits theme-by text-muted ">
147+ < a href =http://gohugo.io > Hugo v0.92.2</ a > powered • Theme by < a href =http://deanattali.com/beautiful-jekyll/ > Beautiful Jekyll</ a > adapted to < a href =https://github.com/halogenica/beautifulhugo > Beautiful Hugo</ a >
148+ </ p >
149+ </ div >
150+ </ div >
151+ </ div >
152+ </ footer >
153+ < script src =https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.js integrity =sha384-/y1Nn9+QQAipbNQWU65krzJralCnuOasHncUFXGkdwntGeSvQicrYkiUBwsgUqc1 crossorigin =anonymous > </ script >
154+ < script src =https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/contrib/auto-render.min.js integrity =sha384-dq1/gEHSxPZQ7DdrM82ID4YVol9BYyU7GbWlIwnwyPzotpoc57wDw/guX8EaYGPx crossorigin =anonymous > </ script >
155+ < script src =https://code.jquery.com/jquery-1.12.4.min.js integrity ="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ= " crossorigin =anonymous > </ script >
156+ < script src =https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js integrity =sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa crossorigin =anonymous > </ script >
157+ < script src =http://localhost/js/main.js > </ script > < script > renderMathInElement ( document . body ) </ script >
158+ < script src =https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe.min.js integrity ="sha256-UplRCs9v4KXVJvVY+p+RSo5Q4ilAUXh7kpjyIP5odyc= " crossorigin =anonymous > </ script >
159+ < script src =https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe-ui-default.min.js integrity ="sha256-PWHOlUzc96pMc8ThwRIXPn8yH4NOLu42RQ0b9SpnpFk= " crossorigin =anonymous > </ script >
160+ < script src =http://localhost/js/load-photoswipe.js > </ script >
161+ </ body >
162+ </ html >
0 commit comments