-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
263 lines (244 loc) · 9.56 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
259
260
261
262
263
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Rootbi is a simple portfolio theme built in Bootstrap.">
<meta name="author" content="Bino Kochumol Varghese" />
<title>Blog | Rootbi</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/site.webmanifest">
<link rel="stylesheet" href="assets/vendors/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/vendors/bootstrap-icons/bootstrap-icons.css">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light fixed-top p-0">
<div class="container">
<a class="navbar-brand" href="index.html">Rootbi</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link " href="notes.html">Notes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container" role="main">
<div class="row text-center">
<h1 class="display-5 fw-bold lh-1 mb-3">Blog</h1>
<p class="card-text fs-6">Sharing my views on everything I know.</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mb-4">
<a href="post.html">
<div class="card h-100 single-post-card">
<div class="card-body">
<h3 class="post-title fw-bold">Who Am I?</h3>
<p class="post-meta">
<span class="post-meta">
Jan 2, 2021
</span>
</p>
<div class="post-entry">
Who am I ?! This is the most asked question in my life. Yet no clear answer has yet been found...
</div>
<div class="read-more-section">
<h6 class="post-read-more fw-bold">Read more</h6>
</div>
</div>
<img src="assets/img/common/img-5.jpg" alt="Build Your First Blog in Hugo"
class="card-img-bottom img-fluid" />
</div>
</a>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mb-4">
<a href="post.html">
<div class="card h-100 single-post-card">
<div class="card-body">
<h3 class="post-title fw-bold">Find yourself!</h3>
<p class="post-meta">
<span class="post-meta">
Jan 2, 2021
</span>
</p>
<div class="post-entry">
Who am I ?! This is the most asked question in my life. Yet no clear answer has yet been found...
</div>
<div class="read-more-section">
<h6 class="post-read-more fw-bold">Read more</h6>
</div>
</div>
<img src="assets/img/common/img-1.jpg" alt="Build Your First Blog in Hugo"
class="card-img-bottom img-fluid" />
</div>
</a>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mb-4">
<a href="post.html">
<div class="card h-100 single-post-card">
<div class="card-body">
<h3 class="post-title fw-bold">Look deep inside in you</h3>
<p class="post-meta">
<span class="post-meta">
Jan 2, 2021
</span>
</p>
<div class="post-entry">
Who am I ?! This is the most asked question in my life. Yet no clear answer has yet been found...
</div>
<div class="read-more-section">
<h6 class="post-read-more fw-bold">Read more</h6>
</div>
</div>
<img src="assets/img/common/img-8.jpg" alt="Build Your First Blog in Hugo"
class="card-img-bottom img-fluid" />
</div>
</a>
</div>
</div>
</div>
<div class="container" >
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mb-4">
<a href="post.html">
<div class="card h-100 single-post-card">
<div class="card-body">
<h3 class="post-title fw-bold">Its all about the journey</h3>
<p class="post-meta">
<span class="post-meta">
Jan 2, 2021
</span>
</p>
<div class="post-entry">
Who am I ?! This is the most asked question in my life. Yet no clear answer has yet been found...
</div>
<div class="read-more-section">
<h6 class="post-read-more fw-bold">Read more</h6>
</div>
</div>
<img src="assets/img/common/img-11.jpg" alt="Build Your First Blog in Hugo"
class="card-img-bottom img-fluid" />
</div>
</a>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mb-4">
<a href="post.html">
<div class="card h-100 single-post-card">
<div class="card-body">
<h3 class="post-title fw-bold">Search for you</h3>
<p class="post-meta">
<span class="post-meta">
Jan 2, 2021
</span>
</p>
<div class="post-entry">
Who am I ?! This is the most asked question in my life. Yet no clear answer has yet been found...
</div>
<div class="read-more-section">
<h6 class="post-read-more fw-bold">Read more</h6>
</div>
</div>
<img src="assets/img/common/img-10.jpg" alt="Build Your First Blog in Hugo"
class="card-img-bottom img-fluid" />
</div>
</a>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mb-4">
<a href="post.html">
<div class="card h-100 single-post-card">
<div class="card-body">
<h3 class="post-title fw-bold">Keep going, you will find you</h3>
<p class="post-meta">
<span class="post-meta">
Jan 2, 2021
</span>
</p>
<div class="post-entry">
Who am I ?! This is the most asked question in my life. Yet no clear answer has yet been found...
</div>
<div class="read-more-section">
<h6 class="post-read-more fw-bold">Read more</h6>
</div>
</div>
<img src="assets/img/common/img-7.jpg" alt="Build Your First Blog in Hugo"
class="card-img-bottom img-fluid" />
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<footer class="mt-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul
class="list-inline list-group list-group-horizontal text-center footer-links d-flex justify-content-center flex-row">
<li>
<a href="mailto:[email protected]" title="Email me" target="_blank">
<i class="bi bi-envelope m-2"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/#" title="Facebook" target="_blank">
<i class="bi bi-facebook m-2"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/#" title="Instagram" target="_blank">
<i class="bi bi-instagram m-2"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/#" title="youtube" target="_blank">
<i class="bi bi-youtube m-2"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p class="credits copyright text-muted">
<a href="https://www.binovarghese.com">Bino Kochumol Varghese</a>
• ©
2021
•
<a href="">Rootbi</a>
</p>
</div>
<div class="col-md-12 text-center">
<p> Made with ❤ by <a href="https://binovarghese.com">Bino</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="assets/vendors/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>