Skip to content

Commit 66d4c2d

Browse files
authored
Merge branch 'main' into copilot/add-footer-button-for-nunjucks
2 parents 714ba48 + 14efb2d commit 66d4c2d

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

src/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ layout: false
3131
{% set country = person.data.country %}
3232
{% set location = person.data.location %}
3333
{% if location or country %}
34-
<div class="flex flex-col items-end gap-0.5 shrink-0 text-[10px] bg-[var(--bg-footer)] text-[var(--text-muted)] px-2 py-1 rounded font-bold uppercase border border-[var(--border-color)]">
34+
<div class="flex flex-col items-end text-right gap-0.5 text-[10px] bg-[var(--bg-footer)] text-[var(--text-muted)] px-2 py-1 rounded font-bold uppercase border border-[var(--border-color)]">
3535
{% if location %}<span>{{ location }}</span>{% endif %}
3636
{% if country %}<span>{{ country }}</span>{% endif %}
3737
</div>

src/users/2005rishabh.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Rishabh Singh
2+
github: 2005rishabh
3+
website: https://portfolio-gamma-drab-69.vercel.app/
4+
email: singh10rishab@gmail.com
5+
instagram: https://www.instagram.com/20_rishabh_05/
6+
linkedin: https://www.linkedin.com/in/rishabh-singh-505coder/
7+
country: India
8+
location: Faridabad
9+
role: Full Stack Developer & Open Source Contributor
10+
languages: JavaScript TypeScript Python Java PHP
11+
bio: |
12+
I am a 3rd-year B.Tech Computer Science student and a passionate Full Stack Web Developer specializing in the MERN stack.
13+
14+
I thrive on building scalable web applications and contributing to the open-source ecosystem. Recently, I've been enhancing AI-driven platforms like 'iloveAgents' by improving UI/UX and developer onboarding workflows through automated pre-fill logic.
15+
16+
With a strong foundation in Data Structures and Algorithms, I am dedicated to writing clean, maintainable code and building real-world projects that solve actual user problems. Currently exploring the intersection of Web Development and Machine Learning while actively preparing for internship opportunities.

0 commit comments

Comments
 (0)