mithunparambath commited on
Commit
4fbe1e6
·
verified ·
1 Parent(s): 893cb6f

Can you add a this founders vedio https://www.youtube.com/watch?v=VENZo4UrnuE in about us section

Browse files
Files changed (1) hide show
  1. index.html +24 -15
index.html CHANGED
@@ -85,24 +85,33 @@
85
  </div>
86
  </div>
87
  </div>
88
- <div class="relative">
89
- <div class="bg-gradient-to-br from-orange-50 to-white rounded-2xl p-8 transform rotate-1 border border-orange-100 shadow-sm">
90
- <div class="bg-white rounded-xl p-6 transform -rotate-1">
91
- <h4 class="text-xl font-semibold mb-4 text-orange-500">Global Presence</h4>
92
- <div class="space-y-3">
93
- <div class="flex items-center gap-3">
94
- <i data-feather="map-pin" class="text-orange-500"></i>
95
- <span class="text-gray-700">India - R&D & Manufacturing Hub</span>
96
- </div>
97
- <div class="flex items-center gap-3">
98
- <i data-feather="map-pin" class="text-orange-500"></i>
99
- <span class="text-gray-700">Germany - European Operations</span>
100
- </div>
101
- </div>
 
 
 
 
 
 
 
 
 
102
  </div>
103
  </div>
104
  </div>
105
- </div>
106
  </div>
107
  </section>
108
  <!-- Technologies Section -->
 
85
  </div>
86
  </div>
87
  </div>
88
+ <div class="space-y-8">
89
+ <div class="bg-gradient-to-br from-orange-50 to-white rounded-2xl p-8 border border-orange-100 shadow-sm">
90
+ <h4 class="text-xl font-semibold mb-4 text-orange-500">Founder's Message</h4>
91
+ <div class="aspect-w-16 aspect-h-9">
92
+ <iframe
93
+ src="https://www.youtube.com/embed/VENZo4UrnuE"
94
+ title="Founder's Video"
95
+ class="w-full h-64 md:h-80 rounded-xl shadow-lg"
96
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
97
+ allowfullscreen>
98
+ </iframe>
99
+ </div>
100
+ </div>
101
+ <div class="bg-gradient-to-br from-orange-50 to-white rounded-2xl p-8 border border-orange-100 shadow-sm">
102
+ <h4 class="text-xl font-semibold mb-4 text-orange-500">Global Presence</h4>
103
+ <div class="space-y-3">
104
+ <div class="flex items-center gap-3">
105
+ <i data-feather="map-pin" class="text-orange-500"></i>
106
+ <span class="text-gray-700">India - R&D & Manufacturing Hub</span>
107
+ </div>
108
+ <div class="flex items-center gap-3">
109
+ <i data-feather="map-pin" class="text-orange-500"></i>
110
+ <span class="text-gray-700">Germany - European Operations</span>
111
  </div>
112
  </div>
113
  </div>
114
+ </div>
115
  </div>
116
  </section>
117
  <!-- Technologies Section -->