-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
618 lines (592 loc) · 25.9 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Global WHEAT Dataset</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="" name="keywords" />
<meta content="" name="description" />
<!-- Favicon -->
<!-- <link href="img/favicon.ico" rel="icon" /> -->
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&family=Quicksand:wght@600;700&display=swap"
rel="stylesheet"
/>
<!-- Icon Font Stylesheet -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css"
rel="stylesheet"
/>
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet" />
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<!-- Spinner Start -->
<div
id="spinner"
class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center"
>
<div
class="spinner-border text-primary"
style="width: 3rem; height: 3rem"
role="status"
>
<span class="sr-only">Loading...</span>
</div>
</div>
<!-- Spinner End -->
<!-- Topbar Start -->
<!-- <div class="container-fluid bg-light p-0 wow fadeIn" data-wow-delay="0.1s">
<div class="row gx-0 d-none d-lg-flex">
<div class="col-lg-7 px-5 text-start">
<div class="h-100 d-inline-flex align-items-center py-3 me-4">
<small class="fa fa-map-marker-alt text-primary me-2"></small>
<small>123 Street, New York, USA</small>
</div>
<div class="h-100 d-inline-flex align-items-center py-3">
<small class="far fa-clock text-primary me-2"></small>
<small>Mon - Fri : 09.00 AM - 09.00 PM</small>
</div>
</div>
<div class="col-lg-5 px-5 text-end">
<div class="h-100 d-inline-flex align-items-center py-3 me-4">
<small class="fa fa-phone-alt text-primary me-2"></small>
<small>+012 345 6789</small>
</div>
<div class="h-100 d-inline-flex align-items-center">
<a class="btn btn-sm-square bg-white text-primary me-1" href=""
><i class="fab fa-facebook-f"></i
></a>
<a class="btn btn-sm-square bg-white text-primary me-1" href=""
><i class="fab fa-twitter"></i
></a>
<a class="btn btn-sm-square bg-white text-primary me-1" href=""
><i class="fab fa-linkedin-in"></i
></a>
<a class="btn btn-sm-square bg-white text-primary me-0" href=""
><i class="fab fa-instagram"></i
></a>
</div>
</div>
</div>
</div> -->
<!-- Topbar End -->
<!-- Navbar Start -->
<nav
class="navbar navbar-expand-lg bg-white navbar-light sticky-top py-lg-0 px-4 px-lg-5 wow fadeIn"
data-wow-delay="0.1s"
>
<a href="index.html" class="navbar-brand p-0">
<img class="img-fluid me-3" src="img/GW_logo_text.png" alt="Icon" />
<!-- <h1 class="m-0 text-primary">Zoofari</h1> -->
</a>
<button
type="button"
class="navbar-toggler"
data-bs-toggle="collapse"
data-bs-target="#navbarCollapse"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse py-4 py-lg-0" id="navbarCollapse">
<div class="navbar-nav ms-auto">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="#about" class="nav-item nav-link">About</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Projects</a>
<div class="dropdown-menu rounded-0 rounded-bottom m-0">
<a href="./gwhd.html" class="dropdown-item">GWHD (detection)</a>
<a href="./gwfss.html" class="dropdown-item">GWFSS (segmentation)</a>
</div>
</div>
<a href="#events" class="nav-item nav-link">Events</a>
</div>
<!-- <a href="https://zenodo.org/record/5092309" target="_blank" class="btn btn-primary"
>Download<i class="fa fa-arrow-right ms-3"></i
></a> -->
</div>
</nav>
<!-- Navbar End -->
<!-- Header Start -->
<div class="container-fluid bg-dark p-0 mb-5">
<div class="row g-0 flex-column-reverse flex-md-row">
<div class="col-md-6 p-0 wow fadeIn" data-wow-delay="0.1s">
<div class="header-bg h-100 d-flex flex-column justify-content-center p-5">
<h1 class="display-4 text-light mb-5">
To improve precision phenotyping under field conditions by assembling large, diverse and well annotated image data.
</h1>
<div class="d-flex align-items-center pt-4 animated slideInDown">
<a href="#about" class="btn btn-primary py-sm-3 px-3 px-sm-5 me-5"
>Read More</a
>
<button
type="button"
class="btn-play"
data-bs-toggle="modal"
data-src="https://www.youtube.com/embed/4Uf-nz2a1-w"
data-bs-target="#videoModal"
>
<span></span>
</button>
<h6 class="text-white m-0 ms-4 d-none d-sm-block">Watch Video</h6>
</div>
</div>
</div>
<div class="col-md-6 wow fadeIn" data-wow-delay="0.5s">
<div class="owl-carousel header-carousel">
<div class="owl-carousel-item">
<img class="img-fluid" src="img/carousel-1.png" alt="" />
</div>
<div class="owl-carousel-item">
<img class="img-fluid" src="img/carousel-2.png" alt="" />
</div>
<div class="owl-carousel-item">
<img class="img-fluid" src="img/carousel-3.png" alt="" />
</div>
<div class="owl-carousel-item">
<img class="img-fluid" src="img/carousel-4.png" alt="" />
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
<!-- Video Modal Start-->
<div
class="modal modal-video fade"
id="videoModal"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content rounded-0">
<div class="modal-header">
<h3 class="modal-title" id="exampleModalLabel">Youtube Video</h3>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<!-- 16:9 aspect ratio -->
<div class="ratio ratio-16x9">
<iframe
class="embed-responsive-item"
src=""
id="video"
allowfullscreen
allowscriptaccess="always"
allow="autoplay"
></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Video Modal End -->
<!-- About Start -->
<div class="container-xxl py-5" id="about">
<div class="container">
<div class="row g-5">
<div class="wow fadeInUp" data-wow-delay="0.1s">
<p><span class="text-primary me-2">#</span>Welcome To <span class="text-primary">Global wheat</span> website!</p>
<h1 class="display-5 mb-4">
What is
<span class="text-primary">Global Wheat</span> Dataset?
</h1>
<p class="mb-4">
Global wheat Dataset consortium aims to improve precision phenotyping under field conditions by assembling large, diverse and well annotated image data.
</p>
<h5 class="mb-3 text-capitalize">
<i class="far fa-check-circle text-primary me-3"></i>Different organ class labels
</h5>
<h5 class="mb-3 text-capitalize">
<i class="far fa-check-circle text-primary me-3"></i>Large range of cultivars and environmental condition
</h5>
<h5 class="mb-3 text-capitalize">
<i class="far fa-check-circle text-primary me-3"></i>Different developmental stages
</h5>
<!-- <h1 class="display-5 mb-4 mt-5">
Projects:
</h1>
<h5 class="mb-3 text-capitalize">
<i class="far fa-check-circle text-primary me-3"></i> Global Wheat head detection dataset (<span class="text-primary">GWHD</span>)
</h5>
<h5 class="mb-3 text-capitalize">
<i class="far fa-check-circle text-primary me-3"></i> Global wheat full semantic segmentation (<span class="text-primary">GWFSS</span>)
</h5> -->
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Animal Start -->
<div class="container-xxl py-5" id="sites">
<div class="container">
<div
class="row g-5 mb-5 align-items-end wow fadeInUp"
data-wow-delay="0.1s"
>
<div class="col-lg-6">
<p><span class="text-primary me-2">#</span>Projects</p>
<h1 class="display-5 mb-0">
Available <span class="text-primary">Datasets</span>
</h1>
</div>
<!-- <div class="col-lg-6 text-lg-end">
<a class="btn btn-primary py-3 px-5" href=""
>Explore More Animals</a
>
</div> -->
</div>
<div class="row g-4" data-masonry='{"percentPosition": true }'>
<div class="col-lg-6 col-md-6" data-wow-delay="0.1s">
<a
class="animal-item"
href="./gwhd.html"
>
<div class="position-relative" style="
height:min(600px, 40vh);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url('img/descriptionimage.png');">
<!-- <img class="img-fluid h-100" src="img/descriptionimage.png" alt="" /> -->
<div class="animal-text p-4">
<p class="text-white small text-uppercase mb-0">Dataset</p>
<h3 class="text-white mb-0">Global Wheat Head Detection</h3>
</div>
</div>
</a>
</div>
<div class="col-lg-6 col-md-6" data-wow-delay="0.1s">
<a
class="animal-item"
href="./gwfss.html"
>
<div class="position-relative" style="
height:min(600px, 40vh);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url('img/GWFSS_imagePanel.png');">
<!-- <img class="img-fluid h-100" src="img/GWFSS_imagePanel.png" alt="" /> -->
<div class="animal-text p-4">
<p class="text-white small text-uppercase mb-0">Dataset</p>
<h3 class="text-white mb-0">Global wheat full semantic segmentation</h3>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Animal End -->
<!-- Facts Start -->
<!-- <div
class="container-xxl bg-primary facts my-5 py-5 wow fadeInUp"
data-wow-delay="0.1s"
>
<div class="container py-5">
<div class="row g-4">
<div
class="col-md-6 col-lg-3 text-center wow fadeIn"
data-wow-delay="0.1s"
>
<i class="fa fa-paw fa-3x text-primary mb-3"></i>
<h1 class="text-white mb-2"><span data-toggle="counter-up">9.7</span> GB</h1>
<p class="text-white mb-0">Dataset Size</p>
</div>
<div
class="col-md-6 col-lg-3 text-center wow fadeIn"
data-wow-delay="0.3s"
>
<i class="fa fa-users fa-3x text-primary mb-3"></i>
<h1 class="text-white mb-2" data-toggle="counter-up">6515</h1>
<p class="text-white mb-0">Image Number</p>
</div>
<div
class="col-md-6 col-lg-3 text-center wow fadeIn"
data-wow-delay="0.5s"
>
<i class="fa fa-certificate fa-3x text-primary mb-3"></i>
<h1 class="text-white mb-2" data-toggle="counter-up">3214</h1>
<p class="text-white mb-0">Views</p>
</div>
<div
class="col-md-6 col-lg-3 text-center wow fadeIn"
data-wow-delay="0.7s"
>
<i class="fa fa-shield-alt fa-3x text-primary mb-3"></i>
<h1 class="text-white mb-2" data-toggle="counter-up">2698</h1>
<p class="text-white mb-0">Downloads</p>
</div>
</div>
</div>
</div> -->
<!-- Facts End -->
<!-- Testimonial Start -->
<!-- <div class="container-xxl py-5">
<div class="container">
<h1
class="display-5 text-center mb-5 wow fadeInUp"
data-wow-delay="0.1s"
>
Our Clients Say!
</h1>
<div
class="owl-carousel testimonial-carousel wow fadeInUp"
data-wow-delay="0.1s"
>
<div class="testimonial-item text-center">
<img
class="img-fluid rounded-circle border border-2 p-2 mx-auto mb-4"
src="img/testimonial-1.jpg"
style="width: 100px; height: 100px"
/>
<div class="testimonial-text rounded text-center p-4">
<p>
Clita clita tempor justo dolor ipsum amet kasd amet duo justo
duo duo labore sed sed. Magna ut diam sit et amet stet eos sed
clita erat magna elitr erat sit sit erat at rebum justo sea
clita.
</p>
<h5 class="mb-1">Patient Name</h5>
<span class="fst-italic">Profession</span>
</div>
</div>
<div class="testimonial-item text-center">
<img
class="img-fluid rounded-circle border border-2 p-2 mx-auto mb-4"
src="img/testimonial-2.jpg"
style="width: 100px; height: 100px"
/>
<div class="testimonial-text rounded text-center p-4">
<p>
Clita clita tempor justo dolor ipsum amet kasd amet duo justo
duo duo labore sed sed. Magna ut diam sit et amet stet eos sed
clita erat magna elitr erat sit sit erat at rebum justo sea
clita.
</p>
<h5 class="mb-1">Patient Name</h5>
<span class="fst-italic">Profession</span>
</div>
</div>
<div class="testimonial-item text-center">
<img
class="img-fluid rounded-circle border border-2 p-2 mx-auto mb-4"
src="img/testimonial-3.jpg"
style="width: 100px; height: 100px"
/>
<div class="testimonial-text rounded text-center p-4">
<p>
Clita clita tempor justo dolor ipsum amet kasd amet duo justo
duo duo labore sed sed. Magna ut diam sit et amet stet eos sed
clita erat magna elitr erat sit sit erat at rebum justo sea
clita.
</p>
<h5 class="mb-1">Patient Name</h5>
<span class="fst-italic">Profession</span>
</div>
</div>
</div>
</div>
</div> -->
<!-- Testimonial End -->
<!-- Membership Start -->
<div class="container-xxl py-5" id="events">
<div class="container">
<div
class="row g-5 mb-5 align-items-end wow fadeInUp"
data-wow-delay="0.1s"
>
<div class="">
<p><span class="text-primary me-2">#</span>Past Events</p>
<h1 class="display-5 mb-0">
Global Wheat
<span class="text-primary">Competitions</span>
</h1>
</div>
<!-- <div class="col-lg-6 text-lg-end">
<a class="btn btn-primary py-3 px-5" href="">Special Pricing</a>
</div> -->
</div>
<div class="row g-4">
<!-- col-lg-4 when has 3 items -->
<div class="col-lg-6 col-md-6" data-wow-delay="0.1s">
<div class="membership-item position-relative">
<img class="img-fluid" src="img/carousel-1.png" alt="" />
<h1 class="display-1">Oct 2020</h1>
<h4 class="text-white mb-3">Global Wheat Head Detection</h4>
<h3 class="text-primary mb-4">Competition</h3>
<p><i class="fa fa-check text-primary me-3"></i>Powered by <span class="text-primary">Kaggle</span> platform</p>
<p>
<i class="fa fa-check text-primary me-3"></i><span class="text-primary">2,245</span> teams participated
</p>
<p>
<i class="fa fa-check text-primary me-3"></i><span class="text-primary">$15,000</span> Prize Money
</p>
<a class="btn btn-outline-light px-4 mt-3" href="https://www.kaggle.com/competitions/global-wheat-detection/overview">Check Details</a>
</div>
</div>
<!-- col-lg-4 when has 3 items -->
<div class="col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="membership-item position-relative">
<img class="img-fluid" src="img/carousel-2.png" alt="" />
<h1 class="display-1">Nov 2021</h1>
<h4 class="text-white mb-3">Global Wheat Challenge 2021</h4>
<h3 class="text-primary mb-4">Competition</h3>
<p><i class="fa fa-check text-primary me-3"></i>Powered by <span class="text-primary">AIcrowd</span> platform</p>
<p>
<i class="fa fa-check text-primary me-3"></i><span class="text-primary">563</span> teams participated
</p>
<p>
<i class="fa fa-check text-primary me-3"></i><span class="text-primary">$4,000</span> Prize Money
</p>
<a class="btn btn-outline-light px-4 mt-3" href="https://www.aicrowd.com/challenges/global-wheat-challenge-2021">Check Details</a>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
<div class="membership-item position-relative">
<img class="img-fluid" src="img/carousel-4.png" alt="" />
<h1 class="display-1">03</h1>
<h4 class="text-white mb-3">Premium</h4>
<h3 class="text-primary mb-4">$199.00</h3>
<p><i class="fa fa-check text-primary me-3"></i>20% discount</p>
<p>
<i class="fa fa-check text-primary me-3"></i>6 adult and 6 child
</p>
<p>
<i class="fa fa-check text-primary me-3"></i>Free animal
exhibition
</p>
<a class="btn btn-outline-light px-4 mt-3" href="">Get Started</a>
</div>
</div> -->
</div>
</div>
</div>
<!-- Membership End -->
<!-- Footer Start -->
<div
class="container-fluid footer bg-dark text-light footer mt-5 pt-5 wow fadeIn"
data-wow-delay="0.1s"
>
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Address</h5>
<p class="mb-2">
<i class="fa fa-map-marker-alt me-3"></i>Institute of Agricultural Sciences, FMG C 25,Eschikon 33,8315 Lindau,Switzerland
</p>
<p class="mb-2">
<i class="fa fa-phone-alt me-3"></i>+41 52 354 91 23
</p>
<p class="mb-2">
<i class="fa fa-envelope me-3"></i>andreas.hund<@>usys.ethz.ch
</p>
<!-- <div class="d-flex pt-2">
<a class="btn btn-outline-light btn-social" href=""
><i class="fab fa-twitter"></i
></a>
<a class="btn btn-outline-light btn-social" href=""
><i class="fab fa-facebook-f"></i
></a>
<a class="btn btn-outline-light btn-social" href=""
><i class="fab fa-youtube"></i
></a>
<a class="btn btn-outline-light btn-social" href=""
><i class="fab fa-linkedin-in"></i
></a>
</div> -->
</div>
<!-- <div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Quick Links</h5>
<a class="btn btn-link" href="">About Us</a>
<a class="btn btn-link" href="">Contact Us</a>
<a class="btn btn-link" href="">Our Services</a>
<a class="btn btn-link" href="">Terms & Condition</a>
<a class="btn btn-link" href="">Support</a>
</div> -->
<!-- <div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Popular Links</h5>
<a class="btn btn-link" href="">About Us</a>
<a class="btn btn-link" href="">Contact Us</a>
<a class="btn btn-link" href="">Our Services</a>
<a class="btn btn-link" href="">Terms & Condition</a>
<a class="btn btn-link" href="">Support</a>
</div> -->
<!-- <div class="col-lg-3 col-md-6">
<h5 class="text-light mb-4">Newsletter</h5>
<p>Dolor amet sit justo amet elitr clita ipsum elitr est.</p>
<div class="position-relative mx-auto" style="max-width: 400px">
<input
class="form-control border-0 w-100 py-3 ps-4 pe-5"
type="text"
placeholder="Your email"
/>
<button
type="button"
class="btn btn-primary py-2 position-absolute top-0 end-0 mt-2 me-2"
>
SignUp
</button>
</div>
</div> -->
</div>
</div>
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
© <a class="border-bottom" href="#">www.global-wheat.com</a>, All
Right Reserved.
</div>
<div class="col-md-6 text-center text-md-end">
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Template Designed By
<a class="border-bottom" href="https://htmlcodex.com">HTML Codex</a>
<br />Website Maintained By:
<a class="border-bottom" href="https://www.haozhou.wang" target="_blank">Haozhou Wang</a>
and
<a class="border-bottom" href="https://www.u-tokyo.ac.jp/focus/en/people/k0001_01967.html" target="_blank">Wei Guo</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"
><i class="bi bi-arrow-up"></i
></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/masonry-layout@4.2.2/dist/masonry.pkgd.min.js" integrity="sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D" crossorigin="anonymous" async></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>