Merge pull request #3 from Hacking-in-Parallel-Berlin-22/tobias/add_twitter

add twitter to socials
This commit is contained in:
Leif Niemczik 2022-11-25 13:47:39 +01:00 committed by GitHub
commit 13d325e9e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 5 deletions

View file

@ -11,25 +11,34 @@ const { additionalClass } = Astro.props
<li class='mastodon'>
<a
href='https://chaos.social/@HIP22'
title='HiP 2022 Berlin on Mastodon'
title='HiP 2022 on Mastodon'
rel='noopener noreferrer'
target='_blank'
><img src='/icons/mastodon.svg' alt='' />
</a>
</li>
<li class='matrix'>
<li >
<a
href='https://twitter.com/hip_berlin'
title='HiP 2022 on Twitter'
rel='noopener noreferrer'
target='_blank'
><img src='/icons/twitter.svg' alt=''/>
</a>
</li>
<li>
<a
href='https://matrix.to/#/%23xc3-space%3A1312.media'
title='HiP 2022 Berlin on Matrix'
title='HiP 2022 on Matrix'
rel='noopener noreferrer'
target='_blank'
><img src='/icons/matrix.svg' alt='' />
</a>
</li>
<li class='matrix'>
<li>
<a
href='https://github.com/Hacking-in-Parallel-Berlin-22/'
title='HiP 2022 Berlin on GitHub'
title='HiP 2022 on GitHub'
rel='noopener noreferrer'
target='_blank'
><img src='/icons/github.svg' alt='' />