This commit is contained in:
Midou36O 2023-01-19 19:20:03 +01:00
parent 47a9994c87
commit c6de90d2c0
Signed by: midou
GPG Key ID: 08063D5407090BC2
4 changed files with 2207 additions and 6 deletions

9
.prettierrc Normal file
View File

@ -0,0 +1,9 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}

2192
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -13,8 +13,8 @@
<div class="middle">
<div class="wrapper">
<img src="{data.avatar}45198486?v=4" title="Why are you hovering over everything?" alt="" id="profilepicture" on:mouseenter={LSDSim} transition:blur="{{amount: 10}}"/>
<div class="h1dance"><h1>{data.name}</h1></div>
<div class="paragraph-start"><p id="para" style="margin-top: -15px; color:#fff;">{@html data.description}</p></div>
<div class="text-violet-500"><h1>{data.name}</h1></div>
<div class=""><p id="para" style="margin-top: -15px; color:#fff;">{@html data.description}</p></div>
<div>
<hr class="text-white" style="width:60%;text-align:center;color:#fff;border-color: #fff"/>
</div>

View File

@ -3,9 +3,9 @@
</script>
<div class="bg">
<div class="flex place-items-center">
<div class="i-icon-park-outline-attention " style=" width: 60px; height: 60px;"></div>
<h1 class="text-indigo-700 justify-center hover:text-indigo-800" style="">h</h1>
<div class="bg-fixed " style="background-image: url($static/images/BG_FHD_darker_mb.png)">
<div class="flex place-content-center place-items-center gap-3 rounded-2xl m-4 bg-slate-900">
<div class="i-zondicons-information-solid text-stone-400 text-4xl" ></div>
<h1 class="text-stone-400 justify-center hover:text-stone" style="">h</h1>
</div>
</div>