forked from goldeneaglemotorsports/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsorships.html
267 lines (232 loc) · 12.7 KB
/
sponsorships.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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L4T85XJ1DZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L4T85XJ1DZ');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width = device-width, initial-scale=1">
<meta name="description" content="Welcome to the official CSULA FSAE website!">
<meta name="robots" content = "index, follow">
<!--favicon-->
<!-- <link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest"> -->
<title>SPONSORS | Golden Eagle Motorsports</title>
<!--css links-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/css/uikit.min.css" />
<link href="css/stylesheet.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">
<!--js scripts-->
<script>
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement("style");
msViewportStyle.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}"));
document.getElementsByTagName("head")[0].appendChild(msViewportStyle);
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/js/uikit-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/js/uikit-icons.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/2.27.5/js/uikit.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/js/components/parallax.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/js/components/slider-parallax.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/js/components/slider.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.3/js/components/slideshow.js"></script>
<script src="https://kit.fontawesome.com/4fe1792283.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- navbar -->
<div uk-sticky="sel-target: .uk-navbar-container; cls-active: uk-navbar-sticky">
<nav class="uk-navbar-container" uk-navbar>
<div class="uk-navbar-left" uk-scrollspy-nav="scroll: true; offset: 500;">
<a href="https://goldeneaglemotorsports.github.io/website/"><img class="uk-navbar-item uk-logo" src="img/GoldenEagleMotorsportsWE.png"></a>
<img style = "height:70px;" src = "">
</div>
<div class="uk-navbar-right">
<ul class="uk-navbar-nav" uk-scrollspy-nav="scroll: true; offset: 300;">
<li>
<a id="homeButton" class = "uk-visible@m" href="https://goldeneaglemotorsports.github.io/website/">Home</a>
</li>
<li>
<a id="whySponsorButton" class = "uk-visible@m" href="#whySponsor">Why Sponsor</a>
</li>
<li>
<a id="sponsorshipPackagesButton" class = "uk-visible@m" href="#sponsorshipPackages">Sponsorship Packages</a>
</li>
<li>
<a id="currentSponsorsButton" class = "uk-visible@m" href="#currentSponsors">Sponsors</a>
</li>
<!-- <li>
<a id="sponsorUsButton" class = "uk-visible@m" href="#sponsorUs">Sponsor Us</a>
</li> -->
<li>
<a id="contactUsButton" class = "uk-visible@m" href="contact.html">Contact Us</a>
</li>
</ul>
<ul class="uk-navbar-nav">
<li>
<a class = "navbarToggle uk-icon-link uk-hidden@m uk-dark" style="" href="#offcanvas-flip" uk-icon="icon: menu; ratio:1.5;" uk-toggle></a>
</li>
</ul>
</div>
</nav>
</div>
<!-- header/heading -->
<div class="header" >
<h1 id="culsafsae" uk-parallax="opacity:1,0.5;"> <br><span>SPONSORS</span> </h1>
</div>
<!-- Why sponsor us -->
<div class="sponsors2">
<!-- <h1 class="Title" id="currentSponsors">Sponsor Us</h1> -->
<img src="img/GoldenEagleMotorsportsWE.png" class="sponsorGEMLogo" id="whySponsor">
<p class="adblock" style="text-align:left; padding: 2vh 10vw 5vh 10vw;">
As a university team we seek assistance from whoever would like to help us out. We try to fabricate all our parts and components that go into our project in house but there are some processes we cannot perform due to the need of certain on-campus resources aside from what we have. Any contributions would be greatly appreciated including materials, processes or necessities for the team’s goal which is to compete in the Formula SAE Collegiate Series Competition.
</p>
<div class="flex-parent jc-center">
<button class="button-28 margin-right" role="button" onclick="window.open('Sponsorship Package 2023.pdf', '_blank');">Sponsorship Packet</button>
<a href="#contactUs" class="button-28 margin-right">Contact Us</a>
</div>
<br />
<div class="flex-parent jc-center">
<iframe src="Sponsorship Package 2023.pdf" width="500" height="400"></iframe>
</div>
</div>
<!-- Sponsorship Packages -->
<div class="sponsors"><h1 id="sponsorshipPackages" class="Title">Sponsorship Packages</h1> </div>
<div>
<table class="styled-table">
<thead>
<tr>
<th>Golden Eagle $5000+</th>
<th>Gold $2500+</th>
<th>Silver $1500+</th>
<th>Bronze $500+</th>
</tr>
</thead>
<tbody>
<tr> <!-- GOLDEN EAGLE TIER -->
<td>
<li>Logo on website</li>
<li>Frequent team updates and announcements</li>
<li>Sticker on car *(increasing size with sponsorship level)</li>
<li>Mention on social media platforms</li>
<li>Private on-campus company photo session with vehicle</li>
<li>Logo on track shirts</li>
<li>Access to team resume database</li>
<li>Guided tour of the Teams Design and Manufacturing Shop</li>
<li>Invitation to sponsor appreciation event (e.g. Testing Days / BBQ's / etc.)</li>
<li class="styled-row">Invitation to Unveiling Event</li>
<li class="styled-row">Team apparel with company logo</li>
<li class="styled-row">Option to request team car at promotional events and photo opportunities</li>
<li class="styled-row">Sponsor Banner posted in Teams Design and Manufacturing Shop / Events / Competition</li>
</td>
<td> <!-- GOLD TIER -->
<li>Logo on website</li>
<li>Frequent team updates and announcements</li>
<li>Sticker on car *(increasing size with sponsorship level)</li>
<li>Mention on social media platforms</li>
<li>Private on-campus company photo session with vehicle</li>
<li class="styled-row">Logo on track shirts</li>
<li class="styled-row">Access to team resume database</li>
<li class="styled-row">Guided tour of the Teams Design and Manufacturing Shop</li>
<li class="styled-row">Invitation to sponsor appreciation event (e.g. Testing Days / BBQ's / etc.)</li>
</td>
<td> <!-- SILVER TIER -->
<li>Logo on website</li>
<li>Frequent team updates and announcements</li>
<li>Sticker on car *(increasing size with sponsorship level)</li>
<li class="styled-row">Mention on social media platforms</li>
<li class="styled-row">Private on-campus company photo session with vehicle</li>
</td>
<td> <!-- BRONZE TIER -->
<li>Logo on website</li>
<li>Frequent team updates and announcements</li>
<li>Sticker on car *(increasing size with sponsorship level)</li>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Sponsors -->
<div class="sponsors2">
<h2 class="Title" id="currentSponsors">2022-2023 Sponsors!</h2>
<p class="adblock" style="text-align:left; padding: 2vh 10vw 5vh 10vw;">
Thank you to all of our current sponsors! Your support helps us focus on engineering and designing the best car we can!
</p>
</div>
<!-- GOLDEN EAGLE Sponsors-->
<div class="goldeneagle-sponsors">
<h1 class="Title">GOLDEN EAGLE</h1>
</div>
<!-- GOLD Sponsors-->
<div class="gold-sponsors">
<h1 class="Title">GOLD</h1>
</div>
<!-- SILVER Sponsors-->
<div class="silver-sponsors">
<h1 class="Title">SILVER</h1>
<a href="https://www.calstatela.edu/ecst/success/mesa-schools-program-msp"><img class="sponsorimg" src="img/sponsors/sponsors_22-23/mesa_csula.png"></a>
<a href="https://www.edison.com/home/community/our-funding-priorities.html"><img class="sponsorimg" src="img/sponsors/sponsors_22-23/edison.png"></a>
<a href="https://www.solidworks.com/"><img class="sponsorimg" src="img/sponsors/sponsors_22-23/Solidworks_PNG.png"></a>
<a href="https://rekluse.com/"><img class="sponsorimg" src="img/sponsors/sponsors_22-23/recluse_clutch.png"></a>
<a href="https://monroviaalignment.com/"><img class="sponsorimg" src="img/sponsors/sponsors_22-23/monrovia_alignment.png"></a>
<a href="https://djsafety.com/"><img class="sponsorimg" src="img/sponsors/sponsors_22-23/dj_safety.png"></a>
</div>
<!-- BRONZE Sponsors-->
<div class="bronze-sponsors">
<h1 class="Title">BRONZE</h1>
<a href="https://www.yelp.com/biz/moto-tecnica-los-angeles"><img class="sponsorimg2" src="img/sponsors/sponsors_22-23/moto_technica.png"></a>
<a href="https://www.wilwood.com/"><img class="sponsorimg" src="img/sponsors/sponsors_22-23/wilwood_disc_brakes.png"></a>
<a href="https://www.yelp.com/biz/g-and-j-aircraft-ontario"><img class="sponsorimg" src="img/sponsors/sponsors_22-23/g&j_logo.png"></a>
<a href=""><img class="sponsorimg" src=""></a> <!--Placeholder for Ratrace Design-->
<a href=""><img class="sponsorimg" src=""></a> <!--Placeholder for Ansys-->
</div>
<!-- Sponsor Us -->
<!-- <div class="sponsors2">
<h1 class="Title" id="sponsorUs">Sponsor Us</h1>
<div class="flex-parent jc-center">
<button class="button-28 margin-right" role="button">Sponsorship Packet</button>
<button class="button-28" role="button">Contact Us</button>
</div>
</div> -->
<!-- footer/contact us -->
<div class="footer">
<h1 id="contactUs" class="Title"> Contact Us </h1>
<p> [email protected] </p>
<a href="https://www.facebook.com/csulafsae/"><i class="fab fa-facebook fa-2x"></i></a>
<!-- <a href="https://twitter.com/CalStateLAFSAE/"><i class="fab fa-twitter fa-2x"></i></a> -->
<a href="https://www.instagram.com/csula_fsae/"><i class="fab fa-instagram fa-2x"></i></a>
<a href="mailto:[email protected]"><i class="fas fa-envelope fa-2x"></i></a>
<p>© 2022 by Golden Eagle Motorsports. All rights reserved.</p>
</div>
<div id="offcanvas-flip" uk-offcanvas="flip: true; overlay: true">
<div class="uk-offcanvas-bar">
<button class="uk-offcanvas-close" type="button" uk-close></button>
<ul class="uk-nav uk-nav-default" uk-scrollspy-nav="scroll: true">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="team.html">Current Team</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
<script src="js/functions.js"></script>
</body>
</html>