Create .editorconfig and apply uniform code style

This commit is contained in:
John Studnicka 2024-05-04 02:19:57 -07:00 committed by Unknown
parent 2920e1e0d6
commit e2c3fe2cf7
14 changed files with 1594 additions and 1421 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
# Top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending and 4 space indents on every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

1
.gitignore vendored
View file

@ -1,2 +1 @@
Resources/facebook.png

View file

@ -19,7 +19,9 @@
<li class="nav-button" id="home-dropdown">
<a href="/index.html">Home</a>
<nav class="dropdown-content" id="home-dropdown-content">
<a class="first-dropdown" href="/index.html">Projects</a>
<a class="first-dropdown" href="/index.html"
>Projects</a
>
<a href="/index.html">Leaders</a>
</nav>
</li>
@ -42,8 +44,13 @@
<li class="nav-button" id="Accomplishments-dropdown">
<a href="/index.html">Accomplishments</a>
<nav class="dropdown-content" id="Accomplishments-dropdown-content">
<a class="first-dropdown" href="/Pages/Projects.html">Projects</a>
<nav
class="dropdown-content"
id="Accomplishments-dropdown-content"
>
<a class="first-dropdown" href="/Pages/Projects.html"
>Projects</a
>
<a href="/Pages/Awards.html">Awards</a>
</nav>
</li>
@ -52,18 +59,28 @@
<!-- Body -->
<div class="Title-Container">
<h1 class="page-title" style="width: 100%; text-align: center">Awards</h1>
<img src="/Resources/Icons/team-icon.png" id="TeamIcon" alt="Team Icon" />
<h1 class="page-title" style="width: 100%; text-align: center">
Awards
</h1>
<img
src="/Resources/Icons/team-icon.png"
id="TeamIcon"
alt="Team Icon"
/>
</div>
<div class="UnderConstruction">This section is under construction...</div>
<div class="UnderConstruction">
This section is under construction...
</div>
<!-- Footer -->
<section class="footer">
<div class="social-icons">
<ul>
<li>
<a href="https://www.facebook.com/Team1165" target="_blank"
<a
href="https://www.facebook.com/Team1165"
target="_blank"
><img src="/Resources/Facebook.png" alt="Facebook"
/></a>
</li>
@ -76,7 +93,9 @@
<a
href="https://www.instagram.com/teamparadise.1165"
target="_blank"
><img src="/Resources/Instagram.png" alt="Instagram"
><img
src="/Resources/Instagram.png"
alt="Instagram"
/></a>
</li>
<li>

View file

@ -19,7 +19,9 @@
<li class="nav-button" id="home-dropdown">
<a href="/index.html">Home</a>
<nav class="dropdown-content" id="home-dropdown-content">
<a class="first-dropdown" href="/index.html">Projects</a>
<a class="first-dropdown" href="/index.html"
>Projects</a
>
<a href="/index.html">Leaders</a>
</nav>
</li>
@ -42,8 +44,13 @@
<li class="nav-button" id="Accomplishments-dropdown">
<a href="/index.html">Accomplishments</a>
<nav class="dropdown-content" id="Accomplishments-dropdown-content">
<a class="first-dropdown" href="/Pages/Projects.html">Projects</a>
<nav
class="dropdown-content"
id="Accomplishments-dropdown-content"
>
<a class="first-dropdown" href="/Pages/Projects.html"
>Projects</a
>
<a href="/Pages/Awards.html">Awards</a>
</nav>
</li>
@ -52,7 +59,9 @@
<!-- Body -->
<div class="Title-Container">
<h1 class="page-title" style="width: 100%; text-align: center">Donate</h1>
<h1 class="page-title" style="width: 100%; text-align: center">
Donate
</h1>
<img
src="/Resources/Icons/Pencil-icon.png"
id="TeamIcon"
@ -60,7 +69,9 @@
/>
</div>
<div class="UnderConstruction">This section is under construction...</div>
<div class="UnderConstruction">
This section is under construction...
</div>
<!-- <div class="divider">
<hr />
@ -103,7 +114,9 @@
<div class="social-icons">
<ul>
<li>
<a href="https://www.facebook.com/Team1165" target="_blank"
<a
href="https://www.facebook.com/Team1165"
target="_blank"
><img src="/Resources/Facebook.png" alt="Facebook"
/></a>
</li>
@ -116,7 +129,9 @@
<a
href="https://www.instagram.com/teamparadise.1165"
target="_blank"
><img src="/Resources/Instagram.png" alt="Instagram"
><img
src="/Resources/Instagram.png"
alt="Instagram"
/></a>
</li>
<li>

View file

