Skip to content

Commit

Permalink
Merge pull request #4 from unofficial-rev-port/rewrite
Browse files Browse the repository at this point in the history
full website rewrite in html/css
  • Loading branch information
Iris-TheRainbow authored Jun 30, 2024
2 parents abd9eb7 + 8010977 commit 773e41f
Show file tree
Hide file tree
Showing 22 changed files with 363 additions and 2,521 deletions.
Empty file removed .gitattributes
Empty file.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
package-lock.json
package.json
5 changes: 0 additions & 5 deletions .idea/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/discord.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/unofficial-rev-port.github.io.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

56 changes: 56 additions & 0 deletions aboutus.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en-US">
<style>
.center {
margin: auto;
width: 85%;
padding: 8px;
}
.pg {
line-height: 1.4;
font-size: 18px;
}

a:link, a:visited {
color: azure;
}

a:hover, a:active {
color:azure;
}

</style>
<title>
About our team
</title>
<Body style="background-color: #323232; color: azure; font-family: Arial, Helvetica, sans-serif; padding: 30px 15px 15px;">
<h1 class="center">
About our team
</h1>
<div class="center">
<p class="pg">
We are a group of passionate FTC and FRC students and alumni
who wish to allow FIRST teams to use REV software on any OS,
not just Windows.
Our team includes:
<br>
<br><a href="https://github.com/Iris-TheRainbow ">Iris, an FTC15031 member.</a>
<br><a href="https://github.com/warmpigman">warmpigman, who is not currently on a team.</a>
<br><a href="https://github.com/garrettsummerfi3ld">Garrett Summerfield, an FRC8719 mentor.</a>
<br><a href="https://github.com/TBHGodPro">TBHGodPro, an FTC12791 member.</a>
<br><a href="https://github.com/j5155">j5155, an FTC12087 member.</a>
<br><a href="https://brainstormz.us/">QwertyChouskie, an FTC10298 alum and mentor.</a>
<br><a href="https://github.com/Froze-N-Milk">Froze 'n' Milk, an FTC14349 alum and FRC6510 mentor.</a>
<br><a href="https://astr0clad.github.io/ ">Astr0clad, an FTC21579 member.</a>
<br>Moose
<br>Aarsh
<br>.rockmanx
<br>Aayan
<br>dr. hex
<br><br>
And several others!
</p>
</div>
</Body>
</html>

4 changes: 0 additions & 4 deletions eleventy-sample/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions eleventy-sample/_site/README/index.html

This file was deleted.

Empty file removed eleventy-sample/_site/bundle.css
Empty file.
4 changes: 0 additions & 4 deletions eleventy-sample/_site/index.html

This file was deleted.

4 changes: 0 additions & 4 deletions eleventy-sample/index.html

This file was deleted.

Loading

0 comments on commit 773e41f

Please sign in to comment.