Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 @@ -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 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)]">
<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)] min-w-[7rem] max-w-[10rem] shrink-0">
{% if location %}<span>{{ location }}</span>{% endif %}
{% if country %}<span>{{ country }}</span>{% endif %}
</div>
Expand Down
14 changes: 14 additions & 0 deletions src/users/saishwadnere.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Saish Milind Wadnere
github: SaishWadnere
email: saishwadnere3@gmail.com
instagram: https://www.instagram.com/saish_wadnere/
twitter: https://x.com/saishwadnere
linkedin: https://www.linkedin.com/in/saish-wadnere/
country: India
location: Nashik
role: Student
languages: Java JavaScript React HTML CSS
bio: |
Computer Engineering student at Sandip Institute of Technology and Research Centre, Nashik.
Focused on backend development and cloud technologies, with strong experience in React and CSS.
Passionate about building scalable, real-world systems and continuously improving through hands-on projects.