-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimpact.html
More file actions
183 lines (161 loc) · 4.8 KB
/
impact.html
File metadata and controls
183 lines (161 loc) · 4.8 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
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
---
layout: default
title: FORGE 4421 Impact
logo: forge
---
<style>
body {
background-color: #2f2f2f;
color: #fff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
}
header,
footer {
background-color: #1f1f1f;
padding: 1rem 2rem;
text-align: center;
}
.banner {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
font-family: 'Orbitron', sans-serif;
color: #ff4a4a;
font-size: 1.6rem;
font-weight: bold;
}
.banner img {
height: 50px;
}
.impact-hero {
background: radial-gradient(circle at top left, #ff4a4a, #2f2f2f);
padding: 60px 20px;
text-align: center;
color: #fff;
}
.impact-hero h1 {
font-size: 3.5rem;
margin-bottom: 15px;
font-family: 'Orbitron', sans-serif;
}
.impact-hero p {
font-size: 1.2rem;
max-width: 800px;
margin: 0 auto;
color: #ddd;
}
.impact-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
padding: 40px 10%;
align-items: center;
}
.impact-section:nth-child(even) {
background: #1c1c1c;
}
.impact-text {
color: #eee;
line-height: 1.6;
}
.impact-text h2 {
color: #ff4a4a;
font-size: 2rem;
margin-bottom: 15px;
}
.impact-text p {
font-size: 1rem;
}
.impact-img img {
width: 100%;
border-radius: 16px;
box-shadow: 0 0 20px rgba(255, 74, 74, 0.3);
}
.quote-box {
background: #111;
padding: 40px 20px;
text-align: center;
font-style: italic;
color: #ccc;
font-size: 1.2rem;
}
.quote-box span {
display: block;
margin-top: 15px;
font-weight: bold;
color: #ff4a4a;
}
@media (max-width: 768px) {
.impact-section {
grid-template-columns: 1fr;
padding: 30px 5%;
}
}
footer p {
margin: 0.5rem 0;
font-size: 0.9rem;
color: #bbb;
}
</style>
<section class="impact-hero">
<h1>Making an Impact in Calgary and Beyond</h1>
<p>FORGE Robotics 4421 is dedicated to more than just building robots—we build a better future through STEM advocacy,
accessibility, and sustainable innovation.</p>
</section>
<section class="impact-section">
<div class="impact-img">
<img src="impact pics/img_6771.jpeg" alt="Outreach events photo">
</div>
<div class="impact-text">
<h2>Reaching Over 800,000 Calgarians</h2>
<p>Through CTV interviews, Beakerhead exhibitions, cultural centre showcases, and local festivals, we’ve brought
FIRST to over half of Calgary's population. Our mission is simple: make robotics familiar, fun, and accessible to
everyone.</p>
</div>
</section>
<section class="impact-section">
<div class="impact-text">
<h2>Expanding Access Through Camps and Partnerships</h2>
<p>FORGE is committed to making STEM accessible for every community. We’ve run engaging summer camps that spark
curiosity in robotics and coding. This year, we’re proud to partner with <strong>IndigiTEAM</strong> to deliver a
camp tailored for Indigenous families, ensuring representation and inclusion in STEM education.</p>
<p>With support from <strong>FIRST Canada</strong> grants, these programs are funded and sustainable, giving more
youth the opportunity to discover their potential through innovation and teamwork.</p>
</div>
<div class="impact-img">
<img src="impact pics/Screen Shot 2025-09-25 at 11.42.50 PM.png" alt="Summer camp robotics activity">
</div>
</section>
<section class="impact-section">
<div class="impact-img">
<img src="impact pics/IMG_1899.jpg" alt="Toy adaptation photo">
</div>
<div class="impact-text">
<h2>Adapting Toys for Kids With Disabilities</h2>
<p>We partnered with Renfrew Educational Services to adapt over 48 toys, saving families $7,000–10,000. Using basic
engineering skills, 3D printing, and soldering, we made playtime more inclusive and joyful.</p>
</div>
</section>
<section class="impact-section">
<div class="impact-text">
<h2>Systems Change Through Advocacy</h2>
<p>In 2024, we co-wrote and submitted a report proposing a universal points system to FIRST HQ, the Advisory Board,
and Colin Fultz. Now, it's influencing policy changes for 87,000 students worldwide starting in 2026.</p>
</div>
<div class="impact-img">
<img src="impact pics/IMG_5680.png" alt="Team presenting">
</div>
</section>
<section class="impact-section">
<div class="impact-img">
<img src="impact pics/unnamed copy.jpeg" alt="Girls in STEM">
</div>
<div class="impact-text">
<h2>Championing Girls in STEM</h2>
<p>From training female mentors to leading all-girls coding camps and CNC workshops, FORGE is actively working to
reduce gender gaps in engineering and robotics through inclusion and empowerment.</p>
</div>
</section>