This is the frontend for your portfolio website.
- Push these files (
index.html,style.css,script.js) to a new GitHub repository. - Go to Netlify and create a new site from Git.
- Connect your GitHub repo.
- Set build settings:
- Build command: (leave blank)
- Publish directory:
/(root)
- Deploy!
After deploying your backend (e.g., on Render), update the fetch URL in script.js:
fetch('https://your-backend.onrender.com/contact', { ... })
Replace with your actual backend URL.