mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Make experience and education sections more visible
This commit is contained in:
@@ -8,9 +8,9 @@ const ListItem = ({ time, degree, institution }) => (
|
|||||||
className="absolute w-2 h-2 bg-base-300 rounded-full border border-base-300 mt-1.5"
|
className="absolute w-2 h-2 bg-base-300 rounded-full border border-base-300 mt-1.5"
|
||||||
style={{ left: '-4.5px' }}
|
style={{ left: '-4.5px' }}
|
||||||
></div>
|
></div>
|
||||||
<div className="my-0.5 text-xs opacity-80">{time}</div>
|
<div className="my-0.5 text-xs">{time}</div>
|
||||||
<h3 className="font-semibold opacity-90">{degree}</h3>
|
<h3 className="font-semibold">{degree}</h3>
|
||||||
<div className="mb-4 font-normal opacity-90">{institution}</div>
|
<div className="mb-4 font-normal">{institution}</div>
|
||||||
</li>
|
</li>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ const ListItem = ({ time, position, company }) => (
|
|||||||
className="absolute w-2 h-2 bg-base-300 rounded-full border border-base-300 mt-1.5"
|
className="absolute w-2 h-2 bg-base-300 rounded-full border border-base-300 mt-1.5"
|
||||||
style={{ left: '-4.5px' }}
|
style={{ left: '-4.5px' }}
|
||||||
></div>
|
></div>
|
||||||
<div className="my-0.5 text-xs opacity-80">{time}</div>
|
<div className="my-0.5 text-xs">{time}</div>
|
||||||
<h3 className="font-semibold opacity-90">{position}</h3>
|
<h3 className="font-semibold">{position}</h3>
|
||||||
<div className="mb-4 font-normal opacity-90">{company}</div>
|
<div className="mb-4 font-normal">{company}</div>
|
||||||
</li>
|
</li>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user