Skip to content

Commit a0a7f46

Browse files
authored
fix: add tagline to professional experience section
1 parent 265ae24 commit a0a7f46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/index.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ const yearOfExperience = calculateYearsOfExperience("2021-12-01");
6060
</div>
6161

6262
<p class="mt-2">
63-
<strong>Full-stack Developer</strong> & <strong>System Administrator</strong> with <strong>{yearOfExperience} years</strong> experience.
63+
<strong>Full-stack Developer</strong> & <strong>System Administrator</strong> with <strong>{yearOfExperience} years</strong> experience.<br />
64+
<span class="italic text-xs">"Code. Create. Connect."</span>
6465
</p>
6566
</MyCard>
6667

0 commit comments

Comments
 (0)