logo
This commit is contained in:
parent
e07d3afaf4
commit
133539d58e
28
public/logo.svg
Normal file
28
public/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.2 KiB |
|
@ -5,7 +5,7 @@ import Layout from '../layouts/Layout.astro'
|
||||||
<Layout>
|
<Layout>
|
||||||
<header>
|
<header>
|
||||||
<div>
|
<div>
|
||||||
<h1>Hacking in<br />Parallel</h1>
|
<h1><img src='/logo.svg' alt='Hacking in Parallel ////' /></h1>
|
||||||
<time>December 27-30 2022</time>
|
<time>December 27-30 2022</time>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -3,6 +3,7 @@ import Layout from '../../layouts/Layout.astro'
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title='Privacy'>
|
<Layout title='Privacy'>
|
||||||
|
<main>
|
||||||
<article>
|
<article>
|
||||||
<h1>Privacy</h1>
|
<h1>Privacy</h1>
|
||||||
<p>
|
<p>
|
||||||
|
@ -12,4 +13,5 @@ import Layout from '../../layouts/Layout.astro'
|
||||||
tempora!
|
tempora!
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in a new issue