Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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">
Comment thread
jbampton marked this conversation as resolved.
{% if location %}<span>{{ location }}</span>{% endif %}
{% if country %}<span>{{ country }}</span>{% endif %}
</div>
Expand Down
13 changes: 13 additions & 0 deletions src/users/saishwadnere.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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: |
Student studying at Sandip Institute of Technology and Research Centre.
Interested in Backend and Cloud. Building real systems. Mastery in React and CSS.