-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
258 lines (233 loc) · 8.09 KB
/
blog.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>
Blogs | Pujan Bajracharya
</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicon-16x16.png"
/>
<link rel="manifest" href="images/site.webmanifest" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style-cf.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat:800"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/highlight.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous"
/>
<meta name="author" content="Pujan Bajracharya" />
<meta name="theme-color" content="#000000" />
<link
href="index.xml"
rel="alternate"
type="application/rss+xml"
title="Pujan Bajracharya"
/>
<link
href="index.xml"
rel="feed"
type="application/rss+xml"
title="Pujan Bajracharya"
/>
<meta itemprop="name" content="Blogs" />
<meta itemprop="description" content="" />
<meta name="og:title" content="Blogs" />
<meta name="og:description" content="" />
<meta name="og:type" content="article" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Blogs" />
<meta name="twitter:description" content="" />
<meta name="article:author" content="Pujan Bajracharya" />
</head>
<body class="clearfix">
<nav
class="navbar navbar-expand-lg navbar-light bg-white mt-lg-0 mt-3"
style="position:relative"
>
<a
id="menuBar"
href="#0"
class="bg-white"
style="cursor: pointer; position: absolute; height: 22px; width: 30px;"
>
<div class="hamburger-menu"></div>
</a>
<div class="secondaryMenu p-3 bg-white">
<div class="">
<a href="index.html#Blog">
<h4 class="d-inline-block mr-3 text-dark mb-0">Blog</h4>
</a>
<a href="index.html#Work">
<h4 class="d-inline-block mr-3 text-dark mb-0">Work</h4>
</a>
<a href="index.html#Contact">
<h4 class="d-inline-block mr-3 text-dark mb-0">Contact</h4>
</a>
</div>
</div>
<span class="mr-auto primaryMenu active">
<a class="navbar-brand ml-auto" href="index.html">
<img
style="width:40px"
src="images/avatar.jpg"
alt=""
class="rounded-circle mr-2"
/>
<span style="font-size: 20px" class="heading">Pujan Bajracharya</span>
</a>
</span>
<div
class="collapse navbar-collapse float-right"
id="navbarSupportedContent"
>
<ul class="navbar-nav mr-auto"></ul>
<a target="_blank" class="nav-link text-dark" href="">
<i class="fab fa-dribbble"></i>
</a>
<a target="_blank" class="nav-link text-dark" href="">
<i class="fab fa-github-alt"></i>
</a>
<a target="_blank" class="nav-link text-dark" href="">
<i class="fab fa-instagram"></i>
</a>
<a target="_blank" class="nav-link text-dark" href="">
<i class="fab fa-twitter"></i>
</a>
</div>
</nav>
<section class="pt-5 pb-0">
<div class="container">
<article class="mb-5">
<div class="row">
<div class="col-12 col-lg-4 col-sm-12 col-md-5">
<div
class="featuredImage rounded"
style="background-size:cover;background-position:center;background-image: url('images/image1.jpg'); height: 200px;background-color:#fbfbfb;"
></div>
</div>
<div class="col-12 col-lg-8 col-sm-12 col-md-7">
<small class="text-muted">Sep 18, 2018</small>
<h2 class="heading mb-0">
<a class="text-dark" href="blogs/blog1.html"
>My Second Blog Post</a
>
</h2>
<small class="text-muted" style="text-transform:uppercase">
<span>
<span class="badge badge-light">News</span>
<span class="badge badge-light">Japan</span>
</span>
</small>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Praesent suscipit lectus quis lorem rutrum varius. Praesent leo
ex, pellentesque quis ornare nec, egestas vitae dui.
<a class="text-muted d-inline" href="blogs/blog1.html"
>Read More...</a
>
</p>
</div>
</div>
</article>
<article class="mb-5">
<div class="row">
<div class="col-12 col-lg-4 col-sm-12 col-md-5">
<div
class="featuredImage rounded"
style="background-size:cover;background-position:center;background-image: url('images/image2.jpg'); height: 200px;background-color:#fbfbfb;"
></div>
</div>
<div class="col-12 col-lg-8 col-sm-12 col-md-7">
<small class="text-muted">Sep 17, 2018</small>
<h2 class="heading mb-0">
<a class="text-dark" href="blogs/blog2.html">This Is a Blog</a>
</h2>
<small class="text-muted" style="text-transform:uppercase">
</small>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Praesent suscipit lectus quis lorem rutrum varius. Praesent leo
ex, pellentesque quis ornare nec, egestas vitae dui.
<a class="text-muted d-inline" href="blogs/blog2.html"
>Read More...</a
>
</p>
</div>
</div>
</article>
</div>
</section>
<footer class="text-center text-muted py-4">
Copyright ©
<span id="currentYear"></span>
Created with <img src="../images/heart.png" alt="love" /> by
<a href="https://twitter.com">Pujan Bajracharya</a>
</footer>
<script>
var year = new Date().getFullYear()
document.getElementById('currentYear').innerHTML = year
</script>
<script src="js/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad()
</script>
<script
src="//instant.page/1.2.2"
type="module"
integrity="sha384-2xV8M5griQmzyiY3CDqh1dn4z3llDVqZDqzjzcY+jCBCk/a5fXJmuZ/40JJAPeoU"
></script>
<script>
(function() {
window.counter = 'https://clarkcasctiv.goatcounter.com/count'
var script = document.createElement('script');
script.async = 1;
script.src = '//gc.zgo.at/count.js';
var ins = document.getElementsByTagName('script')[0];
ins.parentNode.insertBefore(script, ins)
})();
</script>
</body>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<script src="js/main.js"></script>
</html>