mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Merge branch 'development' of github.com:BradNut/personal-website-sveltekit into development
This commit is contained in:
commit
4b3a1280f6
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
WALLABAG_MAX_ARTICLES=30
|
WALLABAG_MAX_ARTICLES=30
|
||||||
WALLABAG_MAX_PAGES=5
|
WALLABAG_MAX_PAGES=5
|
||||||
NODE_VERSION=18.12.1
|
NODE_VERSION=22
|
||||||
WALLABAG_CLIENT_ID=''
|
WALLABAG_CLIENT_ID=''
|
||||||
WALLABAG_CLIENT_SECRET=''
|
WALLABAG_CLIENT_SECRET=''
|
||||||
WALLABAG_USERNAME=''
|
WALLABAG_USERNAME=''
|
||||||
|
|
|
||||||
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