-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
93 lines (72 loc) · 2.91 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
<!doctype html>
<html lang="en" itemscope itemtype="http://schema.org/Person">
<!-- <body background="https://images3.alphacoders.com/116/thumb-350-116875.jpg"> -->
<head>
<meta charset="utf-8">
<!-- Site Meta Data -->
<title> Snehal's Blog | </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Snehal Karale">
<link rel="shortcut icon" href="">
<!-- schema.org -->
<meta itemprop="name" content="Snehal's Blog">
<meta itemprop="image" content="">
<meta itemprop="description" content="">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<!-- Style Meta Data -->
<link rel="stylesheet" href="/theme/css/style.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/pygments.css" type="text/css" />
<!-- Feed Meta Data -->
<!-- Twitter Feed -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:image" content="">
<meta name="twitter:creator" content="">
<meta name="twitter:url" content="/categories.html">
<meta name="twitter:title" content="Snehal's Blog ~ Catégories">
<meta name="twitter:description" content="Snehal's Blog ~ Catégories du site">
<!-- Facebook Meta Data -->
<meta property="og:title" content="Snehal's Blog ~ Catégories" />
<meta property="og:description" content="Snehal's Blog ~ Catégories" />
<meta property="og:image" content="" />
</head>
<body>
<!-- Sidebar -->
<aside>
<!-- <center><a href=""><img id="avatar" src=""></a></center> -->
<h1>Snehal's Blog</h1>
<br>
<nav class="nav">
<ul class="list-bare">
</ul>
</nav>
<p class="social">
<a href="https://www.facebook.com/snehal.karale.52" target="_blank" ><img src="/theme/images/icons/facebook.png"></a>
<a href="https://twitter.com/skarale25" target="_blank" ><img src="/theme/images/icons/twitter.png"></a>
<a href="https://in.linkedin.com/in/snehal-karale-09328251" target="_blank" ><img src="/theme/images/icons/linkedin.png"></a>
</p>
<h2>Categories</h2>
<ul class="navbar">
<li><a href="/category/experience-sharing.html">Experience Sharing</a></li>
<li><a href="/category/python.html">Python</a></li>
</ul>
</aside>
<!-- Content -->
<article>
<h2>Categories</h2>
<ul class="category_folder">
<li><a href="category/experience-sharing.html">Experience Sharing</a></li>
<li><a href="category/python.html">Python</a></li>
</ul>
</article>
<!-- Footer -->
<footer>
<p>
Blog powered by <a href="http://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
Theme <a href="https://github.com/parbhat/pelican-blue">Pelican-Blue</a> by <a href="https://parbhatpuri.com/">@parbhat</a>.
</p>
</footer>
</body>
</html>