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>
|
||||
<header>
|
||||
<div>
|
||||
<h1>Hacking in<br />Parallel</h1>
|
||||
<h1><img src='/logo.svg' alt='Hacking in Parallel ////' /></h1>
|
||||
<time>December 27-30 2022</time>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
@ -3,6 +3,7 @@ import Layout from '../../layouts/Layout.astro'
|
|||
---
|
||||
|
||||
<Layout title='Privacy'>
|
||||
<main>
|
||||
<article>
|
||||
<h1>Privacy</h1>
|
||||
<p>
|
||||
|
@ -12,4 +13,5 @@ import Layout from '../../layouts/Layout.astro'
|
|||
tempora!
|
||||
</p>
|
||||
</article>
|
||||
</main>
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in a new issue