-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-post.html
361 lines (309 loc) · 14.4 KB
/
blog-post.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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="en">
<head>
<title>Muhammad Ayoub - Personal Portfolio</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Hi, Em Muhammad Ayoub self-learned programmer from Faisalabad. I'm a professional web developer specialised in frontend development for complex scalable web apps.">
<meta name="author" content="Muhammad Ayoub Khan">
<link rel="shortcut icon" href="./favicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- Owl Stylesheets -->
<link rel="stylesheet" href="./assets/plugins/owlcarousel/owl.carousel.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="./assets/css/theme-8.css">
<link rel="stylesheet" href="./assets/css/theme-new.css">
</head>
<body>
<header class="header text-center">
<div class="force-overflow">
<h1 class="blog-name pt-lg-4 mb-0"><a href="index.html">M. Ayoub</a></h1>
<nav class="navbar navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column">
<div class="profile-section pt-3 pt-lg-0">
<img class="profile-image mb-3 rounded-circle mx-auto" src="./assets/images/profile.png" alt="image">
<div class="bio mb-3">Hi, I'm Muhammad Ayoub and I'm a Javascript Engineer. Welcome to my personal
website!</div>
<!--//bio-->
<ul class="social-list list-inline py-2 mx-auto">
<li class="list-inline-item"><a target="_blank" href="https://twitter.com/AyoubKhan558"><i
class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://www.linkedin.com/in/ayoubkhan558/"><i
class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://github.com/ayoubkhan558"><i
class="fab fa-github-alt fa-fw"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://stackoverflow.com/users/9207553/mohammad-ayoub-khan
"><i class="fab fa-stack-overflow fa-fw"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://codepen.io/ayoubkhan558"><i
class="fab fa-codepen fa-fw"></i></a></li>
</ul>
<!--//social-list-->
<hr>
</div>
<!--//profile-section-->
<ul class="navbar-nav flex-column text-left">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="fas fa-user fa-fw mr-2"></i>About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html"><i class="fas fa-laptop-code fa-fw mr-2"></i>Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html"><i class="fas fa-briefcase fa-fw mr-2"></i>Services &
Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resume.html"><i class="fas fa-file-alt fa-fw mr-2"></i>Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog-home.html"><i class="fas fa-blog fa-fw mr-2"></i>Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><i class="fas fa-envelope-open-text fa-fw mr-2"></i>Contact</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<i class="fas fa-cogs fa-fw mr-2"></i>More Pages
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="blog-home.html">Blog</a>
<a class="dropdown-item active" href="blog-post.html">Blog Post<span
class="sr-only">(current)</span></a>
</div>
</li>
</ul>
<div class="my-2">
<a class="btn btn-primary" href="contact.html" target="_blank"><i class="fas fa-paper-plane mr-2"></i>Hire
Me</a>
</div>
<div class="dark-mode-toggle text-center w-100">
<hr class="mb-4">
<h4 class="toggle-name mb-3 "><i class="fas fa-adjust mr-1"></i>Dark Mode</h4>
<input class="toggle" id="darkmode" type="checkbox" checked>
<label class="toggle-btn mx-auto mb-0" for="darkmode"></label>
</div>
<!--//dark-mode-toggle-->
</div>
</nav>
</div>
<!--//force-overflow-->
</header>
<div class="main-wrapper">
<article class="blog-post px-3 py-5 p-md-5">
<div class="container single-col-max-width">
<header class="blog-post-header">
<h2 class="title mb-2">Why Every Developer Should Have A Blog</h2>
<div class="meta mb-3"><span class="date">Published 2 days ago</span><span class="time">5 min
read</span><span class="comment"><a href="#">4 comments</a></span></div>
</header>
<div class="blog-post-body">
<figure class="blog-banner">
<a target="_blank" href="https://made4dev.com/"><img class="img-fluid"
src="./assets/images/blog/blog-post-banner.jpg" alt="image"></a>
<figcaption class="mt-2 text-center image-caption">Image Credit: <a
href="https://made4dev.com/?ref=devblog" target="_blank">made4dev.com (Premium Programming
T-shirts)</a></figcaption>
</figure>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis,
ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo,
fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae,
justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum
semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend
ac, enim. </p>
<h3 class="mt-5 mb-3">Code Block Example</h3>
<p>You can get more info at <a target="_blank" href="https://highlightjs.org/"
target="_blank">https://highlightjs.org/</a>.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis,
ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo,
fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae,
justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum
semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend
ac, enim. </p>
<pre>
<code>
function $initHighlight(block, cls) {
try {
if (cls.search(/\bno\-highlight\b/) != -1)
return process(block, true, 0x0F) +
` class="${cls}"`;
} catch (e) {
/* handle exception */
}
for (var i = 0 / 2; i < classes.length; i++) {
if (checkCondition(classes[i]) === undefined)
console.log('undefined');
}
}
export $initHighlight;
</code>
</pre>
<h3 class="mt-5 mb-3">Typography</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<h5 class="my-3">Bullet Points:</h5>
<ul class="mb-5">
<li class="mb-2">Lorem ipsum dolor sit amet consectetuer.</li>
<li class="mb-2">Aenean commodo ligula eget dolor.</li>
<li class="mb-2">Aenean massa cum sociis natoque penatibus.</li>
</ul>
<ol class="mb-5">
<li class="mb-2">Lorem ipsum dolor sit amet consectetuer.</li>
<li class="mb-2">Aenean commodo ligula eget dolor.</li>
<li class="mb-2">Aenean massa cum sociis natoque penatibus.</li>
</ol>
<h5 class="my-3">Quote Example:</h5>
<blockquote class="blockquote m-lg-5 py-3 pl-4 px-lg-5">
<p class="mb-2">You might not think that programmers are artists, but programming is an extremely creative
profession. It's logic-based creativity.</p>
<footer class="blockquote-footer">John Romero</footer>
</blockquote>
<h5 class="my-3">Table Example:</h5>
<table class="table table-striped my-5">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First</th>
<th scope="col">Last</th>
<th scope="col">Handle</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
<h5 class="mb-3">Embed A Tweet:</h5>
<blockquote class="twitter-tweet" data-lang="en">
<p lang="en" dir="ltr">1969:<br>-what're you doing with that 2KB of RAM?<br>-sending people to the
moon<br><br>2017:<br>-what're you doing with that 1.5GB of RAM?<br>-running Slack</p>— I Am
Devloper (@iamdevloper) <a
href="https://twitter.com/iamdevloper/status/926458505355235328?ref_src=twsrc%5Etfw">November 3,
2017</a>
</blockquote>
<script async src="../../../../platform.twitter.com/widgets.js" charset="utf-8"></script>
<h3 class="mt-5 mb-3">Video Example</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis,
ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. </p>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/hnCmSXCZEpU" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<nav class="blog-nav nav nav-justified my-5">
<a class="nav-link-prev nav-item nav-link rounded-left" href="index.html">Previous<i
class="arrow-prev fas fa-long-arrow-alt-left"></i></a>
<a class="nav-link-next nav-item nav-link rounded-right" href="blog-list.html">Next<i
class="arrow-next fas fa-long-arrow-alt-right"></i></a>
</nav>
<div class="blog-comments-section">
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT
* THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR
* PLATFORM OR CMS.
*
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT:
* https://disqus.com/admin/universalcode/#configuration-variables
*/
/*
var disqus_config = function () {
// Replace PAGE_URL with your page's canonical URL variable
this.page.url = PAGE_URL;
// Replace PAGE_IDENTIFIER with your page's unique identifier variable
this.page.identifier = PAGE_IDENTIFIER;
};
*/
(function () { // REQUIRED CONFIGURATION VARIABLE: EDIT THE SHORTNAME BELOW
var d = document, s = d.createElement('script');
// IMPORTANT: Replace 3wmthemes with your forum shortname!
s.src = '../../../../3wmthemes.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>
Please enable JavaScript to view the
<a target="_blank" href="https://disqus.com/?ref_noscript" rel="nofollow">
comments powered by Disqus.
</a>
</noscript>
</div>
<!--//blog-comments-section-->
</div>
<!--//container-->
</article>
<section class="promo-section theme-bg-light py-5 text-center">
<div class="container single-col-max-width">
<h2 class="title">Promo Section Heading</h2>
<p>You can use this section to promote your side projects etc. Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. </p>
<figure class="promo-figure">
<a target="_blank" href="https://made4dev.com/" target="_blank"><img class="img-fluid"
src="./assets/images/promo-banner.jpg" alt="image"></a>
</figure>
</div>
<!--//container-->
</section>
<!--//promo-section-->
<footer class="footer text-center py-4">
<small class="copyright">© Copyright 2019. Designed by <a
href="https://stackoverflow.com/users/9207553/mohammad-ayoub-khan">Muhammad Ayoub</a> </small>
</footer>
</div>
<!--//main-wrapper-->
<!-- Javascript -->
<script defer src="./assets/fontawesome/js/all.js"></script>
<script src="./assets/plugins/jquery-3.4.1.min.js"></script>
<script src="./assets/plugins/bootstrap/bootstrap.bundle.min.js"></script>
<!-- Page Specific JS -->
<script src="../../../../cdnjs.cloudflare.com/ajax/libs/highlight.js/9.14.2/highlight.min.js"></script>
<!-- Custom JS -->
<script src="./assets/js/blog.js"></script>
<!-- Dark Mode -->
<script src="./assets/plugins/js-cookie.min.js"></script>
<script src="./assets/js/dark-mode.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/5e9c114a35bcbb0c9ab29ab3/1e68seo81';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>