diff --git a/src/pages/index.astro b/src/pages/index.astro index c3c5ad1..cfdc769 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -39,10 +39,10 @@ import Socials from '../components/Socials.astro';

I enjoy solving problems to deliver rich and performant user experiences to as many people as possible, irrespective of their ability or situation.

I'm also passionate about keeping things simple by leveraging the native web platform whenever possible, working with design systems, and building component libraries to improve code quality and overall developer experience.

- + <Title headingLevel="3" headingText="some recent highlights" /> <ul> - <li>I've built my own <a href="https://basher.github.io/Web-UI-Boilerplate/">UI boilerplate / component library</a> with semantic HTML, CSS (Sass), vanilla JavaScript (TypeScript) and ARIA. Powered by Storybook. Bundled by Parcel.</li> + <li>I've released my own <a href="https://basher.github.io/Web-UI-Boilerplate/">UI boilerplate / component library</a>. Built with semantic HTML, CSS (Sass), vanilla JavaScript (TypeScript) and ARIA. Powered by Storybook. Bundled by Parcel.</li> <li>I had an <a href="https://css-tricks.com/expandable-sections-within-a-css-grid/">article published on CSS Tricks</a> explaining how I solved a potentially tricky UX/UI problem with essentially 3 lines of CSS!</li> </ul> </div>