github link
This commit is contained in:
parent
4d57242492
commit
e29fce9ce9
3 changed files with 42 additions and 40 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
import Socials from '../components/Socials.astro'
|
||||
export interface Props {
|
||||
title?: string
|
||||
}
|
||||
|
@ -37,48 +38,10 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
<a href='https://pretalx.c3voc.de/hip-berlin-2022/cfp'>CfP</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class='mobile-only socials'>
|
||||
<li class='mastodon'>
|
||||
<a
|
||||
href='https://chaos.social/@HIP22'
|
||||
title='HiP 2022 Berlin on Mastodon'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
><img src='/icons/mastodon.svg' alt='' />
|
||||
</a>
|
||||
</li>
|
||||
<li class='matrix'>
|
||||
<a
|
||||
href='https://matrix.to/#/%23xc3-space%3A1312.media'
|
||||
title='HiP 2022 Berlin on Matrix'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
><img src='/icons/matrix.svg' alt='' />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<Socials additionalClass='mobile-only' />
|
||||
</nav>
|
||||
<label for='nav-toggle' class='mobile-only gradient-border'>Menu</label>
|
||||
<ul class='desktop-only socials'>
|
||||
<li class='mastodon'>
|
||||
<a
|
||||
href='https://chaos.social/@HIP22'
|
||||
title='HiP 2022 Berlin on Mastodon'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
><img src='/icons/mastodon.svg' alt='' />
|
||||
</a>
|
||||
</li>
|
||||
<li class='matrix'>
|
||||
<a
|
||||
href='https://matrix.to/#/%23xc3-space%3A1312.media'
|
||||
title='HiP 2022 Berlin on Matrix'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
><img src='/icons/matrix.svg' alt='' />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<Socials additionalClass='desktop-only' />
|
||||
</header>
|
||||
<slot />
|
||||
<footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue