Skip to content

Commit d2088f8

Browse files
committed
fix logos
1 parent dcf7021 commit d2088f8

File tree

13 files changed

+149
-12
lines changed

13 files changed

+149
-12
lines changed

assets/images/sponsors/ACM.svg

Lines changed: 8 additions & 0 deletions
Loading

assets/images/sponsors/I3-Labs.svg

Lines changed: 6 additions & 0 deletions
Loading

assets/images/sponsors/Makerspace.svg

Lines changed: 6 additions & 0 deletions
Loading

assets/images/sponsors/WPI-CS.svg

Lines changed: 121 additions & 0 deletions
Loading

assets/images/sponsors/acm.png

-7.32 KB
Binary file not shown.

assets/images/sponsors/acm.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/images/sponsors/i3.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/images/sponsors/i3labs.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/images/sponsors/makerspace.png

-12.5 KB
Binary file not shown.
55.9 KB
Loading

assets/images/sponsors/wpics.png

-3.24 KB
Binary file not shown.

assets/images/sponsors/wpics.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ <h1 class=" text-right text-red-500 text-7xl mb-4 game-font">LEARN.</h1>
251251
<div class="flex justify-center">
252252
<a href="https://acm.wpi.edu/" class="w-60 mx-5">
253253
<img
254-
src="assets/images/sponsors/acm.svg"
254+
src="assets/images/sponsors/ACM.svg"
255255
alt="" />
256256
</a>
257257

@@ -264,23 +264,23 @@ <h1 class=" text-right text-red-500 text-7xl mb-4 game-font">LEARN.</h1>
264264
</a>
265265
<a href="https://www.wpi.edu/about/ie/support/makerspace">
266266
<img
267-
class="w-30 mx-5"
268-
src="assets/images/sponsors/makerspace.svg"
267+
class="w-[15rem] mx-5"
268+
src="assets/images/sponsors/Makerspace.svg"
269269
alt="" />
270270
</div>
271271

272-
<div class="row my-4 flex justify-center">
273-
<a href="https://www.wpi.edu/academics/business/student-innovation-entrepreneurship/resources" class="w-75 mx-5">
272+
<div class="row my-1 flex justify-center">
273+
<a href="https://www.wpi.edu/academics/business/student-innovation-entrepreneurship/resources" class="w-50 mx-5">
274274
<img
275275
class=""
276-
src="assets/images/sponsors/i3labs.svg"
276+
src="assets/images/sponsors/I3-Labs.svg"
277277
alt=""
278278
/>
279279
</div>
280280
<div class="row my-3 flex justify-center">
281281
<a href="https://www.riversideresearch.org/" class="w-75 mx-5">
282282
<img
283-
src="assets/images/sponsors/riverside.svg"
283+
src="assets/images/sponsors/riversidelogo.png"
284284
alt=""
285285
/>
286286
</div>
@@ -289,7 +289,7 @@ <h1 class=" text-right text-red-500 text-7xl mb-4 game-font">LEARN.</h1>
289289
<div class="row my-4 flex justify-center">
290290
<a href="https://www.wpi.edu/academics/departments/computer-science" class="w-75 mx-5">
291291
<img
292-
src="assets/images/sponsors/wpics.svg"
292+
src="assets/images/sponsors/WPI-CS.svg"
293293
alt=""
294294
/>
295295
</a>

0 commit comments

Comments
 (0)