@ -19,7 +19,9 @@
<li class="nav-button" id="home-dropdown">
<a href="/index.html">Home</a>
<nav class="dropdown-content" id="home-dropdown-content">
<a class="first-dropdown" href="/index.html">Projects</a>
<a class="first-dropdown" href="/index.html"
>Projects</a
>
<a href="/index.html">Leaders</a>
</nav>
</li>
@ -42,8 +44,13 @@
<li class="nav-button" id="Accomplishments-dropdown">
<a href="/index.html">Accomplishments</a>
<nav class="dropdown-content" id="Accomplishments-dropdown-content">
<a class="first-dropdown" href="/Pages/Projects.html">Projects</a>
<nav
class="dropdown-content"
id="Accomplishments-dropdown-content"
>
<a class="first-dropdown" href="/Pages/Projects.html"
>Projects</a
>
<a href="/Pages/Awards.html">Awards</a>
</nav>
</li>
@ -55,17 +62,25 @@
<h1 class="page-title" style="width: 100%; text-align: center">
General Donation
</h1>
<img src="/Resources/Icons/team-icon.png" id="TeamIcon" alt="Team Icon" />
<img
src="/Resources/Icons/team-icon.png"
id="TeamIcon"
alt="Team Icon"
/>
</div>
<div class="UnderConstruction">This section is under construction...</div>
<div class="UnderConstruction">
This section is under construction...
</div>
<!-- Footer -->
<section class="footer">
<div class="social-icons">
<ul>
<li>
<a href="https://www.facebook.com/Team1165" target="_blank"
<a
href="https://www.facebook.com/Team1165"
target="_blank"
><img src="/Resources/Facebook.png" alt="Facebook"
/></a>
</li>
@ -78,7 +93,9 @@
<a
href="https://www.instagram.com/teamparadise.1165"
target="_blank"
><img src="/Resources/Instagram.png" alt="Instagram"
><img
src="/Resources/Instagram.png"
alt="Instagram"
/></a>
</li>
<li>

View file

@ -19,7 +19,9 @@
<li class="nav-button" id="home-dropdown">
<a href="/index.html">Home</a>
<nav class="dropdown-content" id="home-dropdown-content">
<a class="first-dropdown" href="/index.html">Projects</a>
<a class="first-dropdown" href="/index.html"
>Projects</a
>
<a href="/index.html">Leaders</a>
</nav>
</li>
@ -42,8 +44,13 @@
<li class="nav-button" id="Accomplishments-dropdown">
<a href="/index.html">Accomplishments</a>
<nav class="dropdown-content" id="Accomplishments-dropdown-content">
<a class="first-dropdown" href="/Pages/Projects.html">Projects</a>
<nav
class="dropdown-content"
id="Accomplishments-dropdown-content"
>
<a class="first-dropdown" href="/Pages/Projects.html"
>Projects</a
>
<a href="/Pages/Awards.html">Awards</a>
</nav>
</li>
@ -55,17 +62,25 @@
<h1 class="page-title" style="width: 100%; text-align: center">
Projects
</h1>
<img src="/Resources/Icons/team-icon.png" id="TeamIcon" alt="Team Icon" />
<img
src="/Resources/Icons/team-icon.png"
id="TeamIcon"
alt="Team Icon"
/>
</div>
<div class="UnderConstruction">This section is under construction...</div>
<div class="UnderConstruction">
This section is under construction...
</div>
<!-- Footer -->
<section class="footer">
<div class="social-icons">
<ul>
<li>
<a href="https://www.facebook.com/Team1165" target="_blank"
<a
href="https://www.facebook.com/Team1165"
target="_blank"
><img src="/Resources/Facebook.png" alt="Facebook"
/></a>
</li>
@ -78,7 +93,9 @@
<a
href="https://www.instagram.com/teamparadise.1165"
target="_blank"
><img src="/Resources/Instagram.png" alt="Instagram"
><img
src="/Resources/Instagram.png"
alt="Instagram"
/></a>
</li>
<li>

View file

