A modern, responsive website for the Vertigo Tracking App - a comprehensive mobile health application designed to help people monitor and manage their vertigo condition.
- Responsive Design: Optimized for all devices (desktop, tablet, mobile)
- Modern UI/UX: Clean, professional design with smooth animations
- Accessibility: WCAG compliant with proper focus states and reduced motion support
- Performance: Optimized for fast loading and smooth interactions
- SEO Friendly: Proper meta tags and semantic HTML structure
- Homepage (
index.html): Main landing page with app features and download links - Privacy Policy (
privacy.html): Comprehensive privacy policy for the app
This website is designed to be deployed on GitHub Pages for cost-effective hosting.
- Go to your repository settings
- Navigate to "Pages" section
- Select "Deploy from a branch"
- Choose "main" branch and "/ (root)" folder
- Your site will be available at:
https://mikematt33.github.io/vertigo-tracking-app-site/
├── index.html # Main landing page
├── privacy.html # Privacy policy page
├── styles.css # Main stylesheet
├── script.js # JavaScript functionality
└── README.md # This file
- HTML5: Semantic markup
- CSS3: Modern styling with Flexbox and Grid
- JavaScript: Interactive functionality
- Google Fonts: Inter font family for modern typography
- Chrome 80+
- Firefox 75+
- Safari 13+
- Edge 80+
- Clone the repository
- Open
index.htmlin your browser - For live reload during development, use a local server:
python -m http.server 8000 # or npx serve .
© 2025 Vertigo Tracking App. All rights reserved.
This website serves as the domain for the Vertigo Tracking App, providing information about the app's features and privacy policy.