mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-08 16:02:22 +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="middle">
|
||||||
<div class="wrapper">
|
<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}}"/>
|
<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="text-violet-500"><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=""><p id="para" style="margin-top: -15px; color:#fff;">{@html data.description}</p></div>
|
||||||
<div>
|
<div>
|
||||||
<hr class="text-white" style="width:60%;text-align:center;color:#fff;border-color: #fff"/>
|
<hr class="text-white" style="width:60%;text-align:center;color:#fff;border-color: #fff"/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<div class="bg">
|
<div class="bg-fixed " style="background-image: url($static/images/BG_FHD_darker_mb.png)">
|
||||||
<div class="flex place-items-center">
|
<div class="flex place-content-center place-items-center gap-3 rounded-2xl m-4 bg-slate-900">
|
||||||
<div class="i-icon-park-outline-attention " style=" width: 60px; height: 60px;"></div>
|
<div class="i-zondicons-information-solid text-stone-400 text-4xl" ></div>
|
||||||
<h1 class="text-indigo-700 justify-center hover:text-indigo-800" style="">h</h1>
|
<h1 class="text-stone-400 justify-center hover:text-stone" style="">h</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user