added daisy page

This commit is contained in:
2025-04-04 19:33:17 +02:00
parent 6a1a184b7b
commit a02224cdc8
12 changed files with 125 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
<title>denizk0461's website</title>
</svelte:head>
<h1><i>Moin!</i> ~ welcome to my website :)</h1>
<h1 class="gradient-title"><i>Moin!</i> ~ welcome to my website :)</h1>
<div class="container">
<div class="subcontainer">
@@ -46,10 +46,10 @@
link: "projects",
},
{
title: "idk",
subtitle: "idk",
title: "Blog",
subtitle: "more to come <i>soon</i>",
fullWidth: false,
img: "projects/project-mix.webp",
img: "common/hypertext.webp",
link: "",
},
]}/>
@@ -106,4 +106,11 @@
width: 32px;
display: inline-block;
}
.gradient-title {
background: -webkit-linear-gradient(0deg, #96C9DC, #9CE391, #E03E59);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>