-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvest.html
More file actions
283 lines (245 loc) · 9.69 KB
/
invest.html
File metadata and controls
283 lines (245 loc) · 9.69 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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Invest in The First Spark | Consciousness Technology Platform</title>
<meta name="description" content="Investment opportunity in revolutionary consciousness technology platform. Join as an OG Spark investor. Lifetime access, exclusive tools, and early access to transformative technology.">
<meta name="keywords" content="consciousness technology investment, spiritual platform investment, consciousness tools, technology investment, lifetime access, OG membership, early investor">
<!-- Open Graph / Social Media -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://thefirstspark.shop/invest.html">
<meta property="og:title" content="Invest in The First Spark">
<meta property="og:description" content="Revolutionary consciousness technology platform. Investment opportunity for early believers.">
<meta property="og:image" content="https://thefirstspark.shop/assets/images/og-image.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://thefirstspark.shop/invest.html">
<meta property="twitter:title" content="Invest in The First Spark">
<meta property="twitter:description" content="Consciousness technology investment opportunity. Lifetime access and exclusive tools.">
<meta property="twitter:image" content="https://thefirstspark.shop/assets/images/og-image.jpg">
<link rel="stylesheet" href="style.css">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SKL8XQ51ZH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SKL8XQ51ZH');
</script>
<style>
.invest-container {
position: relative;
z-index: 10;
max-width: 1000px;
margin: 0 auto;
padding: 50px 20px;
}
.invest-header {
text-align: center;
margin-bottom: 60px;
}
.invest-header h1 {
font-size: 3rem;
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 20px;
}
.back-btn {
position: fixed;
top: 30px;
left: 30px;
padding: 12px 24px;
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 25px;
color: white;
text-decoration: none;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
z-index: 100;
}
.back-btn:hover {
background: rgba(255,255,255,0.2);
transform: translateX(-5px);
}
.presentation-link {
position: fixed;
top: 30px;
right: 30px;
padding: 12px 24px;
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
border-radius: 25px;
color: white;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
z-index: 100;
}
.presentation-link:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(245, 87, 108, 0.6);
}
.invest-content {
background: rgba(255,255,255,0.05);
padding: 50px;
border-radius: 20px;
border: 1px solid rgba(240, 147, 251, 0.3);
backdrop-filter: blur(10px);
}
.metric-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 30px;
margin: 40px 0;
}
.metric {
text-align: center;
padding: 30px;
background: rgba(240, 147, 251, 0.1);
border-radius: 15px;
border: 1px solid rgba(240, 147, 251, 0.2);
}
.metric h3 {
font-size: 2.5rem;
color: #f093fb;
margin-bottom: 10px;
}
.metric p {
opacity: 0.8;
font-size: 0.9rem;
}
.benefits {
margin: 40px 0;
}
.benefits h2 {
color: #f5576c;
margin-bottom: 25px;
font-size: 2rem;
}
.benefit-item {
padding: 20px;
margin: 15px 0;
background: rgba(245, 87, 108, 0.1);
border-left: 4px solid #f5576c;
border-radius: 8px;
}
.benefit-item h4 {
color: #f093fb;
margin-bottom: 10px;
}
.cta-section {
text-align: center;
margin-top: 60px;
padding: 40px;
background: linear-gradient(135deg, rgba(240, 147, 251, 0.2), rgba(245, 87, 108, 0.2));
border-radius: 20px;
border: 2px solid #f093fb;
}
.cta-btn {
padding: 18px 50px;
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
border: none;
border-radius: 30px;
color: white;
font-size: 1.2rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
margin: 10px;
}
.cta-btn:hover {
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(245, 87, 108, 0.6);
}
.contact-form {
margin-top: 30px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.form-group {
margin: 20px 0;
}
.form-group input, .form-group textarea {
width: 100%;
padding: 15px;
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 8px;
color: white;
font-size: 1rem;
}
.form-group textarea {
min-height: 120px;
resize: vertical;
}
::placeholder {
color: rgba(255,255,255,0.5);
}
</style>
</head>
<body>
<div class="stars"></div>
<div class="twinkling"></div>
<a href="index.html" class="back-btn">← Back to Universe</a>
<a href="presentation.html" class="presentation-link">View Presentation →</a>
<div class="invest-container">
<div class="invest-header">
<h1>INVESTOR ZONE</h1>
<p>Join us in shaping the future of the Sparkverse</p>
</div>
<div class="invest-content">
<div class="metric-grid">
<div class="metric">
<h3>$200K</h3>
<p>Raise Amount</p>
</div>
<div class="metric">
<h3>20%</h3>
<p>Equity Offered</p>
</div>
<div class="metric">
<h3>$108K</h3>
<p>Verified Assets</p>
</div>
<div class="metric">
<h3>57+</h3>
<p>Tools Shipped</p>
</div>
</div>
<div class="benefits">
<h2>Why Invest in The First Spark?</h2>
<div class="benefit-item">
<h4>⚡ Zero Burn Rate</h4>
<p>Solo founder, no employees, no monthly overhead. Every dollar goes directly toward product development and growth, not survival. Your $200K is a building dollar.</p>
</div>
<div class="benefit-item">
<h4>🎯 Founder-Market Fit</h4>
<p>Katelin didn't study this market—she lived it. Personal transformation through trauma, self-taught engineering, solo parenting. The product is autobiography turned into technology. That's irreplicable.</p>
</div>
<div class="benefit-item">
<h4>✦ 57+ Shipped Products</h4>
<p>This isn't a pitch for something that might get built. The platform is live. Interactive tools are deployed. The infrastructure exists. You're investing in scaling what already works.</p>
</div>
<div class="benefit-item">
<h4>💎 Undervalued Entry Point</h4>
<p>$1M pre-money valuation for $108K in verified assets and 57+ tools. At any accelerator, this stage commands 3–5x this valuation. You're getting in at the floor.</p>
</div>
<div class="benefit-item">
<h4>🔥 All In</h4>
<p>No safety net. No side hustle. No plan B. This is Total commitment from a builder who walked away from her only income to bet everything on consciousness technology. That's conviction.</p>
</div>
</div>
<div class="cta-section">
<h2>Ready to Invest?</h2>
<p>See the full investment details</p>
<p style="margin-top: 1rem; font-size: 0.95rem;"><a href="theraise.html" style="color: #ff6b6b; text-decoration: none; font-weight: bold;">View The Raise Page →</a></p>
<p style="margin-top: 2rem; font-size: 0.9rem;">Or reach out directly:<br><strong>kate@thefirstspark.shop</strong> · <strong>(330) 807-5509</strong></p>
</div>
</div>
</div>
</body>
</html>