diff --git a/components/Portfolio/Portfolio.module.css b/components/Portfolio/Portfolio.module.css index d2fc7de..e5006fc 100644 --- a/components/Portfolio/Portfolio.module.css +++ b/components/Portfolio/Portfolio.module.css @@ -81,6 +81,28 @@ opacity: 1; } +/* Intro */ +.intro { + padding: 8px 0 16px; + color: var(--color-text-soft); + font-size: 15px; + line-height: 1.7; + margin-bottom: 8px; +} + +.intro p { + margin: 0 0 12px; +} + +.intro ul { + margin: 0; + padding-left: 20px; +} + +.intro li { + margin-bottom: 6px; +} + /* Projects section */ .section { margin: 8px 0 32px; diff --git a/components/Portfolio/index.tsx b/components/Portfolio/index.tsx index dc39330..8947d9b 100644 --- a/components/Portfolio/index.tsx +++ b/components/Portfolio/index.tsx @@ -63,6 +63,30 @@ export default (): JSX.Element => { +
+ Full-stack web developer with 10+ years of experience building web and mobile + applications. Comfortable across the entire stack — from database design and backend APIs + to frontend UIs. +
+Projects