# Donovan Kelly - Portfolio A clean, responsive portfolio site. ## Structure ``` donovan-portfolio/ ├── index.html ├── css/ │ └── style.css ├── js/ │ └── main.js ├── assets/ │ └── (images, favicon, etc.) └── README.md ``` ## Setup ### Contact Form The contact form uses [Formspree](https://formspree.io/) for handling submissions on static hosting. 1. Create a free account at formspree.io 2. Create a new form and copy the form ID 3. Replace `YOUR_FORM_ID` in `index.html` with your actual form ID: ```html