We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265ae24 commit a0a7f46Copy full SHA for a0a7f46
1 file changed
src/pages/index.astro
@@ -60,7 +60,8 @@ const yearOfExperience = calculateYearsOfExperience("2021-12-01");
60
</div>
61
62
<p class="mt-2">
63
- <strong>Full-stack Developer</strong> & <strong>System Administrator</strong> with <strong>{yearOfExperience} years</strong> experience.
+ <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>
65
</p>
66
</MyCard>
67
0 commit comments