A professional medical tourism partnership website for Quartz Clinique, designed to connect international healthcare partners with premium Turkish medical services. The site features secure partnership applications, virtual clinic tours, and responsive design optimized for global audiences.
Live Demo: quartzclinique.com/partnership
- Modal Image Viewer with responsive design
- Timing-optimized loading (no flickering between images)
- Multiple Close Methods: ESC key, background click, white close button
- Mobile & Desktop responsive layouts
- Smooth animations and professional styling
- Real Quartz Clinique virtual tour integration
- Full-screen modal experience
- Mobile-responsive iframe sizing
- Professional presentation with branded header
- SMTP Email Integration with PHPMailer
- Spam Protection with mathematical captcha
- Form Validation (client & server-side)
- Professional Email Templates with clinic branding
- Error Handling and success feedback
- Mobile-first approach
- Desktop optimization (1200px+ screens)
- Cross-browser compatibility
- Retina display support
- Touch-friendly interface
- Smooth scroll navigation between sections
- Back-to-top button with scroll detection
- Optimized image loading
- CSS/JS minification ready
- MIME type configuration for all servers
- HTML5 semantic markup
- CSS3 with Flexbox & Grid
- Vanilla JavaScript (ES6+)
- Responsive design principles
- Accessibility features (ARIA labels, keyboard navigation)
- PHP 7.4+ server-side processing
- PHPMailer for secure email delivery
- SMTP Configuration for reliable email sending
- Form sanitization and validation
- Apache/Nginx web servers
- PHP 7.4+ support
- SMTP email services
- SSL/TLS encryption ready
- Cross-platform file permissions
βββ index.html # Main website file
βββ styles.css # Complete stylesheet
βββ script-fixed.js # JavaScript functionality
βββ contact.php # Form processing
βββ config.php # Email configuration
βββ .htaccess # Server configuration
βββ fix-permissions.php # File permissions utility
βββ PHPMailer/ # Email library
β βββ PHPMailer.php
β βββ SMTP.php
β βββ Exception.php
βββ logo/ # Branding assets
β βββ Quartz_Logo (1).png
βββ img/ # Website images
β βββ certifications-badge-HQrDjiNV.png
β βββ international-health-tourism-auth-cert.jpeg
β βββ international.png
β βββ sldier-partnership.mp4
βββ klinik/ # Clinic gallery
β βββ klinik2.png
β βββ klinik3.png
β βββ klinik4.png
βββ README.md # This documentation
- PHP 7.4 or higher
- Apache/Nginx web server
- SMTP email service access
- SSL certificate (recommended)
# Upload files to your web directory
unzip QUARTZ-COMPLETE-FINAL.zip
# Set file permissions (Linux/Unix)
chmod 644 *.html *.css *.js *.php
chmod 755 PHPMailer/ img/ logo/ klinik/
# Or use the automated script
php fix-permissions.phpEdit config.php with your SMTP settings:
$smtp_host = 'your-smtp-server.com';
$smtp_username = 'your-email@domain.com';
$smtp_password = 'your-app-password';
$smtp_port = 587; // or 465 for SSLUpdate the virtual tour URL in script-fixed.js if needed:
iframe.src = 'https://www.quartzclinique.com/sanaltur/';- β Fixed timing issues between image switches
- β Added white close button for better UX
- β Improved click area detection (full modal background)
- β Enhanced mobile responsiveness
- β Optimized image loading with onload events
- β Integrated real Quartz Clinique 360Β° tour
- β Professional modal design with branded header
- β Mobile-responsive iframe sizing
- β Smooth open/close animations
- β Fixed smooth scroll conflicts with form validation
- β Added back-to-top button functionality
- β Improved keyboard navigation (ESC key support)
- β Enhanced mobile menu behavior
- β Implemented secure SMTP email delivery
- β Added spam protection with mathematical captcha
- β Professional email templates with clinic branding
- β Enhanced form validation and error handling
- β Created comprehensive .htaccess for MIME types
- β File permissions automation script
- β Cross-server compatibility testing
- β SSL/HTTPS optimization
- Reduced JavaScript conflicts between components
- Optimized CSS loading and rendering
- Improved image loading strategies
- Enhanced mobile performance
- Cross-browser compatibility fixes
- Form input sanitization and validation
- CSRF protection mechanisms
- Secure email configuration with encryption
- File upload restrictions (if implemented)
- XSS prevention in form processing
- Chrome 80+ β
- Firefox 75+ β
- Safari 13+ β
- Edge 80+ β
- Mobile browsers (iOS Safari, Chrome Mobile) β
You can absolutely push this project to your GitHub repository! Here's how:
- Open Tools β Git in your Replit
- Stage all files for commit
- Commit with a descriptive message
- Push to your GitHub repository
git init
git add .
git commit -m "π₯ Complete Quartz Clinique Partnership Website"
git remote add origin https://github.com/yourusername/your-repo.git
git branch -M main
git push -u origin mainFor technical support or customization requests:
- Project: Quartz Clinique Partnership Portal
- Status: Production Ready β
- Last Updated: September 2025
This project is proprietary to Quartz Clinique. All rights reserved.
Built with β€οΈ for Quartz Clinique Medical Tourism