mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-19 12:19:05 +00:00
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
20 lines
479 B
Vue
20 lines
479 B
Vue
<script></script>
|
|
<template>
|
|
<div class="ml-20 mt-20">
|
|
<img
|
|
src="https://avatars.githubusercontent.com/u/58448036?v=4"
|
|
height="200"
|
|
width="200"
|
|
class="pb-5"
|
|
/>
|
|
<h1 class="font-bold text-5xl">
|
|
Hi I'm <span class="text-[#cba6f7] fancy-font">Saahil</span>
|
|
</h1>
|
|
<p class="pt-5">I am a teenage developer, designer and programmer</p>
|
|
</div>
|
|
</template>
|
|
<style>
|
|
.fancy-font {
|
|
font-family: "Fuzzy Bubbles", sans-serif;
|
|
}
|
|
</style>
|