mithunparambath commited on
Commit
84926cd
·
verified ·
1 Parent(s): 957663c

Can you add place for technical notes for deposition

Browse files
Files changed (2) hide show
  1. index.html +53 -1
  2. products.html +36 -1
index.html CHANGED
@@ -278,10 +278,62 @@
278
  </div>
279
  </div>
280
  </section>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
 
282
  <!-- Contact Section -->
283
  <section id="contact" class="py-20 bg-gray-50">
284
- <div class="max-w-6xl mx-auto px-4">
285
  <div class="text-center mb-16">
286
  <h2 class="text-4xl md:text-5xl font-bold mb-4 text-gray-900">Contact Us</h2>
287
  <div class="w-24 h-1 bg-orange-500 mx-auto"></div>
 
278
  </div>
279
  </div>
280
  </section>
281
+ <!-- Technical Notes Section -->
282
+ <section id="technical-notes" class="py-20 px-4 bg-white">
283
+ <div class="max-w-6xl mx-auto">
284
+ <div class="text-center mb-16">
285
+ <h2 class="text-4xl md:text-5xl font-bold mb-4 text-gray-900">Technical Notes & Resources</h2>
286
+ <div class="w-24 h-1 bg-orange-500 mx-auto"></div>
287
+ </div>
288
+ <div class="grid md:grid-cols-2 gap-12">
289
+ <div class="bg-orange-50 rounded-2xl p-8 border border-orange-200">
290
+ <h3 class="text-2xl font-semibold mb-6 text-orange-500">Deposition Process Guidelines</h3>
291
+ <div class="space-y-6">
292
+ <div class="bg-white rounded-xl p-6 border-l-4 border-orange-500">
293
+ <h4 class="font-semibold text-orange-500 mb-2">MOCVD Best Practices</h4>
294
+ <ul class="text-sm text-gray-600 space-y-2">
295
+ <li>• Optimize precursor flow rates for uniform film growth</li>
296
+ <li>• Maintain stable substrate temperature during deposition</li>
297
+ <li>• Regular chamber cleaning to prevent contamination</li>
298
+ <li>• Monitor chamber pressure and gas composition</li>
299
+ </ul>
300
+ </div>
301
+ <div class="bg-white rounded-xl p-6 border-l-4 border-orange-500">
302
+ <h4 class="font-semibold text-orange-500 mb-2">PVD Optimization Tips</h4>
303
+ <ul class="text-sm text-gray-600 space-y-2">
304
+ <li>• Pre-sputter targets to remove surface oxides</li>
305
+ <li>• Maintain proper target-to-substrate distance</li>
306
+ <li>• Optimize sputtering power and gas pressure</li>
307
+ <li>• Use appropriate substrate bias for film adhesion</li>
308
+ </ul>
309
+ </div>
310
+ </div>
311
+ <div class="bg-orange-50 rounded-2xl p-8 border border-orange-200">
312
+ <h3 class="text-2xl font-semibold mb-6 text-orange-500">Material Specifications</h3>
313
+ <div class="space-y-4">
314
+ <div class="bg-white rounded-lg p-4">
315
+ <h4 class="font-semibold text-gray-900 mb-3">2D Materials Growth</h4>
316
+ <p class="text-sm text-gray-600">Detailed protocols for MoS₂, WS₂, and other TMDs</div>
317
+ <div class="bg-white rounded-lg p-4">
318
+ <h4 class="font-semibold text-gray-900 mb-3">Metal Thin Films</h4>
319
+ <p class="text-sm text-gray-600">Aluminum, Copper, Titanium deposition parameters</div>
320
+ <div class="bg-white rounded-lg p-4">
321
+ <h4 class="font-semibold text-gray-900 mb-3">Dielectric Layers</h4>
322
+ <p class="text-sm text-gray-600">SiO₂, Si₃N₄, Al₂O₃ growth conditions</div>
323
+ </div>
324
+ <div class="mt-6 text-center">
325
+ <a href="#" 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">
326
+ Download Technical Manual
327
+ </a>
328
+ </div>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </section>
333
 
