forked from icrobotics-team167/icrobotics-team167.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
147 lines (145 loc) · 5.22 KB
/
support.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139208286-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-139208286-2');
</script>
<meta charset="utf-8">
<meta name="description" content="FIRST Robotics Competition team based out of Iowa City.">
<meta name="keywords" content="FRC, FIRST, Robotics, West High School, City High School, Iowa City">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1">
<link rel="icon" href="static/img/logos/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="static/css/framework.css" media="screen">
<link rel="stylesheet" href="static/css/main.css" media="screen">
<link rel="stylesheet" href="static/css/page/support.css">
</head>
<body>
<script src="static/js/jquery.min.js"></script>
<script src="static/js/framework.js" charset="utf-8"></script>
<script charset="utf-8">
let pageData = { name: 'Support Us', nav: 'sponsors.html' };
</script>
<script src="static/js/main.js" charset="utf-8"></script>
<main id="main">
<div id="main-header" class="text-light">
<div id="heading-shade"></div>
<h2 id="heading-title">Support Us</h2>
</div>
<div id="main-content-sponsors" class="mar-page">
<h1>By the Numbers</h1>
</br>
<div class="row d-mar-page by-the-nums">
<div class="elem-4">
<div class="number">
<font color="#5BBA47" id="team-age">23</font>
</div>
<div class="text">
years of Iowa<br>City Robotics
</div>
</div>
<div class="elem-4">
<div class="number">
<font color="#7292CB">$17,000</font>
</div>
<div class="text">
to build<br>the robot
</div>
</div>
<div class="elem-4">
<div class="number">
<font color="#B9529F">3,000</font>
</div>
<div class="text">
viewers at<br>regionals
</div>
</div>
</div>
<div class="row d-mar-page by-the-nums">
<div class="elem-4">
<div class="number">
<font color="#339947">30+</font>
</div>
<div class="text">
team<br>members
</div>
</div>
<div class="elem-4">
<div class="number">
<font color="#5867AF">$9,000</font>
</div>
<div class="text">
to compete<br>at regionals
</div>
</div>
<div class="elem-4">
<div class="number">
<font color="#9A529F">3,600</font>
</div>
<div class="text">
events<br>worldwide
</div>
</div>
</div>
<div class="row d-mar-page by-the-nums">
<div class="elem-4">
<div class="number">
<font color="#337847">95k+</font>
</div>
<div class="text">
participants<br>worldwide
</div>
</div>
<div class="elem-4">
<div class="number">
<font color="#363795">$9,000</font>
</div>
<div class="text">
for travel<br>and lodging
</div>
</div>
<div class="elem-4">
<div class="number">
<font color="#67459B">3,800</font>
</div>
<div class="text">
teams<br>internationally
</div>
</div>
</div>
</div>
<br>
<br>
<h1>Types of Support</h1>
<img class="graphics" src="static/img/sponsors/howtosponsor-05.png">
<h1>Sponsorship Levels</h1>
<br>
<img class="graphics" src="static/img/sponsors/sponsorshiplevels-06.png">
<br>
<div id="main-content" class="mar-page">
<h1>Corporate Contributions</h1>
<div class="other m-text-center">
<p>
To make a corporate donation, please <a href="contact.html">contact us</a>.
</p>
</div>
<h1>
Individual Donations
</h1>
<div class="other m-text-center">
<p>
You can donate to the team directly via <br>
<a href="https://www.paypal.com/donate/?hosted_button_id=JV8LP2MLJBCAW&source=qr" target="_blank"> PayPal.
</p>
</div>
</div>
</main>
<script>
$('#team-age').text(`${new Date().getFullYear() - 1998 + 1}`);
</script>
</body>
</html>