File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 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" >
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)] min-w-28 max-w-40 shrink-0" >
3535 {% if location %} <span >{{ location }} </span >{% endif %}
3636 {% if country %} <span >{{ country }} </span >{% endif %}
3737 </div >
Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ location: Nashik
99role : Student
1010languages : Java JavaScript React HTML CSS
1111bio : |
12- Student studying at Sandip Institute of Technology and Research Centre.
13- Interested in Backend and Cloud. Building real systems. Mastery in React and CSS.
12+ Computer Engineering student at Sandip Institute of Technology and Research Centre, Nashik.
13+ Focused on backend development and cloud technologies, with strong experience in React and CSS.
14+ Passionate about building scalable, real-world systems and continuously improving through hands-on projects.
You can’t perform that action at this time.
0 commit comments