feat: narrative explaination
This commit is contained in:
@@ -8,6 +8,10 @@ const Experience = (): JSX.Element => {
|
||||
return (
|
||||
<div className={styles.section} id={"experience"}>
|
||||
<h2>Work Experience</h2>
|
||||
<p className={styles.intro}>
|
||||
Growing up in Warsaw, I moved to London at 18. Since then, my career and education has taken me through
|
||||
Edinburgh and Manchester, shaping my journey across the UK.
|
||||
</p>
|
||||
<div className={styles.cityGroupsContainer}>
|
||||
{cityGroups.map((group, index) => (
|
||||
<CityGroup key={index} group={group} />
|
||||
|
||||
Reference in New Issue
Block a user