| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
|
|
| |
| <title>All File Converter | Best Professional File Conversion Software 2026</title> |
| <meta name="description" content="Convert any file format instantly with All File Converter - The #1 professional file conversion software. Support 200+ formats including PDF, images, video, audio. 100% offline, fast & secure. Download free trial."> |
| <meta name="keywords" content="file converter, video converter, image converter, PDF converter, audio converter, document converter, batch converter, free file converter, All File Converter, best file converter 2026"> |
| <meta name="author" content="BahadurAli's Team"> |
| <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"> |
| <meta name="googlebot" content="index, follow"> |
| <meta name="bingbot" content="index, follow"> |
| <meta name="language" content="English"> |
| <meta name="revisit-after" content="7 days"> |
| <meta name="distribution" content="global"> |
| <meta name="rating" content="General"> |
|
|
| |
| <meta property="og:title" content="All File Converter - Professional File Conversion Software"> |
| <meta property="og:description" content="Convert 200+ file formats instantly. Free download for Windows. 100% offline, GPU accelerated, batch processing."> |
| <meta property="og:type" content="software"> |
| <meta property="og:url" content="https://allfileconverter.com"> |
| <meta property="og:site_name" content="All File Converter"> |
|
|
| |
| <meta name="twitter:card" content="summary_large_image"> |
| <meta name="twitter:title" content="All File Converter - Best File Conversion Software"> |
| <meta name="twitter:description" content="Convert any file format instantly. 200+ formats supported. Free download available."> |
|
|
| |
| <link rel="canonical" href="https://allfileconverter.com"> |
|
|
| |
| <script type="application/ld+json"> |
| { |
| "@context": "https://schema.org", |
| "@type": "SoftwareApplication", |
| "name": "All File Converter", |
| "applicationCategory": "UtilityApplication", |
| "operatingSystem": "Windows 10, Windows 11", |
| "offers": { |
| "@type": "Offer", |
| "price": "0", |
| "priceCurrency": "USD" |
| }, |
| "aggregateRating": { |
| "@type": "AggregateRating", |
| "ratingValue": "4.8", |
| "ratingCount": "12456" |
| } |
| } |
| </script> |
|
|
| <link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;400;500;600;700;800;900&display=swap" rel="stylesheet"> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> |
|
|
| <style> |
| * { |
| margin: 0; |
| padding: 0; |
| box-sizing: border-box; |
| } |
| |
| body { |
| font-family: 'Inter', sans-serif; |
| background: linear-gradient(135deg, #0f0c29 0%, #1a1a3e 50%, #0f0c29 100%); |
| color: #ffffff; |
| line-height: 1.6; |
| min-height: 100vh; |
| } |
| |
| |
| .navbar { |
| position: fixed; |
| top: 0; |
| left: 0; |
| right: 0; |
| background: rgba(10, 10, 26, 0.95); |
| backdrop-filter: blur(20px); |
| border-bottom: 1px solid rgba(139, 92, 246, 0.2); |
| z-index: 1000; |
| padding: 1rem 2rem; |
| } |
| |
| .nav-container { |
| max-width: 1400px; |
| margin: 0 auto; |
| display: flex; |
| justify-content: space-between; |
| align-items: center; |
| } |
| |
| .logo { |
| display: flex; |
| align-items: center; |
| gap: 12px; |
| font-size: 1.5rem; |
| font-weight: 800; |
| cursor: pointer; |
| } |
| |
| .logo-icon { |
| width: 40px; |
| height: 40px; |
| background: linear-gradient(135deg, #8b5cf6, #6366f1); |
| border-radius: 12px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| font-size: 1.2rem; |
| } |
| |
| .logo-text { |
| background: linear-gradient(135deg, #fff, #a78bfa); |
| -webkit-background-clip: text; |
| background-clip: text; |
| color: transparent; |
| } |
| |
| .nav-links { |
| display: flex; |
| gap: 2rem; |
| align-items: center; |
| } |
| |
| .nav-links a { |
| color: #e5e5e5; |
| text-decoration: none; |
| font-weight: 500; |
| transition: 0.3s; |
| cursor: pointer; |
| } |
| |
| .nav-links a:hover { |
| color: #a78bfa; |
| } |
| |
| .download-btn-nav { |
| background: linear-gradient(135deg, #8b5cf6, #6366f1); |
| padding: 0.6rem 1.5rem; |
| border-radius: 50px; |
| border: none; |
| color: white; |
| font-weight: 600; |
| cursor: pointer; |
| transition: 0.3s; |
| } |
| |
| .download-btn-nav:hover { |
| transform: translateY(-2px); |
| box-shadow: 0 5px 20px rgba(139, 92, 246, 0.4); |
| } |
| |
| .mobile-menu { |
| display: none; |
| font-size: 1.5rem; |
| cursor: pointer; |
| background: none; |
| border: none; |
| color: white; |
| } |
| |
| |
| .hero { |
| min-height: 100vh; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| text-align: center; |
| padding: 8rem 2rem 4rem; |
| } |
| |
| .hero-content { |
| max-width: 900px; |
| } |
| |
| .hero-badge { |
| display: inline-block; |
| background: rgba(139, 92, 246, 0.2); |
| border: 1px solid rgba(139, 92, 246, 0.4); |
| padding: 0.5rem 1.5rem; |
| border-radius: 50px; |
| font-size: 0.85rem; |
| margin-bottom: 2rem; |
| } |
| |
| .hero h1 { |
| font-size: 4.5rem; |
| font-weight: 900; |
| line-height: 1.2; |
| margin-bottom: 1.5rem; |
| background: linear-gradient(135deg, #ffffff, #a78bfa, #c084fc); |
| -webkit-background-clip: text; |
| background-clip: text; |
| color: transparent; |
| } |
| |
| .hero-subtitle { |
| font-size: 1.25rem; |
| color: #b0b0d0; |
| margin-bottom: 2rem; |
| } |
| |
| .hero-buttons { |
| display: flex; |
| gap: 1rem; |
| justify-content: center; |
| flex-wrap: wrap; |
| } |
| |
| .btn-primary { |
| background: linear-gradient(135deg, #8b5cf6, #6366f1); |
| padding: 1rem 2.5rem; |
| border-radius: 50px; |
| border: none; |
| color: white; |
| font-weight: 700; |
| font-size: 1rem; |
| cursor: pointer; |
| transition: 0.3s; |
| display: inline-flex; |
| align-items: center; |
| gap: 10px; |
| } |
| |
| .btn-primary:hover { |
| transform: translateY(-3px); |
| box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4); |
| } |
| |
| .btn-secondary { |
| background: rgba(255, 255, 255, 0.1); |
| padding: 1rem 2.5rem; |
| border-radius: 50px; |
| border: 1px solid rgba(255, 255, 255, 0.2); |
| color: white; |
| font-weight: 700; |
| cursor: pointer; |
| transition: 0.3s; |
| } |
| |
| .btn-secondary:hover { |
| background: rgba(255, 255, 255, 0.2); |
| transform: translateY(-3px); |
| } |
| |
| |
| .stats { |
| padding: 4rem 2rem; |
| background: rgba(0, 0, 0, 0.3); |
| } |
| |
| .stats-grid { |
| max-width: 1200px; |
| margin: 0 auto; |
| display: grid; |
| grid-template-columns: repeat(4, 1fr); |
| gap: 2rem; |
| text-align: center; |
| } |
| |
| .stat-card { |
| background: rgba(255, 255, 255, 0.05); |
| padding: 2rem; |
| border-radius: 20px; |
| border: 1px solid rgba(255, 255, 255, 0.1); |
| } |
| |
| .stat-number { |
| font-size: 3rem; |
| font-weight: 800; |
| background: linear-gradient(135deg, #a78bfa, #c084fc); |
| -webkit-background-clip: text; |
| background-clip: text; |
| color: transparent; |
| } |
| |
| .stat-label { |
| margin-top: 0.5rem; |
| color: #b0b0d0; |
| } |
| |
| |
| .features { |
| padding: 6rem 2rem; |
| max-width: 1400px; |
| margin: 0 auto; |
| } |
| |
| .section-title { |
| text-align: center; |
| font-size: 2.5rem; |
| font-weight: 800; |
| margin-bottom: 1rem; |
| } |
| |
| .section-subtitle { |
| text-align: center; |
| color: #b0b0d0; |
| margin-bottom: 4rem; |
| } |
| |
| .features-grid { |
| display: grid; |
| grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); |
| gap: 2rem; |
| } |
| |
| .feature-card { |
| background: rgba(255, 255, 255, 0.05); |
| padding: 2rem; |
| border-radius: 20px; |
| border: 1px solid rgba(255, 255, 255, 0.1); |
| transition: 0.3s; |
| text-align: center; |
| } |
| |
| .feature-card:hover { |
| transform: translateY(-5px); |
| border-color: rgba(139, 92, 246, 0.5); |
| } |
| |
| .feature-icon { |
| width: 70px; |
| height: 70px; |
| background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(99, 102, 241, 0.2)); |
| border-radius: 20px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| margin: 0 auto 1.5rem; |
| font-size: 2rem; |
| } |
| |
| .feature-card h3 { |
| margin-bottom: 1rem; |
| } |
| |
| .feature-card p { |
| color: #b0b0d0; |
| } |
| |
| |
| .testimonials { |
| padding: 6rem 2rem; |
| background: rgba(0, 0, 0, 0.3); |
| } |
| |
| .testimonials-grid { |
| max-width: 1200px; |
| margin: 0 auto; |
| display: grid; |
| grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); |
| gap: 2rem; |
| } |
| |
| .testimonial-card { |
| background: rgba(255, 255, 255, 0.05); |
| padding: 2rem; |
| border-radius: 20px; |
| border: 1px solid rgba(255, 255, 255, 0.1); |
| } |
| |
| .testimonial-text { |
| font-style: italic; |
| margin-bottom: 1.5rem; |
| color: #e5e5e5; |
| } |
| |
| .testimonial-author { |
| display: flex; |
| align-items: center; |
| gap: 1rem; |
| } |
| |
| .author-avatar { |
| width: 50px; |
| height: 50px; |
| background: linear-gradient(135deg, #8b5cf6, #6366f1); |
| border-radius: 50%; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| |
| .author-name { |
| font-weight: 600; |
| } |
| |
| .author-title { |
| font-size: 0.85rem; |
| color: #a78bfa; |
| } |
| |
| |
| .contact-section { |
| padding: 6rem 2rem; |
| max-width: 800px; |
| margin: 0 auto; |
| } |
| |
| .contact-form { |
| background: rgba(255, 255, 255, 0.05); |
| backdrop-filter: blur(10px); |
| padding: 3rem; |
| border-radius: 30px; |
| border: 1px solid rgba(255, 255, 255, 0.1); |
| } |
| |
| .form-group { |
| margin-bottom: 1.5rem; |
| } |
| |
| .form-group label { |
| display: block; |
| margin-bottom: 0.5rem; |
| font-weight: 500; |
| color: #e5e5e5; |
| } |
| |
| .form-group input, |
| .form-group select, |
| .form-group textarea { |
| width: 100%; |
| padding: 1rem; |
| background: rgba(255, 255, 255, 0.1); |
| border: 1px solid rgba(255, 255, 255, 0.2); |
| border-radius: 12px; |
| font-family: inherit; |
| font-size: 1rem; |
| color: white; |
| transition: 0.3s; |
| } |
| |
| .form-group input:focus, |
| .form-group select:focus, |
| .form-group textarea:focus { |
| outline: none; |
| border-color: #8b5cf6; |
| background: rgba(255, 255, 255, 0.15); |
| } |
| |
| .form-group input::placeholder, |
| .form-group textarea::placeholder { |
| color: rgba(255, 255, 255, 0.5); |
| } |
| |
| .submit-btn { |
| width: 100%; |
| padding: 1rem; |
| background: linear-gradient(135deg, #8b5cf6, #6366f1); |
| border: none; |
| border-radius: 12px; |
| color: white; |
| font-weight: 700; |
| font-size: 1rem; |
| cursor: pointer; |
| transition: 0.3s; |
| } |
| |
| .submit-btn:hover { |
| transform: translateY(-2px); |
| box-shadow: 0 5px 20px rgba(139, 92, 246, 0.4); |
| } |
| |
| .form-message { |
| margin-top: 1rem; |
| padding: 1rem; |
| border-radius: 12px; |
| display: none; |
| } |
| |
| .form-success { |
| background: rgba(16, 185, 129, 0.2); |
| border: 1px solid #10b981; |
| color: #10b981; |
| display: block; |
| } |
| |
| .form-error { |
| background: rgba(239, 68, 68, 0.2); |
| border: 1px solid #ef4444; |
| color: #ef4444; |
| display: block; |
| } |
| |
| |
| .cta { |
| padding: 6rem 2rem; |
| text-align: center; |
| } |
| |
| .cta h2 { |
| font-size: 2.5rem; |
| margin-bottom: 1rem; |
| } |
| |
| .cta p { |
| color: #b0b0d0; |
| margin-bottom: 2rem; |
| } |
| |
| |
| .footer { |
| background: #0a0a1a; |
| padding: 4rem 2rem 2rem; |
| border-top: 1px solid rgba(255, 255, 255, 0.1); |
| } |
| |
| .footer-grid { |
| max-width: 1200px; |
| margin: 0 auto; |
| display: grid; |
| grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); |
| gap: 3rem; |
| } |
| |
| .footer-col h4 { |
| margin-bottom: 1.5rem; |
| font-size: 1.1rem; |
| } |
| |
| .footer-col a { |
| display: block; |
| color: #b0b0d0; |
| text-decoration: none; |
| margin-bottom: 0.75rem; |
| transition: 0.3s; |
| cursor: pointer; |
| } |
| |
| .footer-col a:hover { |
| color: #a78bfa; |
| transform: translateX(5px); |
| } |
| |
| .social-links { |
| display: flex; |
| gap: 1rem; |
| margin-top: 1.5rem; |
| } |
| |
| .social-links a { |
| width: 40px; |
| height: 40px; |
| background: rgba(255, 255, 255, 0.1); |
| border-radius: 50%; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| transition: 0.3s; |
| } |
| |
| .social-links a:hover { |
| background: linear-gradient(135deg, #8b5cf6, #6366f1); |
| transform: translateY(-3px); |
| } |
| |
| .copyright { |
| text-align: center; |
| padding-top: 3rem; |
| margin-top: 3rem; |
| border-top: 1px solid rgba(255, 255, 255, 0.1); |
| color: #6b7280; |
| } |
| |
| |
| .mobile-sidebar { |
| position: fixed; |
| top: 0; |
| right: -300px; |
| width: 280px; |
| height: 100vh; |
| background: rgba(10, 10, 26, 0.98); |
| backdrop-filter: blur(20px); |
| z-index: 2000; |
| transition: 0.3s; |
| padding: 5rem 2rem; |
| display: flex; |
| flex-direction: column; |
| gap: 1.5rem; |
| } |
| |
| .mobile-sidebar.open { |
| right: 0; |
| } |
| |
| .mobile-sidebar a { |
| color: white; |
| text-decoration: none; |
| font-size: 1.1rem; |
| cursor: pointer; |
| } |
| |
| .close-sidebar { |
| position: absolute; |
| top: 1rem; |
| right: 1rem; |
| background: none; |
| border: none; |
| color: white; |
| font-size: 1.5rem; |
| cursor: pointer; |
| } |
| |
| |
| @media (max-width: 768px) { |
| .nav-links { |
| display: none; |
| } |
| |
| .mobile-menu { |
| display: block; |
| } |
| |
| .hero h1 { |
| font-size: 2.5rem; |
| } |
| |
| .stats-grid { |
| grid-template-columns: repeat(2, 1fr); |
| } |
| |
| .features-grid { |
| grid-template-columns: 1fr; |
| } |
| |
| .section-title { |
| font-size: 2rem; |
| } |
| |
| .contact-form { |
| padding: 1.5rem; |
| } |
| } |
| </style> |
| </head> |
| <body> |
|
|
| |
| <nav class="navbar"> |
| <div class="nav-container"> |
| <div class="logo" onclick="renderPage('home')"> |
| <div class="logo-icon">π</div> |
| <span class="logo-text">All File Converter</span> |
| </div> |
| <div class="nav-links"> |
| <a onclick="renderPage('home')">Home</a> |
| <a onclick="renderPage('features')">Features</a> |
| <a onclick="renderPage('testimonials')">Testimonials</a> |
| <a onclick="renderPage('pricing')">Pricing</a> |
| <a onclick="renderPage('contact')">Contact</a> |
| <a onclick="renderPage('faq')">FAQ</a> |
| <button class="download-btn-nav" id="navDownload"><i class="fas fa-download"></i> Download Now</button> |
| </div> |
| <button class="mobile-menu" id="mobileMenuBtn"><i class="fas fa-bars"></i></button> |
| </div> |
| </nav> |
|
|
| |
| <div class="mobile-sidebar" id="mobileSidebar"> |
| <button class="close-sidebar" id="closeSidebar"><i class="fas fa-times"></i></button> |
| <a onclick="renderPage('home')">Home</a> |
| <a onclick="renderPage('features')">Features</a> |
| <a onclick="renderPage('testimonials')">Testimonials</a> |
| <a onclick="renderPage('pricing')">Pricing</a> |
| <a onclick="renderPage('contact')">Contact</a> |
| <a onclick="renderPage('faq')">FAQ</a> |
| <button class="btn-primary" id="mobileDownload" style="margin-top: 1rem;">Download Now</button> |
| </div> |
|
|
| |
| <main id="mainContent"></main> |
|
|
| <script> |
| // Configuration |
| const YOUR_EMAIL = "bahaduralimunnabhai@gmail.com"; |
| const WHATSAPP_NUMBER = "923034572298"; |
| const EXE_URL = "https://huggingface.co/embedingHF/AFC/resolve/main/AllFileConverter_Setup.exe"; |
| |
| const SOCIAL_LINKS = { |
| huggingface: "https://huggingface.co/embedingHF", |
| github: "https://github.com/bahaduralihashmi", |
| linkedin: "https://www.linkedin.com/in/generatewithali" |
| }; |
| |
| // Formspree endpoint |
| const FORMSPREE_URL = "https://formspree.io/f/mojrrdov"; |
| |
| // Send email via Formspree |
| async function sendEmailNotification(name, email, subject, message) { |
| const formData = new FormData(); |
| formData.append('name', name); |
| formData.append('email', email); |
| formData.append('subject', subject); |
| formData.append('message', message); |
| formData.append('_to', YOUR_EMAIL); |
| formData.append('_subject', `New Support Request from ${name}`); |
| formData.append('_replyto', email); |
| |
| try { |
| const response = await fetch(FORMSPREE_URL, { |
| method: 'POST', |
| body: formData, |
| headers: { |
| 'Accept': 'application/json' |
| } |
| }); |
| |
| if (response.ok) { |
| return { success: true }; |
| } else { |
| throw new Error('Formspree error'); |
| } |
| } catch (error) { |
| console.error('Error:', error); |
| return { success: false, error: error.message }; |
| } |
| } |
| |
| const footerHTML = ` |
| <footer class="footer"> |
| <div class="footer-grid"> |
| <div class="footer-col"> |
| <h4><i class="fas fa-exchange-alt"></i> All File Converter</h4> |
| <p style="color: #b0b0d0; margin-bottom: 1rem;">Professional file conversion software trusted by 50,000+ users worldwide.</p> |
| <div class="social-links"> |
| <a href="${SOCIAL_LINKS.huggingface}" target="_blank">π€</a> |
| <a href="${SOCIAL_LINKS.github}" target="_blank"><i class="fab fa-github"></i></a> |
| <a href="${SOCIAL_LINKS.linkedin}" target="_blank"><i class="fab fa-linkedin-in"></i></a> |
| </div> |
| </div> |
| <div class="footer-col"> |
| <h4>Product</h4> |
| <a onclick="renderPage('home')">Home</a> |
| <a onclick="renderPage('features')">Features</a> |
| <a onclick="renderPage('pricing')">Pricing</a> |
| <a class="download-trigger" style="cursor: pointer;">Download</a> |
| </div> |
| <div class="footer-col"> |
| <h4>Resources</h4> |
| <a onclick="renderPage('faq')">FAQ</a> |
| <a onclick="renderPage('testimonials')">Testimonials</a> |
| <a onclick="renderPage('contact')">Contact Us</a> |
| </div> |
| <div class="footer-col"> |
| <h4>Support</h4> |
| <a href="mailto:${YOUR_EMAIL}">Email Support</a> |
| <a href="https://wa.me/${WHATSAPP_NUMBER}" target="_blank">WhatsApp</a> |
| </div> |
| </div> |
| <div class="copyright">Β© 2026 All File Converter. Created by BahadurAli's Team. All rights reserved.</div> |
| </footer> |
| `; |
| |
| // Contact Form Component |
| const contactFormHTML = ` |
| <section class="contact-section"> |
| <h2 class="section-title">π§ Get in Touch</h2> |
| <div class="section-subtitle">Have questions? We'd love to hear from you!</div> |
| <div class="contact-form"> |
| <form id="contactForm"> |
| <div class="form-group"> |
| <label>Full Name *</label> |
| <input type="text" id="contactName" placeholder="Enter your full name" required> |
| </div> |
| <div class="form-group"> |
| <label>Email Address *</label> |
| <input type="email" id="contactEmail" placeholder="you@example.com" required> |
| </div> |
| <div class="form-group"> |
| <label>Subject *</label> |
| <select id="contactSubject"> |
| <option value="Software Support">Software Support</option> |
| <option value="Bug Report">Bug Report</option> |
| <option value="Feature Request">Feature Request</option> |
| <option value="Business Inquiry">Business Inquiry</option> |
| </select> |
| </div> |
| <div class="form-group"> |
| <label>Message *</label> |
| <textarea id="contactMessage" rows="5" placeholder="Tell us how we can help..." required></textarea> |
| </div> |
| <button type="submit" class="submit-btn"> |
| <i class="fas fa-paper-plane"></i> Send Message |
| </button> |
| <div id="formResponse" class="form-message"></div> |
| </form> |
| </div> |
| </section> |
| `; |
| |
| // Pages Content |
| const pages = { |
| home: ` |
| <section class="hero"> |
| <div class="hero-content"> |
| <div class="hero-badge"> |
| <i class="fas fa-star"></i> #1 File Converter Software 2026 |
| </div> |
| <h1>Convert Any File<br>In Seconds</h1> |
| <div class="hero-subtitle"> |
| Professional file conversion software supporting 200+ formats. Convert images, documents, video, and audio β completely offline, lightning fast, and 100% secure. |
| </div> |
| <div class="hero-buttons"> |
| <button class="btn-primary" id="heroDownload"><i class="fab fa-windows"></i> Download for Windows</button> |
| <button class="btn-secondary" onclick="renderPage('features')"><i class="fas fa-play"></i> See Features</button> |
| </div> |
| <div style="margin-top: 2rem; font-size: 0.85rem; color: #6b7280;">Version 3.1.0 β’ 98 MB β’ Windows 10/11 β’ Free Trial</div> |
| </div> |
| </section> |
| |
| <section class="stats"> |
| <div class="stats-grid"> |
| <div class="stat-card"><div class="stat-number">200+</div><div class="stat-label">File Formats Supported</div></div> |
| <div class="stat-card"><div class="stat-number">50K+</div><div class="stat-label">Happy Users</div></div> |
| <div class="stat-card"><div class="stat-number">99.9%</div><div class="stat-label">Success Rate</div></div> |
| <div class="stat-card"><div class="stat-number">24/7</div><div class="stat-label">Premium Support</div></div> |
| </div> |
| </section> |
| |
| <section class="features"> |
| <h2 class="section-title">Powerful Features</h2> |
| <div class="section-subtitle">Everything you need for professional file conversion</div> |
| <div class="features-grid"> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-infinity"></i></div><h3>200+ Formats</h3><p>Images, PDF, Office documents, video, audio, archives and more</p></div> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-layer-group"></i></div><h3>Batch Processing</h3><p>Convert thousands of files in one click with parallel processing</p></div> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-lock"></i></div><h3>100% Offline</h3><p>No uploads, no cloud. Your sensitive data stays completely local</p></div> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-bolt"></i></div><h3>GPU Accelerated</h3><p>Lightning fast conversions with hardware acceleration support</p></div> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-drag-drop"></i></div><h3>Drag & Drop</h3><p>Intuitive interface, just drag files and convert instantly</p></div> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-robot"></i></div><h3>AI Enhancement</h3><p>Smart AI optimizes quality and compression automatically</p></div> |
| </div> |
| </section> |
| |
| <section class="testimonials"> |
| <h2 class="section-title">Trusted by Professionals</h2> |
| <div class="section-subtitle">Join 50,000+ satisfied users worldwide</div> |
| <div class="testimonials-grid"> |
| <div class="testimonial-card"><div class="testimonial-text">"Best file converter I've ever used! Batch processing saved me hours of work. Highly recommended!"</div><div class="testimonial-author"><div class="author-avatar"><i class="fas fa-user"></i></div><div><div class="author-name">Sheza Abid</div><div class="author-title">Website Developer</div></div></div></div> |
| <div class="testimonial-card"><div class="testimonial-text">"Fast, reliable, and completely offline. Perfect for sensitive documents. The AI enhancement is incredible!"</div><div class="testimonial-author"><div class="author-avatar"><i class="fas fa-user"></i></div><div><div class="author-name">Fatima Akram</div><div class="author-title">Graphic Designer</div></div></div></div> |
| <div class="testimonial-card"><div class="testimonial-text">"The batch processing feature alone is worth it. Converted 500+ images in minutes. Five stars!"</div><div class="testimonial-author"><div class="author-avatar"><i class="fas fa-user"></i></div><div><div class="author-name">Aiman Imran</div><div class="author-title">Content Writer</div></div></div></div> |
| </div> |
| </section> |
| |
| <section class="cta"> |
| <h2>Ready to Convert?</h2> |
| <p>Join thousands of professionals who trust All File Converter</p> |
| <button class="btn-primary" id="ctaDownload"><i class="fab fa-windows"></i> Download Free Trial</button> |
| </section> |
| |
| ${footerHTML} |
| `, |
| |
| features: ` |
| <section class="features" style="padding-top: 8rem;"> |
| <h2 class="section-title">β¨ All Features</h2> |
| <div class="features-grid"> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-file-image"></i></div><h3>Image Conversion</h3><p>JPG, PNG, WEBP, HEIC, GIF, BMP, TIFF, SVG, RAW</p></div> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-file-pdf"></i></div><h3>Document Conversion</h3><p>PDF, DOCX, XLSX, PPTX, TXT, RTF, HTML, ODT</p></div> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-video"></i></div><h3>Video Conversion</h3><p>MP4, AVI, MKV, MOV, WEBM, FLV, 3GP, M4V</p></div> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-headphones"></i></div><h3>Audio Conversion</h3><p>MP3, WAV, FLAC, AAC, OGG, M4A, WMA</p></div> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-compress"></i></div><h3>Compression</h3><p>Reduce file size while maintaining quality</p></div> |
| <div class="feature-card"><div class="feature-icon"><i class="fas fa-crop"></i></div><h3>Resize & Crop</h3><p>Adjust dimensions, aspect ratio, and rotation</p></div> |
| </div> |
| </section> |
| ${footerHTML} |
| `, |
| |
| testimonials: ` |
| <section class="testimonials" style="padding-top: 8rem;"> |
| <h2 class="section-title">π¬ What Our Users Say</h2> |
| <div class="testimonials-grid"> |
| <div class="testimonial-card"><div class="testimonial-text">"Amazing software! The speed and quality are unmatched. Highly recommended for professionals."</div><div class="testimonial-author"><div class="author-avatar"><i class="fas fa-user"></i></div><div><div class="author-name">Ali Hassan</div><div class="author-title">Content Creator</div></div></div></div> |
| <div class="testimonial-card"><div class="testimonial-text">"Finally a converter that handles everything offline. Love the AI enhancement feature!"</div><div class="testimonial-author"><div class="author-avatar"><i class="fas fa-user"></i></div><div><div class="author-name">Fatima Akram</div><div class="author-title">Business Owner</div></div></div></div> |
| <div class="testimonial-card"><div class="testimonial-text">"The batch processing feature is a game changer for my daily workflow. Five stars!"</div><div class="testimonial-author"><div class="author-avatar"><i class="fas fa-user"></i></div><div><div class="author-name">Omar Farooq</div><div class="author-title">Photographer</div></div></div></div> |
| </div> |
| </section> |
| ${footerHTML} |
| `, |
| |
| pricing: ` |
| <section style="padding: 8rem 2rem 4rem; max-width: 1200px; margin: 0 auto;"> |
| <h2 class="section-title">π° Simple Pricing</h2> |
| <div class="features-grid"> |
| <div class="feature-card"><h3 style="font-size: 2rem; margin-bottom: 1rem;">Free</h3><div class="stat-number" style="font-size: 3rem;">$0</div><p style="margin: 1rem 0;">Perfect for basic needs</p><ul style="text-align: left; list-style: none;"><li style="margin: 0.75rem 0;">β 200+ formats</li><li style="margin: 0.75rem 0;">β Batch up to 50 files</li><li style="margin: 0.75rem 0;">β Basic conversion</li></ul><button class="btn-primary download-trigger" style="width: 100%; margin-top: 1.5rem;">Download Free</button></div> |
| <div class="feature-card" style="border: 2px solid #8b5cf6;"><div class="hero-badge" style="position: absolute; top: -12px; left: 50%; transform: translateX(-50%);">Most Popular</div><h3 style="font-size: 2rem; margin-bottom: 1rem;">Pro</h3><div class="stat-number" style="font-size: 3rem;">$29</div><p style="margin: 1rem 0;">One-time payment</p><ul style="text-align: left; list-style: none;"><li style="margin: 0.75rem 0;">β Everything in Free</li><li style="margin: 0.75rem 0;">β Unlimited batch</li><li style="margin: 0.75rem 0;">β AI enhancement</li><li style="margin: 0.75rem 0;">β Priority support</li></ul><button class="btn-primary download-trigger" style="width: 100%; margin-top: 1.5rem;">Buy Now</button></div> |
| <div class="feature-card"><h3 style="font-size: 2rem; margin-bottom: 1rem;">Enterprise</h3><div class="stat-number" style="font-size: 2rem;">Custom</div><p style="margin: 1rem 0;">For organizations</p><ul style="text-align: left; list-style: none;"><li style="margin: 0.75rem 0;">β Everything in Pro</li><li style="margin: 0.75rem 0;">β Dedicated support</li><li style="margin: 0.75rem 0;">β Custom integration</li><li style="margin: 0.75rem 0;">β SLA guarantee</li></ul><button class="btn-primary" style="width: 100%; margin-top: 1.5rem;">Contact Sales</button></div> |
| </div> |
| </section> |
| ${footerHTML} |
| `, |
| |
| contact: ` |
| ${contactFormHTML} |
| ${footerHTML} |
| `, |
| |
| faq: ` |
| <section style="padding: 8rem 2rem 4rem; max-width: 800px; margin: 0 auto;"> |
| <h2 class="section-title">β Frequently Asked Questions</h2> |
| <div style="display: flex; flex-direction: column; gap: 1rem;"> |
| <div class="feature-card" style="text-align: left;"><h3 style="margin-bottom: 0.5rem;">Is All File Converter really free?</h3><p style="color: #b0b0d0;">Yes! The free version includes all basic conversions with 200+ formats support. No watermarks, no limitations on file size.</p></div> |
| <div class="feature-card" style="text-align: left;"><h3 style="margin-bottom: 0.5rem;">Does it work offline?</h3><p style="color: #b0b0d0;">Absolutely! No internet connection required after installation. All processing happens locally on your computer.</p></div> |
| <div class="feature-card" style="text-align: left;"><h3 style="margin-bottom: 0.5rem;">What file formats are supported?</h3><p style="color: #b0b0d0;">Over 200 formats including images (JPG, PNG, HEIC), documents (PDF, DOCX), video (MP4, AVI), and audio (MP3, WAV).</p></div> |
| <div class="feature-card" style="text-align: left;"><h3 style="margin-bottom: 0.5rem;">Is there a file size limit?</h3><p style="color: #b0b0d0;">No limits! Convert files of any size. The software is optimized for large files.</p></div> |
| <div class="feature-card" style="text-align: left;"><h3 style="margin-bottom: 0.5rem;">How do I get support?</h3><p style="color: #b0b0d0;">Contact us via the contact form, email at ${YOUR_EMAIL}, or WhatsApp at +${WHATSAPP_NUMBER}. Response within 24 hours.</p></div> |
| </div> |
| </section> |
| ${footerHTML} |
| ` |
| }; |
| |
| // Contact form handler |
| function initContactForm() { |
| const contactForm = document.getElementById('contactForm'); |
| if (contactForm) { |
| contactForm.addEventListener('submit', async (e) => { |
| e.preventDefault(); |
| |
| const name = document.getElementById('contactName').value; |
| const email = document.getElementById('contactEmail').value; |
| const subject = document.getElementById('contactSubject').value; |
| const message = document.getElementById('contactMessage').value; |
| const responseDiv = document.getElementById('formResponse'); |
| |
| responseDiv.className = 'form-message'; |
| responseDiv.innerHTML = '<i class="fas fa-spinner fa-spin"></i> Sending message...'; |
| responseDiv.style.display = 'block'; |
| |
| const result = await sendEmailNotification(name, email, subject, message); |
| |
| if (result.success) { |
| responseDiv.className = 'form-message form-success'; |
| responseDiv.innerHTML = 'β Message sent successfully! Our team will respond within 24 hours.'; |
| contactForm.reset(); |
| setTimeout(() => { |
| responseDiv.style.display = 'none'; |
| }, 5000); |
| } else { |
| responseDiv.className = 'form-message form-error'; |
| responseDiv.innerHTML = 'β Failed to send. Please email us directly at ' + YOUR_EMAIL; |
| } |
| }); |
| } |
| } |
| |
| // Render page function |
| window.renderPage = function(pageId) { |
| const content = pages[pageId] || pages.home; |
| document.getElementById('mainContent').innerHTML = content; |
| window.scrollTo({ top: 0, behavior: 'smooth' }); |
| |
| // Re-attach download button listeners |
| document.querySelectorAll('.download-trigger, #heroDownload, #navDownload, #mobileDownload, #ctaDownload').forEach(btn => { |
| if (btn) { |
| btn.addEventListener('click', function(e) { |
| e.preventDefault(); |
| window.location.href = EXE_URL; |
| }); |
| } |
| }); |
| |
| // Initialize contact form if on contact page |
| if (pageId === 'contact') { |
| initContactForm(); |
| } |
| }; |
| |
| // Mobile menu |
| const mobileMenuBtn = document.getElementById('mobileMenuBtn'); |
| const mobileSidebar = document.getElementById('mobileSidebar'); |
| const closeSidebar = document.getElementById('closeSidebar'); |
| |
| if (mobileMenuBtn) { |
| mobileMenuBtn.addEventListener('click', () => mobileSidebar.classList.add('open')); |
| } |
| if (closeSidebar) { |
| closeSidebar.addEventListener('click', () => mobileSidebar.classList.remove('open')); |
| } |
| |
| document.addEventListener('click', (e) => { |
| if (mobileSidebar?.classList.contains('open') && !mobileSidebar.contains(e.target) && !mobileMenuBtn?.contains(e.target)) { |
| mobileSidebar.classList.remove('open'); |
| } |
| }); |
| |
| // Download button listeners |
| document.getElementById('navDownload')?.addEventListener('click', () => window.location.href = EXE_URL); |
| document.getElementById('mobileDownload')?.addEventListener('click', () => window.location.href = EXE_URL); |
| |
| // Initial render |
| renderPage('home'); |
| </script> |
| </body> |
| </html> |