-
Notifications
You must be signed in to change notification settings - Fork 1
/
aboutus.html
60 lines (56 loc) · 2.21 KB
/
aboutus.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en-US">
<head>
<script defer data-domain="unofficialrevport.org" src="https://plausible.j5155.page/js/script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
About our team
</title>
<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>
</head>
<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 FTC27971 member.</a>
<br><a href="https://github.com/warmpigman">warmpigman</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>