Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site/
39 changes: 39 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
permalink: /404.html
---
<!doctype html>
<html lang="en">
<head>
{% include head.html %}
</head>

<body id="b" >
<div class="row justify-content-md-center m-0 mb-sm-0 pt-md-0" style="background-color:#012265; border-radius:0% !important; color:#d3af37 !important;">
<h1>404 Page Not Found</h1>
</div>
<div class="row justify-content-md-center m-0 mb-sm-0 pt-md-0" style="background-color:#012265; border-radius:0% !important; color:#d3af37 !important;">
<h2><a href="./index.html">Back to home</a></h2>
</div>


<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- A Script For Mobile Support -->
<script>
var mobilecolor = "#012265"
var desktopcolor = "#012265" //gray is #dcdcdc
var mobile = false;
if ($(window).width() < 768) {
mobile = true;
document.getElementById("b").style = "background-color:" + mobilecolor + " !important;";
}
else {
document.getElementById("b").style = "background-color:" + desktopcolor + " !important;";
}
</script>
</div>
</body>
</html>

<!-- Written by Dvir Akerman -->
5 changes: 0 additions & 5 deletions 404.md

This file was deleted.

100 changes: 4 additions & 96 deletions AboutFRC.html
Original file line number Diff line number Diff line change
@@ -1,82 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="animstyles.css">
<script src="./loginAnimation.js"></script>

<!-- Design -->
<link rel="shortcut icon" type="image/x-icon" href="./resources/Logo.png" />
<script src="https://kit.fontawesome.com/c796c62e1c.js"></script>
<title>Team 6738 | Excalibur</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103081845-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-103081845-2');
</script>
</head>

<body id="b">

<!-- Navbar -->
<div class="row justify-content-md-center m-0 mt-md-0 mt-sm-0" >
<!-- style="border-bottom: 2px solid #d3af37" -->
<nav class="navbar navbar-expand-lg navbar-light col-md-12 col-sm-12" >
<a class="navbar-brand" href="./index.html">
<img src="./resources/Logo-Transparent.png" width="50" height="50" alt="" style="border-radius: 5px;">
</a>
<a class="navbar-brand" href="./index.html">Excalibur 6738</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation" style="border: 1px solid #d3af37;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html"><b>Home</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Seasons.html">Seasons</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Outreach.html">Outreach</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Sponsors.html">Sponsors</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./AboutUs.html">About the Team</a>
<a class="dropdown-item" href="./AboutFRC.html">About FRC</a>
</div>
</li>
</ul>
<ul class="navbar-nav">
<li>
<div class="load-anim-1"></div>
<a id="loginlink" class="nav-link" style="display: inline-block;" href="javascript:goToLogin()"><i class="fas fa-user" id="loginicon"></i> Login</a>
</li>
</ul>
</div>
</nav>
</div>

---
permalink: /AboutFRC.html
layout: default
---
<div class="row justify-content-md-center m-0 mb-sm-0 pt-md-0">
<div style="background-color:#012265; border-radius:0% !important; color:#d3af37 !important;" class="jumbotron col-md-7 col-sm-12 m-0 ">
<span class="span5">The FRC is a competition in which teams, consisting of high school students from around the world. Every year, the teams are presented with a unique challenge. The teams must then build a robot that can effectively perform all the necessary parts of the challenge. Every team is given 6 weeks for building the robot and preparing it for the competitions. During that time period, the teams build many prototypes, design in “SolidWorks”, create part while using Complex machinery, such as CNC machines and 3D printers, build the mechanical elements of the robot, implement electronics, motors, and pneumatics into the system, and of course - program it. Meanwhile, the teams make posts and their robots on social media, and document the work that they do. </span>
Expand All @@ -86,20 +11,3 @@
<img class="img-responsive rounded" src="https://drive.google.com/uc?id=13Rm_VaXAybWtcPt_nsVWp6g8XkwRdG7a" alt="..." style="width:100% !important;">
</div>
</div>

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- A Script For Mobile Support -->
<script>
var mobilecolor = "#012265"
var desktopcolor = "#012265"
if ($(window).width() < 768) {
document.getElementById("b").style = "background-color:" + mobilecolor + " !important;";
}
else {
document.getElementById("b").style = "background-color:" + desktopcolor + " !important;";
}
</script>
</body>
</html>
102 changes: 5 additions & 97 deletions AboutUs.html
Original file line number Diff line number Diff line change
@@ -1,83 +1,8 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="animstyles.css">
<script src="./loginAnimation.js"></script>

<!-- Design -->
<link rel="shortcut icon" type="image/x-icon" href="./resources/Logo.png" />
<script src="https://kit.fontawesome.com/c796c62e1c.js"></script>
<title>Team 6738 | Excalibur</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103081845-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-103081845-2');
</script>
</head>

<body id="b">

<!-- Navbar -->
<div class="row justify-content-md-center m-0 mt-md-0 mt-sm-0" >
<!-- style="border-bottom: 2px solid #d3af37" -->
<nav class="navbar navbar-expand-lg navbar-light col-md-12 col-sm-12" >
<a class="navbar-brand" href="./index.html">
<img src="./resources/Logo-Transparent.png" width="50" height="50" alt="" style="border-radius: 5px;">
</a>
<a class="navbar-brand" href="./index.html">Excalibur 6738</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation" style="border: 1px solid #d3af37;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./index.html"><b>Home</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Seasons.html">Seasons</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Outreach.html">Outreach</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./Sponsors.html">Sponsors</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./AboutUs.html">About the Team</a>
<a class="dropdown-item" href="./AboutFRC.html">About FRC</a>
</div>
</li>
</ul>
<ul class="navbar-nav">
<li>
<div class="load-anim-1"></div>
<a id="loginlink" class="nav-link" style="display: inline-block;" href="javascript:goToLogin()"><i class="fas fa-user" id="loginicon"></i> Login</a>
</li>
</ul>
</div>
</nav>
</div>

<div class="row justify-content-md-center m-0 mb-md-5 mb-sm-0">
---
permalink: /AboutUs.html
layout: default
---
<div class="row justify-content-md-center m-0 mb-md-5 mb-sm-0">
<div style="background-color:#012265; border-radius:0% !important;" class="jumbotron col-md-7 col-sm-12 m-0 ">
<span class="span5" style="color:#d3af37">
Our group, 6738 #Excalibur is an FRC Group which was established in 2017. The group now has about 35 high school students. In our first year, we won the Rookie All-Star and Rookie Inspiration awards, given to a group which shows potential and inspires.
Expand All @@ -90,20 +15,3 @@
<img class = "img-responsive rounded" src="https://drive.google.com/uc?id=1lrRxtkE4-PqPhgdvieszrpZLwZx-d3kt" alt="..." style="width:100% !important;">
</div>
</div>

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- A Script For Mobile Support -->
<script>
var mobilecolor = "#012265"
var desktopcolor = "#012265"
if ($(window).width() < 768) {
document.getElementById("b").style = "background-color:" + mobilecolor + " !important;";
}
else {
document.getElementById("b").style = "background-color:" + desktopcolor + " !important;";
}
</script>
</body>
</html>
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins
Loading