Skip to content

Commit

Permalink
update team page
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshawhaat committed Aug 2, 2023
1 parent a2a148d commit 9cf0367
Show file tree
Hide file tree
Showing 11 changed files with 78 additions and 88 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<br><center>Robotics</center>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Contact Info</a>
</li>
</ul>
</div>
</nav>
Expand All @@ -33,7 +36,7 @@ <h1> Belton TSA + Robotics </h1>
<p> <i>Home of the CyberPirates</i> </p>
</div>
<center><div class="goldtextdiv">
<p> The Belton School District is home to the FTC Robotics teams 13737 and 13399, both called The Belton CyberPirates, and our very own TSA chapter. To learn more about either TSA or Robotics, click on one of the icons on the top left of this page. If you are interested in joining our team, you can contact us with the following information, or come to Yoekum from 3-5 on Tuesday through Thursday </p>
<p> The Belton School District is home to the FTC Robotics teams 13737 and 13399, both called The Belton CyberPirates, and our very own TSA chapter. To learn more about either TSA or Robotics, click on one of the icons on the top left of this page. If you are interested in joining our team, you can contact us <a href="team.html">here</a>, or come to Yoekum from 3-5 on Tuesday through Thursday </p>
</div></center>
</body>
</html>
23 changes: 4 additions & 19 deletions robotics/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,10 @@
<h1> Belton Cyber Pirates </h1>
<p> About the CyberPirates: </p>
</div>

<p class="goldtext"><i>
The Belton Cyber Pirates are a pair of teams consisting of high school and middle school students from the Belton School District in Missouri.
</i></p>
<div class="team-description">
<h2 class="darkgold">
13737
</h2>
<p class="goldtext">
The 13737 Belton Cyber Pirates’ rookie year was 2015. The current team consists of 3 freshmen and a sophomore, a mix of experienced and new members . We are a group of hard-working individuals who are passionate about coding, engineering, and robotics. We host robotics competitions and scrimmages at our Innovation Center and participate in a variety of local events to spread awareness of robotics.
</p>
</div>
<div class="team-description">
<h2 class="darkgold">
13399
</h2>
<p class="goldtext">

</p>
<div class="goldtext">
<p><i> The Belton Cyber Pirates are a pair of teams consisting of high school and middle school students from the Belton School District in Missouri.
The Belton Cyber Pirates’ rookie year in FTC was 2015. Before we moved to FTC, we were in Vex Robotics, but we switched when we got a new advisor. </i></p>
<img src="imgs/drawing.png" alt="cyberpirates-logo" width="60rem">
</div>
</body>
</html>
Binary file added robotics/imgs/13399_practicing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added robotics/imgs/13737_looking_at_bot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added robotics/imgs/13737_match_prep.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added robotics/imgs/finals_mid-game.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added robotics/imgs/finals_post-match.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added robotics/imgs/winning_alliance.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion robotics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team Information</a>
<a class="nav-link" href="../team.html">Team Information</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="scouting.html">Scouting</a>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
background-color: hsl(275, 50%, 45%) !important;
}
link{
color: hsl(282, 54%, 36%);
color: hsl(282, 54%, 36%) !important;
}
134 changes: 68 additions & 66 deletions robotics/team.html → team.html
Original file line number Diff line number Diff line change
@@ -1,66 +1,68 @@
<html>
<head>
<title>
Belton CyberPirates
</title>
<link rel="stylesheet" href="../style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="/" style="width: 4.5rem;"><img src="imgs/drawing.png" alt="cyberpirates-logo" width="60rem"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
</ul>
</div>
</div>
</nav>

<div class="p-4 shadow-4 rounded-3 title" >
<h1> Belton Cyber Pirates </h1>
<p> Team Information: </p>
</div>

<div class="team-text">
<h2 class=bold>
Interested in Joining?
</h2>
<p>We are always looking for new members to join our robotics group. The age range for our high school team is 7th to 12th grade, but don't worry!
We are planning to have an elementary team for First Lego League, so look out for more information about that! Whether you are interested in building,
coding, CAD, notebooking, or driving, everyone can have a place in robotics. If you are in the Belton School District and want to check it out, you can
contact us using the information below.</p>
<!-- breaks dont show up on the site w/o <br> tag -->
<br>
<h2 class=bold>
Contact Info
</h2>
<br>
<h4>
Mr. Civitello, Advisor of The Belton CyberPirates
</h4>
<p><a href="mailto:ncivitello@bsd124.org">ncivitello@bsd124.org</a></p>
<br>
<h4>
Alan, A Lead Coder for 13737
</h4>
<p><a href="mailto:alan.dall@students.bsd124.org">alan.dall@students.bsd124.org</a></p>
<br>
<h4>
Elijah, A coach for 13737
</h4>
<p><a href="mailto:elijah.gray@students.bsd124.org">elijah.gray@students.bsd124.org</a></p>

<h4>Other members include:<br>Tucker<br>Mario<br>Jace<br>Brookelyn<br>Alastair<br>James</h4>
</div>
<!--<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSceejv2OpxFsnQlaHAMkm19a_cvVqlkRzJNjiF4VkGtTB-dyg/viewform?embedded=true" width="640" height="707" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>-->
</body>
</html>
<html>
<head>
<title>
Belton CyberPirates
</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="navbar-brand" href="tsa/" style="width: 5rem;">
<img src="tsa/imgs/tsa-logo.png" alt="tsa logo" width="80rem">
<br><center>TSA</center>
</a>
</li>
<li class="nav-item">
<a class="navbar-brand" href="robotics/" style="width: 5rem;">
<img src="robotics/imgs/drawing.png" alt="robot logo" width="60rem">
<br><center>Robotics</center>
</a>
</li>
</ul>
</div>
</nav>

<div class="p-4 shadow-4 rounded-3 title" >
<h1> Belton TSA + Robotics </h1>
<p> Contact Information: </p>
</div>

<div class="goldtext">
<h2 class=bold>
Interested in Joining?
</h2>
<p> We are always looking for new members to join our TSA and Robotics groups. Anyone can come check out TSA and Robotics, but the age range to join is 7th to 12th grade.
However, we do plan to have an elementary robotics team for First Lego League, so look out for more information about that! If you are in the Belton School District and
want to check it out, you can contact us using the information below. We typically meet at Yoekum after school until 5 every Tuesday, Wednesday, and Thursday.</p>
<!-- new lines dont show up on the site w/o <br> tag -->
<br>
<h2 class=bold>
Contact Info
</h2>
<br>
<h4>
Mr. Civitello, Advisor of TSA And Robotics
</h4>
<p><a href="mailto:ncivitello@bsd124.org">ncivitello@bsd124.org</a></p>
<br>
<h4>
Alan, A Coder On The Robotics Tean
</h4>
<p><a href="mailto:alan.dall@students.bsd124.org">alan.dall@students.bsd124.org</a></p>
<br>
<h4>
Elijah, A Coach For The Robotics Team
</h4>
<p><a href="mailto:elijah.gray@students.bsd124.org">elijah.gray@students.bsd124.org</a></p>

<h4>Other members include:<br>Tucker<br>Mario<br>Jace<br>Brookelyn<br>Alastair<br>James</h4>
</div>
<!--<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSceejv2OpxFsnQlaHAMkm19a_cvVqlkRzJNjiF4VkGtTB-dyg/viewform?embedded=true" width="640" height="707" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>-->
</body>
</html>

0 comments on commit 9cf0367

Please sign in to comment.