This repository was archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
113 lines (112 loc) · 4.72 KB
/
about.html
File metadata and controls
113 lines (112 loc) · 4.72 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
---
title: About Us
layout: default
---
<div class="container mt-5" style="margin-top: 0px!important">
<div class="container-fluid py-6">
<h1 class="display-6 fw-bold">About us</h1>
<h2 class="fw-bold mt-5">What is Westside Boilder Invasion?</h2>
<div class="row mt-3">
<div class="col-md-3">
<img class="" src="{{ 'images/Team_image_1.jpg' | relative_url }}" alt="Team image" style="max-width: 100%;" />
</div>
<div class="col-md">
<h5 class="mt-2">
Westside Boilder Invasion is the supporting organization for all of the FIRST Robotics programs within the West Lafayette Community School Corporation. For more than 2 decades, we've provided hands-on, mentor-guided experiences
for the 140+ students that participate in our programs each year. Our members work throughout the year by building robots, programming, and holding outreach events in the community to promote FIRST® robotics and STEAM education.
Our FIRST robotics team provides a place for students to develop skills for future careers in STEAM.
</h5>
</div>
</div>
<div class="row mt-3">
<div class="col-md">
<h5>
We meet at the old Happy Hollow school building, located at 1200 N Salisbury Street, West Lafayette IN 47906. Door #7, around the back of the building, is our main entrance. For larger events we will also open door #9, which is
closer to the Kingston Dr. drop off drive.
</h5>
</div>
<div class="col-md-3">
<img src="{{ 'images/ShopLocation.png' | relative_url }}" alt="Team image" style="max-width: 100%;" />
</div>
</div>
<hr class="mt-5" />
<h3 class="fw-bold mt-5">What do we do?</h3>
<div class="col-md">
<h5>
The FIRST® and WBI programs attract the interest of students in the fields of science and technology. These organizations affect everyone involved, including teachers, advisors, sponsors, and the community. While involvement in
FIRST requires a lot of work, the work pays back tenfold.
</h5>
<h5 class="mt-3">
Each January, FIRST® announces the rules for the year's game. The high school team members work with engineers, teachers, and college advisors to design and construct a robot to play the game. Constructing the robot is a difficult
task--each team gets merely six weeks to complete it, after which teams compete in regional and national competitions. Although the competition and the building of the robot take only a few weeks, Westside Boiler Invasion works
throughout the entire year.
</h5>
</div>
<hr class="mt-5" />
<h3 class="fw-bold mt-5">Library Projects</h3>
<div class="row mt-3">
<div class="col-sm mb-2">
<h5 class="mt-2">idk maybe some description of what we did</h5>
<a href="https://hs.wl.k12.in.us/helpful/4048-2023-24-code-of-conduct-docx/file" class="btn btn-success" target="_blank" style="background-color: #CA2F29; border: none;">
<i class="bi bi-file-earmark-ppt-fill"></i>
PDF 1
</a>
</div>
<div class="col-sm">
<h5 class="mt-2">idk maybe some more description of what we did</h5>
<a href="https://hs.wl.k12.in.us/helpful/4049-bell-schedules-all/file" class="btn btn-success" target="_blank" style="background-color: #CA2F29; border: none;">
<i class="bi bi-file-earmark-ppt-fill"></i>
PDF 2
</a>
</div>
</div>
<hr class="mt-5" />
<h3 class="fw-bold mt-5">Contact Us!</h3>
<div class="row">
<div class="col-sm">
<h4 class="mt-2">Mailing Address</h4>
<h6>
Westside Boiler Invasion<br />
PO Box 2734<br />
West Lafayette, IN 47996
</h6>
<h4 class="mt-3">Meeting Address</h4>
<h6>
1201 Cumberland Ave.<br />
Suite B100<br />
West Lafayette, IN 47906
</h6>
</div>
<div class="col-sm">
<h4 class="mt-3">Email</h4>
<h6>
Mentor Lead<br />
[brad@boilerinvasion.org]
</h6>
<h6 class="mt-4">
Donation and Sponsorship Lead<br />
[donate@boilerinvasion.org]
</h6>
<h6 class="mt-4">
Boosters Lead<br />
[boosters-president@boilerinvasion.org]
</h6>
</div>
<div class="col-sm">
<h4 class="mt-3">⠀</h4>
<h6>
Student Lead<br />
[president@boilerinvasion.org]
</h6>
<h6 class="mt-4">
Outreach Lead<br />
[outreach@bolierinvasion.org]
</h6>
<h6 class="mt-4">
Purdue First Lead<br />
[director@boilerinvasion.org]
</h6>
</div>
</div>
</div>
</div>