Skip to content

Commit

Permalink
Merge pull request #99 from neontribe/new-logos
Browse files Browse the repository at this point in the history
feat: new sponsors
  • Loading branch information
harryharrold authored Aug 13, 2024
2 parents d44e984 + 291daa3 commit 665b83c
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 13 deletions.
8 changes: 6 additions & 2 deletions app/components/Sponsors/Sponsors.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
flex-wrap: wrap;
justify-content: center;
column-gap: 20px;
row-gap: 10px;
row-gap: 13px;
max-width: 470px;
margin: 1rem 0.2rem;
margin: 1rem 2rem;
align-items: center;
}

Expand All @@ -52,4 +52,8 @@
.sponsor-large {
gap: 25px;
}

.sponsor-large {
padding: 1rem 0;
}
}
47 changes: 42 additions & 5 deletions app/components/Sponsors/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Sponsors = () => {
/>
</a>
</div>

<div>
<a target="_blank" href="https://www.ukgovcamp.com">
<Image
Expand Down Expand Up @@ -65,8 +65,7 @@ const Sponsors = () => {
</div>

<div className="sponsor-grid">

<div>
<div>
<a target="_blank" href=" https://www.thinknpc.org/">
<Image
width={90}
Expand All @@ -87,7 +86,6 @@ const Sponsors = () => {
</a>
</div>


<div>
<a target="_blank" href="https://nexergroup.com/">
<Image
Expand All @@ -106,7 +104,7 @@ const Sponsors = () => {
height={35}
alt="Thank you to Promo Cymru for sponsoring this event"
src="/promo-cymru.png"
/>
/>
</a>
</div>

Expand All @@ -120,6 +118,45 @@ const Sponsors = () => {
/>
</a>
</div>

<div>
<a target="_blank" href="https://www.wearecast.org.uk/">
<Image
width={85}
height={25}
alt="Thank you to Cast for sponsoring this event"
src="/cast.png"
/>
</a>
</div>

<div>
<a
target="_blank"
href="https://www.wearecast.org.uk/our-work/programmes-and-initiatives/digital-leads-network/"
>
<Image
width={100}
height={65}
alt="Thank you to Digital Leads Network for sponsoring this event"
src="/digital-leads.png"
/>
</a>
</div>

<div>
<a
target="_blank"
href="https://www.designforjoy.co.uk/"
>
<Image
width={60}
height={60}
alt="Thank you to Design For Joy for sponsoring this event"
src="/joy.jpg"
/>
</a>
</div>
</div>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions app/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
color: var(--c-white);
}


.sign-up-label {
font-family: var(--secondary-font);
font-size: var(--medium);
Expand Down Expand Up @@ -66,13 +65,11 @@
border-radius: 2px;
}


.sign-up-button:hover {
color: var(--c-white);
transition: 0.5s;
}


.sign-up-input-field {
font-size: var(--v-small);
height: 100%;
Expand All @@ -82,7 +79,6 @@
padding-left: 1.5rem;
}


.main-container {
display: flex;
justify-content: space-evenly;
Expand Down Expand Up @@ -203,11 +199,10 @@
font-size: var(--large);
padding: 1.5rem;
line-height: 1.2;

}

.quote p {
margin:0;
margin: 0;
}

.quote-author {
Expand Down Expand Up @@ -266,5 +261,10 @@
font-size: var(--m-medium);
line-height: 2rem;
}
}

@media (max-width: 360px) {
.quote {
margin: 0;
}
}
Binary file added public/cast.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/digital-leads.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/joy.jpg
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 665b83c

Please sign in to comment.