Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Products - NanoMatter Technologies</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); | |
| .grid-pattern { | |
| background-image: linear-gradient(rgba(255,102,0,0.05) 1px, transparent 1px), | |
| linear-gradient(90deg, rgba(255,102,0,0.05) 1px, transparent 1px); | |
| background-size: 50px 50px; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-white text-gray-800 font-poppins"> | |
| <custom-navbar></custom-navbar> | |
| <!-- Products Header --> | |
| <section class="py-20 bg-gradient-to-br from-orange-50 to-white"> | |
| <div class="max-w-6xl mx-auto px-4 text-center"> | |
| <h1 class="text-5xl md:text-6xl font-bold mb-6 text-gray-900"> | |
| Our Products | |
| </h1> | |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto"> | |
| Advanced semiconductor deposition systems designed for precision, reliability, and innovation | |
| </p> | |
| </div> | |
| </section> | |
| <!-- MOCVD Systems --> | |
| <section class="py-16 px-4 bg-white"> | |
| <div class="max-w-6xl mx-auto"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-4xl font-bold mb-4 text-gray-900">MOCVD Systems</h2> | |
| <div class="w-24 h-1 bg-orange-500 mx-auto"></div> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12 items-center"> | |
| <div class="bg-orange-50 rounded-2xl shadow-lg overflow-hidden"> | |
| <img src="https://huggingface.co/spaces/mithunparambath/quantumcraft-nanosystems/resolve/main/images/12.jpg" alt="MOCVD System" class="w-full h-full object-cover"> | |
| </div> | |
| <div> | |
| <h3 class="text-2xl font-semibold mb-6 text-orange-500">Precision Thin Film Growth</h3> | |
| <p class="text-gray-600 text-lg mb-6"> | |
| Our Metal Organic Chemical Vapor Deposition systems enable atomic-level control | |
| for growing high-quality 2D materials, transition metal dichalcogenides (TMDs), | |
| and advanced semiconductor films. | |
| </p> | |
| <div class="space-y-4"> | |
| <div class="flex items-center gap-3"> | |
| <i data-feather="check-circle" class="text-orange-500"></i> | |
| <span class="text-gray-700">Multi-wafer processing capability (2" to 8")</span> | |
| </div> | |
| <div class="flex items-center gap-3"> | |
| <i data-feather="check-circle" class="text-orange-500"></i> | |
| <span class="text-gray-700">In-situ monitoring and process control</span> | |
| </div> | |
| <div class="flex items-center gap-3"> | |
| <i data-feather="check-circle" class="text-orange-500"></i> | |
| <span class="text-gray-700">Temperature range: 200°C to 1200°C</span> | |
| </div> | |
| <div class="flex items-center gap-3"> | |
| <i data-feather="check-circle" class="text-orange-500"></i> | |
| <span class="text-gray-700">Ultra-high purity gas delivery system</span> | |
| </div> | |
| </div> | |
| <div class="mt-8 flex gap-4"> | |
| <a href="#contact" class="bg-orange-500 hover:bg-orange-600 text-white px-6 py-3 rounded-lg font-semibold transition-all duration-300 transform hover:scale-105 shadow-lg"> | |
| Request Quote | |
| </a> | |
| <a href="https://huggingface.co/spaces/mithunparambath/quantumcraft-nanosystems/resolve/main/images/stitched-image-1761629586615.png" download="NanoMatter-MOCVD-Brochure.pdf" class="border border-orange-500 text-orange-500 hover:bg-orange-500 hover:text-white px-6 py-3 rounded-lg font-semibold transition-all duration-300 shadow-md flex items-center gap-2"> | |
| <i data-feather="download" class="w-4 h-4"></i> | |
| Download Brochure | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- PVD Systems --> | |
| <section class="py-16 px-4 bg-gray-50"> | |
| <div class="max-w-6xl mx-auto"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-4xl font-bold mb-4 text-gray-900">PVD Systems</h2> | |
| <div class="w-24 h-1 bg-orange-500 mx-auto"></div> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12 items-center"> | |
| <div> | |
| <h3 class="text-2xl font-semibold mb-6 text-orange-500">Advanced Metallization Solutions</h3> | |
| <p class="text-gray-600 text-lg mb-6"> | |
| Our Physical Vapor Deposition systems provide exceptional film uniformity | |
| and reproducibility for BEOL applications and advanced material coatings. | |
| </p> | |
| <div class="space-y-4"> | |
| <div class="flex items-center gap-3"> | |
| <i data-feather="check-circle" class="text-orange-500"></i> | |
| <span class="text-gray-700">Multi-target configuration (up to 8 targets)</span> | |
| </div> | |
| <div class="flex items-center gap-3"> | |
| <i data-feather="check-circle" class="text-orange-500"></i> | |
| <span class="text-gray-700">Base pressure: 10⁻⁸ Torr</span> | |
| </div> | |
| <div class="flex items-center gap-3"> | |
| <i data-feather="check-circle" class="text-orange-500"></i> | |
| <span class="text-gray-700">Substrate heating up to 800°C</span> | |
| </div> | |
| <div class="flex items-center gap-3"> | |
| <i data-feather="check-circle" class="text-orange-500"></i> | |
| <span class="text-gray-700">RF/DC magnetron sputtering capability</span> | |
| </div> | |
| </div> | |
| <div class="mt-8"> | |
| <a href="#contact" class="bg-orange-500 hover:bg-orange-600 text-white px-6 py-3 rounded-lg font-semibold transition-all duration-300 transform hover:scale-105 shadow-lg"> | |
| Request Quote | |
| </a> | |
| </div> | |
| </div> | |
| <div> | |
| <div class="bg-orange-50 rounded-2xl shadow-lg h-64 flex items-center justify-center"> | |
| <i data-feather="zap" class="w-16 h-16 text-orange-500"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Accessories & Consumables --> | |
| <section class="py-16 px-4 bg-white"> | |
| <div class="max-w-6xl mx-auto"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-4xl font-bold mb-4 text-gray-900">Accessories & Consumables</h2> | |
| <div class="w-24 h-1 bg-orange-500 mx-auto"></div> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="text-center"> | |
| <div class="w-16 h-16 bg-orange-500 rounded-full flex items-center justify-center mx-auto mb-4"> | |
| <i data-feather="tool" class="text-white"></i> | |
| </div> | |
| <h4 class="text-xl font-semibold mb-3 text-gray-900">Process Kits</h4> | |
| <p class="text-gray-600">Customized shielding and hardware for optimized film deposition</p> | |
| </div> | |
| <div class="text-center"> | |
| <div class="w-16 h-16 bg-orange-500 rounded-full flex items-center justify-center mx-auto mb-4"> | |
| <i data-feather="target" class="text-white"></i> | |
| </div> | |
| <h4 class="text-xl font-semibold mb-3 text-gray-900">Target Materials</h4> | |
| <p class="text-gray-600">High-purity sputtering targets in various materials and geometries</p> | |
| </div> | |
| <div class="text-center"> | |
| <div class="w-16 h-16 bg-orange-500 rounded-full flex items-center justify-center mx-auto mb-4"> | |
| <i data-feather="wind" class="text-white"></i> | |
| </div> | |
| <h4 class="text-xl font-semibold mb-3 text-gray-900">Gas Delivery</h4> | |
| <p class="text-gray-600">Precision mass flow controllers and gas handling systems</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Technical Resources --> | |
| <section class="py-16 px-4 bg-white"> | |
| <div class="max-w-6xl mx-auto"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-4xl font-bold mb-4 text-gray-900">Technical Resources</h2> | |
| <div class="w-24 h-1 bg-orange-500 mx-auto"></div> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-orange-50 rounded-xl p-6 text-center"> | |
| <div class="w-12 h-12 bg-orange-500 rounded-full flex items-center justify-center mx-auto mb-4"> | |
| <i data-feather="file-text" class="text-white"></i> | |
| </div> | |
| <h4 class="text-xl font-semibold mb-3 text-gray-900">Process Recipes</h4> | |
| <p class="text-gray-600 mb-4">Optimized deposition parameters for various materials</p> | |
| <a href="#" class="text-orange-500 hover:text-orange-600 font-semibold">Download PDF</a> | |
| </div> | |
| <div class="bg-orange-50 rounded-xl p-6 text-center"> | |
| <div class="w-12 h-12 bg-orange-500 rounded-full flex items-center justify-center mx-auto mb-4"> | |
| <i data-feather="settings" class="text-white"></i> | |
| </div> | |
| <h4 class="text-xl font-semibold mb-3 text-gray-900">Maintenance Guides</h4> | |
| <p class="text-gray-600 mb-4">Step-by-step maintenance procedures and schedules</p> | |
| <a href="#" class="text-orange-500 hover:text-orange-600 font-semibold">View Guide</a> | |
| </div> | |
| <div class="bg-orange-50 rounded-xl p-6 text-center"> | |
| <div class="w-12 h-12 bg-orange-500 rounded-full flex items-center justify-center mx-auto mb-4"> | |
| <i data-feather="bar-chart" class="text-white"></i> | |
| </div> | |
| <h4 class="text-xl font-semibold mb-3 text-gray-900">Troubleshooting</h4> | |
| <p class="text-gray-600 mb-4">Common issues and solutions for deposition processes</p> | |
| <a href="#" class="text-orange-500 hover:text-orange-600 font-semibold">Access Database</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Specifications Table --> | |
| <section class="py-16 px-4 bg-gray-50"> | |
| <div class="max-w-6xl mx-auto"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-4xl font-bold mb-4 text-gray-900">Technical Specifications</h2> | |
| <div class="w-24 h-1 bg-orange-500 mx-auto"></div> | |
| </div> | |
| <div class="overflow-x-auto"> | |
| <table class="w-full bg-white rounded-lg shadow-md"> | |
| <thead> | |
| <tr class="bg-orange-500 text-white"> | |
| <th class="px-6 py-4 text-left">Parameter</th> | |
| <th class="px-6 py-4 text-left">MOCVD Systems</th> | |
| <th class="px-6 py-4 text-left">PVD Systems</th> | |
| </tr> | |
| </thead> | |
| <tbody class="divide-y divide-gray-200"> | |
| <tr> | |
| <td class="px-6 py-4 font-semibold">Wafer Size</td> | |
| <td class="px-6 py-4">2" to 8"</td> | |
| <td class="px-6 py-4">2" to 8"</td> | |
| </tr> | |
| <tr> | |
| <td class="px-6 py-4 font-semibold">Base Pressure</td> | |
| <td class="px-6 py-4">10⁻⁶ Torr</td> | |
| <td class="px-6 py-4">10⁻⁸ Torr</td> | |
| </tr> | |
| <tr> | |
| <td class="px-6 py-4 font-semibold">Operating Temp</td> | |
| <td class="px-6 py-4">200°C - 1200°C</td> | |
| <td class="px-6 py-4">RT - 800°C</td> | |
| </tr> | |
| <tr> | |
| <td class="px-6 py-4 font-semibold">Film Uniformity</td> | |
| <td class="px-6 py-4">±2%</td> | |
| <td class="px-6 py-4">±1%</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Call to Action --> | |
| <section class="py-16 px-4 bg-orange-500"> | |
| <div class="max-w-4xl mx-auto text-center"> | |
| <h3 class="text-3xl font-bold mb-4 text-white">Ready to Get Started?</h3> | |
| <p class="text-orange-100 text-lg mb-8"> | |
| Contact our technical team to discuss your specific requirements and get a customized solution | |
| </p> | |
| <a href="#contact" class="bg-white hover:bg-gray-100 text-orange-500 px-8 py-4 rounded-lg font-semibold transition-all duration-300 transform hover:scale-105 shadow-lg"> | |
| Contact Sales | |
| </a> | |
| </div> | |
| </section> | |
| <custom-footer></custom-footer> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script src="script.js"></script> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> |