Spaces:
Running
Running
I still cant hear the sound in the video - Follow Up Deployment
Browse files- index.html +41 -2
index.html
CHANGED
@@ -50,8 +50,8 @@
|
|
50 |
|
51 |
<!-- Video Background -->
|
52 |
<div class="fixed inset-0 -z-10 overflow-hidden">
|
53 |
-
<video autoplay loop playsinline
|
54 |
-
<source src="Video_of_Robot_Washing_Dishes.mp4" type="video/mp4">
|
55 |
</video>
|
56 |
<div class="absolute inset-0 bg-black/30"></div>
|
57 |
</div>
|
@@ -68,6 +68,45 @@
|
|
68 |
</div>
|
69 |
</main>
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
|
72 |
<script>
|
73 |
// Simple animation for the join button
|
|
|
50 |
|
51 |
<!-- Video Background -->
|
52 |
<div class="fixed inset-0 -z-10 overflow-hidden">
|
53 |
+
<video autoplay loop playsinline class="w-full h-full object-cover">
|
54 |
+
<source src="https://huggingface.co/spaces/akhaliq/nexusrobotics/resolve/main/Video_of_Robot_Washing_Dishes.mp4" type="video/mp4">
|
55 |
</video>
|
56 |
<div class="absolute inset-0 bg-black/30"></div>
|
57 |
</div>
|
|
|
68 |
</div>
|
69 |
</main>
|
70 |
|
71 |
+
<!-- Company Information Section -->
|
72 |
+
<section class="relative z-10 bg-white/90 backdrop-blur-sm py-16 px-4">
|
73 |
+
<div class="container mx-auto max-w-4xl">
|
74 |
+
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-8 text-center">About Nexus Robotics</h2>
|
75 |
+
<div class="grid md:grid-cols-2 gap-8">
|
76 |
+
<div>
|
77 |
+
<h3 class="text-2xl font-semibold text-gray-800 mb-4">Our Mission</h3>
|
78 |
+
<p class="text-gray-600 mb-6">
|
79 |
+
At Nexus Robotics, we're pioneering the next generation of humanoid robots designed to seamlessly integrate into human environments. Our mission is to create intelligent, adaptable machines that enhance productivity and quality of life.
|
80 |
+
</p>
|
81 |
+
<h3 class="text-2xl font-semibold text-gray-800 mb-4">Core Technology</h3>
|
82 |
+
<p class="text-gray-600">
|
83 |
+
We combine cutting-edge AI with advanced robotics to create systems capable of learning, adapting, and performing complex tasks in real-world settings.
|
84 |
+
</p>
|
85 |
+
</div>
|
86 |
+
<div>
|
87 |
+
<h3 class="text-2xl font-semibold text-gray-800 mb-4">Key Features</h3>
|
88 |
+
<ul class="space-y-3 text-gray-600">
|
89 |
+
<li class="flex items-start">
|
90 |
+
<i class="fas fa-brain text-emerald-500 mt-1 mr-3"></i>
|
91 |
+
<span>Advanced neural networks for real-time decision making</span>
|
92 |
+
</li>
|
93 |
+
<li class="flex items-start">
|
94 |
+
<i class="fas fa-hands-helping text-blue-500 mt-1 mr-3"></i>
|
95 |
+
<span>Human-like dexterity and manipulation capabilities</span>
|
96 |
+
</li>
|
97 |
+
<li class="flex items-start">
|
98 |
+
<i class="fas fa-eye text-purple-500 mt-1 mr-3"></i>
|
99 |
+
<span>Multi-modal sensory perception systems</span>
|
100 |
+
</li>
|
101 |
+
<li class="flex items-start">
|
102 |
+
<i class="fas fa-bolt text-yellow-500 mt-1 mr-3"></i>
|
103 |
+
<span>Energy-efficient designs with extended operation times</span>
|
104 |
+
</li>
|
105 |
+
</ul>
|
106 |
+
</div>
|
107 |
+
</div>
|
108 |
+
</div>
|
109 |
+
</section>
|
110 |
|
111 |
<script>
|
112 |
// Simple animation for the join button
|