mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
commit
ece70a6971
2 changed files with 4 additions and 4 deletions
BIN
src/lib/assets/images/cruise.png
Normal file
BIN
src/lib/assets/images/cruise.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
|
|
@ -9,7 +9,7 @@
|
||||||
import Svelte from '@iconify-icons/simple-icons/svelte';
|
import Svelte from '@iconify-icons/simple-icons/svelte';
|
||||||
import TypeScript from '@iconify-icons/simple-icons/typescript';
|
import TypeScript from '@iconify-icons/simple-icons/typescript';
|
||||||
import LazyImage from '$lib/components/LazyImage.svelte';
|
import LazyImage from '$lib/components/LazyImage.svelte';
|
||||||
import antarctica from '$lib/assets/images/antarctica.png?as=run:0';
|
import cruise from '$lib/assets/images/cruise.png?as=run:0';
|
||||||
import tortie_derp from '$lib/assets/images/tortie_derp.jpg?as=run';
|
import tortie_derp from '$lib/assets/images/tortie_derp.jpg?as=run';
|
||||||
import orange_derp from '$lib/assets/images/orange_derp.jpg?as=run';
|
import orange_derp from '$lib/assets/images/orange_derp.jpg?as=run';
|
||||||
import turnip from '$lib/assets/images/turnip.svg';
|
import turnip from '$lib/assets/images/turnip.svg';
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
<h2>Other fun things about me…</h2>
|
<h2>Other fun things about me…</h2>
|
||||||
<div style="display: grid;">
|
<div style="display: grid;">
|
||||||
<p>
|
<p>
|
||||||
Recently visited Antarctica.
|
Recently cruised the Mediterranean.
|
||||||
</p>
|
</p>
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
|
|
@ -140,8 +140,8 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<LazyImage src={antarctica} alt="Clip art of Antarctica" />
|
<LazyImage src={cruise} alt="Clip art of a cruise ship. Cruise icons created by C-mo Box - Flaticon" />
|
||||||
<p class="center">Antarctica</p>
|
<p class="center">Crusin'</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue