mithunparambath commited on
Commit
9b3b30a
·
verified ·
1 Parent(s): e1a099c

can you change the landing page into this vedio

Browse files
Files changed (1) hide show
  1. index.html +25 -7
index.html CHANGED
@@ -22,11 +22,24 @@
22
  pointer-events: none;
23
  }
24
  .hero-background {
25
- background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
26
- url('https://huggingface.co/spaces/mithunparambath/quantumcraft-nanosystems/resolve/main/images/the-world-of-the-semiconductor-cleanroom.jpg');
27
- background-size: cover;
28
- background-position: center;
29
- background-attachment: fixed;
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  }
31
  .grid-pattern {
32
  background-image: linear-gradient(rgba(255,102,0,0.05) 1px, transparent 1px),
@@ -39,7 +52,12 @@
39
  <custom-navbar></custom-navbar>
40
  <!-- Hero Section -->
41
  <section id="hero" class="relative min-h-screen flex items-center justify-center overflow-hidden hero-background">
42
- <div class="atom-animation" id="atomCanvas"></div>
 
 
 
 
 
43
  <div class="relative z-20 text-center px-4 max-w-6xl mx-auto">
44
  <h1 class="text-5xl md:text-7xl font-bold mb-6 text-white">
45
  Enabling Next-Generation<br>Semiconductor Innovation
@@ -57,7 +75,7 @@
57
  </div>
58
  </div>
59
  </section>
60
- <!-- About Section -->
61
  <section id="about" class="py-20 px-4 bg-gray-50">
62
  <div class="max-w-6xl mx-auto">
63
  <div class="text-center mb-16">
 
22
  pointer-events: none;
23
  }
24
  .hero-background {
25
+ position: relative;
26
+ overflow: hidden;
27
+ }
28
+ .hero-video {
29
+ position: absolute;
30
+ top: 0;
31
+ left: 0;
32
+ width: 100%;
33
+ height: 100%;
34
+ object-fit: cover;
35
+ }
36
+ .video-overlay {
37
+ position: absolute;
38
+ top: 0;
39
+ left: 0;
40
+ width: 100%;
41
+ height: 100%;
42
+ background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
43
  }
44
  .grid-pattern {
45
  background-image: linear-gradient(rgba(255,102,0,0.05) 1px, transparent 1px),
 
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.mp4" type="video/mp4">
57
+ Your browser does not support the video tag.
58
+ </video>
59
+ <div class="video-overlay"></div>
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">
63
  Enabling Next-Generation<br>Semiconductor Innovation
 
75
  </div>
76
  </div>
77
  </section>
78
+ <!-- About Section -->
79
  <section id="about" class="py-20 px-4 bg-gray-50">
80
  <div class="max-w-6xl mx-auto">
81
  <div class="text-center mb-16">