-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from unofficial-rev-port/rewrite
full website rewrite in html/css
- Loading branch information
Showing
22 changed files
with
363 additions
and
2,521 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules | ||
package-lock.json | ||
package.json |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.