-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path6ix-pac.html
More file actions
525 lines (491 loc) · 28.5 KB
/
Copy path6ix-pac.html
File metadata and controls
525 lines (491 loc) · 28.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>University of Toronto Robotics Association</title>
<link href="static/css/css2.css" rel="stylesheet">
<!-- fontawesome css link -->
<link rel="stylesheet" href="static/css/fontawesome-all.min.css">
<!-- bootstrap css link -->
<link rel="stylesheet" href="static/css/bootstrap.min.css">
<!-- favicon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"/>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- swipper css link -->
<link rel="stylesheet" href="static/css/swiper.min.css">
<!-- lightcase css links -->
<link rel="stylesheet" href="static/css/lightcase.css">
<!-- AOS css link -->
<link rel="stylesheet" href="static/css/aos.css">
<!-- odometer css link -->
<link rel="stylesheet" href="static/css/odometer.css">
<!-- animate.css -->
<link rel="stylesheet" href="static/css/animate.css">
<!-- line-awesome-icon css -->
<link rel="stylesheet" href="static/css/line-awesome.min.css">
<!-- nice-select -->
<link rel="stylesheet" href="static/css/nice-select.css">
<!-- color variables -->
<link rel="stylesheet" href="static/css/colors.css">
<!-- main style css link -->
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Preloader
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<div class="preloader">
<div id="loader">
<div class="clockFace"></div>
<div class="hourHand"></div>
<div class="minuteHand"></div>
</div>
</div>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Preloader
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Scroll-To-Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<a href="#" class="scrollToTop">
<i class="las la-angle-up"></i>
<small>top</small>
</a>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Scroll-To-Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Body Overlay
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<div id="body-overlay" class="body-overlay"></div>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Body Overlay
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<header class="header-section">
<div class="header">
<div class="header-bottom-area">
<div class="container custom-container">
<div class="header-menu-content">
<nav class="navbar navbar-expand-lg p-0">
<a class="site-logo site-title" href="index.html"><img src="static/images/logo/utraLogoWhite.png" alt="site-logo"></a>
<button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="fas fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav main-menu ms-auto">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="join.html">Join Us</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="https://hackathon.utra.ca/">UTRAHacks</a></li>
</ul>
<div class="header-action">
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<section class="watch-details ptb-80">
<div class="container">
<div class="watch-details-area">
<div class="row">
<div class="col-lg-6 pb-30">
<div class="watch-item">
<div class="image">
<img src="static/images/subteams/6ix-pac/pacbot-side.jpg" alt="img">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="product-details">
<h3 class="title">PacBot</h3>
<p>The goal of the PacBot team is to design and build a robot that assumes the role of Pac-man in the popular arcade game. The team’s work culminates in the PacBot competition hosted by the Harvard Undergraduate Robotics Club, which mimics the traditional Pac-man game. Each participating PacBot autonomously navigates the arena to collect dots (“power pellets”) and avoid or attack ghosts.</p>
<div class="product-reting d-flex align-content-center">
<!-- <div class="get-star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div> -->
<!-- <div class="rating-point ps-2"> -->
<!-- <p>( 5.0 )</p> -->
<!-- </div> -->
</div>
<div class="product-price d-flex pt-3">
<div class="left-side">
<!-- <h5 class="title">价格 :</h5> -->
</div>
<div class="right-side ps-3">
<!-- <h5 class="title">140$</h5> -->
</div>
</div>
<div class="product-size d-flex pt-2">
<div class="left-side">
<!-- <h5 class="title">Link: </h5> -->
</div>
<div class="right-side">
<!-- <a href="https://www.instagram.com/utra_art/" target="_blank" class="fab fa-instagram" style="font-size: 28px;"></a> -->
<!-- <a href="#0"><h5 class="title ">36 mm</h5></a>
<a href="#0"><h5 class="title lg-size">44 mm</h5></a> -->
</div>
</div>
<!-- <div class="product-quantity d-flex pt-3">
<div class="left-side">
<h5 class="title">Email : </h5>
</div>
<div class="right-side ps-3">
<div class="quantity-area">
<form method='POST' class='quantity d-flex' action='#'>
<input type='button' value='-' class='qtyminus minus'>
<input type='text' name='quantity' value='1' class='qty text-center'>
<input type='button' value='+' class='qtyplus plus'>
</form>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div class="customer-review pt-20">
<h2 class="title">The Pacbot Competition</h2>
<p>This competition will mimic the popular game of Pac-Man. It will consist of four “ghosts,” which
will be projected onto the arena, and one PacBot, which is the robot each participating team
will enter in the competition. Each team's PacBot must adhere to the specifications outlined
below, and the ghosts will follow the specifications provided below. They will navigate in the arena
specified below. The objective, much like in the arcade game, is to collect as many “dots” as possible.
These are outlined in more detail in the “Arena” section of this document. There will be 4 “special dots” that,
upon collection by your PacBot, will enable the PacBot to “eat” the ghosts for extra points. These are outlined in
more detail in the “Arena” section of this document. Your PacBot will be given three lives to collect as many of the
dots as possible. Scoring is outlined in more detail in the “Gameplay” section of this document. The PacBot with the highest
score wins the competition.</p>
<div class="customer-comment pt-3">
<div class="customer d-flex">
<h4 class="title"> 1. </h4>
<h4 class="title ps-2">Arena</h4>
</div>
<div class="customer-say ps-4">
<ul>
<li>Arena Mimics original arena in the Pacman game with boundaries 4” tall.</li>
<li>Unlike the original game, PacBots won't be able to exit the arena on the right side and re-enter on the left side of the arena.</li>
<li>Each grid unit will be assumed to have one implicitly "dot" that will be automatically collected when the PacBot enters that unit.</li>
<li>There will be four "special dots" in the arena, their functionality is described in the gameplay section.</li>
<li>The dots on the map do not respawn at any time.</li>
</ul>
</div>
</div>
<div class="customer-comment pt-3">
<div class="customer d-flex">
<h4 class="title"> 2. </h4>
<h4 class="title ps-2">Gameplay</h4>
</div>
<div class="customer-say ps-4">
<ul>
<li>Arena Mimics original arena in the Pacman game with boundaries 4” tall.</li>
<li>Unlike the original game, PacBots won't be able to exit the arena on the right side and re-enter on the left side of the arena.</li>
<li>Each grid unit will be assumed to have one implicitly "dot" that will be automatically collected when the PacBot enters that unit.</li>
<li>There will be four "special dots" in the arena, their functionality is described in the gameplay section.</li>
<li>The dots on the map do not respawn at any time.</li>
<li>The goal of your PacBot is to collect as many dots as possible; this means the goal is to traverse as much of the grid as possible.</li>
<li>Each Pacbot will have three lives.</li>
<li>Each grid unit that the PacBot enters will grant 10 points. Each of the "special dots" ("Power Pellets") will grant 50 points.</li>
<li>Entering a grid unit that has already been visited will not grant any points.</li>
<li>When a "special dot" is taken, a signal will be sent to the ghosts to avoid the PacBot for 20 seconds. The ghosts will resume chasing the PacBot after this time.</li>
<li>In the event that your Pacbot reaches another special dot within the previous 20 second time period, the scared time for the ghosts is reset to 20 seconds.</li>
<li>During this 20 second period, your Pacbot can chase the ghosts. If your PacBot catches a ghost, your team will be awarded 200 points for the first ghost, 400 for the second ghost, 800 for the third, and 1600 for the fourth.</li>
<li>To catch a ghost, your Pacbot must occupy the same grid space as the ghost.</li>
<li>Once a ghost has been eaten, it will respawn in the ghost house, stay there for a short period of time and will no longer be frightened.</li>
<li>If a ghost that is not frightened catches your PacBot, your team will lose one life.</li>
<li>Upon losing a life, a "pause" signal will be sent out to your PacBot and it must stop all autonomous movement. The ghosts will also enter standby mode and return to their home position.</li>
<li>The dots do not reappear when your PacBot loses a life.</li>
<li>The game ends when a team has lost all of their three lives.</li>
<li>The winner will first be decided by the number of points, then the number of lives left, then by the time taken to do so.</li>
</ul>
</div>
</div>
<div class="customer-comment pt-3">
<div class="customer d-flex">
<h4 class="title"> 3. </h4>
<h4 class="title ps-2">Ghosts</h4>
</div>
<div class="customer-say ps-4">
<ul>
<li>Ghosts do not take physical form, but will instead be projected onto the arena.</li>
<li>Ghosts will be traveling at 7” per second, or 2 grid units per second (Although they may speed up depending on the performance of the participating Pacbots).</li>
<li>The ghosts will act independently of each other and will not assist each other in locating and chasing your PacBot.</li>
<li>They will have slight differences in their code to prevent ghosts from following the same path. These differences will mimic the differences of the code in the actual game of Pacman. (<a href="https://gameinternals.com/understanding-pac-man-ghost-behavior" target="_blank">Found <span style="color: yellow;">here</span></a>)</li>
<li>When a ghost catches your PacBot, it must enter standby mode and stop all movement. The PacBot and ghosts will be placed at their home positions and then the game will be resumed.</li>
<li>At the beginning of the game, Blinky will start just outside its home position, and approximately every 5 seconds, another ghost will exit the ghost enclosure.</li>
<li>Ghosts are temporarily eliminated when they are caught, and will respawn at their home position. Gameplay will continue uninterrupted when a Pacbot catches a ghost.</li>
</ul>
</div>
</div>
<div class="customer-comment pt-3">
<div class="customer d-flex">
<h4 class="title"> 4. </h4>
<h4 class="title ps-2">More information about the competition as well as detailed Pacbot design specifications can be <a href="https://gameinternals.com/understanding-pac-man-ghost-behavior" target="_blank">found <span style="color: yellow;">here</span></a></h4>
</div>
</div>
<!-- <div class="customer-comment pt-3">
<div class="customer-say ps-4">
<p>The competition will be open only to undergraduate students of University of Toronto. In addition, a student may not compete in the competition more than once. This is to encourage students to move on to UTRA’s bigger teams.</p>
<p>We are letting you choose your own groups and highly recommend that you get into groups of three. We recommend teams of 3, but will allow teams of 1 to 5. If your team consists of 6 or more, you will be required to divide into 2 groups.</p>
</div>
</div> -->
<!-- <div class="customer-comment pt-3">
<div class="customer-say ps-4">
<h2 class="title">Team Event</h2>
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col"><img src="./static/picture/Team Photos/ART/IMG_4403.jpg" class="d-block w-100" alt="..."></div>
<div class="col"><img src="./static/picture/Team Photos/ART/IMG_7015.jpg" class="d-block w-100" alt="..."></div>
<div class="col"><img src="./static/picture/Team Photos/ART/IMG_7075.jpg" class="d-block w-100" alt="..."></div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col"><img src="./static/picture/Team Photos/ART/IMG_7084.jpg" class="d-block w-100" alt="..."></div>
<div class="col"><img src="./static/picture/Team Photos/ART/IMG_4403.jpg" class="d-block w-100" alt="..."></div>
<div class="col"><img src="./static/picture/Team Photos/ART/IMG_7015.jpg" class="d-block w-100" alt="..."></div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</a>
</div>
</div>
</div> -->
<div class="next-page">
<nav aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item">
<!-- <a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a> -->
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</section>
<!--
<section class="testimonial-section ptb-120">
<div class="container">
<div class="testimonail-title pb-40 text-center">
<h2 class="title">Current Executive Team</h2>
</div>
<div class="blog-slider">
<div class="blog-slider__wrp swiper-wrapper">
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="static/picture/Team Photos/ART/exec_photos2024/1.jpg" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">ECE 2T2 + 1</span>
<div class="blog-slider__title">Ghamr Saeed</div>
<div class="blog-slider__text">Project Manager</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="static/picture/Team Photos/ART/exec_photos2024/7.jpg" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">ECE 2T5</span>
<div class="blog-slider__title">Leon Lee</div>
<div class="blog-slider__text">Project Manager</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="static/picture/Team Photos/ART/exec_photos2024/8.jpg" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">ECE 2T5</span>
<div class="blog-slider__title">Tiger Luo</div>
<div class="blog-slider__text">Embedded Lead</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="static/picture/Team Photos/ART/exec_photos2024/9.jpg" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">EngSci 2T4</span>
<div class="blog-slider__title">Yifei Zhou</div>
<div class="blog-slider__text">Embedded Lead</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="static/picture/Team Photos/ART/exec_photos2024/2.jpg" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">Mech 2T4</span>
<div class="blog-slider__title">Giacomo Cristiano</div>
<div class="blog-slider__text">Mechanical Lead</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="static/picture/Team Photos/ART/exec_photos2024/6.jpg" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">Mech 2T5</span>
<div class="blog-slider__title">Karanjit Ghandi</div>
<div class="blog-slider__text">Mechanical Lead</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="static/picture/Team Photos/ART/exec_photos2024/4.jpg" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">EngSci 2T5</span>
<div class="blog-slider__title">Jennifer Zhang</div>
<div class="blog-slider__text">Computer Vision Lead</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="static/picture/Team Photos/ART/exec_photos2024/5.jpg" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">ECE 2T6</span>
<div class="blog-slider__title">Jerry Hu</div>
<div class="blog-slider__text">Computer Vision Lead</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="static/picture/Team Photos/ART/exec_photos2024/3.jpg" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">EngSci 2T5</span>
<div class="blog-slider__title">Ivy Tan</div>
<div class="blog-slider__text">Robot Operating System Lead</div>
</div>
</div>
<div class="blog-slider__pagination"></div>
</div>
</div>
</section> -->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<footer class="footer-section">
<div class="footer-bottom-area">
<div class="container">
<div class="row mb-30-none">
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="footer-widget">
<div class="footer-logo">
<a class="site-logo" href=""><img src="./static/images/logo/utraLogoWhite.png" alt="logo"></a>
</div>
<p>Design. Build. Inspire.</p>
<a href="https://www.instagram.com/utra_uoft/"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/university-of-toronto-robotics-association/"><i class="fab fa-linkedin"></i></a>
<span>utra.ca</span>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="footer-widget">
<h3 class="widget-title">Webpages</h3>
<ul class="footer-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="join.html">Join Us</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="https://hackathon.utra.ca/">UTRAHacks</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 mb-30">
<div class="footer-widget">
<h3 class="widget-title">Teams</h3>
<ul class="footer-list">
<li><a href="sumo.html">SUMO</a></li>
<li><a href="combat.html">Combat</a></li>
<li><a href="art.html">ART</a></li>
<li><a href="robosoccer.html">RoboSoccer</a></li>
<li><a href="6ix-pac.html">6ix-Pac</a></li>
</ul>
</div>
</div>
<div class="copyright-area">
<p>© 2025 University of Toronto Robotics Association</p>
</div>
</div>
</div>
</div>
</footer>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!-- jquery -->
<script src="static/js/jquery-3.6.0.min.js"></script>
<!-- bootstrap js -->
<script src="static/js/bootstrap.bundle.min.js"></script>
<!-- swipper js -->
<script src="static/js/swiper.min.js"></script>
<!-- lightcase js-->
<script src="static/js/lightcase.js"></script>
<!-- odometer js -->
<script src="static/js/odometer.min.js"></script>
<!-- viewport js -->
<script src="static/js/viewport.jquery.js"></script>
<!-- smooth scroll js -->
<script src="static/js/smoothscroll.min.js"></script>
<!-- nice select js -->
<script src="static/js/jquery.nice-select.js"></script>
<!-- ui js -->
<script src="#"></script>
<!-- main -->
<script src="static/js/main.js"></script>
<script>
var swiper = new Swiper('.blog-slider', {
spaceBetween: 30,
effect: 'fade',
loop: true,
mousewheel: {
invert: false,
},
// autoHeight: true,
pagination: {
el: '.blog-slider__pagination',
clickable: true,
}
});
</script>
</body>
</html>