···11+---
22+name: Portfolio Site
33+summary: The site you're currently looking at
44+tags:
55+ - web
66+ - astro
77+timespan:
88+ from: 2023
99+links:
1010+ github: Bwc9876/portfolio-site
1111+ other:
1212+ Website: https://bwc9876.dev/
1313+---
1414+import ExtLink from "@components/ExtLink.astro";
1515+export const components = {a: ExtLink}
1616+1717+This is the site you're looking at, it was made in [Astro](https://astro.build) and the styling used is [Pico CSS](https://picocss.com/).
1818+1919+After using my [GitHub profile](https://github.com/Bwc9876) as a portfolio for a few years I decided to switch things up and make a site, it was a good opportunity to learn some more about Astro's amazing content system and other features.
2020+2121+It's styling is fairly simple, nothing too flashy. But I'm happy with how it turned out, nice simple and fast.