add twitter to socials
This commit is contained in:
parent
851577c076
commit
8b14f0b272
2 changed files with 18 additions and 5 deletions
|
@ -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='' />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue