Update index.html
Browse files- index.html +16 -16
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<style>
|
@@ -60,7 +60,7 @@
|
|
60 |
<div class="flex flex-col md:flex-row justify-between items-center">
|
61 |
<div class="flex items-center mb-4 md:mb-0">
|
62 |
<i class="fas fa-rocket text-3xl mr-3"></i>
|
63 |
-
<h1 class="text-2xl md:text-3xl font-bold">Quantum Leap Incubator
|
64 |
</div>
|
65 |
<nav class="flex flex-wrap justify-center md:justify-end">
|
66 |
<a href="#about" class="px-3 py-2 animated-underline">About</a>
|
@@ -78,8 +78,8 @@
|
|
78 |
<section class="gradient-bg text-white py-20">
|
79 |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
|
80 |
<div class="md:w-1/2 mb-10 md:mb-0">
|
81 |
-
<h2 class="text-4xl md:text-5xl font-bold mb-6">Launch in 2029</h2>
|
82 |
-
<p class="text-xl mb-8">We identify, nurture, and accelerate groundbreaking ideas in our portfolio of companies into market-leading businesses.</p>
|
83 |
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
|
84 |
</div>
|
85 |
</div>
|
@@ -104,7 +104,7 @@
|
|
104 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 text-center">
|
105 |
<div class="p-6 bg-gray-50 rounded-xl shadow-sm hover:shadow-md transition duration-300">
|
106 |
<h3 class="text-5xl font-bold text-purple-700 mb-3">+</h3>
|
107 |
-
<p class="text-gray-600">
|
108 |
</div>
|
109 |
<div class="p-6 bg-gray-50 rounded-xl shadow-sm hover:shadow-md transition duration-300">
|
110 |
<h3 class="text-5xl font-bold text-purple-700 mb-3">$M</h3>
|
@@ -127,9 +127,9 @@
|
|
127 |
</div>
|
128 |
<div class="flex flex-col md:flex-row items-center">
|
129 |
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
|
130 |
-
<p class="text-lg text-gray-600 mb-6">At
|
131 |
<p class="text-lg text-gray-600 mb-6">We provide more than just funding - our comprehensive program includes technical resources, strategic mentorship, and access to our global network of investors and partners.</p>
|
132 |
-
<p class="text-lg text-gray-600">Our alumni
|
133 |
</div>
|
134 |
<div class="md:w-1/2">
|
135 |
</div>
|
@@ -185,7 +185,7 @@
|
|
185 |
<div class="text-purple-600 text-4xl mb-4">
|
186 |
<i class="fas fa-rocket"></i>
|
187 |
</div>
|
188 |
-
<h3 class="text-xl font-bold mb-4">12-Week Accelerator</h3>
|
189 |
<p class="text-gray-600">Intensive program focusing on product development, go-to-market strategy, and fundraising.</p>
|
190 |
</div>
|
191 |
<div class="bg-gray-50 p-8 rounded-xl shadow-sm card-hover transition duration-300">
|
@@ -193,14 +193,14 @@
|
|
193 |
<i class="fas fa-users"></i>
|
194 |
</div>
|
195 |
<h3 class="text-xl font-bold mb-4">Dedicated Mentorship</h3>
|
196 |
-
<p class="text-gray-600">Assigned mentors who are industry experts and successful entrepreneurs.</p>
|
197 |
</div>
|
198 |
<div class="bg-gray-50 p-8 rounded-xl shadow-sm card-hover transition duration-300">
|
199 |
<div class="text-purple-600 text-4xl mb-4">
|
200 |
<i class="fas fa-chart-line"></i>
|
201 |
</div>
|
202 |
<h3 class="text-xl font-bold mb-4">Seed Funding</h3>
|
203 |
-
<p class="text-gray-600">Initial
|
204 |
</div>
|
205 |
</div>
|
206 |
</div>
|
@@ -212,21 +212,21 @@
|
|
212 |
<i class="fas fa-expand"></i>
|
213 |
</div>
|
214 |
<h3 class="text-xl font-bold mb-4">Scaling Support</h3>
|
215 |
-
<p class="text-gray-600">Ongoing strategic support for post-program
|
216 |
</div>
|
217 |
<div class="bg-gray-50 p-8 rounded-xl shadow-sm card-hover transition duration-300">
|
218 |
<div class="text-purple-600 text-4xl mb-4">
|
219 |
<i class="fas fa-handshake"></i>
|
220 |
</div>
|
221 |
<h3 class="text-xl font-bold mb-4">Corporate Partnerships</h3>
|
222 |
-
<p class="text-gray-600">Facilitated introductions to
|
223 |
</div>
|
224 |
<div class="bg-gray-50 p-8 rounded-xl shadow-sm card-hover transition duration-300">
|
225 |
<div class="text-purple-600 text-4xl mb-4">
|
226 |
<i class="fas fa-bullseye"></i>
|
227 |
</div>
|
228 |
-
<h3 class="text-xl font-bold mb-4">
|
229 |
-
<p class="text-gray-600">Preparation and connections for your next major funding
|
230 |
</div>
|
231 |
</div>
|
232 |
</div>
|
@@ -238,7 +238,7 @@
|
|
238 |
<div class="container mx-auto px-4">
|
239 |
<div class="text-center mb-16">
|
240 |
<h2 class="text-3xl md:text-4xl font-bold mb-4 text-gray-800">Private C-Suite Network</h2>
|
241 |
-
<p class="text-gray-600 mb-8">Access to our exclusive network of
|
242 |
<div class="w-20 h-1 bg-purple-600 mx-auto"></div>
|
243 |
</div>
|
244 |
|
@@ -483,7 +483,7 @@
|
|
483 |
<div>
|
484 |
<h4 class="text-white font-bold text-lg mb-4">Quantum Leap</h4>
|
485 |
<p class="mb-4">Launching the next generation of transformative businesses.</p>
|
486 |
-
<p>© 2025
|
487 |
</div>
|
488 |
|
489 |
<div>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Q30 SaaS | Launching the Future of AI as a service</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<style>
|
|
|
60 |
<div class="flex flex-col md:flex-row justify-between items-center">
|
61 |
<div class="flex items-center mb-4 md:mb-0">
|
62 |
<i class="fas fa-rocket text-3xl mr-3"></i>
|
63 |
+
<h1 class="text-2xl md:text-3xl font-bold">Q30 SaaS (Quantum Leap Incubator)</h1>
|
64 |
</div>
|
65 |
<nav class="flex flex-wrap justify-center md:justify-end">
|
66 |
<a href="#about" class="px-3 py-2 animated-underline">About</a>
|
|
|
78 |
<section class="gradient-bg text-white py-20">
|
79 |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
|
80 |
<div class="md:w-1/2 mb-10 md:mb-0">
|
81 |
+
<h2 class="text-4xl md:text-5xl font-bold mb-6">Launch in 2029 and beyond</h2>
|
82 |
+
<p class="text-xl mb-8">We identify, nurture, and accelerate groundbreaking ideas in our private exclusive portfolio of companies into market-leading businesses.</p>
|
83 |
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
|
84 |
</div>
|
85 |
</div>
|
|
|
104 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 text-center">
|
105 |
<div class="p-6 bg-gray-50 rounded-xl shadow-sm hover:shadow-md transition duration-300">
|
106 |
<h3 class="text-5xl font-bold text-purple-700 mb-3">+</h3>
|
107 |
+
<p class="text-gray-600">SaaS Launched</p>
|
108 |
</div>
|
109 |
<div class="p-6 bg-gray-50 rounded-xl shadow-sm hover:shadow-md transition duration-300">
|
110 |
<h3 class="text-5xl font-bold text-purple-700 mb-3">$M</h3>
|
|
|
127 |
</div>
|
128 |
<div class="flex flex-col md:flex-row items-center">
|
129 |
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
|
130 |
+
<p class="text-lg text-gray-600 mb-6">At Q30 SaaS Incubator, we're dedicated to transforming bold ideas in Artificial Intelligence into scalable businesses that shape the future. Our Q30 cohort will focus on frontier technologies including quantum computing, AI ethics, and sustainable infrastructure.</p>
|
131 |
<p class="text-lg text-gray-600 mb-6">We provide more than just funding - our comprehensive program includes technical resources, strategic mentorship, and access to our global network of investors and partners.</p>
|
132 |
+
<p class="text-lg text-gray-600">Our alumni creates industry-leading companies across fintech, and deep tech sectors.</p>
|
133 |
</div>
|
134 |
<div class="md:w-1/2">
|
135 |
</div>
|
|
|
185 |
<div class="text-purple-600 text-4xl mb-4">
|
186 |
<i class="fas fa-rocket"></i>
|
187 |
</div>
|
188 |
+
<h3 class="text-xl font-bold mb-4">12-Week Annual Recurring Accelerator</h3>
|
189 |
<p class="text-gray-600">Intensive program focusing on product development, go-to-market strategy, and fundraising.</p>
|
190 |
</div>
|
191 |
<div class="bg-gray-50 p-8 rounded-xl shadow-sm card-hover transition duration-300">
|
|
|
193 |
<i class="fas fa-users"></i>
|
194 |
</div>
|
195 |
<h3 class="text-xl font-bold mb-4">Dedicated Mentorship</h3>
|
196 |
+
<p class="text-gray-600">Assigned AI mentors who are industry experts and successful entrepreneurs.</p>
|
197 |
</div>
|
198 |
<div class="bg-gray-50 p-8 rounded-xl shadow-sm card-hover transition duration-300">
|
199 |
<div class="text-purple-600 text-4xl mb-4">
|
200 |
<i class="fas fa-chart-line"></i>
|
201 |
</div>
|
202 |
<h3 class="text-xl font-bold mb-4">Seed Funding</h3>
|
203 |
+
<p class="text-gray-600">Initial dev for equity stake, with access to follow-on services.</p>
|
204 |
</div>
|
205 |
</div>
|
206 |
</div>
|
|
|
212 |
<i class="fas fa-expand"></i>
|
213 |
</div>
|
214 |
<h3 class="text-xl font-bold mb-4">Scaling Support</h3>
|
215 |
+
<p class="text-gray-600">Ongoing strategic support for post-program SaaS showing strong traction.</p>
|
216 |
</div>
|
217 |
<div class="bg-gray-50 p-8 rounded-xl shadow-sm card-hover transition duration-300">
|
218 |
<div class="text-purple-600 text-4xl mb-4">
|
219 |
<i class="fas fa-handshake"></i>
|
220 |
</div>
|
221 |
<h3 class="text-xl font-bold mb-4">Corporate Partnerships</h3>
|
222 |
+
<p class="text-gray-600">Facilitated introductions to Asian marketplace companies for pilot programs and partnerships. </p>
|
223 |
</div>
|
224 |
<div class="bg-gray-50 p-8 rounded-xl shadow-sm card-hover transition duration-300">
|
225 |
<div class="text-purple-600 text-4xl mb-4">
|
226 |
<i class="fas fa-bullseye"></i>
|
227 |
</div>
|
228 |
+
<h3 class="text-xl font-bold mb-4">Prep</h3>
|
229 |
+
<p class="text-gray-600">Preparation and connections for your next major funding module.</p>
|
230 |
</div>
|
231 |
</div>
|
232 |
</div>
|
|
|
238 |
<div class="container mx-auto px-4">
|
239 |
<div class="text-center mb-16">
|
240 |
<h2 class="text-3xl md:text-4xl font-bold mb-4 text-gray-800">Private C-Suite Network</h2>
|
241 |
+
<p class="text-gray-600 mb-8">Access to our exclusive network of AI executives and industry leaders</p>
|
242 |
<div class="w-20 h-1 bg-purple-600 mx-auto"></div>
|
243 |
</div>
|
244 |
|
|
|
483 |
<div>
|
484 |
<h4 class="text-white font-bold text-lg mb-4">Quantum Leap</h4>
|
485 |
<p class="mb-4">Launching the next generation of transformative businesses.</p>
|
486 |
+
<p>© 2025 Q30 SaaS. All rights reserved.</p>
|
487 |
</div>
|
488 |
|
489 |
<div>
|