forked from frc1418/frc1418.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (107 loc) · 4.96 KB
/
index.html
File metadata and controls
111 lines (107 loc) · 4.96 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
---
layout: default
title: Hello World!
stylesheets:
- banners
- index
scripts:
- index
description:
---
<div class="bg"></div>
<div class="video-ext-container">
<div class="video-container">
<!-- This video's src is added by JavaScript.
That way it won't load the extra data on a mobile device.
The muted attribute must be included despite the video having no sound.
Otherwise Safari will report that the page is playing audio. -->
<video src autoplay loop muted></video>
</div>
</div>
<div class="jumbotron">
<h1 id="welcome">LIGHT IT UP</h1>
<span></span>
</div>
<main>
<hr />
<div>
<img style="margin-bottom: 10%;"
src="/images/FRC/Index.webp"
alt="The Team during the Tallahasse Regional season, 2024."
/>
{% include banners.html year=2024%}
<p style="font-size: large;">
<!--We are LED Robotics 6722, a passionate FIRST Robotics Competition
(FRC) and VEX team based in Pasco County, Florida. Our dynamic group
integrates engineering, programming, and teamwork to design and
build innovative robots that tackle unique challenges each season.
Beyond our technical pursuits, we are actively engaged in our
community through events like Geared for Girls, which encourages
young women to explore STEM careers, and the Trinity Farmers Market,
where we share our enthusiasm for robotics with local residents.
Additionally, we reach out to surrounding teams entering FRC,
providing mentorship and support to help them navigate their own
robotics journeys. Through our commitment to collaboration and
community involvement, we strive to inspire others and foster a love
for technology and teamwork.-->
We are LED Robotics, Team 6722, a non-profit team of passionate engineers
from Pasco County, Florida. We take part in both VEX competitions as well as the
FIRST Robotics Competition. By training high school students in the fields of
engineering such as designing, building, electrical and programming, we create
unique robot designs to compete in each season's new engineering
challenges and competitions. Beyond just the competition, we work alongside
our local community through our Geared for Girls program, a way for us to
inspire young women to join the STEM field. We make visits to
the Trinity Farmers Market and similar markets to help inspire and teach children
about how robots work. As a local team, we support
those around us through mentoring and support - both on and off the field.
With our reliance on FIRST values, Gracious Professionalism, and Coopertiton,
we hope to assist and inspire our <!--</p> <p style="margin-left: 51.5%;font-size: large;">-->community to make technology, robotics and
engineering more accessible to anyone who wants to learn.
</p>
<br />
<i style="margin-left: 56.5%;font-size: large;">
- Jacob Fonseca, President of LED Robotics
</i>
<br />
<br />
<a href="http://firstinspires.org/robotics/frc" style="margin-left: 51.5%;"
>FIRST Robotics Competition (FRC)
</a>
<!--<p><a href="outreach">Community Events</a>.</p>-->
<br />
<p style="margin-left: 51.5%;font-size: large;">
If you'd like to help us with fundraising, please visit
<a href="sponsorship">this page</a>.
</p>
<br />
<p style="margin-left: 51.5%;font-size: large;">
To see our competition schedule for this year, visit
<a href="https://www.thebluealliance.com/team/6722">this page</a>.
<br />
<br />
<p style="margin-left: 51.5%;font-size: large;">
We are a non-profit organization out of New Port Richey that specializes
in VEX and FIRST Robotics Competitions. If you would like to join the team,
email us at ledrobotics6722@gmail.com.
<a href="https://www.thebluealliance.com/team/6722">this page</a>.
</p>
</div>
<hr />
<div>
<h1>LeD Upcoming events</h1>
<div class="responsive-iframe-container">
<iframe
src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=America%2FNew_York&showPrint=0&showTitle=0&showCalendars=0&mode=AGENDA&src=bC5lLmQucm9ib3RpY3MuNjcyMkBnbWFpbC5jb20&src=YWRkcmVzc2Jvb2sjY29udGFjdHNAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&color=%2333B679&color=%234285F4"
style="border: 8px solid #27f525"
width="800"
height="800"
frameborder="0"
scrolling="yes"
>
</iframe>
</div>
</div>
<hr />
<div></div>
</main>