fix image url
This commit is contained in:
parent
71aabfb9ba
commit
bb4383f212
@ -2,10 +2,7 @@
|
|||||||
import "$lib/css/nordtheme.css";
|
import "$lib/css/nordtheme.css";
|
||||||
import LinksGrid from "$lib/components/LinksGrid.svelte";
|
import LinksGrid from "$lib/components/LinksGrid.svelte";
|
||||||
export let data;
|
export let data;
|
||||||
import { SignIn, SignOut } from "@auth/sveltekit/components"
|
|
||||||
import { page } from "$app/stores"
|
import { page } from "$app/stores"
|
||||||
/*console.log($page)*/
|
|
||||||
/*console.log($page.daja.session.user)*/
|
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
.hero{
|
.hero{
|
||||||
@ -52,7 +49,6 @@ section h2{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Bocken</title>
|
<title>Bocken</title>
|
||||||
<meta name="description" content="Die persönliche Website von Alexander Bocken" />
|
<meta name="description" content="Die persönliche Website von Alexander Bocken" />
|
||||||
@ -64,7 +60,7 @@ section h2{
|
|||||||
{#if ! data.session}
|
{#if ! data.session}
|
||||||
|
|
||||||
<section class=hero>
|
<section class=hero>
|
||||||
<img src="https://bocken.org/static/user/full/Alexander.webp" alt="Smiling Alexander Bocken">
|
<img src="https://bocken.org/static/user/full/alexander.webp" alt="Smiling Alexander Bocken">
|
||||||
<div>
|
<div>
|
||||||
<h1><q>Willkommen auf bocken.org</q></h1>
|
<h1><q>Willkommen auf bocken.org</q></h1>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user