|
1 | | -<div class="flex flex-col md:flex-row-reverse md:justify-between"> |
2 | | - <div class="transform transition-transform duration-500 ease-in-out"> |
3 | | - <img |
4 | | - src="/images/img.png" |
5 | | - alt="Portfolio" |
6 | | - class="b h-50 w-50 border border-gray-500 bg-neutral-400 object-cover object-[50%_center] md:h-96 md:w-96 lg:h-[15em] lg:w-[15em] lg:object-[65%_center]" |
7 | | - /> |
8 | | - </div> |
9 | | - <div class="flex w-[60em] flex-col justify-center space-y-5 break-words"> |
10 | | - <p |
11 | | - class="font-klemerDisplay mt-6 pt-5 text-2xl font-bold text-nowrap transition-all md:mt-0 md:text-4xl lg:text-6xl" |
| 1 | +<script> |
| 2 | + import { Dot } from '@lucide/svelte'; |
| 3 | +</script> |
| 4 | + |
| 5 | +<div class="space-y-5"> |
| 6 | + <div class="flex flex-col md:flex-row-reverse md:justify-between"> |
| 7 | + <div |
| 8 | + class="flex transform justify-center transition-transform duration-500 ease-in-out md:justify-start" |
12 | 9 | > |
13 | | - YADHU KRISHNA S M |
14 | | - </p> |
| 10 | + <img |
| 11 | + src="/images/img.png" |
| 12 | + alt="Portfolio" |
| 13 | + class="b h-50 w-50 border border-gray-500 bg-neutral-400 object-cover object-[50%_center] md:h-96 md:w-96 lg:h-[15em] lg:w-[15em] lg:object-[65%_center]" |
| 14 | + /> |
| 15 | + </div> |
| 16 | + <div class="flex flex-col justify-center md:w-[60em]"> |
| 17 | + <p |
| 18 | + class="font-klemerDisplay mt-6 pt-5 text-3xl font-bold transition-all md:mt-0 md:text-4xl lg:text-6xl" |
| 19 | + > |
| 20 | + YADHU KRISHNA S M |
| 21 | + </p> |
| 22 | + <p class=" mb-5 text-sm font-light"> |
| 23 | + Freelance Developer • Systems Learner • Builder of Software, Hardware & Ideas |
| 24 | + </p> |
| 25 | + <p class="break works"> |
| 26 | + Hi, my name is <span class="font-bold">Yadhu Krishna</span>. Fellow human's who finds beauty |
| 27 | + in the uncomplicated! |
| 28 | + </p> |
| 29 | + </div> |
| 30 | + </div> |
15 | 31 |
|
16 | | - <p class=""> |
17 | | - Hi, my name is <span class="font-bold">Yadhu Krishna</span>. Fellow human breed who finds |
18 | | - beauty in the uncomplicated! |
| 32 | + <div class="space-y-2"> |
| 33 | + <p class="text-xl font-bold">About</p> |
| 34 | + <p> |
| 35 | + I'm a freelance developer with a focus on frontend development and full product workflows. |
| 36 | + I’ve built a complete POS system from scratch — from interface to architecture — and I'm |
| 37 | + preparing it for release. Outside of client work, I regularly solve algorithmic problems, |
| 38 | + explore system-level programming. I'm also experimenting with hardware projects — including a |
| 39 | + compact cyberdeck, and smart lighting devices. I’m drawn to minimal, functional design and |
| 40 | + enjoy working across both software and hardware to build useful tools. |
19 | 41 | </p> |
20 | 42 | </div> |
21 | | -</div> |
22 | 43 |
|
23 | | -<div class="space-y-2 py-3"> |
24 | | - <p class="text-lg font-bold">Current Whereabouts</p> |
25 | | - <ul class="list-disc pl-5"> |
26 | | - <li>Developing a POS software called <a href="https://obscidian.site" class="underline">SalesGo</a></li> |
27 | | - <li>Enhancing my knowledge in data structures and algorithms</li> |
28 | | - </ul> |
| 44 | + <div class="space-y-2"> |
| 45 | + <p class="text-xl font-bold">Current Focus</p> |
| 46 | + <ul class="list-disc pl-5"> |
| 47 | + <li> |
| 48 | + Developing and preparing to launch a full-featured POS system called <a href="https://obscidian.site" class="underline" |
| 49 | + >SalesGo,</a> built from the ground up |
| 50 | + </li> |
| 51 | + <li>Practicing data structures and algorithms daily to strengthen core problem-solving skills</li> |
| 52 | + <li>Learning systems programming and operating system fundamentals</li> |
| 53 | + <li>Interested in minimalist design, embedded systems, and full-stack product development</li> |
| 54 | + <li>Actively looking for internships and job roles in software development, systems, or embedded tech</li> |
| 55 | + </ul> |
| 56 | + </div> |
29 | 57 | </div> |
30 | | - |
|
0 commit comments