diff --git a/public/icons/github.svg b/public/icons/github.svg new file mode 100644 index 0000000..31b6e2e --- /dev/null +++ b/public/icons/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Socials.astro b/src/components/Socials.astro new file mode 100644 index 0000000..79bb8de --- /dev/null +++ b/src/components/Socials.astro @@ -0,0 +1,38 @@ +--- +import { toFastProperties } from '../../.yarn/releases/yarn-3.3.0.cjs' + +export interface Props { + additionalClass: string +} +const { additionalClass } = Astro.props +--- + + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f5b9794..3d61a11 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -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' CfP - + - +