Skip to content

Commit

Permalink
fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Sep 12, 2024
1 parent 59428b9 commit 112b124
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
Binary file added src/lib/images/eclipse.webp
Binary file not shown.
Binary file added src/lib/images/hackathon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/lib/logos/Axure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/lib/logos/CodeCrafters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/lib/logos/InterviewBuddy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
// import RedBull from '$lib/logos/RedBull.svg';
import CodeForCause from '$lib/logos/CodeForCause.svg';
import Desmos from '$lib/logos/Desmos.svg';
import Axure from '$lib/logos/Axure.svg';
import CodeCrafters from '$lib/logos/CodeCrafters.png';
import InterviewBuddy from '$lib/logos/InterviewBuddy.png';
import { enhance } from '$app/forms';
let button: HTMLButtonElement;
Expand Down Expand Up @@ -107,7 +110,7 @@
collaborate with like minded individuals in a supportive, mistake friendly environment.
</p>
</div>
<div class="image-box"></div>
<img class="image-box" src={Eclipse} alt="Eclipse" />
</div>
</article>

Expand All @@ -121,7 +124,7 @@
with others!
</p>
</div>
<div class="image-box"></div>
<img class="image-box" src={Hackathon} alt="A hackathon. There are tables arranged in rows and people with laptops sitting at them." />
</div>
</article>

Expand Down Expand Up @@ -154,10 +157,10 @@
<img loading="lazy" src={DisneyLight} alt="Disney logo" />
<img loading="lazy" src={CodeForCause} alt="Code for Cause logo" />
<img loading="lazy" src={Desmos} alt="Desmos logo" />
<!-- TODO: Get in contact with Axure for their SVG logo -->
<img loading="lazy" src={Axure} alt="Axure logo" />
<img loading="lazy" src={CodeCrafters} alt="CodeCrafters logo" />
<img loading="lazy" src={InterviewBuddy} alt="InterviewBuddy logo" />
<!-- <img loading="lazy" src={RedBull} alt="RedBull logo" /> -->
<!-- TODO: Get in contact with CodeCrafters for their SVG logo -->
<!-- TODO: Get in contact with Google for their SVG logo -->
</div>

<div class="info">
Expand Down

0 comments on commit 112b124

Please sign in to comment.