334
  <!-- Contact Section -->
335
  <section id="contact" class="py-20 bg-gray-50">
336
+ <div class="max-w-6xl mx-auto px-4">
337
  <div class="text-center mb-16">
338
  <h2 class="text-4xl md:text-5xl font-bold mb-4 text-gray-900">Contact Us</h2>
339
  <div class="w-24 h-1 bg-orange-500 mx-auto"></div>
products.html CHANGED
@@ -156,10 +156,45 @@
156
  </div>
157
  </div>
158
  </section>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
 
160
  <!-- Specifications Table -->
161
  <section class="py-16 px-4 bg-gray-50">
162
- <div class="max-w-6xl mx-auto">
163
  <div class="text-center mb-12">
164
  <h2 class="text-4xl font-bold mb-4 text-gray-900">Technical Specifications</h2>
165
  <div class="w-24 h-1 bg-orange-500 mx-auto"></div>
 
156
  </div>
157
  </div>
158
  </section>
159
+ <!-- Technical Resources -->
160
+ <section class="py-16 px-4 bg-white">
161
+ <div class="max-w-6xl mx-auto">
162
+ <div class="text-center mb-12">
163
+ <h2 class="text-4xl font-bold mb-4 text-gray-900">Technical Resources</h2>
164
+ <div class="w-24 h-1 bg-orange-500 mx-auto"></div>
165
+ </div>
166
+ <div class="grid md:grid-cols-3 gap-8">
167
+ <div class="bg-orange-50 rounded-xl p-6 text-center">
168
+ <div class="w-12 h-12 bg-orange-500 rounded-full flex items-center justify-center mx-auto mb-4">
169
+ <i data-feather="file-text" class="text-white"></i>
170
+ </div>
171
+ <h4 class="text-xl font-semibold mb-3 text-gray-900">Process Recipes</h4>
172
+ <p class="text-gray-600 mb-4">Optimized deposition parameters for various materials</p>
173
+ <a href="#" class="text-orange-500 hover:text-orange-600 font-semibold">Download PDF</a>
174
+ </div>
175
+ <div class="bg-orange-50 rounded-xl p-6 text-center">
176
+ <div class="w-12 h-12 bg-orange-500 rounded-full flex items-center justify-center mx-auto mb-4">
177
+ <i data-feather="settings" class="text-white"></i>
178
+ </div>
179
+ <h4 class="text-xl font-semibold mb-3 text-gray-900">Maintenance Guides</h4>
180
+ <p class="text-gray-600 mb-4">Step-by-step maintenance procedures and schedules</p>
181
+ <a href="#" class="text-orange-500 hover:text-orange-600 font-semibold">View Guide</a>
182
+ </div>
183
+ <div class="bg-orange-50 rounded-xl p-6 text-center">
184
+ <div class="w-12 h-12 bg-orange-500 rounded-full flex items-center justify-center mx-auto mb-4">
185
+ <i data-feather="bar-chart" class="text-white"></i>
186
+ </div>
187
+ <h4 class="text-xl font-semibold mb-3 text-gray-900">Troubleshooting</h4>
188
+ <p class="text-gray-600 mb-4">Common issues and solutions for deposition processes</p>
189
+ <a href="#" class="text-orange-500 hover:text-orange-600 font-semibold">Access Database</a>
190
+ </div>
191
+ </div>
192
+ </div>
193
+ </section>
194
 
195
  <!-- Specifications Table -->
196
  <section class="py-16 px-4 bg-gray-50">
197
+ <div class="max-w-6xl mx-auto">
198
  <div class="text-center mb-12">
199
  <h2 class="text-4xl font-bold mb-4 text-gray-900">Technical Specifications</h2>
200
  <div class="w-24 h-1 bg-orange-500 mx-auto"></div>