-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
606 lines (553 loc) · 25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Byte-le Royale</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel=icon href="img/acm-logo.png">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet"
type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
<!-- /* I can't figure out SASS - Sean */ -->
<style>
th,
td {
padding: 10px;
}
</style>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top text-uppercase" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Byte-le Royale</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button"
data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#game">Game</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#prizes">Prizes</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#schedule">Schedule</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#results">Results</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#previous-games">Archive</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="http://ndacm.org"
target="_blank">ACM</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<form action="https://www.paypal.com/donate" method="post" target="_top"
style="text-align:center;padding-top: 15px;">
<input type="hidden" name="hosted_button_id" value="T5J7PLWNYETBJ" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0"
style="display:block; margin:0 auto" name="submit" title="PayPal - The safer, easier way to pay online!"
alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead bg-primary text-white text-center">
<div class="container">
<img class="img-fluid" src="img/byte-le-royale-2.png" style="max-height:250px" alt="">
<hr class="star-light">
<span>
<img class=" mb-5 mx-auto img-fluid" src="img/acm-logo.png" style="height:180px" alt="">
<br>
<div class="container bg-white" style="border-radius: 20px; text-align: center;">
<br>
<img class="mb-5 img-fluid" src="img/Marvin.png" style="height: 50px;" alt="">
<img class="mb-5 img-fluid" src="img/BCBSND.png" style="height: 80px;" alt="">
<br>
<img class="mb-5 img-fluid" src="img/Scheels.gif" style="height: 80px; margin: 0 20px;" alt="">
<img class="mb-5 img-fluid" src="img/Devi.png" style="height: 80px; margin: 0 20px;" alt="">
<br>
</div>
</span>
</div>
</header>
<!-- About Grid Section -->
<section class="about" id="about">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">About</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="col-lg-4 ml-auto">
<h4>What?</h4>
<p class="lead">Byte-le Royale is a 12 hour programming competition where competitors in teams of up to 3
write an AI to play a video game. The teams will be competing against each other to see who can create the
best AI!</p>
</div>
<div class="col-lg-4 ml-auto">
<h4>When?</h4>
<p class="lead">Saturday, January 25th 9am to January 25th ~10pm 2025</p>
<h4>Where?</h4>
<p class="lead">In person and Online! We'll be streaming on our <a
href="https://www.twitch.tv/ndsu_acm">Twitch Channel</a>
and have discussion on our event <a href="https://discord.gg/xgfWzYsZa3">Discord Server</a>! The in person
competition
will be held at the QBB on the NDSU campus</p>
</div>
<div class="col-lg-4 ml auto">
<h4>Who?</h4>
<p class="lead">Anyone can compete, as long as you are in a team of 3 or less. To keep things fair,
non-students are not eligible for prizes and are not considered in the final rankings.</p>
</div>
</div>
</div>
</section>
<!-- Game Section -->
<section class="bg-primary text-white mb-0" id="game">
<div class="container">
<h2 class="text-center text-uppercase text-white">Game</h2>
<hr class="star-light mb-5">
<div class="row">
<div class="col-lg-8 ml-auto">
<p class="lead"></p>
Drive onwards with your team as you plan out each turn! Prove to your fellow competitors that you intend to
deliver your team to certain victory!
<br><br>
Once the event starts, you will have 12 hours to write the most capable AI you can. Never
forget that planning and analytical skills are essential to resource management. Don't overwork yourselves!
<br><br>
Controlling your agent will be as simple as using a basic Python API, which will allow you to take various
actions in the game world.
<br><br>
To be prepared for the competition, make sure to have Python 3.11 installed on your computer. We will be able
to provide limited aid installing Python on Windows and Linux. While it may function, we do not have resources
to
support Mac, and cannot provide any assistance (though look into Mac's homebrew application).
We will not be able to provide computer facilities on campus.
<br><br>
Once the event starts, a link will be added here that will allow competitors to access the documentation for
the game and its API.
<!-- Nice, try. I am not that dumb. :) - Jordan Goetze -->
<!-- I have no idea what this is in reference to but its great out of context. - Riley Conlin -->
<!-- Keeping this chain of amused confusion running 3 years strong. - Spencer Fjelstad-->
<!-- he first byte-le didn't have documentation IIRC @Spencer. (Honored to be a part of this comment) - Sean Hagen -->
<!--
<br><br>
<a href="https://royale.ndacm.org/LearnTheTruckinGame" style="color:yellow">Here</a> is a link to the
documentation for this year's game. -->
</div>
<div class="col-lg-4 ml-auto">
<img class="mx-auto img-fluid" src="img/code-sample.png" alt="">
<br>
<b>2018's Game Dungeon Delvers</b>
<iframe src="https://player.twitch.tv/?video=v367090933&parent=royale.ndacm.org&autoplay=false"
frameborder="0" allowfullscreen="true" scrolling="no" class="img-fluid"></iframe>
<a href="https://www.twitch.tv/videos/367090933?tt_content=text_link&tt_medium=vod_embed"
style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px; text-decoration:underline;">Watch
Byte-le Royale 2018: Dungeon Delvers from ndsu_acm on www.twitch.tv</a>
</div>
</div>
</div>
</section>
<!-- Prizes Section -->
<section id="prizes">
<div class="container">
<h2 class="text-center text-uppercase">Prizes</h2>
<hr class="star-dark mb-5">
<p class="lead text-center">
This is a meritocracy, so of course we have prizes. We will be offering prizes to the top three teams who
compete (once we collect donations).
<br>
<br>
<h4 class="text-center text-uppercase">Here are the prizes from 2024!</h4>
<br>
<br>
<!-- This year we have collected $xxx for prizes. -->
We split the prizes roughly 55%, 30%, 15% for undergradutes.
Any team not comprised of <i>only</i> undergraduates will not be eligible for prizes.
Any unawarded prizes will be rolled over into the prize pool for next year.
</p>
<br>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<h4>First Place:</h4>
<p class="lead">$275 per person</p>
</div>
<div class="col-lg-4 ml-auto text-center">
<h4>Second Place:</h4>
<p class="lead">$150 per person</p>
</div>
<div class="col-lg-4 ml-auto text-center">
<h4>Third Place:</h4>
<p class="lead">$75 per person</p>
</div>
</div>
<br><br>
<div class="text-center lead">
<h4>We are able to offer prizes thanks to the following businesses and people:</h4>
<div class="row">
<div class="col-lg-4 ml-auto text-center">Marvin: $485.06</div>
<div class="col-lg-4 ml-auto text-center">Anthony Molzahn: $242.28</div>
<div class="col-lg-4 ml-auto text-center">Sean Hagen: $96.62</div>
<div class="col-lg-4 ml-auto text-center">Scheels: $96.62</div>
<div class="col-lg-4 ml-auto text-center">Julia Motzko: $48.06</div>
<div class="col-lg-4 ml-auto text-center">Gunnar Moody: $144.20</div>
<div class="col-lg-4 ml-auto text-center">Carson Bring: $96.62</div>
<div class="col-lg-4 ml-auto text-center">BCBSND: $100</div>
<div class="col-lg-4 ml-auto text-center">Ian King: $50</div>
<div class="col-lg-4 ml-auto text-center">Carson Keeping: $100</div>
</div>
<h5>For a total of $1,500 dollars!</h5>
<h4>We are deeply humbled by and appreciate your fantastic display of support!</h4>
</div>
<br><br>
<div class="text-center lead">
Interested in donating to the event? Please email <a href="mailto:[email protected]">[email protected]</a>
<br>
We are a non-profit and can provide receipts for your charitable donation.
<br>
You can also make a donation here over PayPal.
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="hosted_button_id" value="T5J7PLWNYETBJ" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0"
style="display:block; margin:0 auto" name="submit" title="PayPal - The safer, easier way to pay online!"
alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
</div>
</section>
<!-- Schedule Section -->
<section class="bg-primary text-white mb-0" id="schedule">
<div class="container">
<h2 class="text-center text-uppercase mb-0">Schedule</h2>
<hr class="star-light mb-5">
<div class="row">
<div class="col-lg-4 ml-auto">
<h4>Saturday</h4>
<b>9 am</b>
<p>Opening Ceremony. Competition Starts.</p>
<!-- <b>8:00 pm</b>
<p>Food ticket purchase cutoff.</p> -->
<!-- <b>10:00 pm</b>
<p>Food Ticket: Goody-Bags Avaliable</p> -->
<b>8:30 pm</b>
<p>Visualizer is shut off</p>
<b>9 pm</b>
<p>Competition End, Submission Deadline</p>
</div>
<div class="col-lg-4 mr-auto">
<h4>Sunday</h4>
<!-- <b>9:00 am</b>
<p>Food Ticket: Bagel Breakfast</p>
<b>2:00 pm</b>
<p>Food Ticket: Sandwich Lunch</p> -->
<b>~12 am</b>
<p>Results, closing Ceremony</p>
</div>
</div>
</div>
</section>
<!-- RVSP Section -->
<!--<section id="rsvp">
<div class="container">
<h2 class="text-center text-uppercase text-secondary ">RSVP</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="col-lg ml-auto">
<h4>RSVP</h4>
<p class="lead">In order to better judge how many people will be attending, we would like to encourage
everyone who plans on attending to RSVP. Attendance of the event is 100% free.</p>
<p class="lead"><a
href="https://www.eventbrite.com/e/byte-le-royal-programming-competition-2021-tickets-168030001257">You
can RSVP at
the Eventbrite page found here.</a></p>
</div>
<div class="col-lg-4 mr-auto">
<h4>Food Tickets</h4>
<p class="lead">
At the event on Friday, we will be selling food ticket packages. The price of this food ticket is $15. This
food ticket package will include 4 food tickets redeemable for the three meals listed on the schedule, as
well as a goody bag that may consist of: Chips/Crackers, Candy bars, Cans of Pop, Cookies. All perfect
things to keep your blood-sugar levels high, and keep you pumped up.
<br>
<br>
Our intent is not to make a profit, so all money not spent on meals will go towards filling those
goody-bags. They'll be pretty beefy this year!
</p>
</div>
</div>
<div class="text-center mt-4">
<a class="btn btn-xl btn-outline-dark"
href="https://www.eventbrite.com/e/byte-le-royal-programming-competition-2021-tickets-168030001257"
target="_blank">
<i class="fa fa-download mr-2"></i>
RSVP Now!
</a>
</div>
</div>
</section> -->
<!-- Results -->
<section class="bg-primary text-white mb-0" id="results">
<div class="container">
<h2 class="text-center text-uppercase mb-0">Competition Results: 2024</h2>
<hr class="star-light mb-5">
<div class="row">
<div style="margin: 0px auto; width: auto;">
<!-- <h4 class="text-center">2023 Results will go here!</h4> -->
<br>
<table>
<thead>
<th>Place</th>
<th>Team</th>
<th>Members</th>
</thead>
<tbody>
<tr>
<td>1st</td>
<td>42.zip</td>
<td>Amanda Fetzer, Carson Miller, and Dylan Cooksley</td>
</tr>
<tr>
<td>2nd</td>
<td>Miner Problems</td>
<td>Adam Altendorf, Enoch Satrom, and Christopher Tupper</td>
</tr>
<tr>
<td>3rd (tie)</td>
<td>KillerQueens</td>
<td>Elizabeth Glyden, Skyler Skees, and Annwesha Das</td>
</tr>
<tr>
<td>3rd (tie)</td>
<td>ClosedAI</td>
<td>Brennan Gerstner and Matthew Kurtii</td>
</tr>
<tr>
<td>Graduate 1st place</td>
<td>Old</td>
<td>Riley Conlin</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- Previous games Section -->
<section id="previous-games">
<div class="container">
<h2 class="text-center text-uppercase text-secondary">Previous games</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="col-lg-12 mr-auto text-center">
<p>Byte-le Royale had its first game in 2018, and it has returned yearly to test students with new challenges.
Each new problem inspires creative solutions and cooperation to refine solutions.</p>
<p>Here are some of the previous games.</p>
<br>
<br>
<h4 class="text-center text-uppercase text-secondary">2018</h4>
<div class="row">
<div class="col-lg-6">
<h6>Dungeon Delvers</h6>
<br>
<p>Guide your team of adventurers through dark dungeons full of traps and monsters to gather treasure!
Choose your path, upgrade your equipment and look for monster weaknesses. Just watch out for the falling
ceiling!</p>
<a style="color: blue;" href="https://github.com/jghibiki/Byte-le-Royale-2018">GitHub</a>
<br>
<a style="color: blue;"
href="https://jghibiki.github.io/Byte-le-Royale-2018/~documentation/">Documentation</a>
</div>
<div class="col-lg-6">
<img src="img/2018-dungeon-delvers.png" class="img-fluid" max-height=150px />
</div>
</div>
<br>
<h4 class="text-center text-uppercase text-secondary">2019</h4>
<div class="row">
<div class="col-lg-6">
<h6>Market Space</h6>
<br>
<p>Fly your ship through the sector to mine, trade, or attack other players! Money is all that matters in
the end, so do whatever it takes to be the richest!</p>
<a style="color: blue;" href="https://github.com/topoftheyear/Byte-le-Royale-2019">GitHub</a>
<br>
<a style="color: blue;"
href="https://topoftheyear.github.io/Byte-le-Royale-2019/documentation!/">Documentation</a>
</div>
<div class="col-lg-6">
<img src="img/2019-market-space.png" class="img-fluid" max-height=150px />
</div>
</div>
<br>
<h4 class="text-center text-uppercase text-secondary">2020</h4>
<div class="row">
<div class="col-lg-6">
<h6>Disaster Dispatcher</h6>
<br>
<p>You have just been elected the mayor of your city! Unfortunately, this city is rife with disasters -
natural and otherwise. Use your population's manpower and mayoral decrees to keep your city from
crumbling.</p>
<a style="color: blue;" href="https://github.com/PixPanz/byte_le_royale_2020">GitHub</a>
<br>
<a style="color: blue;"
href="https://pixpanz.github.io/byte_le_royale_2020/DisasterousGameRules/">Documentation</a>
</div>
<div class="col-lg-6">
<img src="img/2020-disaster-dispatcher.png" class="img-fluid" max-height=150px />
</div>
</div>
<br>
<h4 class="text-center text-uppercase text-secondary">2021</h4>
<div class="row">
<div class="col-lg-6">
<h6> Traveling Trailsmen </h6>
<br>
<p>You have just started your job as a truck driver in 2021. Try to make as much money as you can before
automation takes your job!
</p>
<a style="color: blue;" href="https://github.com/PixPanz/byte_le_royale_2021">GitHub</a>
<br>
<a style="color: blue;"
href="https://pixpanz.github.io/byte_le_royale_2021/LearnTheTruckinGame/">Documentation</a>
</div>
<div class="col-lg-6">
<img src="img/2021-trailsman.png" class="img-fluid" max-height=150px />
</div>
</div>
<br>
<h4 class="text-center text-uppercase text-secondary">2022</h4>
<div class="row">
<div class="col-lg-6">
<h6> FarTech </h6>
<br>
<p>Out gun your oppoents in a fast paced battle royale shooter! Collect money, guns and powerups while
avoiding the
deadly kill boundary
</p>
<a style="color: blue;" href="https://github.com/HagenSR/byte_le_royale_">GitHub</a>
<br>
<a style="color: blue;"
href="https://hagensr.github.io/byte_le_royale_2022/FarTechnicalDocumentation/">Documentation</a>
</div>
<div class="col-lg-6">
<img src="img/2022-fartech.png" class="img-fluid" max-height=150px />
</div>
</div>
<br>
<h4 class="text-center text-uppercase text-secondary">2023</h4>
<div class="row">
<div class="col-lg-6">
<h6> Undercooked </h6>
<br>
<p> Mama Mia! Can you cook the best pizza's faster than the competition? Move, fetch ingredients and cook
a pizza as fast as you can before it expires. This kitchen is only big enough for the best!
</p>
<a style="color: blue;" href="https://github.com/amanda-f-ndsu/byte_le_royale_2023">GitHub</a>
<br>
<a style="color: blue;"
href="https://amanda-f-ndsu.github.io/byte_le_royale_2023/UnderDocumented/">Documentation</a>
</div>
<div class="col-lg-6">
<img src="img/2023-Undercooked.png" class="img-fluid" max-height=150px />
</div>
</div>
<br>
<h4 class="text-center text-uppercase text-secondary">2024</h4>
<div class="row">
<div class="col-lg-6">
<h6> Quarry Rush </h6>
<br>
<p> Welcome to your first day at Church Inc. or Turing Co. as a robotics specialist!
Mine more ores than your opponent in the core of the planet using whatever means necessary.
Prioritize profits above all else!
</p>
<a style="color: blue;" href="https://github.com/acm-ndsu/Byte-le-2024">GitHub</a>
<br>
<a style="color: blue;"
href="https://ndacm.org/Byte-le-2024/">Documentation</a>
</div>
<div class="col-lg-6">
<img src="img/2024-Quarry-Rush.png" class="img-fluid" max-height=150px />
</div>
</div>
<!-- Use as future game teasers -->
<br>
<h4 class="text-center text-uppercase text-secondary">2025</h4>
<div class="row">
<div class="col-lg-6">
<h6>What's the next game? 🤔</h6>
<br>
<p>
What do you think the next game will be? What'll it be???
</p>
<a style="color: blue;" href="">A Future GitHub Link</a>
<br>
<a style="color: blue;" href="">A Future Documentation Link</a>
</div>
<div class="col-lg-6">
<img src="img/Unknown_Byte-le_Game.png" class="img-fluid" max-height=150px />
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-4 mb-5 mb-lg-0"></div>
<div class="col-md-4 mb-5 mb-lg-0"></div>
<div class="col-md-4 mb-5 mb-lg-0"></div>
</div>
</div>
</footer>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © NDSU ACM 2017-2024</small>
</div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>