Skip to content

Commit

Permalink
Fall 2024 Updates (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwooll94 authored Aug 6, 2024
1 parent db408a5 commit dd1bc5c
Show file tree
Hide file tree
Showing 31 changed files with 136 additions and 224 deletions.
12 changes: 4 additions & 8 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@
<!-- Add Firebase products that you want to use -->
<script src="https://www.gstatic.com/firebasejs/7.6.1/firebase-auth.js"></script>

<!-- Fixednav -->
<div class="fixedbar">
<span class="pancakes" style="font-size:30px;cursor:pointer;color:white;padding-left:15px;margin-top:2px;float:left;" onclick="openNav()"></span>
<a href="home.html" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
<a href="login.html" class="login_pic-nav" id="login_pic-nav"><img src="pictures/login-512.png" height="30px" width="30px"></a>
<input class="navbar-user" type="image" src="pictures/account-logout-512.png" height="30px" width="30px" id="btnLogOut" />
<a href="user_details.html" class="navbar-user" id="navbar-user"><img src="pictures/user-3-512.png" height="30px" width="30px"></a>
<a class="login-nav" id="login-nav" href="login.html">Login</a>
<a href="#" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
</div>

<!-- Sidenav -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="index.html">Home</a>
Expand All @@ -36,8 +33,7 @@
<a href="sponsors.html">Sponsors</a>
<a href="demo.html">Request a Demo</a>
<a href="resources.html">Resources</a>
<a href="blog.html">Blog</a>
<a href="registration.html">Registration</a>
<a href="registration.html">Join Our Team</a>
<a href="about.html" style="overflow:hidden;white-space: nowrap;">About Us</a>
<!-- <a href="newsletters.html">Newsletters</a> -->
</div>
Expand Down
41 changes: 18 additions & 23 deletions public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,24 @@
<script src="https://www.gstatic.com/firebasejs/6.6.1/firebase-auth.js"></script>
<!-- Firebase config file for the console -->
<script src="src/firebase_config.js"></script>
<!-- Fixednav -->
<div class="fixedbar">
<span class="pancakes" style="font-size:30px;cursor:pointer;color:white;padding-left:15px;margin-top:2px;float:left;" onclick="openNav()"></span>
<a href="index.html" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
<a href="login.html" class="login_pic-nav" id="login_pic-nav"><img src="pictures/login-512.png" height="30px" width="30px"></a>
<input class="navbar-user" type="image" src="pictures/account-logout-512.png" height="30px" width="30px" id="btnLogOut" />
<a href="user_details.html" class="navbar-user" id="navbar-user"><img src="pictures/user-3-512.png" height="30px" width="30px"></a>
<a class="login-nav" id="login-nav" href="login.html">Login</a>
</div>
<!-- Sidenav -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="index.html">Home</a>
<a href="history-page.html">History & Robots</a>
<a href="awards-page.html">Awards</a>
<a href="sponsors.html">Sponsors</a>
<a href="demo.html">Request a Demo</a>
<a href="resources.html">Resources</a>
<a href="blog.html">Blog</a>
<a href="registration.html">Registration</a>
<a href="about.html" style="overflow:hidden;white-space: nowrap;">About Us</a>
<!-- <a href="newsletters.html">Newsletters</a> -->
</div>
<!-- Fixednav -->
<div class="fixedbar">
<span class="pancakes" style="font-size:30px;cursor:pointer;color:white;padding-left:15px;margin-top:2px;float:left;" onclick="openNav()"></span>
<a href="#" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
</div>
<!-- Sidenav -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="index.html">Home</a>
<a href="history-page.html">History & Robots</a>
<a href="awards-page.html">Awards</a>
<a href="sponsors.html">Sponsors</a>
<a href="demo.html">Request a Demo</a>
<a href="resources.html">Resources</a>
<a href="registration.html">Join Our Team</a>
<a href="about.html" style="overflow:hidden;white-space: nowrap;">About Us</a>
<!-- <a href="newsletters.html">Newsletters</a> -->
</div>
<h1 style="margin-top:100px;">About Us</h1>
<h2 style="font-family:sans-serif;text-align:center;">We are FIRST Robotics Competition Team 1806</h2>
<h2 style="font-family:sans-serif;text-align:center;">S.W.A.T. stands for Smithville Warriors Advancing Technology</h2>
Expand Down
9 changes: 2 additions & 7 deletions public/admin-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
<!-- Fixednav -->
<div class="fixedbar">
<span class="pancakes" style="font-size:30px;cursor:pointer;color:white;padding-left:15px;margin-top:2px;float:left;" onclick="openNav()"></span>
<a href="index.html" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
<a href="login.html" class="login_pic-nav" id="login_pic-nav"><img src="pictures/login-512.png" height="30px" width="30px"></a>
<input class="navbar-user" type="image" src="pictures/account-logout-512.png" height="30px" width="30px" id="btnLogOut" />
<a href="user_details.html" class="navbar-user" id="navbar-user"><img src="pictures/user-3-512.png" height="30px" width="30px"></a>
<a class="login-nav" id="login-nav" href="login.html">Login</a>
<a href="#" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
</div>
<!-- Sidenav -->
<div id="mySidenav" class="sidenav">
Expand All @@ -43,8 +39,7 @@
<a href="sponsors.html">Sponsors</a>
<a href="demo.html">Request a Demo</a>
<a href="resources.html">Resources</a>
<a href="blog.html">Blog</a>
<a href="registration.html">Registration</a>
<a href="registration.html">Join Our Team</a>
<a href="about.html" style="overflow:hidden;white-space: nowrap;">About Us</a>
<!-- <a href="newsletters.html">Newsletters</a> -->
</div>
Expand Down
9 changes: 2 additions & 7 deletions public/audit-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@
<!-- Fixednav -->
<div class="fixedbar">
<span class="pancakes" style="font-size:30px;cursor:pointer;color:white;padding-left:15px;margin-top:2px;float:left;" onclick="openNav()"></span>
<a href="index.html" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
<a href="login.html" class="login_pic-nav" id="login_pic-nav"><img src="pictures/login-512.png" height="30px" width="30px"></a>
<input class="navbar-user" type="image" src="pictures/account-logout-512.png" height="30px" width="30px" id="btnLogOut" />
<a href="user_details.html" class="navbar-user" id="navbar-user"><img src="pictures/user-3-512.png" height="30px" width="30px"></a>
<a class="login-nav" id="login-nav" href="login.html">Login</a>
<a href="#" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
</div>
<!-- Sidenav -->
<div id="mySidenav" class="sidenav">
Expand All @@ -67,8 +63,7 @@
<a href="sponsors.html">Sponsors</a>
<a href="demo.html">Request a Demo</a>
<a href="resources.html">Resources</a>
<a href="blog.html">Blog</a>
<a href="registration.html">Registration</a>
<a href="registration.html">Join Our Team</a>
<a href="about.html" style="overflow:hidden;white-space: nowrap;">About Us</a>
<!-- <a href="newsletters.html">Newsletters</a> -->
</div>
Expand Down
9 changes: 2 additions & 7 deletions public/awards-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@
<!-- Fixednav -->
<div class="fixedbar">
<span class="pancakes" style="font-size:30px;cursor:pointer;color:white;padding-left:15px;margin-top:2px;float:left;" onclick="openNav()"></span>
<a href="index.html" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
<a href="login.html" class="login_pic-nav" id="login_pic-nav"><img src="pictures/login-512.png" height="30px" width="30px"></a>
<input class="navbar-user" type="image" src="pictures/account-logout-512.png" height="30px" width="30px" id="btnLogOut" />
<a href="user_details.html" class="navbar-user" id="navbar-user"><img src="pictures/user-3-512.png" height="30px" width="30px"></a>
<a class="login-nav" id="login-nav" href="login.html">Login</a>
<a href="#" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
</div>
<!-- Sidenav -->
<div id="mySidenav" class="sidenav">
Expand All @@ -65,8 +61,7 @@
<a href="sponsors.html">Sponsors</a>
<a href="demo.html">Request a Demo</a>
<a href="resources.html">Resources</a>
<a href="blog.html">Blog</a>
<a href="registration.html">Registration</a>
<a href="registration.html">Join Our Team</a>
<a href="about.html" style="overflow:hidden;white-space: nowrap;">About Us</a>
<!-- <a href="newsletters.html">Newsletters</a> -->
</div>
Expand Down
12 changes: 4 additions & 8 deletions public/blank-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@
<!-- Add Firebase products that you want to use -->
<script src="https://www.gstatic.com/firebasejs/7.6.1/firebase-auth.js"></script>

<!-- Fixednav -->
<div class="fixedbar">
<span class="pancakes" style="font-size:30px;cursor:pointer;color:white;padding-left:15px;margin-top:2px;float:left;" onclick="openNav()"></span>
<a href="home.html" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
<a href="login.html" class="login_pic-nav" id="login_pic-nav"><img src="pictures/login-512.png" height="30px" width="30px"></a>
<input class="navbar-user" type="image" src="pictures/account-logout-512.png" height="30px" width="30px" id="btnLogOut" />
<a href="user_details.html" class="navbar-user" id="navbar-user"><img src="pictures/user-3-512.png" height="30px" width="30px"></a>
<a class="login-nav" id="login-nav" href="login.html">Login</a>
<a href="#" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
</div>

<!-- Sidenav -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="index.html">Home</a>
Expand All @@ -36,8 +33,7 @@
<a href="sponsors.html">Sponsors</a>
<a href="demo.html">Request a Demo</a>
<a href="resources.html">Resources</a>
<a href="blog.html">Blog</a>
<a href="registration.html">Registration</a>
<a href="registration.html">Join Our Team</a>
<a href="about.html" style="overflow:hidden;white-space: nowrap;">About Us</a>
<!-- <a href="newsletters.html">Newsletters</a> -->
</div>
Expand Down
12 changes: 4 additions & 8 deletions public/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@
</head>
<body class="h-100">

<!-- Fixednav -->
<div class="fixedbar">
<span class="pancakes" style="font-size:30px;cursor:pointer;color:white;padding-left:15px;margin-top:2px;float:left;" onclick="openNav()"></span>
<a href="index.html" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
<a href="login.html" class="login_pic-nav" id="login_pic-nav"><img src="pictures/login-512.png" height="30px" width="30px"></a>
<input class="navbar-user" type="image" src="pictures/account-logout-512.png" height="30px" width="30px" id="btnLogOut" />
<a href="user_details.html" class="navbar-user" id="navbar-user"><img src="pictures/user-3-512.png" height="30px" width="30px"></a>
<a class="login-nav" id="login-nav" href="login.html">Login</a>
<a href="#" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
</div>

<!-- Sidenav -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="index.html">Home</a>
Expand All @@ -39,8 +36,7 @@
<a href="sponsors.html">Sponsors</a>
<a href="demo.html">Request a Demo</a>
<a href="resources.html">Resources</a>
<a href="blog.html">Blog</a>
<a href="registration.html">Registration</a>
<a href="registration.html">Join Our Team</a>
<a href="about.html" style="overflow:hidden;white-space: nowrap;">About Us</a>
<!-- <a href="newsletters.html">Newsletters</a> -->
</div>
Expand Down
21 changes: 14 additions & 7 deletions public/css/main_stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ body {
.swat-slideshow {
float:left;
display:inline;
width:100%;
width:75%;
background-color: #000;
color:#fff;
}
Expand All @@ -67,7 +67,14 @@ body {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
width: 33%;
}

.swat-slide-image{
display: block;
margin-left: auto;
margin-right: auto;
width: 75%;
}

.frontpageinfo {
Expand Down Expand Up @@ -160,7 +167,7 @@ body {

h3 {
font-family: "Impact", sans-serif;
font-size: 2em;
font-size: 1.5em;
text-align: center;
}

Expand All @@ -176,13 +183,13 @@ h4 {

h1 {
font-family: "Impact", sans-serif;
font-size: 4em;
font-size: 3em;
text-align: center;
}

h2 {
font-family: "Impact", sans-serif;
font-size: 3em;
font-size: 2em;
text-align: center;
}

Expand Down Expand Up @@ -399,7 +406,7 @@ input[type=custom] {
}

.register-button-text {
font-size: 1.5rem;
font-size: 1.25em;
margin: 14px;
}

Expand All @@ -417,7 +424,7 @@ input[type=custom] {

.Demobutton {
width: 100%;
background-color: #1310ce;
background-color: #006602;
color: white;
padding: 18px 20px;
margin: 8px 0;
Expand Down
12 changes: 4 additions & 8 deletions public/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@
<!-- Add Firebase products that you want to use -->
<script src="https://www.gstatic.com/firebasejs/7.6.1/firebase-auth.js"></script>

<!-- Fixednav -->
<div class="fixedbar">
<span class="pancakes" style="font-size:30px;cursor:pointer;color:white;padding-left:15px;margin-top:2px;float:left;" onclick="openNav()"></span>
<a href="home.html" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
<a href="login.html" class="login_pic-nav" id="login_pic-nav"><img src="pictures/login-512.png" height="30px" width="30px"></a>
<input class="navbar-user" type="image" src="pictures/account-logout-512.png" height="30px" width="30px" id="btnLogOut" />
<a href="user_details.html" class="navbar-user" id="navbar-user"><img src="pictures/user-3-512.png" height="30px" width="30px"></a>
<a class="login-nav" id="login-nav" href="login.html">Login</a>
<a href="#" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
</div>

<!-- Sidenav -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="index.html">Home</a>
Expand All @@ -36,8 +33,7 @@
<a href="sponsors.html">Sponsors</a>
<a href="demo.html">Request a Demo</a>
<a href="resources.html">Resources</a>
<a href="blog.html">Blog</a>
<a href="registration.html">Registration</a>
<a href="registration.html">Join Our Team</a>
<a href="about.html" style="overflow:hidden;white-space: nowrap;">About Us</a>
<!-- <a href="newsletters.html">Newsletters</a> -->
</div>
Expand Down
9 changes: 2 additions & 7 deletions public/history-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
<!-- Fixednav -->
<div class="fixedbar">
<span class="pancakes" style="font-size:30px;cursor:pointer;color:white;padding-left:15px;margin-top:2px;float:left;" onclick="openNav()"></span>
<a href="index.html" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
<a href="login.html" class="login_pic-nav" id="login_pic-nav"><img src="pictures/login-512.png" height="30px" width="30px"></a>
<input class="navbar-user" type="image" src="pictures/account-logout-512.png" height="30px" width="30px" id="btnLogOut" />
<a href="user_details.html" class="navbar-user" id="navbar-user"><img src="pictures/user-3-512.png" height="30px" width="30px"></a>
<a class="login-nav" id="login-nav" href="login.html">Login</a>
<a href="#" class="navbarthings"><img src="pictures/Logo.png" class="logo"></a>
</div>
<!-- Sidenav -->
<div id="mySidenav" class="sidenav">
Expand All @@ -40,8 +36,7 @@
<a href="sponsors.html">Sponsors</a>
<a href="demo.html">Request a Demo</a>
<a href="resources.html">Resources</a>
<a href="blog.html">Blog</a>
<a href="registration.html">Registration</a>
<a href="registration.html">Join Our Team</a>
<a href="about.html" style="overflow:hidden;white-space: nowrap;">About Us</a>
<!-- <a href="newsletters.html">Newsletters</a> -->
</div>
Expand Down
Loading

0 comments on commit dd1bc5c

Please sign in to comment.