This repository was archived by the owner on Nov 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathIncentives.html
More file actions
233 lines (228 loc) · 19.6 KB
/
Copy pathIncentives.html
File metadata and controls
233 lines (228 loc) · 19.6 KB
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>The Sentinels - FRC Team 5599</title>
<meta name="twitter:card" content="summary">
<meta property="og:image" content="/assets/img/Icons/SubLogo_Blue_Block_1024x1024.png">
<meta name="description" content="The Sentinels are Benjamin N. Cardozo High School's Robotics Team. We participate in the FIRST Robotics Program (Team 5599) and other various competitive robotics events (FRC, SeaPerch, etc.)">
<meta property="og:type" content="website">
<meta name="twitter:image" content="/assets/img/Icons/SubLogo_Blue_Block_1024x1024.png">
<link rel="icon" type="image/png" sizes="1024x1024" href="/assets/img/Icons/SubLogo_Blue_Block_1024x1024.png">
<link rel="icon" type="image/png" sizes="1024x1024" href="/assets/img/Icons/SubLogo_Blue_Block_1024x1024.png">
<link rel="icon" type="image/png" sizes="1024x1024" href="/assets/img/Icons/SubLogo_Blue_Block_1024x1024.png">
<link rel="icon" type="image/png" sizes="1024x1024" href="/assets/img/Icons/SubLogo_Blue_Block_1024x1024.png">
<link rel="icon" type="image/png" sizes="1024x1024" href="/assets/img/Icons/SubLogo_Blue_Block_1024x1024.png">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=ABeeZee">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Allerta">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Allura">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Asap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Baloo">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Coming+Soon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Concert+One">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="/assets/fonts/fontawesome-all.min.css">
<link rel="stylesheet" href="/assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="/assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="/assets/fonts/material-icons.min.css">
<link rel="stylesheet" href="/assets/fonts/typicons.min.css">
<link rel="stylesheet" href="/assets/fonts/fontawesome5-overrides.min.css">
<link rel="stylesheet" href="/assets/css/styles.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/css/swiper.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-76476506-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-76476506-2');
</script>
</head>
<body class="t--light">
<!-- Start: Navigation Bar -->
<nav class="navbar navbar-dark navbar-expand-md fixed-top">
<div class="container-fluid"><a class="navbar-brand text-truncate" href="/index.html" target="_top" style="font-family: "Blade Runner Movie Font";"><img class="navbar-brand-icon" src="/assets/img/Icons/SubLogo_Blue_Block_1024x1024.png">THE SENTINElS</a><button data-toggle="collapse" class="navbar-toggler"
data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" id="nav-home" href="/index.html" target="_top">HOME</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" data-toggle="dropdown" aria-expanded="false" id="nav-about" href="/About.html">ABOUT</a>
<div class="dropdown-menu"><a class="dropdown-item text-white-50" href="/About.html">About Us</a><a class="dropdown-item text-white-50" href="/Competitions.html">Competitions</a><a class="dropdown-item text-white-50" href="/Team.html">Our Team</a><a class="dropdown-item text-white-50"
href="/Robots.html">Our Robots</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" data-toggle="dropdown" aria-expanded="false" id="nav-community"><i class="fa fa-globe" style="margin-right:8px"></i>COMMUNITY</a>
<div class="dropdown-menu"><a class="dropdown-item text-white-50" href="https://blog.team5599.com/" target="_blank">Our Blog<i class="fa fa-external-link" style="margin-left:8px;font-size:12px"></i></a><a class="dropdown-item text-white-50" href="/SocialMedia.html">Social Media<i class="fa fa-facebook" style="margin-left:8px;font-size:12px"></i><i class="fa fa-twitter" style="margin-left:8px;font-size:12px"></i><i class="fa fa-youtube-play" style="margin-left:8px;font-size:12px"></i><i class="icon ion-social-instagram-outline" style="margin-left:8px;font-size:12px"></i></a>
<div
class="dropdown-divider"></div><a class="dropdown-item text-white-50" href="/Resources.html">Documents & Resources</a><a class="dropdown-item text-white-50" href="/Projects.html">Projects & Demos</a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" data-toggle="dropdown" aria-expanded="false" id="nav-team">TEAM RESOURCES</a>
<div class="dropdown-menu"><a class="dropdown-item text-white-50" href="/Calendar.html">Calendar<i class="fa fa-calendar" style="margin-left:8px;font-size:12px"></i></a><a class="dropdown-item text-white-50" href="https://www.flickr.com/photos/142731277@N02/" target="_blank">Photos & Videos<i class="fa fa-external-link" style="margin-left:8px;font-size:12px"></i></a>
<a
class="dropdown-item text-white-50" href="/Resources.html">Documents & Resources</a>
<div class="dropdown-divider"></div><a class="dropdown-item text-right text-white-50 dashboard-goto">Sign In<img class="navbar-account-image" style="display:none;" src="/assets/img/Icons/SubLogo_Blue_Block_1024x1024.png"><i class="fas fa-sign-in-alt" style="margin-left:6px;font-size:12px"></i></a></div>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" data-toggle="dropdown" aria-expanded="false" id="nav-sponsors" href="#">SPONSORS</a>
<div class="dropdown-menu"><a class="dropdown-item text-white-50" href="/Sponsors.html">Our Sponsors</a><a class="dropdown-item text-white-50" href="/Incentives.html">Sponsor Incentives</a>
<div class="dropdown-divider"></div><a class="dropdown-item text-white-50" data-toggle="modal" data-target="#sponsor-modal">Become a Sponsor <i class="fa fa-gift"></i></a></div>
</li>
<li class="nav-item"><a class="nav-link" id="nav-contact" href="/Contact.html">CONTACT US</a></li>
</ul>
</div>
</div>
</nav>
<!-- End: Navigation Bar -->
<!-- Start: Parallax Block -->
<div id="Incentives" class="parallax-container half">
<!-- Start: Parallax Image -->
<div data-bs-parallax-bg="true" class="parallax-img robot-2016 blur"></div>
<!-- End: Parallax Image -->
<div class="parallax-content-main">
<div class="parallax-content-cell">
<h1 class="display-4 text-white heading-parallax">Incentives</h1>
<p class="lead text-white">Don't think you'll make a difference? Think again.</p>
</div>
</div>
</div>
<!-- End: Parallax Block -->
<div class="divider orange"></div>
<!-- Start: 1 Row 2 Columns -->
<div>
<div class="container">
<div class="row" style="margin-top: 40px;margin-bottom: 40px;">
<div class="col-md-6">
<h4 class="text-center" style="margin-bottom: 40px;">Why Us</h4>
<p>The Benjamin N. Cardozo Robotics Team is a dedicated and determined team with a fresh and diverse background. We are a new but experienced team with members virtually doubling every year. <br><br><strong>FACT: </strong>For our
first year, we had roughly 15 members. The second year we had just over 30. Now, our third year and going strong, we have over 80 members! We assure a constant growth rate, in both members and influence.<br><br>Sponsoring
our team, whether it be through funding or supplies, allows your brand to be exposed to an ever-growing audience of people. Not only will your brand be granted exposure to this ever-growing team, but you also gain the added benefits
of word-of-mouth and the constant exposure to the community our team provides, should you opt for our more moderate and upper Sponsorship Levels.<br><br><strong>FACT:</strong> In 2016, 3,128 teams, over 75,000 students, and 19,000
mentors from 24 countries participated in the FIRST STRONGHOLD competition at the popular <a href="https://www.google.com/maps/place/Jacob+K.+Javits+Convention+Center/@40.6895646,-73.9673428,11z/data=!3m1!5s0x89c259b4cb510517:0xc064d2a30aae10f7!4m8!1m2!2m1!1sjacob+k+javits!3m4!1s0x89c2f66383c1d305:0xb1589156bdadde83!8m2!3d40.757777!4d-74.002591">Jacob K. Javits Center</a>.
<a
href="http://www.firstinspires.org/sites/default/files/uploads/resource_library/frc-2016-season-facts.pdf">Numbers right from the FIRST Website Here!</a><br><br>Not to mention, we're qualified!<br><br><strong>FACT: </strong>Team 5599 has brought home two awards to date- <em>Future Glory</em> and <em>Rookie Inspiration</em>. These two
awards alone are self-explanatory and can speak for our potential and as a competitive and effective FRC Team.<br><br></p>
</div>
<div class="col-md-6">
<h4 class="text-center" style="margin-bottom: 40px;">Sponsorship Tiers</h4>
<ul>
<li><strong>Titanium </strong><em>$3,000+ | Highest Benefactor</em></li>
</ul>
<p>Benefactor will be given the honor of naming that season's competition robot.<br></p>
<ul>
<li><strong>Gold </strong><em>$1,000 - $2,999</em></li>
</ul>
<p>Benefactors will get a featured post on each of our ever-growing social media outlets, each one with a strong following by our school's students, staff, alumni, friends, fans, and family.<br>Benefactors will have their logo/decal displayed
at our fund-raising events such as demonstrations, bake-sales, and catering for school shows.<br></p>
<ul>
<li><strong>Carbon</strong> <em>$900 - $999</em></li>
</ul>
<p>Benefactors will have their logo posted on the landing page of our website.<br>Benefactors will also receive team apparel of choice, such as a wristband, button, T-Shirt, etc.<br></p>
<ul>
<li><strong>Silver </strong><em>$500 - $899</em></li>
</ul>
<p>Benefactors will receive a letter of appreciation displaying their support for the team.<br>Benefactors will receive their logo on the team's seasonal T-shirt, along with an exclusive T-shirt from the team.<br></p>
<ul>
<li><strong>Iron </strong><em>$250 - $499</em></li>
</ul>
<p>Benefactors will receive their company's logo/decal on our website's Sponsors page for the season and your company's logo/decal will be placed in our team lab.<br></p>
<ul>
<li><strong>Bronze </strong><em>$50 - $249</em></li>
</ul>
<p>Benefactors will receive a letter of appreciation displaying their support for the team along with an invitation to our regional competition.</p>
</div>
</div>
</div>
</div>
<!-- End: 1 Row 2 Columns -->
<div style="background-color:#445fb8;color:#fff;padding-top:40px;padding-bottom:40px;">
<div class="container">
<!-- Start: Sponsor Buttons -->
<div class="clearfix text-center" style="margin-bottom:20px;margin-top:40px;"><button class="btn btn-success about-btn in-thirds float-right" data-toggle="modal" data-target="#sponsor-modal" type="button">Make a Donation<i class="fa fa-gift" style="margin-left:10px"></i></button><a class="btn btn-info about-btn in-thirds float-none"
role="button" href="/Sponsors.html#Incentives">Sponsorship Incentives<i class="fa fa-info-circle" style="margin-left:10px"></i></a><button class="btn btn-primary about-btn in-thirds float-left" data-toggle="modal" data-target="#sponsor-modal"
type="button">Become a Sponsor<i class="fa fa-handshake-o" style="margin-left:10px"></i></button></div>
<!-- End: Sponsor Buttons --><img style="border: 1px solid #2667c5;" src="https://www.firstinspires.org/sites/default/files/uploads/resource_library/impact/FIRST-infographic-impact.jpg" width="100%">
<!-- Start: Sponsor Buttons -->
<div class="clearfix text-center" style="margin-bottom:20px;margin-top:40px;"><button class="btn btn-primary btn-block btn-lg" data-toggle="modal" data-target="#sponsor-modal" type="button">Become a Sponsor<i class="fa fa-handshake-o" style="margin-left:10px"></i></button></div>
<!-- End: Sponsor Buttons -->
</div>
</div>
<div>
<div class="divider blue"></div>
<div class="divider orange"></div>
</div><button class="btn btn-dark text-white t--light" id="toggle-contrast" type="button" style="display: none;"><i class="icon ion-contrast"></i></button>
<!-- Start: Footer -->
<div class="footer-clean">
<footer>
<div class="container">
<div class="row justify-content-center">
<!-- Start: Services -->
<div class="col-sm-4 col-md-3 item">
<h3>BNCHS Robotics</h3>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/index.html#newsletter">Newsletter</a></li>
<li><a href="/Sponsors.html">Sponsors & Donations</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<!-- End: Services -->
<!-- Start: About -->
<div class="col-sm-4 col-md-3 item">
<h3>Community</h3>
<ul>
<li><a href="https://www.blog.team5599.com/" target="_blank">Our Blog</a></li>
<li><a href="/SocialMedia.html">Social Media</a></li>
<li><a href="/Projects.html">Projects & Demos</a></li>
<li><a href="/Resources.html">Documents & Resources</a></li>
</ul>
</div>
<!-- End: About -->
<!-- Start: Careers -->
<div class="col-sm-4 col-md-3 item">
<h3>Team</h3>
<ul>
<li><a href="/Calendar.html">Calendar</a></li>
<li><a href="https://www.flickr.com/photos/142731277@N02/" target="_blank">Photos & Videos</a></li>
<li class="dashboard-goto-footer-outer"><a class="dashboard-goto-footer" href="#">Sign In<i class="fas fa-sign-in-alt" style="margin-left:6px;font-size:12px"></i></a></li>
<li class="dashboard-sign-out-outer" style="display:none;"><a class="dashboard-sign-out" href="#">Sign Out<i class="fas fa-sign-out-alt" style="margin-left:6px;font-size:12px"></i></a></li>
</ul>
</div>
<!-- End: Careers -->
<!-- Start: Social Icons -->
<div class="col-lg-3 item social"><a class="social-url social-facebook" href="https://www.facebook.com/team5599sentinels/"><i class="icon ion-social-facebook"></i></a><a class="social-url social-twitter" href="http://9.0.0.1:8000/SocialMedia.html#" target="_blank"><i class="icon ion-social-twitter"></i></a>
<a
class="social-url social-youtube" href="#"><i class="fa fa-youtube-play"></i></a><a class="social-url social-instagram" href="#"><i class="icon ion-social-instagram"></i></a>
<p class="copyright">Copyright BNCHS Sentinels<br>Michael Rooplall © 2018</p>
</div>
<!-- End: Social Icons -->
</div>
</div>
</footer>
</div>
<!-- End: Footer -->
<div class="modal fade" role="dialog" tabindex="-1" id="sponsor-modal">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header text-center"><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button></div>
<div class="modal-body text-center"><a class="btn btn-outline-primary btn-block btn-lg" role="button" style="padding-top: 30px;padding-bottom: 30px;font-size:16px;position:relative;" href="https://bnchs.ed.co/the-sentinels" target="_blank">If you would like to make a <strong><em>monetary donation</em></strong>, you can click here to head over to our EdCo fundraising page.<br><i class="fa fa-dollar" style="position:absolute;right:10px;bottom:10px;"></i></a>
<a
class="btn btn-outline-primary btn-block btn-lg" role="button" style="padding: 30px;padding-bottom: 30px;font-size:16px;position:relative;" href="/Contact.html">To form a<strong><em> partnership</em></strong> or make a <strong><em>physical donation</em></strong>, click here to head over to our Contact Us page where you can reach out to our Lead Mentor & Marketing Team.<i class="fa fa-gift"
style="position:absolute;right:10px;bottom:10px;"></i></a>
<h3 class="display-4 modal-title text-center" style="font-family: "Allura";margin: 20px;margin-bottom: 0px;">Thank you for your time</h3>
</div>
<div class="modal-footer"><button class="btn btn-light btn-block" data-dismiss="modal" type="button">Close</button></div>
</div>
</div>
</div>
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/js/swiper.jquery.min.js"></script>
<script src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
<script src="https://unpkg.com/packery@2.1/dist/packery.pkgd.min.js"></script>
<script src="/assets/js/script.min.js"></script>
</body>
</html>