Skip to content

Commit 6cef38d

Browse files
update: revise personal portfolio content and enhance project descriptions
1 parent 82fdfd7 commit 6cef38d

File tree

3 files changed

+19
-24
lines changed

3 files changed

+19
-24
lines changed

portfolio/src/routes/+page.svelte

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
YADHU KRISHNA S M
1919
</p>
2020
<p class=" mb-5 text-sm font-light">
21-
Freelance Developer • Systems Learner • Builder of Software, Hardware & Ideas
21+
Learner • Builder
2222
</p>
2323
<p class="break works">
2424
Hi, my name is <span class="font-bold">Yadhu Krishna</span>. this is my personal portfolio where i post my updates and also thinking about blogging also!
@@ -29,26 +29,19 @@
2929
<div class="space-y-2">
3030
<p class="text-xl font-bold">About</p>
3131
<p>
32-
I'm a freelance developer with a focus on frontend development and full product workflows.
33-
I’ve built a complete POS system from scratch — from interface to architecture — and I'm
34-
preparing it for release. Outside of client work, I regularly solve algorithmic problems,
35-
explore system-level programming. I'm also experimenting with hardware projects — including a
36-
compact cyberdeck, and smart lighting devices. I’m drawn to minimal, functional design and
37-
enjoy working across both software and hardware to build useful tools.
32+
I'm a learner who is currently exploring different lands of tech.
3833
</p>
3934
</div>
4035

4136
<div class="space-y-2">
4237
<p class="text-xl font-bold">Current Focus</p>
4338
<ul class="list-disc pl-5">
4439
<li>
45-
Developing and preparing to launch a full-featured POS system called <a href="https://obscidian.site" class="underline"
46-
>SalesGo,</a> &nbsp; built from the ground up
40+
Developed an custom delivery management software. Looking forward to releasing <a href="https://obscidian.site" class="underline"
41+
>SalesGo</a>
4742
</li>
48-
<li>Practicing data structures and algorithms daily to strengthen core problem-solving skills</li>
49-
<li>Learning systems programming and operating system fundamentals</li>
50-
<li>Interested in minimalist design, embedded systems, and full-stack product development</li>
51-
<li>Actively looking for internships and job roles in software development, systems, or embedded tech</li>
43+
<li>Trying my best to understand System designs, Networks, ML and more...</li>
44+
<li>Intern at a product studio - <a href="https://nysaclan.com/">nysa clan</a></li>
5245
</ul>
5346
</div>
5447
</div>
Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
<p class="text-2xl mb-5 font-bold">History</p>
1+
<p class="mb-5 text-2xl font-bold">History</p>
22

3-
4-
5-
<p class="text-xl font-bold mt-5">
6-
Actively looking for internships and job opportunities. <br>
7-
I am open to remote work and freelance projects. <br>
8-
</p>
9-
10-
<br>
11-
<br>
12-
Haven't worked in any company yet! <br>
3+
<ul class="list-disc pl-5">
4+
<li>Intern at a product studio - <a href="https://nysaclan.com/">nysa clan</a></li>
5+
</ul>

portfolio/src/routes/works/+page.svelte

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<div class="space-y-10">
66
<h3 class="text-2xl font-bold">Works</h3>
77

8+
<div>
9+
<p class="text-lg font-semibold hover:underline">
10+
<a href="https://p2pchat-0cdf.onrender.com/">SalesGo</a>
11+
</p>
12+
<p>
13+
A custom delivery management solution for businesses with, inventory management, reports, billing and live route tracking and more. Created on a client request and looking forward to make it a general product for similar businesses in the future.
14+
</p>
15+
<a href="https://obscidian.site" class="git">SalesGo</a>
16+
</div>
817
<div>
918
<p class="text-lg font-semibold hover:underline">
1019
<a href="https://p2pchat-0cdf.onrender.com/">P2P chat</a>

0 commit comments

Comments
 (0)