Skip to content

Commit

Permalink
fix: order and add promo cymaru
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahouazzane committed Jul 17, 2024
1 parent 4036984 commit 492a66d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 16 deletions.
6 changes: 3 additions & 3 deletions app/components/Sponsors/Sponsors.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
.sponsor-large {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
padding: 1.5rem 2.5rem;
row-gap: 10px;
justify-content: space-around;
padding: 1rem 2rem;
}

.sponsor-grid {
Expand Down
41 changes: 28 additions & 13 deletions app/components/Sponsors/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,18 @@ const Sponsors = () => {
/>
</a>
</div>

<div>
<a target="_blank" href="https://www.ukgovcamp.com">
<Image
width={163}
width={160}
height={65}
alt="Thank you to UKGovCamp for sponsoring this event"
src="/ukgovchamp.png"
/>
</a>
</div>

<div>
<a target="_blank" href="https://basis.co.uk/">
<Image
width={163}
height={65}
alt="Thank you to Basis for sponsoring this event"
src="/basis.png"
/>
</a>
</div>
<div>
<a target="_blank" href="https://torchbox.com/">
<Image
Expand All @@ -53,13 +44,24 @@ const Sponsors = () => {
<div>
<a target="_blank" href="https://public.digital/">
<Image
width={190}
height={40}
width={210}
height={70}
alt="Thank you to Public Digital for sponsoring this event"
src="/public-digital.png"
/>
</a>
</div>

<div>
<a target="_blank" href="https://basis.co.uk/">
<Image
width={145}
height={65}
alt="Thank you to Basis for sponsoring this event"
src="/basis.png"
/>
</a>
</div>
</div>

<div className="sponsor-grid">
Expand Down Expand Up @@ -96,6 +98,19 @@ const Sponsors = () => {
/>
</a>
</div>



<div>
<a target="_blank" href="https://www.promo.cymru/">
<Image
width={110}
height={35}
alt="Thank you to Promo Cymru for sponsoring this event"
src="/promo-cymru.png"
/>
</a>
</div>
</div>
</div>
</div>
Expand Down
Binary file added public/promo-cymru.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 modified public/public-digital.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 492a66d

Please sign in to comment.