Skip to content

Commit

Permalink
Merge pull request #60 from MikeCheek/dev
Browse files Browse the repository at this point in the history
Fixed partners order
  • Loading branch information
MikeCheek authored Aug 5, 2024
2 parents f4e1488 + 3da2c14 commit bc4db91
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/components/atoms/Partners/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,39 +183,6 @@ const Index = () => {
</a>
</ShowOnView>
{/* <Heading text="Hospitality Partner" /> */}
<Heading text="Community Partner" />
<ShowOnView className={styles.wrap}>
{/*<a href="http://www.hackability.it/" rel="noopener noreferrer" target="_blank">
<StaticImage
layout="constrained"
src="../../../images/partners/hackability.jpg"
className={styles.logo}
alt="Hackability"
width={150}
/>
</a>*/}
{/* <a href="" rel="noopener noreferrer" title="Potenza Urban Art" target="_blank"> */}
<LaPotenzaDellArte className={styles.logoHorizontal} height={200} />
<StaticImage
layout="constrained"
src="../../../images/partners/potenza_urban_art.jpg"
className={styles.logo}
style={{ borderRadius: '50%' }}
alt="Potenza Urban Art"
width={150}
/>
{/* </a> */}
<a href="https://www.ashoka.org" title="Ashoka" rel="noopener noreferrer" target="_blank">
<StaticImage
layout="constrained"
src="../../../images/partners/ashoka.jpg"
className={styles.logo}
alt="Potenza Urban Art"
width={150}
/>
</a>
<Basilicata className={styles.logo} width={150} />
</ShowOnView>
<Heading text="Technical Partner" />
<ShowOnView className={styles.wrap}>
<a href="" title="New Wave Service" rel="noopener noreferrer" target="_blank">
Expand Down Expand Up @@ -267,6 +234,39 @@ const Index = () => {
width={200}
/>
</a>
</ShowOnView>
<Heading text="Community Partner" />
<ShowOnView className={styles.wrap}>
{/*<a href="http://www.hackability.it/" rel="noopener noreferrer" target="_blank">
<StaticImage
layout="constrained"
src="../../../images/partners/hackability.jpg"
className={styles.logo}
alt="Hackability"
width={150}
/>
</a>*/}
{/* <a href="" rel="noopener noreferrer" title="Potenza Urban Art" target="_blank"> */}
<LaPotenzaDellArte className={styles.logoHorizontal} height={200} />
<StaticImage
layout="constrained"
src="../../../images/partners/potenza_urban_art.jpg"
className={styles.logo}
style={{ borderRadius: '50%' }}
alt="Potenza Urban Art"
width={150}
/>
{/* </a> */}
<a href="https://www.ashoka.org" title="Ashoka" rel="noopener noreferrer" target="_blank">
<StaticImage
layout="constrained"
src="../../../images/partners/ashoka.jpg"
className={styles.logo}
alt="Potenza Urban Art"
width={150}
/>
</a>
<Basilicata className={styles.logo} width={150} />
</ShowOnView>
<Heading text="Si ringrazia" />
<ShowOnView>
Expand Down

0 comments on commit bc4db91

Please sign in to comment.