-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgallery.html
More file actions
255 lines (252 loc) · 11.2 KB
/
gallery.html
File metadata and controls
255 lines (252 loc) · 11.2 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>UW Steel Bridge Team | Gallery</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" />
<link rel="stylesheet" href="global.css" />
<link rel="stylesheet" href="gallery.css" />
<script type="module" src="global.js"></script>
<script type="module" src="gallery.js"></script>
<!-- put your new js file here -->
</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" class="selected">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">Become a Sponsor</a>
<a href="sponsors.html">Current Sponsors</a>
</div>
</div>
</li>
<!-- <li>
<a class="link-store" href="" target="_blank">Merch</a>
</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>
<p>Gallery</p>
<a href="support.html">Become a Sponsor</a>
<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>GALLERY</h1>
<br />
<!-- <h2>The strength of a bridge is in its members</h2> -->
</div>
</div>
</div>
<div id="full-pic">
<svg
id="x"
fill="currentColor"
height="800px"
width="800px"
version="1.1"
id="Capa_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 460.775 460.775"
xml:space="preserve"
>
<path
d="M285.08,230.397L456.218,59.27c6.076-6.077,6.076-15.911,0-21.986L423.511,4.565c-2.913-2.911-6.866-4.55-10.992-4.55
c-4.127,0-8.08,1.639-10.993,4.55l-171.138,171.14L59.25,4.565c-2.913-2.911-6.866-4.55-10.993-4.55
c-4.126,0-8.08,1.639-10.992,4.55L4.558,37.284c-6.077,6.075-6.077,15.909,0,21.986l171.138,171.128L4.575,401.505
c-6.074,6.077-6.074,15.911,0,21.986l32.709,32.719c2.911,2.911,6.865,4.55,10.992,4.55c4.127,0,8.08-1.639,10.994-4.55
l171.117-171.12l171.118,171.12c2.913,2.911,6.866,4.55,10.993,4.55c4.128,0,8.081-1.639,10.992-4.55l32.709-32.719
c6.074-6.075,6.074-15.909,0-21.986L285.08,230.397z"
/>
</svg>
<svg
class="image-arrow"
width="200"
height="200"
viewBox="0 0 200 200"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M200 100C200 155.228 155.228 200 100 200C44.7715 200 0 155.228 0 100C0 44.7715 44.7715 0 100 0C155.228 0 200 44.7715 200 100Z"
fill="white"
/>
<path
d="M64.1261 100.112C64.059 100.052 64.059 99.9476 64.1261 99.8879L126.75 44.2219C126.847 44.1359 127 44.2046 127 44.334V67.6012C127 67.6443 126.981 67.6854 126.949 67.7138L90.378 99.888C90.3101 99.9477 90.3101 100.054 90.378 100.113L126.949 132.287C126.981 132.316 127 132.357 127 132.4V155.666C127 155.795 126.847 155.864 126.75 155.778L64.1261 100.112Z"
fill="#0D0D0D"
/>
</svg>
<div id="full-image-container">
<img id="full-image" src="img/aboutpic.png" />
<h1 id="caption">HELLO HELLO HELLO</h1>
</div>
<svg
class="image-arrow"
width="200"
height="200"
viewBox="0 0 200 200"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M200 100C200 155.228 155.228 200 100 200C44.7715 200 0 155.228 0 100C0 44.7715 44.7715 0 100 0C155.228 0 200 44.7715 200 100Z"
fill="white"
/>
<path
d="M139.874 92.8879C139.941 92.9476 139.941 93.0524 139.874 93.1121L77.2497 148.778C77.1529 148.864 77 148.795 77 148.666V125.399C77 125.356 77.0185 125.315 77.0509 125.286L113.622 93.112C113.69 93.0523 113.69 92.9465 113.622 92.8867L77.0509 60.7125C77.0186 60.6841 77 60.643 77 60.5999L77 37.334C77 37.2046 77.1529 37.1359 77.2497 37.2219L139.874 92.8879Z"
fill="#0D0D0D"
/>
</svg>
</div>
<div id="gallery-container">
<div id="gallery">
<!-- <img src="img/aboutpic.png">
<img src="img/bridge-placeholder.png">
<img src="img/contact.png">
<img src="img/design-picture-1.png">
<img src="img/design-picture-2.png"> -->
</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>