Spaces:
Running
Running
File size: 14,685 Bytes
93fcf58 3f579ef 93fcf58 498c408 66b783c c506f52 93fcf58 89bbf1b 93fcf58 89bbf1b 93fcf58 89bbf1b 93fcf58 ec46d4e 93fcf58 ec46d4e 93fcf58 08bf3d2 93fcf58 08bf3d2 93fcf58 bbe879a 93fcf58 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 |
<!DOCTYPE html>
<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> |