@ -19,7 +19,9 @@
<li class="nav-button" id="home-dropdown">
<a href="/index.html">Home</a>
<nav class="dropdown-content" id="home-dropdown-content">
<a class="first-dropdown" href="/index.html">Projects</a>
<a class="first-dropdown" href="/index.html"
>Projects</a
>
<a href="/index.html">Leaders</a>
</nav>
</li>
@ -42,8 +44,13 @@
<li class="nav-button" id="Accomplishments-dropdown">
<a href="/index.html">Accomplishments</a>
<nav class="dropdown-content" id="Accomplishments-dropdown-content">
<a class="first-dropdown" href="/Pages/Projects.html">Projects</a>
<nav
class="dropdown-content"
id="Accomplishments-dropdown-content"
>
<a class="first-dropdown" href="/Pages/Projects.html"
>Projects</a
>
<a href="/Pages/Awards.html">Awards</a>
</nav>
</li>
@ -52,18 +59,28 @@
<!-- Body -->
<div class="Title-Container">
<h1 class="page-title" style="width: 100%; text-align: center">Shop</h1>
<img src="/Resources/Icons/team-icon.png" id="TeamIcon" alt="Team Icon" />
<h1 class="page-title" style="width: 100%; text-align: center">
Shop
</h1>
<img
src="/Resources/Icons/team-icon.png"
id="TeamIcon"
alt="Team Icon"
/>
</div>
<div class="UnderConstruction">This section is under construction...</div>
<div class="UnderConstruction">
This section is under construction...
</div>
<!-- Footer -->
<section class="footer">
<div class="social-icons">
<ul>
<li>
<a href="https://www.facebook.com/Team1165" target="_blank"
<a
href="https://www.facebook.com/Team1165"
target="_blank"
><img src="/Resources/Facebook.png" alt="Facebook"
/></a>
</li>
@ -76,7 +93,9 @@
<a
href="https://www.instagram.com/teamparadise.1165"
target="_blank"
><img src="/Resources/Instagram.png" alt="Instagram"
><img
src="/Resources/Instagram.png"
alt="Instagram"
/></a>
</li>
<li>

View file

@ -19,7 +19,9 @@
<li class="nav-button" id="home-dropdown">
<a href="/index.html">Home</a>
<nav class="dropdown-content" id="home-dropdown-content">
<a class="first-dropdown" href="/index.html">Projects</a>
<a class="first-dropdown" href="/index.html"
>Projects</a
>
<a href="/index.html">Leaders</a>
</nav>
</li>
@ -42,8 +44,13 @@
<li class="nav-button" id="Accomplishments-dropdown">
<a href="/index.html">Accomplishments</a>
<nav class="dropdown-content" id="Accomplishments-dropdown-content">
<a class="first-dropdown" href="/Pages/Projects.html">Projects</a>
<nav
class="dropdown-content"
id="Accomplishments-dropdown-content"
>
<a class="first-dropdown" href="/Pages/Projects.html"
>Projects</a
>
<a href="/Pages/Awards.html">Awards</a>
</nav>
</li>
@ -55,17 +62,25 @@
<h1 class="page-title" style="width: 100%; text-align: center">
Tax Credit
</h1>
<img src="/Resources/Icons/team-icon.png" id="TeamIcon" alt="Team Icon" />
<img
src="/Resources/Icons/team-icon.png"
id="TeamIcon"
alt="Team Icon"
/>
</div>
<div class="UnderConstruction">This section is under construction...</div>
<div class="UnderConstruction">
This section is under construction...
</div>
<!-- Footer -->
<section class="footer">
<div class="social-icons">
<ul>
<li>
<a href="https://www.facebook.com/Team1165" target="_blank"
<a
href="https://www.facebook.com/Team1165"
target="_blank"
><img src="/Resources/Facebook.png" alt="Facebook"
/></a>
</li>
@ -78,7 +93,9 @@
<a
href="https://www.instagram.com/teamparadise.1165"
target="_blank"
><img src="/Resources/Instagram.png" alt="Instagram"
><img
src="/Resources/Instagram.png"
alt="Instagram"
/></a>
</li>
<li>

View file

@ -19,7 +19,9 @@
<li class="nav-button" id="home-dropdown">
<a href="/index.html">Home</a>
<nav class="dropdown-content" id="home-dropdown-content">
<a class="first-dropdown" href="/index.html">Projects</a>
<a class="first-dropdown" href="/index.html"
>Projects</a
>
<a href="/index.html">Leaders</a>
</nav>
</li>
@ -42,8 +44,13 @@
<li class="nav-button" id="Accomplishments-dropdown">
<a href="/index.html">Accomplishments</a>
<nav class="dropdown-content" id="Accomplishments-dropdown-content">
<a class="first-dropdown" href="/Pages/Projects.html">Projects</a>
<nav
class="dropdown-content"
id="Accomplishments-dropdown-content"
>
<a class="first-dropdown" href="/Pages/Projects.html"
>Projects</a
>
<a href="/Pages/Awards.html">Awards</a>
</nav>
</li>
@ -55,7 +62,11 @@
<h1 class="page-title" style="width: 100%; text-align: center">
Calendar
</h1>
<img src="/Resources/Icons/calendar.png" id="TeamIcon" alt="Team Icon" />
<img
src="/Resources/Icons/calendar.png"
id="TeamIcon"
alt="Team Icon"
/>
</div>
<div
style="
@ -81,7 +92,9 @@
<div class="social-icons">
<ul>
<li>
<a href="https://www.facebook.com/Team1165" target="_blank"
<a
href="https://www.facebook.com/Team1165"
target="_blank"
><img src="/Resources/Facebook.png" alt="Facebook"
/></a>
</li>
@ -94,7 +107,9 @@
<a
href="https://www.instagram.com/teamparadise.1165"
target="_blank"
><img src="/Resources/Instagram.png" alt="Instagram"
><img
src="/Resources/Instagram.png"
alt="Instagram"
/></a>
</li>
<li>

