-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
731 lines (600 loc) · 29.7 KB
/
index.html
File metadata and controls
731 lines (600 loc) · 29.7 KB
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
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Mehedi Hasan – Computer Vision & Data Annotation Expert</title>
<meta name="description" content="Top-rated Upwork Freelancer from Bangladesh specializing in Data Annotation,
Computer Vision, and AI Dataset Preparation.
7+ years of experience with 35+ completed projects delivering high-quality,
accurate, and reliable datasets for machine learning and AI models.">
<meta name="author" content="itsmeshohan">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font-awesome/css/fontawesome-all.min.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<div id="preloader">
<div id="loader"></div>
</div>
<!-- site header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="images/logo.svg" alt="Homepage">
</a>
</div>
<nav class="header-nav-wrap">
<ul class="header-main-nav">
<li class="current"><a class="smoothscroll" href="#intro" title="intro">Intro</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#services" title="services">Services</a></li>
<li><a class="smoothscroll" href="#works" title="works">Works</a></li>
<li><a class="smoothscroll" href="#contact" title="contact us">Say Hello</a></li>
</ul>
<ul class="header-social">
<li>
<a href="https://facebook.com/itsmeshohan" target="_blank" aria-label="Facebook">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/in/itsmeshohan" target="_blank" aria-label="LinkedIn">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li>
<a href="https://dribbble.com/itsmeshohan" target="_blank" aria-label="Dribbble">
<i class="fab fa-dribbble"></i>
</a>
</li>
</ul>
</nav>
<a class="header-menu-toggle" href="#"><span>Menu</span></a>
</header> <!-- end s-header -->
<!-- intro
================================================== -->
<section id="intro" class="s-intro target-section">
<div class="row intro-content">
<div class="column large-9 mob-full intro-text">
<h3>Hello, I'm Mehedi Hasan</h3>
<h1>
Computer Vision & Data Annotation Expert.
</h1>
</div>
<div class="intro-scroll">
<a href="#about" class="intro-scroll-link smoothscroll">
Scroll For More
</a>
</div>
<div class="intro-grid"></div>
<div class="intro-pic"></div>
</div> <!-- end row -->
</section> <!-- end intro -->
<!-- about
================================================== -->
<section id="about" class="s-about target-section">
<div class="about-me">
<div class="row heading-block" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading">About Me</h2>
</div>
</div>
<div class="row about-me__content" data-aos="fade-up">
<div class="column large-full about-me__text">
<p class="lead" style="text-align: center;">
Top-rated Plus Upwork Data Annotation Specialist from Bangladesh with 7+ years of experience in AI Training,
Computer Vision and Machine Learning annotation. Completed 35+ projects for 9+ global clients,
delivering high-quality image, video, and text annotation with exceptional accuracy, fast turnaround, and client satisfaction.
</p>
</div>
</div>
<div class="row about-me__buttons">
<div class="column large-full tab-full" data-aos="fade-up">
<a href="https://www.upwork.com/fl/itsmeshohan"
target="_blank"
rel="noopener noreferrer"
class="btn btn--stroke full-width">
Hire Me on Upwork
</a>
</div>
</div>
</div> <!-- end about-me -->
<div class="about-experience">
<div class="row heading-block" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading">Work & Education</h2>
</div>
</div>
<div class="row about-experience__timeline">
<div class="column large-half tab-full" data-aos="fade-up">
<div class="timeline">
<div class="timeline__icon-wrap">
<span class="timeline__icon timeline__icon--work"></span>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">Aug 2023 - Present</p>
<h3 class="item-title">Fast Forward</h3>
<h5>Remote (Full-Time)</h5>
</div>
<div class="timeline__desc">
<p>Worked on quality control and validation of inspection data for Fast Forward, ensuring accuracy of automated line patrol, thermal inspection outputs, and utility infrastructure annotations to support efficient maintenance and decision-making.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">Nov 2023 - Present</p>
<h3 class="item-title">Sparrow ML</h3>
<h5>Remote</h5>
</div>
<div class="timeline__desc">
<p>Utility infrastructure data annotation project involving precise labeling of utility poles, street lights, fire hydrants, and manhole covers using CVAT for AI and computer vision model training.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">Dec 2024 - Mar 2025</p>
<h3 class="item-title">Traffic Data Group</h3>
<h5>Remote</h5>
</div>
<div class="timeline__desc">
<p>Accident video annotation project involving precise time-segment labeling of accident events. Accident moments were accurately identified and annotated using Label Studio along with a custom-built annotation platform, ensuring high accuracy and consistency for AI training and analysis.</p>
</div>
</div>
</div>
</div>
<div class="column large-half tab-full" data-aos="fade-up">
<div class="timeline">
<div class="timeline__icon-wrap">
<span class="timeline__icon timeline__icon--education"></span>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">2017 - 2023</p>
<h3 class="item-title">National University, Bangladesh</h3>
<h5>Honours Degree</h5>
</div>
<div class="timeline__desc">
<p>Completed a Bachelor of Business Administration (BBA) with a focus on business fundamentals, management principles, marketing, accounting, and organizational studies.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">2014 - 2016</p>
<h3 class="item-title">Bangladesh Technical Education Board</h3>
<h5>HSC (Vocational)</h5>
</div>
<div class="timeline__desc">
<p>Completed HSC (Vocational) with a specialization in General Electronics, gaining advanced knowledge in electronic circuits, electrical systems, troubleshooting, and practical electronics applications.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">2011 - 2013</p>
<h3 class="item-title">Bangladesh Technical Education Board</h3>
<h5>SSC (Vocational)</h5>
</div>
<div class="timeline__desc">
<p>Completed SSC (Vocational) with a specialization in General Electronics, gaining foundational knowledge in electronic components, circuit basics, and electrical systems.</p>
</div>
</div>
</div>
</div>
</div>
</div> <!-- end about-experience -->
</section> <!-- end s-about -->
<!-- services
================================================== -->
<section id="services" class="s-services ss-dark target-section">
<div class="shadow-overlay"></div>
<div class="row heading-block heading-block--center" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading section-heading--centerbottom">Capabilities</h2>
<p class="section-desc">
Powering smarter AI with premium quality data annotation.
</p>
</div>
</div> <!-- end heading-block -->
<div class="row services-list block-large-1-3 block-medium-1-2 block-tab-full">
<div class="column item-service" data-aos="fade-up">
<div class="item-service__content">
<h4 class="item-title">Image Annotation</h4>
<p>
High-quality bounding box, polygon, segmentation, and keypoint labeling for computer vision models.
</p>
</div>
</div>
<div class="column item-service" data-aos="fade-up">
<div class="item-service__content">
<h4 class="item-title">Video Annotation</h4>
<p>
Frame-by-frame object tracking and video labeling for autonomous systems and AI applications.
</p>
</div>
</div>
<div class="column item-service" data-aos="fade-up">
<div class="item-service__content">
<h4 class="item-title">Text Annotation (NLP)</h4>
<p>
Text classification, sentiment labeling, entity tagging, and NLP dataset preparation.
</p>
</div>
</div>
<div class="column item-service" data-aos="fade-up">
<div class="item-service__content">
<h4 class="item-title">Data Quality Assurance</h4>
<p>
Strict quality control to ensure accurate, clean, and production-ready datasets.
</p>
</div>
</div>
<div class="column item-service" data-aos="fade-up">
<div class="item-service__content">
<h4 class="item-title">AI Dataset Preparation</h4>
<p>
Organizing, structuring, and formatting datasets for machine learning training pipelines.
</p>
</div>
</div>
<div class="column item-service" data-aos="fade-up">
<div class="item-service__content">
<h4 class="item-title">Annotation Tools Expertise</h4>
<p>
Highly experienced with industry-leading annotation tools such as CVAT, Labelbox, Supervisely, Label Studio, V7, Roboflow, SuperAnnotate, and more.
</p>
</div>
</div>
</div> <!-- end services-list -->
</section> <!-- end s-services -->
<!-- CTA
================================================== -->
<section class="s-cta ss-dark">
<div class="row heading-block heading-block--center" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-desc">
Looking for a reliable data annotation expert?
</h2>
</div>
</div> <!-- end heading-block -->
<div class="row cta-content" data-aos="fade-up">
<div class="column large-full">
<p>
I'm always open to discussing new ideas, creative projects, or opportunities to be part of your vision.
Let’s work together and build something impactful.
</p>
<a href="#contact" class="btn full-width">Get in Touch</a>
</div>
</div> <!-- end cta-content -->
</section> <!-- end s-cta -->
<!-- works
================================================== -->
<section id="works" class="s-works target-section">
<div class="row heading-block heading-block--center" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading section-heading--centerbottom">Project Showcase</h2>
<p class="section-desc">
Here are some of my selected recent works. Feel free to explore them.
</p>
</div>
</div>
<div class="masonry-wrap">
<div class="masonry">
<div class="grid-sizer"></div>
<!-- Project 1 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/roof.jpg" class="thumb-link" title="Roof Face Labeling" data-size="1200x1200">
<img src="images/portfolio/roof.jpg" alt="">
</a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">Roof Face Labeling</h4>
<p class="item-folio__cat">CVAT</p>
</div>
<div class="item-folio__caption">
<p>This project focused on annotating different parts of house roofs using the polygon tool on aerial images. The work was completed in the client’s CVAT workspace.</p>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/Schematic.jpg" class="thumb-link" title="Schematic Layout Segmentation" data-size="1200x1200">
<img src="images/portfolio/Schematic.jpg" alt="">
</a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">Schematic Layout Segmentation</h4>
<p class="item-folio__cat">Roboflow</p>
</div>
<div class="item-folio__caption">
<p>Analyzed multiple electronic schematics, focusing on circuit design, signal flow, and test-point structures for power management and hardware-level systems.</p>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/Pole.jpg" class="thumb-link" title="Utility Pole Location Mapping" data-size="1200x1200">
<img src="images/portfolio/Pole.jpg" alt="">
</a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">Utility Pole Location Mapping</h4>
<p class="item-folio__cat">Fast Forward</p>
</div>
<div class="item-folio__caption">
<p>Performed quality control and validation of inspection data for Fast Forward, ensuring the accuracy of automated line patrol results, thermal inspection outputs, and utility infrastructure annotations to support effective maintenance and informed decision-making.</p>
</div>
</div>
</div>
<!-- Project 4 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/thermal.jpg" class="thumb-link" title="Thermal Infrastructure Inspection" data-size="1200x1200">
<img src="images/portfolio/thermal.jpg" alt="">
</a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">Thermal Infrastructure Inspection</h4>
<p class="item-folio__cat">Sparrow ML</p>
</div>
<div class="item-folio__caption">
<p>Annotated thermal images for infrastructure inspection using CVAT, accurately labeling utility poles, light poles, and transformers to support fault detection and maintenance analysis.</p>
</div>
</div>
</div>
<!-- Project 5 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/lic.jpg" class="thumb-link" title="License Plate Image Annotation" data-size="1200x1200">
<img src="images/portfolio/lic.jpg" alt="">
</a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">License Plate Images Annotation</h4>
<p class="item-folio__cat">Labelbox</p>
</div>
<div class="item-folio__caption">
<p>Performed license plate annotation using Labelbox, accurately labeling vehicle plates to support computer vision model training and recognition systems.</p>
</div>
</div>
</div>
<!-- Project 6 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/Skeleton.jpg" class="thumb-link" title="Advanced Skeleton Annotation" data-size="1200x1200">
<img src="images/portfolio/Skeleton.jpg" alt="">
</a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">Advanced Skeleton Annotation</h4>
<p class="item-folio__cat">CVAT</p>
</div>
<div class="item-folio__caption">
<p>Accurately annotated human body keypoints on images to support pose estimation tasks and improve the performance of computer vision models.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s-cta ss-dark">
<div class="row heading-block heading-block--center" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-desc">
Want to see more of my work?
</h2>
</div>
</div>
<div class="row cta-content" data-aos="fade-up">
<div class="column large-full">
<p>
You can explore more of my projects and creative work on my Dribbble profile.
</p>
<a href="https://dribbble.com/itsmeshohan" target="_blank" class="btn full-width">
View More Projects
</a>
</div>
</div>
</section>
<!-- testimonies
================================================== -->
<section class="s-testimonials">
<!-- Heading -->
<div class="row" data-aos="fade-up">
<div class="column large-full text-center">
<h2 class="section-heading section-heading--centerbottom">Clients Love</h2>
</div>
</div>
<!-- Testimonials Slider -->
<div class="row testimonials" data-aos="fade-up">
<div class="column large-full testimonials__slider">
<!-- Slide 1 -->
<div class="testimonials__slide">
<p>“Thank you so much for all you and your team has done with and for Fast Forward! We appreciate you very much!!”</p>
<div class="testimonials__info">
<cite class="testimonials__cite">
<strong>Brett Schutte</strong>
<span>Thermographer, Fast Forward</span>
</cite>
</div>
</div>
<!-- Slide 2 -->
<div class="testimonials__slide">
<p>“It is always a pleasure to work with Mehedi. He is professional, efficient and has great attention to detail.”</p>
<div class="testimonials__info">
<cite class="testimonials__cite">
<strong>Ben Cook</strong>
<span>CEO, Sparrow Computing</span>
</cite>
</div>
</div>
<!-- Slide 3 -->
<div class="testimonials__slide">
<p>“Very good communication. The work was excellent and delivered on time. I recommend.”</p>
<div class="testimonials__info">
<cite class="testimonials__cite">
<strong>hitch96</strong>
<span>Individual Client from Fiverr</span>
</cite>
</div>
</div>
<!-- Slide 4 -->
<div class="testimonials__slide">
<p>“Excellent work with great attention to detail. Very professional, responsive, and highly recommended!”</p>
<div class="testimonials__info">
<cite class="testimonials__cite">
<strong>j0nny007</strong>
<span>Individual Client from Fiverr</span>
</cite>
</div>
</div>
<!-- Slide 5 -->
<div class="testimonials__slide">
<p>“Mehedi consistently delivers high-quality work on time. His communication is clear, and he goes above and beyond to ensure everything is done perfectly. Highly recommended!”</p>
<div class="testimonials__info">
<cite class="testimonials__cite">
<strong>Kelsey Hock</strong>
<span>Project Manager, ZestyAI</span>
</cite>
</div>
</div>
</div>
</div>
</section>
<!-- end s-testimonials -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact ss-dark target-section">
<div class="row heading-block" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading">Get In Touch</h2>
</div>
</div>
<div class="row contact-main" data-aos="fade-up">
<div class="column large-full">
<p class="contact-email">
</p>
<p class="section-desc">
I’m eager to connect, listen deeply, and support you.
Let’s collaborate to build something exceptional and transform your ideas into powerful AI solutions.
.
</p>
</div>
</div>
<div class="row contact-infos" data-aos="fade-up" data-aos-anchor=".contact-main">
<div class="column large-5 medium-full contact-phone">
<h4>Call Me</h4>
<a href="tel:+8801723476569">+8801723476569</a>
</div>
<div class="column large-7 medium-full contact-social">
<h4>Social</h4>
<ul>
<li>
<a href="https://facebook.com/itsmeshohan" title="Facebook" target="_blank">
Facebook
</a>
</li>
<li>
<a href="https://linkedin.com/in/itsmeshohan" title="LinkedIn" target="_blank">
LinkedIn
</a>
</li>
<li>
<a href="https://dribbble.com/itsmeshohan" title="Dribbble" target="_blank">
Dribbble
</a>
</li>
</ul>
</div>
</div> <!-- end contact-infos -->
</section> <!-- end s-contact -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="column large-full ss-copyright">
<span>© 2018–<span id="year"></span> Mehedi Hasan. All rights reserved.</span>
</div>
</div>
<!-- Back to Top Button -->
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top"></a>
</div>
</footer>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
</script>
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div><!-- end photoSwipe background -->
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>