Skip to content

Commit e83ab13

Browse files
committed
dustin is added, fixed sponsors page to not touch the ends
LEARNED HOW TO USE A CSS GRIDBOX BRUHHH
1 parent 90c613d commit e83ab13

File tree

4 files changed

+35
-20
lines changed

4 files changed

+35
-20
lines changed

Leadership.html

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ <h3 class ="member_title">Mechanical Technical Project Manager</h3>
209209
<div class="item">
210210
<p class="lead_name"><b>Andrew She</b> <em>Accumulator Lead</em></p>
211211
<p class="lead_name"><b>Victor Kalastirsky</b> <em>Accumulator Hardware Lead</em></p>
212+
<p class="lead_name"><b>Dustin Wang</b> <em>ETC Lead</em></p>
212213
</div>
213214

214215
<div class = "item">

Sponsors.css

+22-9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ body {
1010
background-color: #141624;
1111
overflow-x: hidden;
1212
justify-content: center;
13+
align-content: center;
1314
align-items: center;
1415
text-align: center;
1516
max-width: 100%;
@@ -197,34 +198,46 @@ p a:visited {
197198
max-width: 100%;
198199
margin: 0 auto; /* Center container horizontally */
199200
flex-wrap: wrap;
200-
201-
201+
width: auto;
202+
202203
}
203204

205+
206+
204207
.flex-container {
205-
display: flex;
208+
display: grid;
209+
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Dynamic columns */
210+
gap: 10px; /* Space between items */
211+
margin: 20px;
212+
padding: 0% 1% 0% 1%;
213+
206214
justify-content: center;
207215
align-items: center;
208-
padding: 3% 2% 3% 1%;
209-
max-width: 100%;
210-
211216

212217

213218
}
214219

220+
221+
215222
.flex-container > div {
216223

217-
justify-content: center;
224+
margin: 20px;
225+
padding: 0% 1% 0% 1%;
218226
align-items: center;
219-
padding: 0% 2% 0% 2%;
220-
max-width: 100%;
227+
justify-content: center;
221228

222229
}
223230

231+
.flex-container img {
232+
max-width: 100%;
233+
}
234+
235+
224236
@media screen and (max-width: 600px) {
225237

226238

227239
.flex-container {
240+
display: flex;
228241
flex-direction: column; /* Stack pictures vertically */
229242
justify-content: center;
230243
align-items: center;
File renamed without changes.

sponsors.html

+12-11
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1>Thank You to Our Sponsors!</h1>
6666

6767
<div class="sponsorpacket">
6868
<p>Interested in Sponsoring Formula Slug? Take a look at our &nbsp;</p>
69-
<p><a href="Sponsorship Packet 2024-25.pdf" target="_blank"> Sponsorship Packet </a></p>
69+
<p><a href="Sponsorship Packet 2024-25.pdf" target="_blank"> Sponsorship Packet!</a></p>
7070

7171
</div>
7272

@@ -98,17 +98,19 @@ <h2 class="sponsor_gold">Gold Sponsors</h2>
9898
</div>
9999

100100
</div>
101+
101102

102103
<h2 class="sponsor_silver">Silver Sponsors</h2>
103104
<!--Silver Tier Sponsors-->
104105

105106

106107
<div class="flex-container">
107108

108-
<div class="item">
109+
<div class = "item">
109110
<!--img of sponsor here-->
110-
<div class="pictures"><img src="sponsor_images/3BrosLogo.png" alt="3 Bros Logo" ></div>
111-
111+
<div class="pictures"><img src="sponsor_images/_3BROS_ROUND_LOGO_RYK.png" alt="3 Bros Logo" ></div>
112+
113+
112114
</div>
113115
<div class = "item">
114116
<!--img of sponsor here-->
@@ -124,12 +126,12 @@ <h2 class="sponsor_silver">Silver Sponsors</h2>
124126
</div>
125127

126128
</div>
127-
128129

129130

130131
<h2 class="sponsor_bronze">Bronze Sponsors</h2>
131132
<!--Bronze Tier Sponsors-->
132133

134+
133135
<div class="flex-container">
134136

135137
<div class="item">
@@ -149,19 +151,18 @@ <h2 class="sponsor_bronze">Bronze Sponsors</h2>
149151
<div class="pictures"><img src="sponsor_images/[email protected]" alt="Verve Logo"></div>
150152

151153
</div>
152-
153-
154-
155-
</div>
156154

157-
<div class="flex-container">
158-
<div class = "item"></div>
155+
<div class = "item">
159156
<!--img of sponsor here-->
160157
<div class="pictures"><img src="sponsor_images/DigiKey-Logo.png" alt="Digikey Logo"></div>
161158

162159
</div>
160+
161+
162+
163163
</div>
164164

165+
165166

166167

167168
<h2>Special Thanks!</h2>

0 commit comments

Comments
 (0)