-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
186 lines (177 loc) · 9.06 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Team 3748 Ragnarok Robotics</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="container">
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div>
<a class="navbar-brand" href="#"> <img id="team-logo" src="assets/images/team-logo.png" /></a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link text-white" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active text-warning" aria-current="page" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="first.html">FIRST</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="gallery.html">Gallery</a>
</li>
<li class="nav-item dropdown">
<button class="btn btn-dark dropdown-toggle" data-bs-toggle="dropdown"
aria-expanded="false">Sponsor Us!
</button>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a class="dropdown-item" href="sponsor-us.html">Sponsors</a></li>
<li><a class="dropdown-item" href="sponsorship-materials.html">Sponsorship
Materials</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="contact.html">Contact</a>
</li>
</ul>
</div>
<div> <a href="https://www.facebook.com/Team3748Ragnarok" target="_blank"> <i
class="fa-lg fa-facebook fab pe-3 mth-fg"></i> </a>
</div>
<div> <a href="https://www.instagram.com/frc3748/" target="_blank"> <i
class="fa-lg fa-instagram fab pe-3 mth-fg"></i>
</a>
</div>
</nav>
</header>
<main>
<div class="row">
<div class="col mt-4">
<h1>Our Team</h1>
</div>
</div>
<div class="row mb-5">
<div class="col-4">
<img class="img-fluid" src="assets/images/ragnarok_2014logo_hammertime_48inch_masterlogo.png" />
</div>
<div class="col">
<h5>
We are Team 3748, otherwise known as Ragnarok Robotics from Mt. Hebron
High
School in Ellicott City,
MD. As part of our
goal to expand STEM education and opportunity, we run the FIRST Robotics Competition (FRC).
</h5>
<h5>
Over the past 12 years, Team 3748, “Ragnarok Robotics” has steadily
grown from a small program to one of the largest and most successful in Howard
County and Maryland. The team began with a couple of students in 2013 and has
since grown into a program with over 40 members. Our accomplishments over the years include
</h5>
</div>
</div>
<div class="row">
<div class="col">
<h1>Our Accomplishments</h1>
<div class="row">
</div>
</div>
<div class="row">
<div class="col-md-5">
<img class="img-fluid" src="assets/images/McDonogh2019 (86).JPG" />
</div>
<div class="col ms-3">
<h3 d-flex justify-content-start>
➔ 1x World Championship Qualifier<br />
➔ 3x District Championship Qualifier<br />
➔ 2023 Alexandria, VA District Event Runner-up<br />
➔ 2022 Greater DC District Event Runner-up<br />
➔ 2019 Owings Mills, MD District Champion<br /></h3>
</div>
</div>
<div class="row">
<div class="col mt-4">
<h1>Our Mission</h1>
</div>
</div>
<div class="row mb-5">
<div class="col-4">
<div class="row">
<div class="col">
<img class="img-fluid" src="assets/images/about-1.jpg" />
<h2 class="d-flex justify-content-start">Engage</h2>
<h5>Give students hands-on experience in constructing robots they design themselves.
</h5>
</div>
</div>
</div>
<div class="col-4">
<div class="row">
<div class="col">
<img class="img-fluid" src="assets/images/originals/comp2.jpg" />
<h2 class="d-flex justify-content-start">Innovate</h2>
<h5>Allow students to apply and adapt the Engineering Design Process to real-life
scenarios
and
develop creative solutions
to problems.</h5>
</div>
</div>
</div>
<div class="col-4">
<div class="row">
<div class="col">
<img class="img-fluid" src="assets/images/originals/past-pit-2.png" />
<h2 class="d-flex justify-content-start">Grow</h2>
<h5>Give students hands-on experience in constructing robots they design themselves.
</h5>
</div>
</div>
</div>
</div>
</main>
<footer class="mt-5">
<div class="row mb-3 bg-dark">
<div class="col-md-8">
<div class="row">
<div class="col-3">
<a class="navbar-brand" href="#"> <img id="team-logo"
src="assets/images/mth-logo.png" /></a>
</div>
<div class="col d-flex align-items-center">
<h5 class="text-light">Mt. Hebron High School<br />
9440 Old Frederick Rd,<br />Ellicott City, MD 21042</h5>
</div>
</div>
</div>
<div class="col-md-4">
<div class="text-light school-info">Contact Us!<br />
<a href="mailto:nthragnarok@gmail.com">mthragnarok@gmail.com</a>
</div>
</div>
</div>
<div class="col">
<div class="copyright">Copyright © 2024 Team 3748 Ragnarok Robotics | Powered by Team 3748 Ragnarok
Robotics.</div>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>