Spaces:
Running
Running
Promote version 100232e to main
Browse filesPromoted commit 100232eaabc9b473eedd439bdd81c6d0f7886b02 to main branch
- index.html +42 -3
- products.html +6 -2
- style.css +5 -6
index.html
CHANGED
|
@@ -52,7 +52,11 @@
|
|
| 52 |
<custom-navbar></custom-navbar>
|
| 53 |
<!-- Hero Section -->
|
| 54 |
<section id="hero" class="relative min-h-screen flex items-center justify-center overflow-hidden hero-background">
|
| 55 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
<div class="atom-animation" id="atomCanvas"></div>
|
| 57 |
<div class="relative z-20 text-center px-4 max-w-6xl mx-auto">
|
| 58 |
<h1 class="text-5xl md:text-7xl font-bold mb-6 text-white">
|
|
@@ -308,10 +312,45 @@
|
|
| 308 |
</div>
|
| 309 |
</div>
|
| 310 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 311 |
</div>
|
| 312 |
</section>
|
| 313 |
-
|
| 314 |
-
<!-- Contact Section -->
|
| 315 |
<section id="contact" class="py-20 bg-gray-50">
|
| 316 |
<div class="max-w-6xl mx-auto px-4">
|
| 317 |
<div class="text-center mb-16">
|
|
|
|
| 52 |
<custom-navbar></custom-navbar>
|
| 53 |
<!-- Hero Section -->
|
| 54 |
<section id="hero" class="relative min-h-screen flex items-center justify-center overflow-hidden hero-background">
|
| 55 |
+
<video class="hero-video" autoplay muted loop playsinline>
|
| 56 |
+
<source src="https://huggingface.co/spaces/mithunparambath/quantumcraft-nanosystems/resolve/main/videos/Untitled design (1).mp4" type="video/mp4">
|
| 57 |
+
Your browser does not support the video tag.
|
| 58 |
+
</video>
|
| 59 |
+
=======
|
| 60 |
<div class="atom-animation" id="atomCanvas"></div>
|
| 61 |
<div class="relative z-20 text-center px-4 max-w-6xl mx-auto">
|
| 62 |
<h1 class="text-5xl md:text-7xl font-bold mb-6 text-white">
|
|
|
|
| 312 |
</div>
|
| 313 |
</div>
|
| 314 |
</div>
|
| 315 |
+
|
| 316 |
+
<!-- TIFR Partnership Success Story -->
|
| 317 |
+
<div class="mt-16 bg-gradient-to-br from-orange-50 to-white rounded-2xl p-8 border border-orange-100 shadow-sm">
|
| 318 |
+
<div class="grid md:grid-cols-2 gap-8 items-center">
|
| 319 |
+
<div>
|
| 320 |
+
<img src="https://huggingface.co/spaces/mithunparambath/quantumcraft-nanosystems/resolve/main/images/WhatsApp Image 2025-06-28 at 14.26.24_3bf2c256.jpg"
|
| 321 |
+
alt="TIFR MOCVD Installation"
|
| 322 |
+
class="w-full h-auto object-contain rounded-xl shadow-lg">
|
| 323 |
+
</div>
|
| 324 |
+
<div>
|
| 325 |
+
<h3 class="text-2xl font-semibold mb-4 text-orange-500">
|
| 326 |
+
NanoMatter Technologies Partners with TIFR Hyderabad to Advance 2D Materials Research
|
| 327 |
+
</h3>
|
| 328 |
+
<div class="flex items-center gap-2 mb-4">
|
| 329 |
+
<i data-feather="map-pin" class="text-orange-500"></i>
|
| 330 |
+
<span class="text-gray-700 font-medium">Hyderabad, India</span>
|
| 331 |
+
</div>
|
| 332 |
+
<p class="text-gray-600 mb-4">
|
| 333 |
+
We are thrilled to announce the successful installation of NanoMatter's state-of-the-art MOCVD
|
| 334 |
+
(Metal Organic Chemical Vapor Deposition) system at the Tata Institute of
|
| 335 |
+
Fundamental Research (TIFR), Hyderabad.
|
| 336 |
+
</p>
|
| 337 |
+
<p class="text-gray-600 mb-6">
|
| 338 |
+
This partnership marks a major milestone in enabling cutting-edge research on 2D materials
|
| 339 |
+
and transition metal dichalcogenides (TMDs) — paving the way for the next generation
|
| 340 |
+
of semiconductor and quantum devices.
|
| 341 |
+
</p>
|
| 342 |
+
<div class="bg-orange-100 rounded-lg p-4 border-l-4 border-orange-500">
|
| 343 |
+
<h4 class="font-semibold text-orange-500 mb-2">The collaboration brings together:</h4>
|
| 344 |
+
<ul class="text-gray-600 text-sm space-y-1">
|
| 345 |
+
<li>• TIFR Hyderabad's expertise in nanoscale materials and device physics</li>
|
| 346 |
+
<li>• NanoMatter's innovative deposition technology and process engineering</li>
|
| 347 |
+
</ul>
|
| 348 |
+
</div>
|
| 349 |
+
</div>
|
| 350 |
+
</div>
|
| 351 |
</div>
|
| 352 |
</section>
|
| 353 |
+
<!-- Contact Section -->
|
|
|
|
| 354 |
<section id="contact" class="py-20 bg-gray-50">
|
| 355 |
<div class="max-w-6xl mx-auto px-4">
|
| 356 |
<div class="text-center mb-16">
|
products.html
CHANGED
|
@@ -68,12 +68,16 @@
|
|
| 68 |
<span class="text-gray-700">Ultra-high purity gas delivery system</span>
|
| 69 |
</div>
|
| 70 |
</div>
|
| 71 |
-
<div class="mt-8">
|
| 72 |
<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">
|
| 73 |
Request Quote
|
| 74 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
</div>
|
| 76 |
-
|
| 77 |
</div>
|
| 78 |
</div>
|
| 79 |
</section>
|
|
|
|
| 68 |
<span class="text-gray-700">Ultra-high purity gas delivery system</span>
|
| 69 |
</div>
|
| 70 |
</div>
|
| 71 |
+
<div class="mt-8 flex gap-4">
|
| 72 |
<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">
|
| 73 |
Request Quote
|
| 74 |
</a>
|
| 75 |
+
<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">
|
| 76 |
+
<i data-feather="download" class="w-4 h-4"></i>
|
| 77 |
+
Download Brochure
|
| 78 |
+
</a>
|
| 79 |
</div>
|
| 80 |
+
</div>
|
| 81 |
</div>
|
| 82 |
</div>
|
| 83 |
</section>
|
style.css
CHANGED
|
@@ -1,29 +1,28 @@
|
|
| 1 |
-
|
| 2 |
body {
|
| 3 |
padding: 2rem;
|
| 4 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
| 5 |
-
background: white;
|
| 6 |
-
color: #333;
|
| 7 |
}
|
|
|
|
| 8 |
h1 {
|
| 9 |
font-size: 16px;
|
| 10 |
margin-top: 0;
|
| 11 |
-
color: #ff6600;
|
| 12 |
}
|
|
|
|
| 13 |
p {
|
| 14 |
color: rgb(107, 114, 128);
|
| 15 |
font-size: 15px;
|
| 16 |
margin-bottom: 10px;
|
| 17 |
margin-top: 5px;
|
| 18 |
}
|
|
|
|
| 19 |
.card {
|
| 20 |
max-width: 620px;
|
| 21 |
margin: 0 auto;
|
| 22 |
padding: 16px;
|
| 23 |
-
border: 1px solid
|
| 24 |
border-radius: 16px;
|
| 25 |
-
background: #fff7f0;
|
| 26 |
}
|
|
|
|
| 27 |
.card p:last-child {
|
| 28 |
margin-bottom: 0;
|
| 29 |
}
|
|
|
|
|
|
|
| 1 |
body {
|
| 2 |
padding: 2rem;
|
| 3 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
|
|
|
|
|
|
| 4 |
}
|
| 5 |
+
|
| 6 |
h1 {
|
| 7 |
font-size: 16px;
|
| 8 |
margin-top: 0;
|
|
|
|
| 9 |
}
|
| 10 |
+
|
| 11 |
p {
|
| 12 |
color: rgb(107, 114, 128);
|
| 13 |
font-size: 15px;
|
| 14 |
margin-bottom: 10px;
|
| 15 |
margin-top: 5px;
|
| 16 |
}
|
| 17 |
+
|
| 18 |
.card {
|
| 19 |
max-width: 620px;
|
| 20 |
margin: 0 auto;
|
| 21 |
padding: 16px;
|
| 22 |
+
border: 1px solid lightgray;
|
| 23 |
border-radius: 16px;
|
|
|
|
| 24 |
}
|
| 25 |
+
|
| 26 |
.card p:last-child {
|
| 27 |
margin-bottom: 0;
|
| 28 |
}
|