-
Notifications
You must be signed in to change notification settings - Fork 0
/
support_fundraising.html
222 lines (201 loc) · 10.5 KB
/
support_fundraising.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="./img/favicon.ico">
<link rel="icon" type="image/png" href="./img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./img/favicon-16x16.png" sizes="16x16">
<title>Team 2135 - Presentation Invasion</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/theme.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="./js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- 2135 Customizations -->
<link href="css/theme-phs.css" rel="stylesheet">
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-dark navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="pull-left" href="home.html"><img src="img/2135-Yellow-sm.png" alt="2135-Logo"></a>
<!-- <a class="navbar-brand"> </a> Seems to have too large of a size -->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="about_team.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="about_team.html">Team</a></li>
<li><a href="about_outreach.html">Outreach</a></li>
<li><a href="about_leaders.html">Leaders</a></li>
<li><a href="about_mentors.html">Mentors</a></li>
<li><a href="about_awards.html">Awards</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">FIRST <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="first_overview.html">Overview</a></li>
<li><a href="first_2024-crescendo.html">2024 Crescendo</a></li>
<li><a href="first_2023-charged_up.html">2023 Charged Up</a></li>
<li><a href="first_2022-rapid_react.html">2022 Rapid React</a></li>
<li><a href="first_2020-infinite_recharge.html">2020 Infinite Recharge</a></li>
<li><a href="first_2019-deepspace.html">2019 Destination: Deep Space</a></li>
<li><a href="first_2018-powerup.html">2018 Power Up</a></li>
<li><a href="first_2017-steamworks.html">2017 Steamworks</a></li>
<li><a href="first_2016-stronghold.html">2016 Stronghold</a></li>
<li><a href="first_earlier.html">Previous Games</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Media <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="media_photos.html">Photos</a></li>
<li><a href="media_videos.html">Videos</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="resources_calendar.html">Calendar</a></li>
<li><a href="resources_meetings.html">Meetings</a></li>
<li><a href="resources_teamhandbook.html">Team Handbook</a></li>
<li><a href="resources_safetymanual.html">Safety Manual</a></li>
<li><a href="resources_teamwear.html">Teamwear</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Support <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="support_sponsors.html">Sponsors</a></li>
<li><a href="support_fundraising.html">Fundraising</a></li>
<li><a href="support_wishlist.html">Wishlist</a></li>
<li><a href="support_giving.html">Giving</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container theme-showcase" role="main">
<!-- Banner -->
<div class="banner">
<a class="logo-big" href="home.html"><img class="img-responsive" src="./img/Banner.png" alt="Team 2135 banner"></a>
</div>
<!-- Main content area for this page -->
<div class="row content-block" style="margin: 0">
<div class="page-header">
<h1>Fundraising</h1>
</div>
<div>
<h3>Restaurants</h3>
</div>
<div>
<p>
The Presentation robotics team holds two fundraisers annually: once during off-season and another during the competition season. Primarily, the team works with Panda Express and Chipotle to raise money for buying needed shop materials. In order to increase their earnings from these locations, the marketing team communicates with the school to inform students, teachers, and parents of the fundraiser. They also canvas the school's neighborhood. From each fundraiser, approximately $100-$300 is raised.
</p>
<br>
</div>
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-4">
<a href="https://www.pandaexpress.com">
<img class="img-responsive" src="img/support_fundraising/fundraising_panda_express-logo.jpg" alt>
</a>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-4">
<a href="http://www.chipotle.com">
<img class="img-responsive" src="img/support_fundraising/fundraising_chipotle_logo.jpg" alt>
</a>
</div>
<div class="col-sm-1"></div>
</div>
</div>
<div class="row content-block shaded" style="margin: 0">
<div>
<h3>Annual Bake Sale</h3>
</div>
<div>
<p>
In the fall, the team holds a bake sale on their school's campus to directly raise money. Students bring in baked goods to sell during the lunch period for $1 and over $150 is raised each year.
</p>
</div>
</div>
<div class="row content-block" style="margin: 0">
<div>
<p>
If you would like to help out the team, please visit the <a href="support_sponsors.html">Sponsors</a> page or
contact us at <a href="mailto:[email protected]" target="_blank">[email protected]</a>.
Your support is much appreciated!
</p>
</div>
</div>
<!-- End of Main content area -->
<!-- Footer -->
<div class="row">
<div class="footer">
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-3">
<p class="content-header footer">Team 2135</p>
<a class="content-text footer" href="http://www.firstinspires.org">FIRST Robotics</a><br>
<a class="content-text footer" href="http://www.presentationhs.org">Presentation HS</a>
</div>
<div class="col-sm-2">
<p class="content-header footer">About</p>
<a class="content-text footer" href="about_team.html">The Team</a><br>
<a class="content-text footer" href="website.html">Website</a>
</div>
<div class="col-sm-2">
<p class="content-header footer"></p>
<a class="content-text footer" href="about_leaders.html">Leaders</a><br>
<a class="content-text footer" href="about_mentors.html">Mentors</a>
</div>
<div class="col-sm-4">
<p class="content-header footer">Sponsor Us</p>
<a class="content-text footer visit-site download-info button" href="./docs/sponsor_info.pdf">Download Information</a>
<p class="content-text footer"> </p>
</div>
</div>
</div>
</div>
<!-- End of Footer -->
</div> <!-- /container for theme-showcase -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="./js/jquery.min.js"><\/script>')</script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/docs.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>