-
-
Notifications
You must be signed in to change notification settings - Fork 71
Fix text alignment for wrapped location/country labels #466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3fff041
7846424
ff869be
62e4388
a11b468
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,7 @@ layout: false | |
| {% set country = person.data.country %} | ||
| {% set location = person.data.location %} | ||
| {% if location or country %} | ||
| <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)]"> | ||
| <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)]"> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The removal of |
||
| {% if location %}<span>{{ location }}</span>{% endif %} | ||
| {% if country %}<span>{{ country }}</span>{% endif %} | ||
| </div> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| name: Rishabh Singh | ||
| github: 2005rishabh | ||
| website: https://portfolio-gamma-drab-69.vercel.app/ | ||
| email: singh10rishab@gmail.com | ||
| instagram: https://www.instagram.com/20_rishabh_05/ | ||
| linkedin: https://www.linkedin.com/in/rishabh-singh-505coder/ | ||
| country: India | ||
| location: Faridabad | ||
| role: Full Stack Developer & Open Source Contributor | ||
| languages: JavaScript TypeScript Python Java PHP | ||
| bio: | | ||
| I am a 3rd-year B.Tech Computer Science student and a passionate Full Stack Web Developer specializing in the MERN stack. | ||
|
|
||
| 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. | ||
|
|
||
| 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. |
Uh oh!
There was an error while loading. Please reload this page.