-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsponsors.html
263 lines (221 loc) · 10.6 KB
/
sponsors.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="image/iconWithLine.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="nav.css">
<title>Sponsors - Walled Lake Robotics</title>
<style>
.sponsor-card-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
margin: auto;
padding-bottom: 30px;
}
.sponsor-card {
break-inside: avoid;
width: 250px;
max-width: 250px;
min-width: 150px;
height: 150px;
background-color: rgba(255, 255, 255, 0.229);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
padding: 0px 10px 20px;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
a .sponsor-card:hover {
background-color: rgba(255, 255, 255, 0.5);;
}
.sponsor-card-container a {
text-decoration: none;
color: black;
}
.sponsor-card h2 {
margin-bottom: 5px;
text-align: center;
}
p {
text-decoration: none;
padding: 0px 10px 20px;
font-size: 1.4rem;
/* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
max-width: 75ch;
margin: auto;
}
.content {
background-color: rgba(255, 255, 255, 0.229);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.sponsor-card img {
max-width: 90% !important;
max-height: 60% !important;
}
</style>
</head>
<body>
<nav class="topnav">
<a href="index.html" style="line-height: 24px; padding-top: 9px;"><img src="image/home.png" alt="Home logo" style="height:35px; width:35px;"></a>
<div class="mobile">
<img src="image/xicon.png" alt="x button" id="mobile-x-button" style="position: absolute; width: 30px; height: 30px; cursor: pointer;">
<a href="first.html">FIRST</a>
<a href="occra.html">OCCRA</a>
<a href="308.html">308</a>
<a href="7178.html">7178</a>
<a href="community.html">Community</a>
<a href="sponsors.html">Sponsors</a>
<a href="contact.html">Contact Us</a>
<a href="https://www.brodysonline.com/walledlakehsrobotics" target="_blank">Shop</a>
</div>
<a href="#" style="line-height: 24px; padding-top: 9px;" id="burger"><img src="image/burbur.png" alt="menu icon" style="height:35px; width:35px;"></a>
</nav>
<script src="js/nav.js"></script>
<h1></h1>
<div class="content">
<h1 style="text-align: center">Sponsors</h1>
<p style="text-indent: 5%;">
The success of the Walled Lake Robotics teams
would not be possible without the generous help of donors and sponsors. Individual or company donations can be in the form of money,
materials, services, or equipment. Your donation will help to ensure that our teams can continue to
inspire, educate and prepare students for amazing careers in Science, Technology, Engineering, and Mathematics.
Walled Lake Robotics is a non-profit, so all contributions made to the teams are tax-deductible.
</p>
<p style="text-indent: 5%;">
<b>Benefits of sponsorship:</b> your donation not only supports the education of promising
young students, but it will also provide you with a tremendous promotional opportunity. With your
sponsorship, your name or company's name will be prominently displayed at all our competitions, on our
website, and in our teams' printed materials. This is a great way to show that you or your corporation
supports education and the advancement of technology.
</p>
<br><br>
</div>
<br>
<h1 style="text-align: center">2024 FIRST Sponsors</h1>
<br>
<div class="sponsor-card-container">
<a href="https://www.rockwellautomation.com/en-us.html" target="_blank">
<div class="sponsor-card">
<h2>Rockwell Automation</h2>
<img src="sponsors/RockwellAutomation.png" alt="" style="width: 60%;" height="96" class="center">
</div>
</a>
<a href="https://www.stellantis.com/en" target="_blank">
<div class="sponsor-card">
<h2>Stellantis</h2>
<img src="sponsors/stellantis.svg" alt="" style="width: 60%;" height="96" class="center">
</div>
</a>
<a href="https://www.fanucamerica.com/" target="_blank">
<div class="sponsor-card">
<h2>FANUC</h2>
<img src="sponsors/FANUC-logo.svg" alt="" style="width: 128px; height: 96px;" height="96" class="center">
</div>
</a>
<a href="https://www.avl.com/en" target="_blank">
<div class="sponsor-card">
<h2>AVL</h2>
<img src="sponsors/avl.svg" alt="" style="width: 128px; height: 96px;" height="96" class="center">
</div>
</a>
<a href="https://www.gm.com/" target="_blank">
<div class="sponsor-card">
<h2>General Motors</h2>
<img src="sponsors/General_Motors_(2021).svg" alt="" style="width: 128px; height: 96px;" height="96" class="center">
</div>
</a>
</div>
<div class="sponsor-card-container">
<a href="https://teclausa.com/" target="_blank">
<div class="sponsor-card">
<h2>Tecla</h2>
<img src="sponsors/tecla.svg" alt="" style="width: 160px; height: 96px;" height="96" class="center">
</div>
</a>
<a href="https://innovatiotech.com/" target="_blank">
<div class="sponsor-card">
<h2>Innovatio</h2>
<img src="sponsors/innovatio.svg" alt="" style="width: 128px; height: 96px;" height="96" class="center">
</div>
</a>
<a href="https://www.lenovo.com/us/en/" target="_blank">
<div class="sponsor-card">
<h2>Lenovo</h2>
<img src="sponsors/lenovo.svg" alt="" style="width: 128px; height: 96px;" height="96" class="center">
</div>
</a>
<a href="https://www.valianttms.com/" target="_blank">
<div class="sponsor-card">
<h2>Valiant TMS</h2>
<img src="sponsors/valiantLogo.png" alt="" style="width: 60%;" height="96" class="center">
</div>
</a>
<a href="https://www.michigan.gov/mde" target="_blank">
<div class="sponsor-card">
<h2>Michigan Department of Education</h2>
<img src="sponsors/MDE2.jpg" alt="" height="96" class="center">
</div>
</a>
<a href="https://www.rivetsonline.com/" target="_blank">
<div class="sponsor-card">
<h2>Jay-Cee Sales & Rivet</h2>
<img src="sponsors/jclogo.png" alt="" height="96" class="center">
</div>
</a>
<a href="https://www.bplittleford.com/" target="_blank">
<div class="sponsor-card">
<h2>B & P Littleford</h2>
<img src="sponsors/B&P.png" alt="" height="96" class="center">
</div>
</a>
<a href="https://www.marathonfuel.com/home" target="_blank">
<div class="sponsor-card">
<h2 >Marathon</h2>
<img src="sponsors/marathon.png" alt="" height="96" class="center">
</div>
</a>
</div>
<div class="sponsor-card-container">
<a href="https://www.brodysonline.com/" target="_blank">
<div class="sponsor-card" style="margin-left: auto; margin-right: auto;">
<h2>Brody's</h2>
<img src="sponsors/broody.svg" alt="" style="width: 128px; height: 96px;" height="96" class="center">
</div>
</a>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<footer>
<ul class="social-icon">
<li class="social-icon__item">
<a class="social-icon__link" href="https://www.facebook.com/groups/972328127497050"><ion-icon name="logo-facebook"></ion-icon></a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="https://twitter.com/wl_robotics?lang=en"><ion-icon name="logo-twitter"></ion-icon></a>
</li>
</ul>
<ul class="menu">
<li class="menu__item"><a class="menu__link" href="first.html">FIRST</a></li>
<li class="menu__item"><a class="menu__link" href="occra.html">OCCRA</a></li>
<li class="menu__item"><a class="menu__link" href="308.html">308</a></li>
<li class="menu__item"><a class="menu__link" href="7178.html">7178</a></li>
<li class="menu__item"><a class="menu__link" href="community.html">Community</a></li>
<li class="menu__item"><a class="menu__link" href="https://www.brodysonline.com/walledlakehsrobotics" target="_blank">Shop</a></li>
</ul>
<p>©2024 Walled Lake Robotics</p>
</footer>
</body>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</html>