-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
108 lines (88 loc) · 4.04 KB
/
categories.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Bobcat - Categories</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="origin" />
<meta name="generator" content="Pelican" />
<link href="https://raptorsun.github.io" rel="canonical" />
<!-- Feed -->
<link href="https://raptorsun.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Bobcat Full Atom Feed" />
<link href="https://raptorsun.github.io/theme/css/style.css" type="text/css" rel="stylesheet" />
<!-- Code highlight color scheme -->
<link href="https://raptorsun.github.io/theme/css/code_blocks/github.css" rel="stylesheet">
<!-- Custom fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,300' rel='stylesheet' type='text/css' />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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]-->
<meta property="og:locale" content="" />
<meta property="og:site_name" content="Bobcat" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Bobcat" />
<meta property="og:description" content="View the blog." />
<meta property="og:url" content="https://raptorsun.github.io" />
<meta name="og:image" content="https://raptorsun.github.io/theme/images/post-bg.jpg">
</head>
<!-- TODO : Body class -->
<body class="home-template">
<nav id="menu">
<a class="close-button">Close</a>
<div class="nav-wrapper">
<p class="nav-label">Menu</p>
<ul>
<li role="presentation"><a href="https://raptorsun.github.io/category/c.html">C++</a></li>
<li role="presentation"><a href="https://raptorsun.github.io/category/python.html">Python</a></li>
</ul>
</div>
</nav>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header id="blog-header" class="has-cover">
<div class="inner">
<nav id="navigation">
<span class="blog-logo">
<a href="https://raptorsun.github.io"><img src="/images/LynxMini.png" alt="Blog Logo" /></a>
</span>
<span id="menu-button" class="nav-button">
<a class="menu-button"><i class="ic ic-menu"></i> Menu</a>
</span>
</nav>
<h1 class="post-title">Bobcat - Categories</h1>
<div class="post-cover cover" style="background-image: url('https://raptorsun.github.io/theme/images/post-bg.jpg')">
</div>
</header>
<section id="wrapper">
<a class="hidden-close"></a>
<article class="post">
<div class="inner">
<a href="https://raptorsun.github.io/category/c.html">C++</a> (1)
</div>
</article>
<article class="post">
<div class="inner">
<a href="https://raptorsun.github.io/category/python.html">Python</a> (1)
</div>
</article>
<!-- TODO : Body class -->
<div id="body-class" style="display: none;" class=""></div>
<footer id="footer">
<div class="inner">
<section class="credits">
<span class="credits-theme">Theme <a href="https://github.com/arulrajnet/attila" rel="nofollow">Attila</a></span>
<span class="credits-software">Published with <a href="https://github.com/getpelican/pelican" rel="nofollow">Pelican</a></span>
</section>
</div>
</footer>
</section>
<script type="text/javascript" src="https://raptorsun.github.io/theme/js/script.js"></script>
</body>
</html>