-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsupport.html
More file actions
237 lines (235 loc) · 10.5 KB
/
support.html
File metadata and controls
237 lines (235 loc) · 10.5 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
234
235
236
237
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>UW Steel Bridge Team | Become a Sponsor</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Gothic+A1:wght@200;400;700&family=Hind:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600&family=Poppins:wght@100;200;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link href="img/favicon.ico" rel="icon" />
<!-- animate css -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="global.css" />
<link rel="stylesheet" href="bridge.css" />
<script type="module" src="global.js"></script>
<!-- <script type="module" src="index.js"></script> -->
</head>
<body>
<div id="navbar">
<a id="home-pressable" href="index.html"
><img id="home-logo" src="img/logo-white-border.png"
/></a>
<ul>
<li class="expand">
<p>
About
<img alt="" src="img/vector-down-white.svg" />
</p>
<div>
<div style="width: 7rem">
<a href="officers.html">Officers</a>
<a href="bridge.html">The Bridge</a>
<a href="gallery.html">Gallery</a>
</div>
</div>
</li>
<li class="expand">
<p>
Support Us
<img alt="" src="img/vector-down-white.svg" />
</p>
<div>
<div style="width: 11rem">
<a href="support.html" class="selected">Become a Sponsor</a>
<a href="sponsors.html">Current Sponsors</a>
</div>
</div>
</li>
<!-- <li>
<a class="link-store" href="" target="_blank">Merch</a>aaq
</li> -->
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a class="link-newsletter" href="" target="_blank">Newsletter</a>
</li>
</ul>
<img id="mobile-toggle" src="img/hamburger.svg" alt="" />
<div id="mobile-nav" style="display: none">
<a href="officers.html">Officers</a>
<a href="bridge.html">The Bridge</a>
<a href="gallery.html">Gallery</a>
<p>Become a Sponsor</p>
<a href="sponsors.html">Current Sponsors</a>
<!-- <a class="link-store" href="" target="_blank">Merch</a> -->
<a href="contact.html">Contact</a>
<a class="link-newsletter" href="" target="_blank">Newsletter</a>
</div>
</div>
<div id="header">
<div
id="title-container"
style="
background-image: linear-gradient(
rgba(0, 0, 0, 0.4),
rgba(0, 0, 0, 0.4)
);
"
fetchpriority="high"
>
<div id="big-title">
<h1>Become a Sponsor</h1>
</div>
</div>
</div>
<div id="support">
<h3 class="title"><span>Become a Sponsor</span></h3>
<div class="grid-container">
<div class="grid-row">
<img src="img/calendar.png" loading="lazy" />
<p>
As a registered student organization (RSO) at the University of
Washington, our team provides a unique opportunity for students to
learn and practice design, construction, and teamwork skills as
future engineers while competing with other schools in the AISC
Steel Bridge Competition. With this comes a great financial burden;
one we would not be able to handle if not for our generous sponsors
</p>
</div>
<div class="grid-row even">
<img src="img/support.png" loading="lazy" />
<p>
Your support and contribution would help us continue providing
educational opportunities for current and future members while
representing our school and state in regional and national
competitions. Doing this allows Steel Bridge at UW to remain a
due-free team, relieving our members of the financial burdens of
competition.
</p>
</div>
</div>
<h3 class="title"><span>How to Sponsor Us</span></h3>
<div class="grid-container">
<div class="grid-row no-flex">
<img src="img/sponsor.png" loading="lazy" />
<p>
You can sponsor our team (either as an organization or as an
individual) by visiting the
<a
href="https://www.washington.edu/giving/make-a-gift/"
target="_blank"
style="display: inline"
>Give to the UW website</a
>. Then, search for “UW Steel Bridge” and send funds from there. For
physical checks, please address/send them to the following below<br /><br />
<span>
Steel Bridge Team at University of Washington<br />
Civil and Environmental Engineering<br />
University of Washington<br />
201 More Hall, Box 352700<br />
Seattle, WA 98195-2700<br />
</span>
</p>
</div>
</div>
</div>
<footer>
<p>
Copyright © 2025 UW Steel Bridge Team | Made with ❤️ by
<a target="_blank" href="https://webimpactuw.org">Web Impact UW</a>
</p>
<div>
<!-- facebook-->
<a href="https://www.facebook.com/steelbridgeUW">
<svg
version="1.1"
id="svg2"
width="1365.3333"
height="1365.3333"
viewBox="0 0 1365.3333 1365.3333"
sodipodi:docname="f_logo_RGB-White_1024.eps"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
>
<defs id="defs6" />
<g
id="g8"
inkscape:groupmode="layer"
inkscape:label="ink_ext_XXXXXX"
transform="matrix(1.3333333,0,0,-1.3333333,0,1365.3333)"
>
<g id="g10" transform="scale(0.1)">
<path
d="m 10240,5120 c 0,2827.7 -2292.3,5120 -5120,5120 C 2292.3,10240 0,7947.7 0,5120 0,2564.46 1872.31,446.301 4320,62.1992 V 3640 H 3020 v 1480 h 1300 v 1128 c 0,1283.2 764.38,1992 1933.9,1992 560.17,0 1146.1,-100 1146.1,-100 V 6880 H 6754.38 C 6118.35,6880 5920,6485.33 5920,6080.43 V 5120 H 7340 L 7113,3640 H 5920 V 62.1992 C 8367.69,446.301 10240,2564.46 10240,5120"
style="
fill: #ffffff;
fill-opacity: 1;
fill-rule: nonzero;
stroke: none;
"
id="path12"
/>
</g>
</g>
</svg>
</a>
<!-- instagram -->
<a href="https://www.instagram.com/uwsteelbridge/">
<svg
id="Layer_1"
data-name="Layer 1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1000 1000"
>
<defs>
<style>
.cls-1 {
fill: #fff;
}
</style>
</defs>
<path
class="cls-1"
d="M295.42,6c-53.2,2.51-89.53,11-121.29,23.48-32.87,12.81-60.73,30-88.45,57.82S40.89,143,28.17,175.92c-12.31,31.83-20.65,68.19-23,121.42S2.3,367.68,2.56,503.46,3.42,656.26,6,709.6c2.54,53.19,11,89.51,23.48,121.28,12.83,32.87,30,60.72,57.83,88.45S143,964.09,176,976.83c31.8,12.29,68.17,20.67,121.39,23s70.35,2.87,206.09,2.61,152.83-.86,206.16-3.39S799.1,988,830.88,975.58c32.87-12.86,60.74-30,88.45-57.84S964.1,862,976.81,829.06c12.32-31.8,20.69-68.17,23-121.35,2.33-53.37,2.88-70.41,2.62-206.17s-.87-152.78-3.4-206.1-11-89.53-23.47-121.32c-12.85-32.87-30-60.7-57.82-88.45S862,40.87,829.07,28.19c-31.82-12.31-68.17-20.7-121.39-23S637.33,2.3,501.54,2.56,348.75,3.4,295.42,6m5.84,903.88c-48.75-2.12-75.22-10.22-92.86-17-23.36-9-40-19.88-57.58-37.29s-28.38-34.11-37.5-57.42c-6.85-17.64-15.1-44.08-17.38-92.83-2.48-52.69-3-68.51-3.29-202s.22-149.29,2.53-202c2.08-48.71,10.23-75.21,17-92.84,9-23.39,19.84-40,37.29-57.57s34.1-28.39,57.43-37.51c17.62-6.88,44.06-15.06,92.79-17.38,52.73-2.5,68.53-3,202-3.29s149.31.21,202.06,2.53c48.71,2.12,75.22,10.19,92.83,17,23.37,9,40,19.81,57.57,37.29s28.4,34.07,37.52,57.45c6.89,17.57,15.07,44,17.37,92.76,2.51,52.73,3.08,68.54,3.32,202s-.23,149.31-2.54,202c-2.13,48.75-10.21,75.23-17,92.89-9,23.35-19.85,40-37.31,57.56s-34.09,28.38-57.43,37.5c-17.6,6.87-44.07,15.07-92.76,17.39-52.73,2.48-68.53,3-202.05,3.29s-149.27-.25-202-2.53m407.6-674.61a60,60,0,1,0,59.88-60.1,60,60,0,0,0-59.88,60.1M245.77,503c.28,141.8,115.44,256.49,257.21,256.22S759.52,643.8,759.25,502,643.79,245.48,502,245.76,245.5,361.22,245.77,503m90.06-.18a166.67,166.67,0,1,1,167,166.34,166.65,166.65,0,0,1-167-166.34"
transform="translate(-2.5 -2.5)"
/>
</svg>
</a>
<!-- discord-->
<a href="https://discord.gg/RpYVFWGM2Z">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 127.14 96.36">
<defs>
<style>
.cls-1 {
fill: #fff;
}
</style>
</defs>
<g id="图层_2" data-name="图层 2">
<g id="Discord_Logos" data-name="Discord Logos">
<g
id="Discord_Logo_-_Large_-_White"
data-name="Discord Logo - Large - White"
>
<path
class="cls-1"
d="M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A97.68,97.68,0,0,0,49,6.83,72.37,72.37,0,0,0,45.64,0,105.89,105.89,0,0,0,19.39,8.09C2.79,32.65-1.71,56.6.54,80.21h0A105.73,105.73,0,0,0,32.71,96.36,77.7,77.7,0,0,0,39.6,85.25a68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a75.57,75.57,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1A105.25,105.25,0,0,0,126.6,80.22h0C129.24,52.84,122.09,29.11,107.7,8.07ZM42.45,65.69C36.18,65.69,31,60,31,53s5-12.74,11.43-12.74S54,46,53.89,53,48.84,65.69,42.45,65.69Zm42.24,0C78.41,65.69,73.25,60,73.25,53s5-12.74,11.44-12.74S96.23,46,96.12,53,91.08,65.69,84.69,65.69Z"
/>
</g>
</g>
</g>
</svg>
</a>
</div>
</footer>
</body>
</html>