Skip to content

mikematt33/vertigo-tracking-app-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vertigo Tracking App Website

A modern, responsive website for the Vertigo Tracking App - a comprehensive mobile health application designed to help people monitor and manage their vertigo condition.

Features

  • 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

Pages

  • Homepage (index.html): Main landing page with app features and download links
  • Privacy Policy (privacy.html): Comprehensive privacy policy for the app

Deployment

This website is designed to be deployed on GitHub Pages for cost-effective hosting.

GitHub Pages Setup

  1. Go to your repository settings
  2. Navigate to "Pages" section
  3. Select "Deploy from a branch"
  4. Choose "main" branch and "/ (root)" folder
  5. Your site will be available at: https://mikematt33.github.io/vertigo-tracking-app-site/

File Structure

├── index.html          # Main landing page
├── privacy.html        # Privacy policy page
├── styles.css          # Main stylesheet
├── script.js          # JavaScript functionality
└── README.md          # This file

Technologies Used

  • HTML5: Semantic markup
  • CSS3: Modern styling with Flexbox and Grid
  • JavaScript: Interactive functionality
  • Google Fonts: Inter font family for modern typography

Browser Support

  • Chrome 80+
  • Firefox 75+
  • Safari 13+
  • Edge 80+

Local Development

  1. Clone the repository
  2. Open index.html in your browser
  3. For live reload during development, use a local server:
    python -m http.server 8000
    # or
    npx serve .

License

© 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.

About

Resources

Stars

Watchers

Forks

Contributors