forked from frc1418/frc1418.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (80 loc) · 3.01 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
---
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
src="/images/FRC/Index.webp"
alt="The Team during the Tallahasse Regional season, 2024."
/>
{% include banners.html year=2024%}
<p>
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.
</p>
<br />
<a href="http://firstinspires.org/robotics/frc"
>FIRST Robotics Competition (FRC)
</a>
<!--<p><a href="outreach">Community Events</a>.</p>-->
<br />
<p>
If you'd like to help us with fundraising, please visit
<a href="sponsorship">this page</a>.
</p>
<p>
To see our competition schedule for this year, visit
<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>