-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuccess.html
More file actions
264 lines (237 loc) · 13.2 KB
/
success.html
File metadata and controls
264 lines (237 loc) · 13.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Application Submitted - Buildly Labs Foundry</title>
<meta name="description" content="Your application to Buildly Labs Foundry has been successfully submitted.">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: {
50: '#eff6ff',
500: '#3b82f6',
600: '#2563eb',
700: '#1d4ed8',
},
accent: {
500: '#f59e0b',
600: '#d97706',
}
}
}
}
}
</script>
<!-- Suppress Tailwind production warning for GitHub Pages -->
<script>
if (typeof tailwind !== 'undefined' && tailwind.config) {
const originalWarn = console.warn;
console.warn = function(...args) {
if (args[0] && args[0].includes && args[0].includes('Tailwind CSS')) return;
originalWarn.apply(console, args);
};
}
</script>
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body class="font-sans antialiased bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-lg fixed w-full z-50 top-0">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<a href="index.html">
<img class="h-10 w-auto" src="assets/img/logo-horizontal.png" alt="Buildly Labs Foundry">
</a>
</div>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="index.html" class="text-gray-700 hover:text-primary-600 px-3 py-2 text-sm font-medium transition-colors">Home</a>
<a href="index.html#about" class="text-gray-700 hover:text-primary-600 px-3 py-2 text-sm font-medium transition-colors">About</a>
<a href="index.html#benefits" class="text-gray-700 hover:text-primary-600 px-3 py-2 text-sm font-medium transition-colors">Benefits</a>
</div>
</div>
</div>
</nav>
<!-- Success Section -->
<section class="py-20 mt-16">
<div class="max-w-4xl mx-auto text-center px-4 sm:px-6 lg:px-8">
<!-- Success Icon -->
<div class="mx-auto flex items-center justify-center w-24 h-24 bg-green-100 rounded-full mb-8">
<i class="fas fa-check text-4xl text-green-600"></i>
</div>
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
Application Submitted Successfully!
</h1>
<p class="text-xl text-gray-600 mb-8 max-w-2xl mx-auto">
Thank you for applying to the Buildly Labs Foundry. We've received your application and will review it shortly.
</p>
<!-- Next Steps -->
<div class="bg-white rounded-lg shadow-lg p-8 text-left max-w-2xl mx-auto mb-12">
<h2 class="text-2xl font-bold text-gray-900 mb-6">What happens next?</h2>
<div class="space-y-6">
<div class="flex items-start space-x-4">
<div class="flex-shrink-0">
<div class="flex items-center justify-center w-8 h-8 bg-primary-100 rounded-full">
<span class="text-primary-600 font-semibold">1</span>
</div>
</div>
<div>
<h3 class="font-semibold text-gray-900">AI Analysis</h3>
<p class="text-gray-600">Your startup idea will be analyzed by BabbleBeaver AI within 24 hours. You'll receive a comprehensive report via email.</p>
</div>
</div>
<div class="flex items-start space-x-4">
<div class="flex-shrink-0">
<div class="flex items-center justify-center w-8 h-8 bg-primary-100 rounded-full">
<span class="text-primary-600 font-semibold">2</span>
</div>
</div>
<div>
<h3 class="font-semibold text-gray-900">Partner Review</h3>
<p class="text-gray-600">Our partner network will review your application and identify relevant connections within 2-3 business days.</p>
</div>
</div>
<div class="flex items-start space-x-4">
<div class="flex-shrink-0">
<div class="flex items-center justify-center w-8 h-8 bg-primary-100 rounded-full">
<span class="text-primary-600 font-semibold">3</span>
</div>
</div>
<div>
<h3 class="font-semibold text-gray-900">Welcome & Onboarding</h3>
<p class="text-gray-600">Once accepted, you'll receive access to our platform, partner network, and collaboration tools.</p>
</div>
</div>
<div class="flex items-start space-x-4">
<div class="flex-shrink-0">
<div class="flex items-center justify-center w-8 h-8 bg-accent-100 rounded-full">
<span class="text-accent-600 font-semibold">4</span>
</div>
</div>
<div>
<h3 class="font-semibold text-gray-900">Start Building</h3>
<p class="text-gray-600">Begin collaborating with other founders, access free hosting credits, and accelerate your startup journey!</p>
</div>
</div>
</div>
</div>
<!-- Call to Action -->
<div class="space-y-4">
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="https://labs.buildly.io"
class="bg-primary-600 text-white px-8 py-3 rounded-lg font-semibold hover:bg-primary-700 transition-colors">
Explore Buildly Labs
</a>
<a href="index.html"
class="bg-white text-primary-600 px-8 py-3 rounded-lg font-semibold border-2 border-primary-600 hover:bg-primary-50 transition-colors">
Return Home
</a>
</div>
<p class="text-gray-500 text-sm">
Questions? Contact us at <a href="mailto:foundry@buildly.io" class="text-primary-600 hover:underline">foundry@buildly.io</a>
</p>
</div>
</div>
</section>
<!-- Benefits Reminder -->
<section class="py-16 bg-white">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold text-gray-900 text-center mb-12">
While You Wait, Explore Our Resources
</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="text-center group">
<div class="bg-primary-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 group-hover:bg-primary-200 transition-colors">
<i class="fas fa-flask text-2xl text-primary-600"></i>
</div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">Buildly Labs</h3>
<p class="text-gray-600 mb-4">Start collaborating with remote product teams using our comprehensive platform.</p>
<a href="https://labs.buildly.io" class="text-primary-600 hover:underline font-medium">
Try Buildly Labs →
</a>
</div>
<div class="text-center group">
<div class="bg-accent-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 group-hover:bg-accent-200 transition-colors">
<i class="fas fa-robot text-2xl text-accent-600"></i>
</div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">BabbleBeaver AI</h3>
<p class="text-gray-600 mb-4">Get AI-powered insights and analysis for your startup ideas and business strategies.</p>
<a href="https://babble.buildly.io" class="text-primary-600 hover:underline font-medium">
Explore BabbleBeaver →
</a>
</div>
<div class="text-center group">
<div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4 group-hover:bg-green-200 transition-colors">
<i class="fas fa-building text-2xl text-green-600"></i>
</div>
<h3 class="text-lg font-semibold text-gray-900 mb-2">Buildly Platform</h3>
<p class="text-gray-600 mb-4">Learn about our core platform for building and scaling digital products.</p>
<a href="https://www.buildly.io" class="text-primary-600 hover:underline font-medium">
Visit Buildly →
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-gray-300 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div class="md:col-span-2">
<img src="assets/img/logo-horizontal.png" alt="Buildly Labs Foundry" class="h-10 mb-4 filter brightness-0 invert">
<p class="text-gray-400 mb-4 max-w-md">
Empowering startups to build, scale, and succeed with comprehensive support and resources.
</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i class="fab fa-linkedin text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i class="fab fa-github text-xl"></i>
</a>
</div>
</div>
<div>
<h3 class="text-white font-semibold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="index.html" class="hover:text-white transition-colors">Home</a></li>
<li><a href="index.html#about" class="hover:text-white transition-colors">About</a></li>
<li><a href="index.html#benefits" class="hover:text-white transition-colors">Benefits</a></li>
<li><a href="register.html" class="hover:text-white transition-colors">Apply</a></li>
</ul>
</div>
<div>
<h3 class="text-white font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="https://labs.buildly.io" class="hover:text-white transition-colors">Buildly Labs</a></li>
<li><a href="https://www.buildly.io" class="hover:text-white transition-colors">Buildly Platform</a></li>
<li><a href="https://babble.buildly.io" class="hover:text-white transition-colors">BabbleBeaver</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-8 text-center">
<p class="text-gray-400">
© 2025 Buildly Labs Foundry. All rights reserved.
</p>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="assets/js/main.js"></script>
</body>
</html>