-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
572 lines (547 loc) · 21.4 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
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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Masterwork</title>
<link rel="stylesheet" href="assets/css/style-liberty.css">
<link href="//fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"/>
</head>
<body>
<script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
<script>
(function(){
if(typeof _bsa !== 'undefined' && _bsa) {
_bsa.init('flexbar', 'CKYI627U', 'placement:w3layoutscom');
}
})();
</script>
<script>
(function(){
if(typeof _bsa !== 'undefined' && _bsa) {
_bsa.init('fancybar', 'CKYDL2JN', 'placement:demo');
}
})();
</script>
<script>
(function(){
if(typeof _bsa !== 'undefined' && _bsa) {
_bsa.init('stickybox', 'CKYI653J', 'placement:w3layoutscom');
}
})();
</script>
<script async src='https://www.googletagmanager.com/gtag/js?id=G-98H8KRKT85'></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-98H8KRKT85');
</script>
<meta name="robots" content="noindex">
<body><link rel="stylesheet" href="/assests/css/font-awesome.min.css">
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg stroke">
<a class="navbar-brand" href="index.html">
<i class="fa-solid fa-handshake"></i> Masterwork
</a>
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="nav-item @@home-active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item @@about-active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item @@services-active">
<a class="nav-link" href="services.html">Services</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">
Pages <i class="fa-solid fa-chevron-down"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item active" href="blog.html">Blog posts</a>
<a class="dropdown-item @@blog-single-active" href="blog-single.html">Blog single</a>
<a class="dropdown-item" href="landing-single.html">Landing page</a>
</div>
</li>
<li class="nav-item @@contact-active">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item ml-lg-3 ml-0 mt-lg-0 mt-3">
<a class="btn btn-outline-primary theme-button" href="contact.html">Schedule a Demo</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<nav id="breadcrumbs" class="breadcrumbs">
<div class="container page-wrapper">
<a href="index.html">Home</a> » <span class="breadcrumb_last" aria-current="page">Blog Posts</span>
</div>
</nav>
<div style="margin: 8px auto; display: block; text-align:center;">
</div>
<section class="w3l-blog">
<section id="grids5-block" class="py-5">
<div class="container py-lg-3">
<div class="list-single-view">
<div class="row">
<div class="col-md-12 mt-md-4 mt-4">
<div class="owl-one owl-carousel owl-theme">
<div class="item">
<div class="grids5-info">
<a href="blog-single.html" class="d-block zoom">
<img src="assets/images/b6.jpg" alt="" class="img-fluid news-image" />
<p class="date">8 Sep, 2020</p>
</a>
<div class="blog-info">
<label class="tag-label green">Programming</label>
<h4><a class="" href="blog-single.html">The Best Choice For Your Successful Business!</a></h4>
<p class="blog-text">Lorem ipsum dolor sit, icing elit. Nemo veritatis omnis quae quaerat totam culpa odit repellendus reiciendis,
aliquid vero, illum quis maxime ducimus voluptate laborum tenetur, unde ea enim.</p>
<a href="blog-single.html" class=" btn-news mt-4 mt-md-5">Read More <span class="fa fa-arrow-right" aria-hidden="true"></span>
</a>
</div>
</div>
</div>
<div class="item">
<div class="grids5-info">
<a href="blog-single.html" class="d-block zoom">
<img src="assets/images/b5.jpg" alt="" class="img-fluid news-image" />
<p class="date">8 Sep, 2020</p>
</a>
<div class="blog-info">
<label class="tag-label blue">Industry</label>
<h4><a class="" href="blog-single.html">The Best Choice For Your Successful Business!</a></h4>
<p class="blog-text">Lorem ipsum dolor sit, icing elit. Nemo veritatis omnis quae quaerat totam culpa odit repellendus reiciendis,
aliquid vero, illum quis maxime ducimus voluptate laborum tenetur, unde ea enim.</p>
<a href="blog-single.html" class=" btn-news mt-4 mt-md-5">Read More <span class="fa fa-arrow-right" aria-hidden="true"></span>
</a>
</div>
</div>
</div>
<div class="item">
<div class="grids5-info">
<a href="blog-single.html" class="d-block zoom">
<img src="assets/images/b9.jpg" alt="" class="img-fluid news-image" />
<p class="date">8 Sep, 2020</p>
</a>
<div class="blog-info">
<label class="tag-label red">Design</label>
<h4><a class="" href="blog-single.html">The Best Choice For Your Successful Business!</a></h4>
<p class="blog-text">Lorem ipsum dolor sit, icing elit. Nemo veritatis omnis quae quaerat totam culpa odit repellendus reiciendis,
aliquid vero, illum quis maxime ducimus voluptate laborum tenetur, unde ea enim.</p>
<a href="blog-single.html" class=" btn-news mt-4 mt-md-5">Read More <span class="fa fa-arrow-right" aria-hidden="true"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<div style="margin: 8px auto; display: block; text-align:center;">
</div>
<section class="w3l-blog1" id="news">
<section id="grids5-block" class="py-5">
<div class="container py-lg-3">
<div class="grid-view">
<div class="row">
<div class="col-lg-4 col-md-6 mt-5">
<div class="grids5-info">
<a href="blog-single.html" class="d-block zoom">
<img src="assets/images/b1.jpg" alt="" class="img-fluid news-image" />
<p class="date">26 Jan, 2020</p>
</a>
<div class="blog-info">
<label class="tag-label red">Business</label>
<h4><a href="blog-single.html">Corporate, Business & Digital Agency</a></h4>
<p class="blog-text">Lorem ipsum dolor sit amet nostrum ad minus libero fugiat molestiae ullam ipsam quas unde earum...</p>
<a href="blog-single.html" class="btn btn-news">Read More <span class="fa fa-arrow-right" aria-hidden="true"></span> </a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="grids5-info">
<a href="blog-single.html" class="d-block zoom">
<img src="assets/images/b2.jpg" alt="" class="img-fluid news-image" />
<p class="date">15 Apr, 2020</p>
</a>
<div class="blog-info">
<label class="tag-label green">Design</label>
<h4><a href="blog-single.html">Corporate, Business & Digital Agency</a></h4>
<p class="blog-text">Lorem ipsum dolor sit amet nostrum ad minus libero fugiat molestiae ullam ipsam quas unde earum...</p>
<a href="blog-single.html" class="btn btn-news">Read More <span class="fa fa-arrow-right" aria-hidden="true"></span> </a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="grids5-info">
<a href="blog-single.html" class="d-block zoom">
<img src="assets/images/b3.jpg" alt="" class="img-fluid news-image" />
<p class="date">25 Jun, 2020</p>
</a>
<div class="blog-info">
<label class="tag-label blue">Industry</label>
<h4><a href="blog-single.html">Corporate, Business & Digital Agency</a></h4>
<p class="blog-text">Lorem ipsum dolor sit amet nostrum ad minus libero fugiat molestiae ullam ipsam quas unde earum...</p>
<a href="blog-single.html" class="btn btn-news">Read More <span class="fa fa-arrow-right" aria-hidden="true"></span> </a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="grids5-info">
<a href="blog-single.html" class="d-block zoom">
<img src="assets/images/b4.jpg" alt="" class="img-fluid news-image" />
<p class="date">26 Jan, 2020</p>
</a>
<div class="blog-info">
<label class="tag-label red">Business</label>
<h4><a href="blog-single.html">Corporate, Business & Digital Agency</a></h4>
<p class="blog-text">Lorem ipsum dolor sit amet nostrum ad minus libero fugiat molestiae ullam ipsam quas unde earum...</p>
<a href="blog-single.html" class="btn btn-news">Read More <span class="fa fa-arrow-right" aria-hidden="true"></span> </a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="grids5-info">
<a href="blog-single.html" class="d-block zoom">
<img src="assets/images/b7.jpg" alt="" class="img-fluid news-image" />
<p class="date">15 Apr, 2020</p>
</a>
<div class="blog-info">
<label class="tag-label green">Design</label>
<h4><a href="blog-single.html">Corporate, Business & Digital Agency</a></h4>
<p class="blog-text">Lorem ipsum dolor sit amet nostrum ad minus libero fugiat molestiae ullam ipsam quas unde earum...</p>
<a href="blog-single.html" class="btn btn-news">Read More <span class="fa fa-arrow-right" aria-hidden="true"></span> </a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="grids5-info">
<a href="blog-single.html" class="d-block zoom">
<img src="assets/images/b8.jpg" alt="" class="img-fluid news-image" />
<p class="date">25 Jun, 2020</p>
</a>
<div class="blog-info">
<label class="tag-label blue">Industry</label>
<h4><a href="blog-single.html">Corporate, Business & Digital Agency</a></h4>
<p class="blog-text">Lorem ipsum dolor sit amet nostrum ad minus libero fugiat molestiae ullam ipsam quas unde earum...</p>
<a href="blog-single.html" class="btn btn-news">Read More <span class="fa fa-arrow-right" aria-hidden="true"></span> </a>
</div>
</div>
</div>
</div>
</div>
<ul class="pagination mt-5 justify-content-center">
<li class="page-item">
<a class="page-link" href="blog.html"> <span class="fa fa-angle-double-left"></span> Previous</a>
</li>
<li class="page-item">
<a class="page-link active" href="blog.html">1</a>
</li>
<li class="page-item">
<a class="page-link" href="blog.html">2</a>
</li>
<li class="page-item">
<a class="page-link" href="blog.html">3</a>
</li>
<li class="page-item">
<a class="page-link" href="blog.html">Next <span class="fa fa-angle-double-right"></span></a>
</li>
<div class="clear"></div>
</ul>
</div>
</section>
</section>
<div style="margin: 8px auto; display: block; text-align:center;">
</div>
<footer>
<section class="w3l-footer">
<div class="w3l-footer-16-main py-5">
<div class="container">
<div class="row">
<div class="col-lg-6 column">
<div class="row">
<div class="col-md-4 column">
<h3>Company</h3>
<ul class="footer-gd-16">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md-4 column mt-md-0 mt-4">
<h3>Useful Links</h3>
<ul class="footer-gd-16">
<li><a href="#url">Case Studies</a></li>
<li><a href="#url">Our Branches</a></li>
<li><a href="#url">Latest Media</a></li>
<li><a href="about.html">About Company</a></li>
<li><a href="#url">Our People</a></li>
</ul>
</div>
<div class="col-md-4 column mt-md-0 mt-4">
<h3>Our Services</h3>
<ul class="footer-gd-16">
<li><a href="#url">Privacy Policy</a></li>
<li><a href="#url">Our Terms</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="landing-single.html">Landing Page</a></li>
<li><a href="#url">Our People</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 column pl-lg-5 column4 mt-lg-0 mt-5">
<h3>Newsletter </h3>
<div class="end-column">
<h4>Get latest updates and offers.</h4>
<form action="#" class="subscribe" method="post">
<input type="email" name="email" placeholder="Email Address" required="">
<button type="submit">Go</button>
</form>
<p>Sign up for our latest news & articles. We won’t give you spam mails.</p>
</div>
</div>
</div>
<div class="d-flex below-section justify-content-between align-items-center pt-4 mt-5">
<div class="columns text-lg-left text-center">
<p>© 2020 Masterwork. All rights reserved | Designed by <a href="https://w3layouts.com/">W3Layouts</a>
</p>
</div>
<div class="columns-2 mt-lg-0 mt-3">
<ul class="social">
<li><a href="#facebook"><span class="fa-brands fa-facebook-f" aria-hidden="true"></span></a>
</li>
<li><a href="#linkedin"><span class="fa-brands fa-linkedin-in" aria-hidden="true"></span></a>
</li>
<li><a href="#twitter"><span class="fa-brands fa-twitter" aria-hidden="true"></span></a>
</li>
<li><a href="#google"><span class="fa-brands fa-google-plus-g" aria-hidden="true"></span></a>
</li>
<li><a href="#github"><span class="fa-brands fa-github" aria-hidden="true"></span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
<script>
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
</section>
</footer>
<script src="assets/js/jquery-1.9.1.min.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
$('.owl-one').owlCarousel({
loop: true,
margin: 0,
nav: false,
responsiveClass: true,
autoplay: false,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
667: {
items: 1,
nav: false
},
1000: {
items: 1,
nav: false
}
}
})
})
</script>
<script>
$(document).ready(function () {
$('.owl-two').owlCarousel({
loop: true,
margin: 0,
nav: false,
responsiveClass: true,
autoplay: false,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
667: {
items: 1,
nav: false
},
1000: {
items: 2,
nav: false
}
}
})
})
</script>
<script>
$(document).ready(function () {
$('.owl-three').owlCarousel({
loop: true,
margin: 0,
nav: false,
responsiveClass: true,
autoplay: true,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 2,
nav: false
},
667: {
items: 2,
nav: false
},
1000: {
items: 4,
nav: false
}
}
})
})
</script>
<script src="assets/js/easyResponsiveTabs.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#parentHorizontalTab').easyResponsiveTabs({
type: 'default',
width: 'auto',
fit: true,
tabidentify: 'hor_1',
activate: function (event) {
var $tab = $(this);
var $info = $('#nested-tabInfo');
var $name = $('span', $info);
$name.text($tab.text());
$info.show();
}
});
});
</script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script>
$(document).ready(function () {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
$('.popup-with-move-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-slide-bottom'
});
});
</script>
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>