custom homapage

This commit is contained in:
whidix
2022-12-30 01:47:17 +01:00
parent cf9dc34936
commit 74ac50ede7
25 changed files with 222 additions and 13954 deletions

View File

@@ -0,0 +1,20 @@
<script lang="ts">
export let title: string;
</script>
<div class="card">
<h1>{title}</h1>
</div>
<style>
.card {
margin: 1rem 0;
overflow: hidden;
border-radius: 0.25rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB