A portfolio site that showcases personal projects in music and electronics, designed and maintained by Simon Duck.
Visit the site at: https://simonduck.work/
- Portfolio of music and electronics projects
- Clean, responsive design
- Easy-to-navigate layout
- Built with static site generation for fast loading
To run the project locally:
-
Clone the repository
git clone https://github.com/the-duckchild/Projects-Website.git cd Projects-Website -
Open with Live Server
If you have the Live Server extension installed in VS Code, right-click
index.htmland select "Open with Live Server".Alternatively, you can use any local HTTP server (such as Python's
http.server):python3 -m http.server
Then visit
http://localhost:8000in your browser.
Maintained by Simon Duck • simonduck.work