Skip to content

Commit

Permalink
Merge pull request #645 from neontribe/644-add-bluesky
Browse files Browse the repository at this point in the history
feat: add tribe bluesky link closes #644
  • Loading branch information
harryharrold authored Sep 9, 2024
2 parents dcb7192 + 9dca6e8 commit 62a1e0b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
41 changes: 32 additions & 9 deletions src/pages/contact-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,32 @@ const ContactUs = () => (

<ConstrainedWidth>
<Text size="normal" color="black" maxCharacter="49ch">
<p>
Follow us on {''}
<span>
Follow us on{' '}
<a
className="linkedin-link"
className="social-media-link"
target="_blank"
href="https://www.linkedin.com/company/neontribe-ltd/"
rel="noopener noreferrer"
>
LinkedIn.
LinkedIn
</a>{' '}
and{' '}
<a
className="social-media-link"
target="_blank"
href="https://bsky.app/profile/neontribe.bsky.social"
rel="noopener noreferrer"
>
BlueSky
</a>
</p>
</span>
</Text>

<div className="social-media-container">
<div className="social-media-labels">
<a
className="linkedin-logo"
className="social-media-logo"
target="_blank"
href="https://www.linkedin.com/company/neontribe-ltd/"
rel="noopener noreferrer"
Expand All @@ -79,6 +88,20 @@ const ContactUs = () => (
alt="Navigates to Neontribe's LinkedIn page"
/>
</a>

<a
className="social-media-logo"
target="_blank"
href="https://bsky.app/profile/neontribe.bsky.social"
rel="noopener noreferrer"
>
<img
src="/blueSkyLogo.svg"
height={60}
width={70}
alt="Navigates to Neontribe's BlueSky page"
/>
</a>
</div>
</div>

Expand Down Expand Up @@ -162,16 +185,16 @@ const ContactUs = () => (
align-items: center;
}
.linkedin-link {
.social-media-link {
color: ${c_NEON_PURPLE};
text-decoration: underline;
}
.linkedin-link:hover {
.social-media-link:hover {
color: ${c_NAV_ACTIVE};
}
.linkedin-logo:focus {
.social-media-logo:focus {
outline-color: ${c_NEON_PURPLE};
}
Expand Down
4 changes: 4 additions & 0 deletions static/blueSkyLogo.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 62a1e0b

Please sign in to comment.