Skip to content

Commit

Permalink
Bloomberg and chevron sponsors added.
Browse files Browse the repository at this point in the history
  • Loading branch information
milkcee12 committed Feb 5, 2024
1 parent 01e1354 commit e32c0ef
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion src/lib/components/sections/Sponsors.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@
<section id="sponsors">
<Header>Sponsors</Header>
<div class="sponsor-list">
<p><i>Coming soon...</i></p>
<!-- <p><i>Coming soon...</i></p> -->
<div class="section tier-1">
<img
class="macaron"
src="/images/macaron-gold.png"
alt="macaron decoration"
/>
<img
class="sponsor"
src="/images/sponsors/bloomberg-engineering.png"
alt="Bloomberg Engineering"
/>
<img
class="sponsor"
src="/images/sponsors/chevron.png"
alt="Chevron"
/>
</div>
</div>
<div class="thank-you-message">
<p>
Expand All @@ -21,6 +38,41 @@
<style lang="scss">
.sponsor-list {
margin-bottom: 8em;
display: flex;
justify-content: center;
.sponsor {
max-height: 90px;
img {
object-fit: contain;
}
}
.section {
width: 50%;
display: flex;
gap: 1em;
justify-content: space-around;
padding: 3em;
border-radius: 1.25em 1.25em 0 1.25em;
border: $brown solid 3px;
filter: drop-shadow(0.4em 0.4em 0 $brown);
position: relative;
.macaron {
width: 100px;
height: 100px;
position: absolute;
top: -30px;
right: -30px;
filter: drop-shadow(-0.05em 0.15em 0 $brown);
}
}
.tier-1 {
background-color: $gold;
}
}
.thank-you-message {
text-align: center;
Expand Down
Binary file added static/images/macaron-blue.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 static/images/macaron-gold.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 static/images/macaron-pink.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 static/images/sponsors/bloomberg-engineering.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 static/images/sponsors/chevron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e32c0ef

Please sign in to comment.