···12121313
14141515-1615## 🚀 Project Structure
17161817Inside of your Astro project, you'll see the following folders and files:
···11---
22name: Portfolio Site
33summary: The site you're currently looking at
44-tags:
44+tags:
55 - web
66 - astro
77timespan:
88 from: 2023
99links:
1010 github: Bwc9876/portfolio-site
1111- other:
1212- Website: https://bwc9876.dev/
1111+ other:
1212+ Website: https://bwc9876.dev/
1313---
1414+1415import ExtLink from "@components/ExtLink.astro";
1515-export const components = {a: ExtLink}
1616+export const components = { a: ExtLink };
16171718This 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/).
1819
···6677<Layout title="Home">
88 <h1>Ben C's Portfolio</h1>
99-109 <h2>Hi There!</h2>
1110 <p>
1211 I'm Ben C, a highschool student looking to enter the world of software development,
···1918 <p>
2019 I like to try a lot of things, from <ExtLink href="#">modding games</ExtLink>
2120 to building <ExtLink href="#">websites</ExtLink> and <ExtLink href="#">
2222- desktop apps, to even <ExtLink href="#" />
2121+ desktop apps
2322 </ExtLink>. I enjoy pretty much any aspect of software development.
2423 </p>
2524 <p>On this site you'll find my current and past projects.</p>