mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
22 lines
509 B
Markdown
22 lines
509 B
Markdown
|
|
---
|
||
|
|
portfolioName: 'Old Personal Website'
|
||
|
|
portfolioSubHeading: 'My first personal website.'
|
||
|
|
portfolioImage: 'Old_Website_Bradley_Shellnut.png'
|
||
|
|
portfolioImageAlt: 'Home Page of the old bradleyshellnut.com website'
|
||
|
|
---
|
||
|
|
|
||
|
|
<script>
|
||
|
|
import ExternalLink from '$lib/components/ExternalLink.svelte';
|
||
|
|
</script>
|
||
|
|
|
||
|
|
### {portfolioSubHeading}
|
||
|
|
|
||
|
|
This was my first real personal website hosted on DigitalOcean.
|
||
|
|
|
||
|
|
Tech stack:
|
||
|
|
|
||
|
|
- React
|
||
|
|
- Redux
|
||
|
|
- ReactStrap for CSS grid management
|
||
|
|
- React Router for routing links in the page
|