View file

@ -19,7 +19,9 @@
<li class="nav-button" id="home-dropdown">
<a href="/index.html">Home</a>
<nav class="dropdown-content" id="home-dropdown-content">
<a class="first-dropdown" href="/index.html">Projects</a>
<a class="first-dropdown" href="/index.html"
>Projects</a
>
<a href="/index.html">Leaders</a>
</nav>
</li>
@ -42,8 +44,13 @@
<li class="nav-button" id="Accomplishments-dropdown">
<a href="/index.html">Accomplishments</a>
<nav class="dropdown-content" id="Accomplishments-dropdown-content">
<a class="first-dropdown" href="/Pages/Projects.html">Projects</a>
<nav
class="dropdown-content"
id="Accomplishments-dropdown-content"
>
<a class="first-dropdown" href="/Pages/Projects.html"
>Projects</a
>
<a href="/Pages/Awards.html">Awards</a>
</nav>
</li>
@ -118,7 +125,9 @@
<div class="sponsor-detail">
•Separate Banner in our Pit with Company Name and Logo
</div>
<div class="sponsor-detail">•Video Shoutout on our Social Media</div>
<div class="sponsor-detail">
•Video Shoutout on our Social Media
</div>
<div class="sponsor-detail">•Platinum Tier Benefits</div>
</div>
<br />
@ -133,11 +142,13 @@
<div class="sponsor-amount">$5,000-$9,999</div>
<div class="sponsor-detail">
•Robot Demonstration at Company (pending Sponsor request and team
availability)
•Robot Demonstration at Company (pending Sponsor request and
team availability)
</div>
<div class="sponsor-detail">•Name and Logo on Workbench</div>
<div class="sponsor-detail">•Name and Logo on Competition Robot</div>
<div class="sponsor-detail">
•Name and Logo on Competition Robot
</div>
<div class="sponsor-detail">
•Monthly Video Call with Students to talk about STEM
</div>
@ -153,7 +164,9 @@
Gold Sponsor
</h2>
<div class="sponsor-amount">$1,500-$4,999</div>
<div class="sponsor-detail">•Name and Logo Displayed in Pit</div>
<div class="sponsor-detail">
•Name and Logo Displayed in Pit
</div>
<div class="sponsor-detail">•Name and Logo on Shirts</div>
<div class="sponsor-detail">
•Name listed on team registration papers
@ -170,9 +183,15 @@
Silver Sponsor
</h2>
<div class="sponsor-amount">$500-$1,499</div>
<div class="sponsor-detail">•Name and Logo on Monthly Newsletter</div>
<div class="sponsor-detail">•Name, Logo, and Link on Website</div>
<div class="sponsor-detail">•Name and Logo Displayed in Pit</div>
<div class="sponsor-detail">
•Name and Logo on Monthly Newsletter
</div>
<div class="sponsor-detail">
•Name, Logo, and Link on Website
</div>
<div class="sponsor-detail">
•Name and Logo Displayed in Pit
</div>
<div class="sponsor-detail">•Bronze Tier Benefits</div>
</div>
<br />
@ -186,7 +205,9 @@
</h2>
<div class="sponsor-amount"><$499</div>
<div class="sponsor-detail">•Social Media Shout Out</div>
<div class="sponsor-detail">•Recieve Our Monthly Newsletter</div>
<div class="sponsor-detail">
•Recieve Our Monthly Newsletter
</div>
</div>
<br />
</div>
@ -196,7 +217,9 @@
<div class="social-icons">
<ul>
<li>
<a href="https://www.facebook.com/Team1165" target="_blank"
<a
href="https://www.facebook.com/Team1165"
target="_blank"
><img src="/Resources/Facebook.png" alt="Facebook"
/></a>
</li>
@ -209,7 +232,9 @@
<a
href="https://www.instagram.com/teamparadise.1165"
target="_blank"
><img src="/Resources/Instagram.png" alt="Instagram"
><img
src="/Resources/Instagram.png"
alt="Instagram"
/></a>
</li>
<li>

