Skip to content

Commit

Permalink
text tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Mar 12, 2024
1 parent 9697b66 commit 96ecb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ import Socials from '../components/Socials.astro';
<p>I enjoy solving problems to deliver rich and performant user experiences to as many people as possible, irrespective of their ability or situation.</p>
<p>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.</p>

<Title headingLevel="3" headingText="recent work highlights" />
<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>
Expand Down

0 comments on commit 96ecb6f

Please sign in to comment.