Skip to content

Commit

Permalink
Merge pull request #106 from neontribe/105-add-poteris
Browse files Browse the repository at this point in the history
feat: add poteris and fix public digital - fixes #105
  • Loading branch information
harryharrold authored Sep 12, 2024
2 parents 8fd792a + ddbac52 commit 4a02152
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 8 deletions.
7 changes: 6 additions & 1 deletion app/components/Sponsors/Sponsors.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,14 @@
.sponsor-large {
display: flex;
flex-wrap: wrap;
row-gap: 10px;
gap:10px;
justify-content: space-around;
padding: 1rem 2rem;

}

.sponsor-large:nth-child(2) {
padding-top:0;
}

.sponsor-grid {
Expand Down
27 changes: 20 additions & 7 deletions app/components/Sponsors/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const Sponsors = () => {
<div>
<a target="_blank" href="https://www.neontribe.co.uk/">
<Image
width={153}
height={55}
width={173}
height={60}
alt="Thank you to Neontribe for sponsoring this event"
src="/neontribe.png"
/>
Expand All @@ -23,18 +23,20 @@ const Sponsors = () => {
<div>
<a target="_blank" href="https://www.ukgovcamp.com">
<Image
width={160}
height={65}
width={195}
height={70}
alt="Thank you to UKGovCamp for sponsoring this event"
src="/ukgovchamp.png"
/>
</a>
</div>
</div>

<div className="sponsor-large">
<div>
<a target="_blank" href="https://torchbox.com/">
<Image
width={153}
width={145}
height={55}
alt="Thank you to Torchbox for sponsoring this event"
src="/torchbox.png"
Expand All @@ -44,10 +46,10 @@ const Sponsors = () => {
<div>
<a target="_blank" href="https://public.digital/">
<Image
width={210}
width={193}
height={70}
alt="Thank you to Public Digital for sponsoring this event"
src="/public-digital.png"
src="/public-digital.svg"
/>
</a>
</div>
Expand All @@ -62,6 +64,17 @@ const Sponsors = () => {
/>
</a>
</div>

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

<div className="sponsor-grid">
Expand Down
1 change: 1 addition & 0 deletions public/poteris.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 removed public/public-digital.png
Binary file not shown.
56 changes: 56 additions & 0 deletions public/public-digital.svg
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 4a02152

Please sign in to comment.