A clean, responsive website for Rosari Sarasvaty, an award-winning dance educator based in Bismarck, ND. Built for easy deployment on GitHub Pages.
index.html:
- Line ~107: Replace
YOUR_EMAIL_HEREwith your email address - Line ~110: Replace
YOUR_DOMAINwith your GitHub Pages URL
- Create a new GitHub repository (make it public)
- Upload all files from this directory
- Go to Settings → Pages → Enable GitHub Pages from main branch
- Your site will be live at:
https://[username].github.io/[repository-name]/
After deploying, test the contact form:
- Submit a test message
- Check your email for FormSubmit activation
- Click the activation link to enable the form
📋 See DEPLOYMENT_CHECKLIST.md for detailed instructions
index.html- Main website filecss/style.css- Stylesheet with all design and responsive stylesjs/main.js- JavaScript for smooth scrolling and mobile menuimages/- Directory containing:rosari-profile.png- Main profile imagefavicon.jpg- Site favicon
content_summary.md- Summary of extracted contentimages_to_download.txt- List of images that need to be downloadeddownload_images.sh- Script to download images from the original site
Replace your-email@example.com in the form action with the actual email address:
<form class="contact-form" action="https://formsubmit.co/your-email@example.com" method="POST">- Add images to the
images/folder - Reference them in the HTML like:
<img src="images/your-image.jpg" alt="Description">
All CSS is in the css/style.css file for easy customization.
- Responsive design
- Clean, modern layout
- Artist statement section
- Press links
- Contact form
- Social media links
- Mobile-friendly navigation
- Primary: #ffc7ba (soft pink/peach)
- Text: #333 (dark gray)
- Background: #fafafa (light gray)