mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-22 22:22:58 +05:30
akis??
This commit is contained in:
parent
47a9994c87
commit
c6de90d2c0
9
.prettierrc
Normal file
9
.prettierrc
Normal 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
2192
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user