A modern, responsive website for PrismDx, featuring glass morphism design and AI-powered healthcare solutions.
- Glass Morphism Effects: Modern Apple-inspired glass design with backdrop blur
- Healthcare Theme: Professional gradient colors and medical iconography
- Responsive Design: Optimized for all devices and screen sizes
- Smooth Animations: Engaging scroll effects and interactive elements
- Interactive Navigation: Smooth scrolling with active section highlighting
- AI Chatbot: Intelligent assistant with predefined responses
- Contact Form: Waitlist signup with validation and notifications
- Health Dashboard: Animated metrics display
- Progress Tracking: Visual representation of health improvements
- Animated Counters: Statistics that count up on scroll
- Parallax Effects: Background orbs with scroll-based movement
- Hover Effects: Interactive cards and buttons
- Mobile Menu: Responsive hamburger navigation
- Scroll to Top: Convenient page navigation
/workspace/
├── index.html # Main HTML structure
├── styles.css # CSS with glass morphism effects
├── script.js # JavaScript functionality
└── README.md # Project documentation
- Hero Section: Eye-catching introduction with health dashboard preview
- Problem Section: Healthcare challenges with statistics
- Solution Section: AI-driven approach with visual elements
- Features Section: Detailed platform capabilities
- Roadmap Section: Future expansion plans
- Contact Section: Waitlist signup form
- Footer: Company information and links
-
HTML5: Semantic structure with accessibility features
-
CSS3: Advanced styling with:
- CSS Grid and Flexbox layouts
- Custom properties (CSS variables)
- Backdrop filters for glass effects
- Keyframe animations
- Media queries for responsiveness
-
Vanilla JavaScript: Interactive features including:
- Intersection Observer for scroll animations
- Form validation and submission
- Chatbot with keyword matching
- Smooth scrolling navigation
- Performance optimizations
- Chrome 88+
- Firefox 87+
- Safari 14+
- Edge 88+
- Open
index.html
in a web browser - No build process required - pure HTML/CSS/JS
- For local development, serve files through a local server
Modify CSS custom properties in :root
selector:
:root {
--primary-color: #667eea;
--secondary-color: #764ba2;
--accent-color: #f093fb;
/* ... */
}
Update text content directly in index.html
or modify JavaScript responses in script.js
.
Adjust animation timing and effects in the CSS animations section.
- Debounced and throttled scroll events
- Intersection Observer for efficient animations
- Optimized CSS with hardware acceleration
- Lazy loading considerations for future images
- Semantic HTML structure
- ARIA labels where appropriate
- Keyboard navigation support
- Focus indicators for interactive elements
- High contrast color schemes
- Service Worker for PWA capabilities
- Real backend integration for forms
- Advanced chatbot with NLP
- User authentication system
- Health data visualization charts
Built with ❤️ for PrismDx - Transforming healthcare through AI-powered personalization.