added stuff to about page
This commit is contained in:
parent
7d8cbf25d4
commit
d13ac932de
BIN
src/lib/os.jpg
BIN
src/lib/os.jpg
Binary file not shown.
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.0 MiB |
@ -58,6 +58,6 @@
|
||||
</ul>
|
||||
{/key}
|
||||
</nav>
|
||||
<div class="text-center md:max-w-md mx-auto sm:max-w-sm">
|
||||
<div class="container text-center md:max-w-md mx-auto sm:max-w-sm ">
|
||||
<slot />
|
||||
</div>
|
@ -1,5 +1,6 @@
|
||||
<script>
|
||||
import migImg from "$lib/mig.jpg"
|
||||
import osImg from "$lib/os.jpg"
|
||||
</script>
|
||||
|
||||
<h1 class="text-xl font-jose mb-4">Life is good in Copenhagen</h1>
|
||||
@ -10,4 +11,5 @@
|
||||
<p> </p>
|
||||
<img class="rounded-2xl ml-4 md:w-auto md:h-52 sm:w-full sm:h-auto" src={migImg} alt="crazy man"/>
|
||||
</div>
|
||||
<p>I work in recruitment, and I specialise in building product teams for start ups and scale ups for a small agency called <a href="https://www.adveniopeople.com">Advenio People</a></p>
|
||||
<p class="mb-4">I work in recruitment, and I specialise in building product teams for start ups and scale ups for a small agency called <a href="https://www.adveniopeople.com">Advenio People</a></p>
|
||||
<img src={osImg} alt="A happy man and a beautiful woman both wearing facemasks." class="rounded-full w-1/2 h-auto m-auto">
|
Loading…
Reference in New Issue
Block a user