Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,11 @@ <h1 class="content-section__title">MAJOR EVENTS</h1>
<div class="content-section section--hidden" data-page="6">
<h1 class="content-section__title">SPONSORS</h1>
<div class="sponsor-logos flex flex--center">
<div class="sponsor-logos__logo">
<a href="https://sui.io/" target="_blank">
<img data-follow src="./resources/images/sponsors/sui.svg" alt="Sui logo" width="130">
</a>
</div>
<div class="sponsor-logos__logo">
<a href="https://goexpoverse.com/" target="_blank">
<img data-follow src="./resources/images/sponsors/expoverse.svg" alt="Expoverse logo" width="70">
Expand Down
15 changes: 15 additions & 0 deletions resources/images/sponsors/sui.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 30 additions & 5 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,10 @@ iframe {
display: inline-block;
text-decoration: none;
}


.sponsor-logos__logo {
padding: 2.5rem;
}
}

/* Styles for screens 600px and smaller */
Expand Down Expand Up @@ -433,6 +436,32 @@ iframe {
vertical-align: bottom;
cursor: pointer;
}

.sponsor-logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px 0;
}

.sponsor-logos__logo {
width: 33.3333%;
display: flex;
justify-content: center;
align-items: center;
padding: 0.5rem;
}

.sponsor-logos__logo:nth-child(4),
.sponsor-logos__logo:nth-child(5) {
width: 40%;
}

.sponsor-logos__logo img {
max-width: 80px;
width: 110%;
height: auto;
}
}


Expand Down Expand Up @@ -567,10 +596,6 @@ iframe {
bottom: 2rem;
}

.sponsor-logos__logo {
padding: 1rem;
}

.scroll-letters {
display: flex;
position: absolute;
Expand Down