Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration #3

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
8acb6cf
Link to frc-docs instead of Screensteps (#1)
Starlight220 Oct 29, 2020
dd3d471
add custom 404
Starlight220 Oct 31, 2020
8ffc89c
remove unsupported html from 404
Starlight220 Oct 31, 2020
8ff7847
move resources to resource folder (#7)
Starlight220 Oct 31, 2020
2df5dc5
move other logo, fix backslashes (#8)
Starlight220 Oct 31, 2020
fcc2844
Fix resource links (#9)
Starlight220 Oct 31, 2020
77d1f11
convert pdf resources to markdown/html (#10)
Starlight220 Oct 31, 2020
d3209ec
test
Starlight220 Oct 31, 2020
b9f1b60
setup home links (#12)
Starlight220 Nov 1, 2020
91b1ed5
Migrate to Jekyll (#13)
Starlight220 Nov 1, 2020
3e6117f
speed up quote animation
Starlight220 Nov 1, 2020
b34f76c
cleanup URLs [except sponsor stuff]
Starlight220 Nov 1, 2020
275bb12
fix 404 and patch sponsor tab link
Starlight220 Nov 1, 2020
75da0b7
shorten sponsor URL
Starlight220 Nov 1, 2020
9f0cb1e
remove login
Starlight220 Nov 1, 2020
12bd172
reword about pages
Starlight220 Nov 1, 2020
1fdef87
reword outreach
Starlight220 Nov 1, 2020
04650e2
disable event countdown
Starlight220 Nov 1, 2020
1959b1f
add photo to carousel
Starlight220 Nov 2, 2020
6e137d8
add github to contact row
Starlight220 Nov 2, 2020
a0899b8
Add 2020 to season list
Starlight220 Nov 2, 2020
088a53f
fix video frame
Starlight220 Nov 2, 2020
f6acd12
remove contact duplicity
Starlight220 Nov 4, 2020
aff3087
fix contact bar issues on mobile
Starlight220 Nov 4, 2020
ca31699
add text/img layout, migrate outreach
Starlight220 Nov 8, 2020
2187acf
TEST - remove mobile script
Starlight220 Nov 8, 2020
e4ab420
Revert "TEST - remove mobile script"
Starlight220 Nov 8, 2020
c733a26
remove redundant site-wide color override
Starlight220 Nov 8, 2020
613276a
remove unnecessary stylings
Starlight220 Nov 8, 2020
98023a2
clean up formatting, migrate to text+image layout
Starlight220 Nov 9, 2020
a89bf63
add lamlam video (#26)
ExcaliburFRC6738 Nov 10, 2020
7c6fcb4
move css to folder
Starlight220 Nov 22, 2020
31d8e86
add run script
Starlight220 Dec 6, 2020
c590661
[pc] fix navbar to top
Starlight220 Dec 6, 2020
c1cf299
Add Git tutorial and tutorial framework (#27)
Starlight220 Dec 7, 2020
0c78e94
change sponsor panels to js from raw html
Starlight220 Dec 9, 2020
4073809
move sponsor icons
Starlight220 Jan 10, 2021
ef31cbd
add photos from google drive
Starlight220 Jan 10, 2021
f77a27b
Bump nokogiri from 1.10.10 to 1.11.1 (#35)
dependabot[bot] Jan 10, 2021
506960c
JPG->jpg
Starlight220 Jan 10, 2021
930ef2e
Bump rexml from 3.2.3 to 3.2.5 (#36)
dependabot[bot] May 1, 2021
750ba58
added 2022 information
TapChap Jun 30, 2022
74584d9
fixed collapsing issue
TapChap Jun 30, 2022
87f9f0f
fixed typo
TapChap Jun 30, 2022
c28d3e7
added robot picture
TapChap Jun 30, 2022
d5527d8
fixed picture display
TapChap Jun 30, 2022
0356276
changed 2022 image dimensions
TapChap Jun 30, 2022
cf36ea5
Added Migration Page
YehudaRothstein Aug 22, 2024
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_site/
.idea/
*.iml
30 changes: 30 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
permalink: /404.html
---
<!doctype html>
<html lang="en">
<head>
{% include head.html %}
</head>

<body>
<div class="row justify-content-md-center m-0 mb-sm-0 pt-md-0">
<h1>404 - Page Not Found</h1>
</div>
<div class="row justify-content-md-center m-0 mb-sm-0 pt-md-0" >
<h2><a href="/">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 mobile = ($(window).width() < 768);
</script>
</div>
</body>
</html>

<!-- Written by Dvir Akerman -->
105 changes: 0 additions & 105 deletions AboutFRC.html

This file was deleted.

17 changes: 17 additions & 0 deletions AboutFRC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
permalink: /AboutFRC.html
layout: text
imgsrc: "/img/field2019-view.jpg"
---
[FRC (FIRST Robotics Competition)](https://www.firstinspires.org/robotics/frc) is an international
high-school robotics competition in which two alliances of three teams each compete to score as many points
as possible on the year-specific field in a match (2 minutes, 15 seconds).
Teams have a build season of 6 weeks to build their robot and prepare it for the competitions. During that
time, teams prototype their robot, design it in 3D CAD software, create parts using complex machinery (CNC
routers, 3D printers, etc), build the mechanical elements of the robot, set up electronics, motors, sensors,
and pneumatics into the robot, and program it.
One of FIRST's mottos is "More than robots", and in FRC this means that teams are also judged based on
contribution and activity in their community, including promoting STEM values.
Teams are also responsible for raising the funds for registration, the robot itself, travel to the
competitions, etc. This results in many teams being active on social media platforms.
<br /> ‏‏‎
109 changes: 0 additions & 109 deletions AboutUs.html

This file was deleted.

23 changes: 23 additions & 0 deletions AboutUs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
permalink: /AboutUs.html
layout: text
imgsrc: "/img/team2019-photo_dcmp.jpeg"
---
We are FRC team #6738 Excalibur, established in 2017. We now have ~40 high school students.
<br /><br />
In our first year, we won the Rookie All-Star and Rookie Inspiration awards, given to teams that show
potential and inspire.
<br />
In 2019, we reached remarkable achievements in all our regional competitions;
and in the national championship we led an alliance (of three teams) that advanced to the
finals and finished the season at second place in Israel.
<br /><br />
Throughout the year, we contributed as a team to the community through a variety of activities,
including robotics workshops and activities with different kindergartens and organizations.
Through these activities we are spreading the values ​​of STEM in the community.
We support and operate five <a href="https://www.firstinspires.org/robotics/fll">FLL</a> teams
(FIRST Lego League, a FIRST robotics program for ages 4-16), and guide them in the challenges that they
face.
<br /><br />
In the coming season, we plan to significantly increase our community work and spread STEM
values, especially within populations with lower exposure to science and technology.
Binary file removed Coding Standards.pdf
Binary file not shown.
Binary file removed Color Standards.pdf
Binary file not shown.
Loading