Skip to content

rawmean/TryOnWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TryOn - Virtual Fashion Try-On App Website

A modern, responsive landing page website for the TryOn iOS app, featuring AI-powered virtual fashion try-on technology.

🌟 Features

  • Modern Design: Clean, professional layout with smooth animations
  • Responsive: Optimized for desktop, tablet, and mobile devices
  • Interactive: Smooth scrolling, mobile navigation, and contact form
  • Privacy-Focused: Clear privacy policy with data protection information
  • Contact Support: Direct email integration for user support

πŸ“ File Structure

web_server/
β”œβ”€β”€ index.html          # Main HTML file
β”œβ”€β”€ styles.css          # CSS styles and responsive design
β”œβ”€β”€ script.js           # JavaScript functionality
β”œβ”€β”€ server.py           # Python HTTP server for local development
β”œβ”€β”€ README.md           # This file
└── images/             # App screenshots and assets
    β”œβ”€β”€ 1.jpg
    β”œβ”€β”€ 2.jpg
    β”œβ”€β”€ 3.jpg
    β”œβ”€β”€ 4.jpg
    β”œβ”€β”€ 5.jpg
    └── 6.jpg

πŸš€ Quick Start

Option 1: Python Server (Recommended)

cd web_server
python3 server.py

The website will be available at http://localhost:8000

Option 2: Simple HTTP Server

cd web_server
python3 -m http.server 8000

Option 3: Any Web Server

Simply upload all files to your web hosting service.

πŸ“± Website Sections

1. Hero Section

  • Eye-catching headline and app description
  • Call-to-action button for App Store download
  • Featured app screenshot

2. Features

  • AI-Powered Model Creation
  • Virtual Try-On Technology
  • Share Extension Functionality

3. How It Works

  • Step-by-step process explanation
  • Visual guides with screenshots
  • User journey walkthrough

4. Screenshots Gallery

  • Interactive image gallery
  • Click to view full-size images
  • App interface showcase

5. Contact Support

  • Direct email integration (apps@maadotaa.com)
  • Contact form with auto-fill functionality
  • Support information

6. Privacy Policy

  • Comprehensive privacy information
  • Data protection details
  • User rights and controls

🎨 Design Features

  • Color Scheme: Modern purple gradient with clean whites
  • Typography: Inter font family for excellent readability
  • Animations: Smooth scroll effects and hover animations
  • Mobile-First: Responsive design that works on all devices
  • Accessibility: Proper contrast ratios and semantic HTML

πŸ“§ Contact Information

  • Support Email: apps@maadotaa.com
  • Contact Form: Integrated form that opens email client
  • Response Time: Typically within 24 hours

πŸ”’ Privacy & Security

The website includes a comprehensive privacy section that explains:

  • No image retention on servers
  • No facial feature storage
  • Local processing capabilities
  • Data encryption and security
  • User control over personal data

πŸ›  Customization

Colors

Edit the CSS variables in styles.css:

:root {
  --primary-color: #6366f1;
  --secondary-color: #f8fafc;
  --text-color: #1e293b;
}

Content

  • Update app screenshots in the images/ folder
  • Modify text content in index.html
  • Adjust contact information as needed

Styling

  • Responsive breakpoints can be adjusted in the CSS
  • Animation timings can be modified
  • Layout grid systems can be customized

🌐 Browser Support

  • Chrome (recommended)
  • Firefox
  • Safari
  • Edge
  • Mobile browsers (iOS Safari, Chrome Mobile)

πŸ“± Mobile Optimization

  • Touch-friendly navigation
  • Optimized image loading
  • Responsive typography
  • Mobile-first design approach

πŸ”§ Technical Details

  • HTML5: Semantic markup
  • CSS3: Modern styling with Flexbox and Grid
  • JavaScript: Vanilla JS for optimal performance
  • No Dependencies: Self-contained with no external frameworks
  • Fast Loading: Optimized images and minimal JavaScript

πŸ“ˆ Performance

  • Optimized images for web delivery
  • Minimal JavaScript for fast loading
  • CSS animations for smooth interactions
  • Responsive images for different screen sizes

πŸš€ Deployment

GitHub Pages

  1. Upload files to a GitHub repository
  2. Enable GitHub Pages in repository settings
  3. Website will be available at username.github.io/repository-name

Netlify

  1. Drag and drop the web_server folder to Netlify
  2. Website will be automatically deployed

Vercel

  1. Connect your GitHub repository
  2. Deploy with zero configuration

πŸ“ž Support

For technical support or questions about the website:

πŸ“„ License

This website is created for the TryOn iOS app. All rights reserved.


Made with ❀️ for fashion lovers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors