Update index.html
Browse files- index.html +3 -7
index.html
CHANGED
@@ -245,7 +245,6 @@
|
|
245 |
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
|
246 |
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
|
247 |
<div class="p-6">
|
248 |
-
<h3 class="text-xl font-bold mb-1">Dr. Elena Rodriguez</h3>
|
249 |
<p class="text-purple-600 mb-3">AI Ethics, Stanford</p>
|
250 |
<p class="text-gray-600">Former CTO at EthicalAI with 4 exits in AI space.</p>
|
251 |
</div>
|
@@ -253,15 +252,13 @@
|
|
253 |
|
254 |
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
|
255 |
<div class="p-6">
|
256 |
-
|
257 |
-
<p class="text-purple-600 mb-3">Quantum Computing</p>
|
258 |
<p class="text-gray-600">Founder of Qubit Labs, quantum computing pioneer.</p>
|
259 |
</div>
|
260 |
</div>
|
261 |
|
262 |
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
|
263 |
<div class="p-6">
|
264 |
-
<h3 class="text-xl font-bold mb-1">Sarah Johnson</h3>
|
265 |
<p class="text-purple-600 mb-3">Fintech Expert</p>
|
266 |
<p class="text-gray-600">Built 3 fintech unicorns, now angel investing.</p>
|
267 |
</div>
|
@@ -269,7 +266,6 @@
|
|
269 |
|
270 |
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
|
271 |
<div class="p-6">
|
272 |
-
<h3 class="text-xl font-bold mb-1">David Okonkwo</h3>
|
273 |
<p class="text-purple-600 mb-3">Sustainable Tech</p>
|
274 |
<p class="text-gray-600">Led sustainable infrastructure projects in 12 countries.</p>
|
275 |
</div>
|
@@ -363,11 +359,11 @@
|
|
363 |
<div class="space-y-4">
|
364 |
<div class="border border-gray-200 rounded-xl overflow-hidden">
|
365 |
<button class="faq-btn w-full px-6 py-4 text-left flex justify-between items-center bg-white hover:bg-gray-50 transition duration-200">
|
366 |
-
<span class="font-medium text-gray-800">What makes
|
367 |
<i class="fas fa-chevron-down text-purple-600 transition-transform duration-300"></i>
|
368 |
</button>
|
369 |
<div class="faq-content hidden px-6 py-4 bg-gray-50">
|
370 |
-
<p class="text-gray-600">Our focus is exclusively on frontier technologies with exponential growth potential. We combine deep technical expertise with a unique founder development program that addresses both business and personal growth. Our mentor network includes
|
371 |
</div>
|
372 |
</div>
|
373 |
|
|
|
245 |
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
|
246 |
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
|
247 |
<div class="p-6">
|
|
|
248 |
<p class="text-purple-600 mb-3">AI Ethics, Stanford</p>
|
249 |
<p class="text-gray-600">Former CTO at EthicalAI with 4 exits in AI space.</p>
|
250 |
</div>
|
|
|
252 |
|
253 |
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
|
254 |
<div class="p-6">
|
255 |
+
<p class="text-purple-600 mb-3">Quantum Computing</p>
|
|
|
256 |
<p class="text-gray-600">Founder of Qubit Labs, quantum computing pioneer.</p>
|
257 |
</div>
|
258 |
</div>
|
259 |
|
260 |
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
|
261 |
<div class="p-6">
|
|
|
262 |
<p class="text-purple-600 mb-3">Fintech Expert</p>
|
263 |
<p class="text-gray-600">Built 3 fintech unicorns, now angel investing.</p>
|
264 |
</div>
|
|
|
266 |
|
267 |
<div class="bg-white rounded-xl overflow-hidden shadow-md card-hover transition duration-300">
|
268 |
<div class="p-6">
|
|
|
269 |
<p class="text-purple-600 mb-3">Sustainable Tech</p>
|
270 |
<p class="text-gray-600">Led sustainable infrastructure projects in 12 countries.</p>
|
271 |
</div>
|
|
|
359 |
<div class="space-y-4">
|
360 |
<div class="border border-gray-200 rounded-xl overflow-hidden">
|
361 |
<button class="faq-btn w-full px-6 py-4 text-left flex justify-between items-center bg-white hover:bg-gray-50 transition duration-200">
|
362 |
+
<span class="font-medium text-gray-800">What makes Q30 SaaS different from other incubators?</span>
|
363 |
<i class="fas fa-chevron-down text-purple-600 transition-transform duration-300"></i>
|
364 |
</button>
|
365 |
<div class="faq-content hidden px-6 py-4 bg-gray-50">
|
366 |
+
<p class="text-gray-600">Our focus is exclusively on our pricate portfolio consisting of frontier technologies with exponential growth potential. We combine deep technical expertise with a unique founder development program that addresses both business and personal growth. Our mentor network includes artificial intelligence from niche fields that are typically hard to access.</p>
|
367 |
</div>
|
368 |
</div>
|
369 |
|