Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ layout: false
data-skills="{{ person.data.languages }}">
<div class="p-8">
<div class="flex justify-between items-start gap-4">
<div class="flex-1">
<div class="flex-1 min-w-[200px]">
Comment thread
GulshanJha00 marked this conversation as resolved.
Outdated
<h2 class="text-2xl font-bold group-hover:text-accent transition-colors">{{ person.data.name }}</h2>
<p class="text-accent font-semibold text-sm uppercase tracking-wider">{{ person.data.role }}</p>
</div>
Expand Down
16 changes: 16 additions & 0 deletions src/users/GulshanJha00.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Gulshan
github: GulshanJha00
website: https://gulshankumar.xyz
email: gk4763549@gmail.com
linkedin: https://www.linkedin.com/in/gulshankumar0/
country: India
location: Bangalore
role: MERN Stack Developer
languages: JavaScript TypeScript C++ Python
bio: |
MERN stack developer focused on Next.js, backend systems, and open source.

Currently learning DevOps and improving problem solving skills through DSA and real-world projects.

Interested in scalable web applications, UI/UX, and developer tooling.

Comment thread
GulshanJha00 marked this conversation as resolved.
Outdated