View file

@ -57,8 +57,7 @@ body {
#nav-bar ul li {
display: inline-block;
}
#nav-bar ul li a,
#nav-bar ul li span {
#nav-bar ul li a {
display: block;
padding: 15px;
text-decoration: none;
@ -257,8 +256,9 @@ main {
}
.text-image-chunk p {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif;
}
/* Leaders */
@ -307,7 +307,7 @@ main {
#mentors-1 ul,
#captains ul {
grid-template-columns: repeat(2, 1fr); /* 3 columns */
grid-template-columns: repeat(2, 1fr); /* 2 columns */
}
/* Footer */

View file

@ -20,7 +20,9 @@
<li class="nav-button" id="home-dropdown">
<a href="/index.html">Home</a>
<nav class="dropdown-content" id="home-dropdown-content">
<a class="first-dropdown" href="/index.html">Projects</a>
<a class="first-dropdown" href="/index.html"
>Projects</a
>
<a href="/index.html">Leaders</a>
</nav>
</li>
@ -43,8 +45,13 @@
<li class="nav-button" id="Accomplishments-dropdown">
<a href="/index.html">Accomplishments</a>
<nav class="dropdown-content" id="Accomplishments-dropdown-content">
<a class="first-dropdown" href="/Pages/Projects.html">Projects</a>
<nav
class="dropdown-content"
id="Accomplishments-dropdown-content"
>
<a class="first-dropdown" href="/Pages/Projects.html"
>Projects</a
>
<a href="/Pages/Awards.html">Awards</a>
</nav>
</li>
@ -82,19 +89,23 @@
alt="Team Picture"
/>
<div id="about-us-text">
Our team's annual goal is to assemble a team of energetic
students that bring academic lessons to bear in a robotics
competition. We are part of the FIRST organization (For
Inspiration and Recognition of Science and Technolgy) and
participate in FIRST Robotics Competitions (FRC).
Our team's annual goal is to assemble a team of
energetic students that bring academic lessons
to bear in a robotics competition. We are part
of the FIRST organization (For Inspiration and
Recognition of Science and Technolgy) and
participate in FIRST Robotics Competitions
(FRC).
<br />
<br />
FRC combines the excitement of sport with the rigors of science
and technology. Under strict rules, limited resources, and tight
time limits, teams of high school students are challenged to
build and program a robot to perform prescribed tasks against a
field of competitors, raise funds, design a team "brand", and
hone teamwork skills.
FRC combines the excitement of sport with the
rigors of science and technology. Under strict
rules, limited resources, and tight time limits,
teams of high school students are challenged to
build and program a robot to perform prescribed
tasks against a field of competitors, raise
funds, design a team "brand", and hone teamwork
skills.
</div>
</section>
</section>
@ -106,13 +117,13 @@
</header>
<section class="text-image-chunk" id="Rhino-2024">
<p id="projects">
For the 2024 FRC CRESCENDO Season, Team Paradise built "The
Rhino".<br /><br />
For the 2024 FRC CRESCENDO Season, Team Paradise
built "The Rhino".<br /><br />
Hueneme Port (California)<br />
AZ Valley - Gracious Professionalism Award Winner, Alliance
Captain<br />
AZ East - Gracious Professionalism Award Winner, 1st pick of 6th
Seed Alliance.<br />
AZ Valley - Gracious Professionalism Award
Winner, Alliance Captain<br />
AZ East - Gracious Professionalism Award Winner,
1st pick of 6th Seed Alliance.<br />
</p>
<img
src="/Resources/Rhino-2024.jpg"
@ -258,20 +269,30 @@
<div class="social-icons">
<ul>
<li>
<a href="https://www.facebook.com/Team1165" target="_blank"
><img src="/Resources/Facebook.png" alt="Facebook"
<a
href="https://www.facebook.com/Team1165"
target="_blank"
><img
src="/Resources/Facebook.png"
alt="Facebook"
/></a>
</li>
<li>
<a href="mailto:team1165@gmail.com" target="_blank"
><img src="/Resources/Gmail Logo.png" alt="Gmail"
<a
href="mailto:team1165@gmail.com"
target="_blank"
><img
src="/Resources/Gmail Logo.png"
alt="Gmail"
/></a>
</li>
<li>
<a
href="https://www.instagram.com/teamparadise.1165"
target="_blank"
><img src="/Resources/Instagram.png" alt="Instagram"
><img
src="/Resources/Instagram.png"
alt="Instagram"
/></a>
</li>
<li>