Skip to content

Commit

Permalink
Merge branch 'develop' into readd-ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahouazzane committed Jul 31, 2024
2 parents 1e057b4 + a465c80 commit 27b7636
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 17 deletions.
8 changes: 4 additions & 4 deletions app/components/Sponsors/Sponsors.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
.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 {
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: 20px;
row-gap: 2px;
row-gap: 10px;
max-width: 470px;
margin: 1rem 0.2rem;
align-items: center;
Expand Down
50 changes: 37 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,28 @@ 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>
<a target="_blank" href="https://www.dataorchard.org.uk/">
<Image
width={75}
height={55}
alt="Thank you to Data Orchard for sponsoring this event"
src="/data-orchard.png"
/>
</a>
</div>
</div>
</div>
</div>
Expand Down
Binary file added public/data-orchard.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 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 27b7636

Please sign in to comment.