added daisy page
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user