Started progress on svelte OpenBirch

This commit is contained in:
BOTAlex 2024-07-24 02:55:52 +02:00
parent 7c5e96b921
commit 4eff399404
4 changed files with 3 additions and 4 deletions

BIN
src/lib/images/goku.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
src/lib/images/hoeless.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View File

@ -1,4 +1,4 @@
<script>
<script lang="ts">
import Counter from './Counter.svelte';
import welcome from '$lib/images/svelte-welcome.webp';
import welcome_fallback from '$lib/images/svelte-welcome.png';

View File

@ -1,7 +1,6 @@
<script>
import { page } from '$app/stores';
import logo from '$lib/images/svelte-logo.svg';
import github from '$lib/images/github.svg';
import goku from '$lib/images/goku.webp';
import "tailwindcss/tailwind.css";
</script>
@ -10,7 +9,7 @@
<div class="w-10 rounded-full">
<img
alt="Tailwind CSS Navbar component"
src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.jpg" />
src={goku} />
</div>
</div>
<div class="flex-1"/>