-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
126 lines (115 loc) · 5.56 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>shahid hussain nowshad</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/poole.css"/>
<link rel="stylesheet" href="./theme/css/syntax.css"/>
<link rel="stylesheet" href="./theme/css/lanyon.css"/>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
<link rel="stylesheet" href="./theme/css/styles.css"/>
</head>
<body>
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
styles, `#sidebar-checkbox` for behavior. -->
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<!-- Toggleable sidebar -->
<div class="sidebar" id="sidebar">
<div class="sidebar-item">
<div class="profile">
<img src="./theme/img/profile.png"/>
</div>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="./index.html">home</a>
<!--
<a class="sidebar-nav-item" href="./category/misc.html">misc</a>
-->
<a class="sidebar-nav-item" href="projects.html">projects</a>
<a class="sidebar-nav-item" href="recommendations.html">recommendations</a>
<a class="sidebar-nav-item" href="blog_index.html">blog</a>
</nav>
<div class="sidebar-item">
<!-- link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous" -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- ul class="social">
<li><a class="sc-linkedin" href="https://linkedin.com/in/shahidhn" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a class="sc-github" href="https://github.com/shahidhn" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a class="sc-angellist" href="https://angel.co/rainiera" target="_blank"><i class="fa fa-angellist"></i></a></li>
<li><a class="sc-twitter" href="https://twitter.com/shahidnowshad" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul -->
<a class="sc-envelope-o" href="mailto:shahidh.nowshad@gmail.com" target="_blank"><i class="fa fa-envelope-o"></i></a>
<a class="sc-linkedin" href="https://linkedin.com/in/shahidhn" target="_blank"><i class="fa fa-linkedin"></i></a>
<a class="sc-github" href="https://github.com/shahidhn" target="_blank"><i class="fa fa-github"></i></a>
<!-- li><a class="sc-angellist" href="https://angel.co/rainiera" target="_blank"><i class="fa fa-angellist"></i></a></li -->
<a class="sc-twitter" href="https://twitter.com/shahidnowshad" target="_blank"><i class="fa fa-twitter"></i></a>
<a class="sc-facebook" href="https://facebook.com/shahidhn" target="_blank"><i class="fa fa-facebook"></i></a>
</div>
<div class="sidebar-item">
<!-- p>
<a href="https://twitter.com/">© @</a> 2017
</p -->
<p class="tiny-note">
<a class="muted" href="https://github.com/thomaswilley/pelicanyan">pelicanyan v0.1</a>
</p>
</div>
</div> <div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="./" title="Home">shahid hussain nowshad</a>
</h3>
</div>
</div>
<div class="container content">
<ul>
<li><a href="./category/misc.html">misc</a></li>
</ul>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<script>
(function(document) {
var i = 0;
// snip empty header rows since markdown can't
var rows = document.querySelectorAll('tr');
for(i=0; i<rows.length; i++) {
var ths = rows[i].querySelectorAll('th');
var rowlen = rows[i].children.length;
if (ths.length > 0 && ths.length === rowlen) {
rows[i].remove();
}
}
})(document);
</script>
<script>
/* Lanyon & Poole are Copyright (c) 2014 Mark Otto. Adapted to Pelican 20141223 and extended a bit by @thomaswilley */
(function(document) {
var toggle = document.querySelector('.sidebar-toggle');
var sidebar = document.querySelector('#sidebar');
var checkbox = document.querySelector('#sidebar-checkbox');
document.addEventListener('click', function(e) {
var target = e.target;
if(!checkbox.checked ||
sidebar.contains(target) ||
(target === checkbox || target === toggle)) return;
checkbox.checked = false;
}, false);
})(document);
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-104461239-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</div>
</body>
</html>