-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
220 lines (216 loc) · 23.4 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
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>FRC6854 - A.B. Lucas Viking Robotics</title>
<meta name="theme-color" content="#3763f4">
<meta name="twitter:title" content="FRC6854 - A.B. Lucas Viking Robotics">
<meta name="twitter:description" content="The robotics club at A.B. Lucas Secondary School in London, Ontario, Canada, known as FRC6854, is dedicated to promoting STEM and Business. We prioritize providing a secure community and helping students develop essential life skills, all while actively participating in the First Robotics Competition.">
<meta property="og:image" content="http://team6854.com/assets/img/52791662799_4657c1d170_k.webp">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="website">
<meta name="twitter:image" content="http://team6854.com/assets/img/52791662799_4657c1d170_k.webp">
<meta name="description" content="The robotics club at A.B. Lucas Secondary School in London, Ontario, Canada, known as FRC6854, is dedicated to promoting STEM and Business. We prioritize providing a secure community and helping students develop essential life skills, all while actively participating in the First Robotics Competition.">
<!-- <script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Brand",
"url": "http://team6854.com"
}
</script> -->
<link rel="icon" type="image/png" sizes="256x256" href="/assets/img/assets/icon.png?h=60217240b9cf1707a8a487625098cd3c">
<link rel="icon" type="image/png" sizes="256x256" href="/assets/img/assets/icon.png?h=60217240b9cf1707a8a487625098cd3c">
<link rel="icon" type="image/png" sizes="256x256" href="/assets/img/assets/icon.png?h=60217240b9cf1707a8a487625098cd3c">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css?h=4a137410e50fe91a22b09a0763454a44">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap">
<link rel="stylesheet" href="/assets/css/Features-Image-icons.css?h=ed7fd1202a8e2197049f94ccb1f13f7f">
<link rel="stylesheet" href="/assets/css/Features-Image-images.css?h=4f3cfa46e40e236365345fc77963f4b8">
<link rel="stylesheet" href="/assets/css/index.css?h=edc698f9f865911c789bc86c20ec87dc">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EZBD4Y97D9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-EZBD4Y97D9');
</script>
</head>
<body>
<p class="text-center" id="countdown" style="width: 100%;background: var(--bs-gray-dark);margin: 0px;" hidden="">__ days away to competition 🥳</p>
<header class="bg-dark" id="landing-page-background" style="height: 100vh;background: url("/assets/img/53582439251_b4fc1ebc65_o.jpg?h=4891edb8dc4df8acd6d0ddeb3f331e1c") center / cover no-repeat;">
<div style="background: rgba(42, 54, 59, 0.6);height: 100vh;">
<nav class="navbar navbar-expand-md fixed-top bg-dark shadow-none navbar-shrink navbar-dark" id="mainNav" style="z-index: 10;border-bottom-width: 1px;border-bottom-color: rgba(255,255,255,0.13);padding-top: 4px;padding-bottom: 4px;">
<div class="container"><a class="navbar-brand d-flex align-items-center" href="/"><img width="70px" src="/assets/img/assets/valkyrie_onecolor_inverted.png?h=e67ecbff3cb27e7d533a98038a458288"></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link active" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link active" href="/#values"><span style="font-weight: normal !important;">Values</span></a></li>
<li class="nav-item"></li>
<li class="nav-item"><a class="nav-link" href="/about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="/sponsors.html">Sponsors</a></li>
<li class="nav-item"><a class="nav-link" href="/contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="container py-5">
<div class="row py-5">
<div class="col">
<div class="text-center" style="margin-top: 250px;">
<h1 class="mainHead"><strong>We are <em><span style="text-decoration: underline;">FRC6854</span></em></strong></h1>
<p style="max-width: 550px;margin: auto;">High school students from A.B. Lucas Secondary School with a passion for science, technology, engineering and business competing in the First Robotics Competition.</p>
<div style="margin-top: 5px;"><a class="btn btn-primary" role="button" style="margin-right: 5px;" href="/about.html">About Us</a><a class="btn btn-info" role="button" style="margin-left: 5px;" href="/sponsors.html">Sponsors</a></div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container-fluid px-0" id="values" style="background: linear-gradient(60deg, var(--bs-primary), var(--bs-indigo));">
<div class="row g-0 p-3" style="border-top: 1px solid rgba(255, 255, 255, 0.125);backdrop-filter: blur(16px) saturate(180%);-webkit-backdrop-filter: blur(16px) saturate(180%);background: rgba(17, 25, 40, 0.75);">
<div class="col-md-6 col-xxl-3 p-4 col-md-12">
<p class="fw-bold text-primary mb-2">Supporting STEM</p>
<h3 class="fw-bold">What is FIRST?</h3>
<p class="text-muted mb-4">Combining the excitement of sports with the rigors of science and technology, we call the FIRST Robotics Competition the ultimate Sport for the Mind. High-school student participants call it “the most fun you’ll ever have.”<br></p>
</div>
<div class="col-md-6 col-xxl-3 col-md-12 col-lg-4">
<div class="card shadow-sm m-2 sped-cards">
<div class="card-body px-4 py-5 px-md-5">
<div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-people">
<path d="M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022ZM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0M6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816M4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275ZM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4"></path>
</svg></div>
<h5 class="fw-bold card-title">Teamwork<br></h5>
<p class="text-muted card-text mb-4">Friendly interaction, understanding and respect for team members and other teams, motivation as well as enthusiasm are FRC Core Values and make for a good team.<br></p>
</div>
</div>
</div>
<div class="col-xxl-3 col-lg-4">
<div class="card shadow-sm m-2 sped-cards">
<div class="card-body px-4 py-5 px-md-5">
<div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-exclamation-triangle">
<path d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z"></path>
<path d="M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"></path>
</svg></div>
<h5 class="fw-bold card-title">Problem solving<br></h5>
<p class="text-muted card-text mb-4">The ability to solve a problem is a needed skill in any workplace. FRC teaches students to solve complex problems and reach a goal as a team, fostering collaboration and innovation.<br></p>
</div>
</div>
</div>
<div class="col col-xxl-3 col-lg-4">
<div class="card shadow-sm m-2 sped-cards">
<div class="card-body px-4 py-5 px-md-5">
<div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-book">
<path d="M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783"></path>
</svg></div>
<h5 class="fw-bold card-title">Learning</h5>
<p class="text-muted card-text mb-4">As students design, build and program their robot, they are taught the fundamentals of STEM and learn communication skills through the FIRST Robotics Competition.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid px-0" style="background: linear-gradient(69deg, var(--bs-info), var(--bs-form-valid-color));">
<div class="row g-0 p-3" style="border-top: 1px solid rgba(255, 255, 255, 0.125);backdrop-filter: blur(16px) saturate(180%);-webkit-backdrop-filter: blur(16px) saturate(180%);background: rgba(17, 25, 40, 0.75);">
<div class="col-md-6 col-xxl-4 col-md-12 col-lg-4">
<div class="card shadow-sm m-2 sped-cards">
<div class="card-body px-4 py-5 px-md-5">
<div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-currency-dollar text-info">
<path d="M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718H4zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73l.348.086z"></path>
</svg></div>
<h5 class="fw-bold card-title">Sponsoring</h5>
<p class="text-muted card-text mb-4">Why sponsoring FRC6854 matters and how it can promote your business and the community! </p><a class="btn btn-info" role="button" href="/sponsors.html">Learn More</a>
</div>
</div>
</div>
<div class="col-xxl-4 col-lg-4">
<div class="card shadow-sm m-2 sped-cards">
<div class="card-body px-4 py-5 px-md-5">
<div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-buildings text-info">
<path d="M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022ZM6 8.694 1 10.36V15h5zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5z"></path>
<path d="M2 11h1v1H2zm2 0h1v1H4zm-2 2h1v1H2zm2 0h1v1H4zm4-4h1v1H8zm2 0h1v1h-1zm-2 2h1v1H8zm2 0h1v1h-1zm2-2h1v1h-1zm0 2h1v1h-1zM8 7h1v1H8zm2 0h1v1h-1zm2 0h1v1h-1zM8 5h1v1H8zm2 0h1v1h-1zm2 0h1v1h-1zm0-2h1v1h-1z"></path>
</svg></div>
<h5 class="fw-bold card-title">Past Sponsors</h5>
<p class="text-muted card-text mb-4">Shouting out our past sponsors from the 2023 <em>FIRST Robotics</em> Season Charged Up!</p><a class="btn btn-info" role="button" href="/sponsors.html">Learn More</a>
</div>
</div>
</div>
<div class="col-xxl-4 col-xxl-3 col-lg-4">
<div class="card shadow-sm m-2 sped-cards">
<div class="card-body px-4 py-5 px-md-5">
<div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-info-circle text-info">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"></path>
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"></path>
</svg></div>
<h5 class="fw-bold card-title">About Us</h5>
<p class="text-muted card-text mb-4">Learn more about our team, its history, our mentors, leaders and passion.</p><a class="btn btn-info" role="button" href="/about.html">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<footer class="bg-dark" style="background: url("/assets/img/assets/DSC_0345.webp?h=4fadc71663e480a653f8f9b5de990b80") center / cover;">
<div class="pt-4" style="border-top: 1px solid rgba(255, 255, 255, 0.125);background: rgba(17, 25, 40, 0.75);/*-webkit-backdrop-filter: blur(16px) saturate(180%);*/backdrop-filter: blur(2px) saturate(180%);">
<div class="px-4">
<div class="container-fluid py-4 py-lg-5 px-3">
<div class="row justify-content-center">
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column item">
<h3 class="fs-6 fw-bold">Sponsoring</h3>
<ul class="list-unstyled">
<li><a href="/sponsors.html#tiers">Sponsoring our team</a></li>
<li><a href="/sponsors.html#sponsors">Current Sponsors</a></li>
<li></li>
</ul>
</div>
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column item">
<h3 class="fs-6 fw-bold">About</h3>
<ul class="list-unstyled">
<li><a href="/about.html">Meet the team</a></li>
<li><a href="/about.html#learn">Learning</a></li>
<li><a href="/about.html#legacy">Legacy</a></li>
</ul>
</div>
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column item">
<h3 class="fs-6 fw-bold">Resources</h3>
<ul class="list-unstyled">
<li><a href="http://wiki.team6854.com">FRC6854 Wiki</a></li>
<li><a href="https://www.tvdsb.ca/en/index.aspx">TVDSB</a></li>
<li><a href="https://github.com/FRC6854">GitHub</a></li>
<li><a href="https://www.thebluealliance.com/team/6854">The Blue Alliance</a></li>
</ul>
</div>
<div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last item social">
<div class="fw-bold d-flex align-items-center mb-2"><img height="32px" src="/assets/img/assets/valkyrie_onecolor_inverted.png?h=e67ecbff3cb27e7d533a98038a458288"><span> FRC6854 - Viking Robotics</span></div>
<p class="text-muted copyright">High school students with a passion for STEM and beyond.</p>
</div>
</div>
<hr>
<div class="text-muted d-flex justify-content-between align-items-center pt-3">
<p id="easteregg" class="mb-0">Copyright © FRC6854 A.B. Lucas Viking Robotics</p>
<ul class="list-inline mb-0">
<li class="list-inline-item"><a href="https://www.facebook.com/FRC6854/"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-facebook">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951"></path>
</svg></a></li>
<li class="list-inline-item"><a href="https://twitter.com/frc6854"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-twitter">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15"></path>
</svg></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/frc6854/"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-instagram">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334"></path>
</svg></a></li>
<li class="list-inline-item"><a href="https://github.com/FRC6854"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-github">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8"></path>
</svg></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="/assets/js/bs-init.js?h=ec5d4df3c798a2943b2ecbac76ebfde0"></script>
<script src="/assets/js/bold-and-dark.js?h=914b066f52f5e2b2583e4d1558c90518"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="/assets/js/index.js?h=33140c615e1f0e1a099c946e1adcfa51"></script>
</body>
</html>