-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
233 lines (222 loc) · 12.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
<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>Milwaukee Cyber Cheese - MSOE Community FRC Team</title>
<link rel="shortcut icon" type="image/jpg" href="../assets/favicon.png" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous">
</script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="../css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark">
<a class="navbar-brand" href="#"> <img src="../assets/favicon.png" width="30" height="30" alt=""></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="https://milwaukeecybercheese.github.io">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://milwaukeecybercheese.github.io/about">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle-split dropdown-toggle"
href="https://milwaukeecybercheese.github.io/teams" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Teams
</a>
<div class="dropdown-menu navbar-dark" aria-labelledby="navbarDropdown">
<a class="dropdown-item"
href="https://milwaukeecybercheese.github.io/teams/mechanical">Mechanical</a>
<a class="dropdown-item"
href="https://milwaukeecybercheese.github.io/teams/electrical">Electrical</a>
<a class="dropdown-item"
href="https://milwaukeecybercheese.github.io/teams/programming">Programming</a>
</div>
</ul>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container px-4 px-lg-5 d-flex h-100 align-items-center justify-content-center">
<div class="d-flex justify-content-center">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="1000">
<img src="/assets/img/construction.png" class="d-block w-100 img-fluid" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item" data-bs-interval="1000">
<img src="/assets/img/bk.jpg" class="d-block w-100 img-fluid" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item" data-bs-interval="1000">
<img src="/assets/img/construction.png" class="d-block w-100 img-fluid" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- About-->
<section class="about-section text-center" id="about">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-8">
<h2 class="text-white mb-4"> LOREM IPSUM DOLOR SIT AMET TODO </h2>
<p class="text-white-50">
LOREM IPSUM DOLOR SIT AMET TODO<br>
Our team number is <code>8847</code>.
</p>
</div>
</div>
</div>
</section>
<!-- Projects-->
<section class="projects-section bg-dark" id="projects">
<div class="container px-4 px-lg-5">
<!-- Mechanical Project-->
<div class="row gx-0 justify-content-center">
<div class="col-lg-6"><img class="img-fluid" src="https://picsum.photos/650/300?random1" alt="..." />
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<a href="https://milwaukeecybercheese.github.io/teams/mechanical">
<h4 class="text-white">Mechanical</h4>
</a>
<p class="mb-0 text-white-50">Another example of a project with its respective
description. These sections work well responsively as well, try this theme on a
small screen!</p>
<hr class="d-none d-lg-block mb-0 me-0" />
</div>
</div>
</div>
</div>
</div>
<!-- Electrical Project-->
<div class="row gx-0 mb-5 mb-lg-0 justify-content-center">
<div class="col-lg-6"><img class="img-fluid" src="https://picsum.photos/650/300?random2" alt="..." />
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<a href="https://milwaukeecybercheese.github.io/teams/electrical">
<h4 class="text-white">Electrical</h4>
</a>
<p class="mb-0 text-white-50">An example of where you can put an image of a project, or
anything else, along with a description.</p>
<hr class="d-none d-lg-block mb-0 ms-0" />
</div>
</div>
</div>
</div>
</div>
<!-- Programming Project -->
<div class="row gx-0 justify-content-center">
<div class="col-lg-6"><img class="img-fluid" src="https://picsum.photos/650/300?random3" alt="..." />
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<a href="https://milwaukeecybercheese.github.io/teams/programming">
<h4 class="text-white">Programming</h4>
</a>
<p class="mb-0 text-white-50">Another example of a project with its respective
description. These sections work well responsively as well, try this theme on a
small screen!</p>
<hr class="d-none d-lg-block mb-0 me-0" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact-->
<section class="contact-section bg-black" id="contactus">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Address</h4>
<hr class="my-4 mx-auto" />
<div class="small text-white-50">1444 N Water St, Milwaukee, WI 53202</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4 mx-auto" />
<div class="small text-black-50"><a href="mailto:TODO">[email protected]</a></div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fab fa-github text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Github</h4>
<hr class="my-4 mx-auto" />
<div class="small text-black-50"><a class="mx-2"
href="https://github.com/MilwaukeeCyberCheese">@MilwaukeeCyberCheese</a></div>
</div>
</div>
</div>
</div>
<div class="social d-flex justify-content-center">
<a class="mx-2" href="https://github.com/MilwaukeeCyberCheese"><i class="fab fa-github"></i></a>
<a class="mx-2" href="https://instagram.com/FRC_cybercheese"><i class="fab fa-instagram"></i></a>
<a class="mx-2" href="https://tiktok.com/@FRC_cybercheese"><i class="fab fa-tiktok"></i></a>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer bg-black small text-center text-white-50">
<div class="container px-4 px-lg-5">Copyright © Milwaukee Cyber Cheese 2022</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>