-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcard.html
More file actions
244 lines (213 loc) · 8.72 KB
/
Copy pathcard.html
File metadata and controls
244 lines (213 loc) · 8.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- TikTok Pixel Code Start -->
<script>
!function (w, d, t) {
w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie","holdConsent","revokeConsent","grantConsent"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(
var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var r="https://analytics.tiktok.com/i18n/pixel/events.js",o=n&&n.partner;ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=r,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement("script")
;n.type="text/javascript",n.async=!0,n.src=r+"?sdkid="+e+"&lib="+t;e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(n,e)};
ttq.load('DABS2BBC77U98E0UJH30');
ttq.page();
}(window, document, 'ttq');
</script>
<!-- TikTok Pixel Code End -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>The First Spark | Katelin</title>
<!-- Google tag (gtag.js) -->
<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>
<meta name="description" content="Consciousness technology for the awakening generation.">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>✧</text></svg>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Raleway:wght@300;400;500&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
height: 100%;
overflow: hidden;
}
body {
font-family: 'Raleway', sans-serif;
background: linear-gradient(145deg, #050508 0%, #0a0a15 50%, #0d0d1a 100%);
color: #f0f2f8;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
min-height: 100dvh;
padding: 20px;
}
.card {
width: 100%;
max-width: 380px;
background: linear-gradient(165deg, rgba(20,20,30,0.95) 0%, rgba(10,10,18,0.98) 100%);
border: 1px solid rgba(212, 175, 55, 0.2);
border-radius: 24px;
padding: 40px 30px;
text-align: center;
box-shadow:
0 25px 50px rgba(0,0,0,0.5),
0 0 100px rgba(212, 175, 55, 0.05),
inset 0 1px 0 rgba(255,255,255,0.05);
position: relative;
overflow: hidden;
}
.card::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.03) 0%, transparent 50%);
pointer-events: none;
}
.spark-icon {
font-size: 3rem;
margin-bottom: 20px;
display: block;
animation: glow 3s ease-in-out infinite;
}
@keyframes glow {
0%, 100% { filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.3)); }
50% { filter: drop-shadow(0 0 25px rgba(212, 175, 55, 0.6)); }
}
.name {
font-family: 'Cinzel', serif;
font-size: 1.6rem;
font-weight: 400;
letter-spacing: 4px;
color: #d4af37;
margin-bottom: 5px;
}
.title {
font-size: 0.8rem;
letter-spacing: 3px;
text-transform: uppercase;
color: #8892a8;
margin-bottom: 25px;
}
.tagline {
font-size: 1.1rem;
font-weight: 300;
color: #c4c9d4;
margin-bottom: 30px;
line-height: 1.6;
}
.tagline span {
color: #d4af37;
}
.qr-section {
background: #ffffff;
border-radius: 16px;
padding: 15px;
margin: 25px auto;
width: fit-content;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.qr-section img {
display: block;
width: 140px;
height: 140px;
}
.scan-label {
font-size: 0.7rem;
letter-spacing: 2px;
text-transform: uppercase;
color: #8892a8;
margin-top: 20px;
margin-bottom: 25px;
}
.url {
font-family: 'Cinzel', serif;
font-size: 1rem;
letter-spacing: 2px;
color: #d4af37;
margin-bottom: 25px;
}
.links {
display: flex;
gap: 12px;
justify-content: center;
flex-wrap: wrap;
margin-top: 10px;
}
.link-btn {
background: rgba(212, 175, 55, 0.1);
border: 1px solid rgba(212, 175, 55, 0.3);
color: #d4af37;
padding: 12px 20px;
border-radius: 8px;
text-decoration: none;
font-size: 0.75rem;
letter-spacing: 2px;
text-transform: uppercase;
transition: all 0.3s ease;
}
.link-btn:hover, .link-btn:active {
background: rgba(212, 175, 55, 0.2);
transform: scale(1.02);
}
.link-btn.primary {
background: linear-gradient(135deg, #d4af37 0%, #b8962e 100%);
color: #050508;
border: none;
font-weight: 500;
}
.contact-row {
margin-top: 25px;
padding-top: 20px;
border-top: 1px solid rgba(255,255,255,0.05);
}
.contact-link {
display: block;
color: #8892a8;
text-decoration: none;
font-size: 0.85rem;
padding: 8px 0;
transition: color 0.3s;
}
.contact-link:hover, .contact-link:active {
color: #d4af37;
}
.footer-tag {
margin-top: 25px;
font-size: 0.65rem;
letter-spacing: 3px;
text-transform: uppercase;
color: rgba(255,255,255,0.2);
}
</style>
<script>!function(w,d,s,u,n,a,b){if(w[n])return;a=w[n]={q:[],t:+new Date,s:[],o:u,track:function(){a.q.push([+new Date].concat([].slice.call(arguments)))},setScope:function(){a.s=[].slice.call(arguments).filter(function(x){return typeof x==="string"});a.q.push([+new Date,"setScope"].concat(a.s))},scope:function(){var c=[].slice.call(arguments);return{track:function(){a.q.push([+new Date].concat([].slice.call(arguments)).concat([{__scope:c}]))}}}};b=d.createElement(s);b.async=1;b.src=u+"/s.js";d.getElementsByTagName(s)[0].parentNode.insertBefore(b,d.getElementsByTagName(s)[0])}(window,document,"script","https://t.whop.tw","whop");whop.setScope("biz_0xcayhWXVnKO9y");whop.track("page");</script>
</head>
<body>
<div class="card">
<span class="spark-icon">✧</span>
<h1 class="name">KATELIN</h1>
<p class="title">Founder · The First Spark</p>
<p class="tagline"><span>Reality is programmable.</span><br>Tools for the awakening generation.</p>
<div class="qr-section">
<!-- QR Code pointing to thefirstspark.shop -->
<img src="https://api.qrserver.com/v1/create-qr-code/?size=140x140&data=https://thefirstspark.shop&bgcolor=ffffff&color=050508&format=svg" alt="Scan to visit">
</div>
<p class="scan-label">Scan · Tap · Explore</p>
<p class="url">thefirstspark.shop</p>
<div class="links">
<a href="https://thefirstspark.shop" class="link-btn primary">Visit Site</a>
<a href="https://thefirstspark.shop/invest.html" class="link-btn">Invest</a>
</div>
<div class="contact-row">
<a href="tel:+13308075509" class="contact-link">📞 (330) 807-5509</a>
<a href="mailto:kjpthefirstspark@gmail.com" class="contact-link">✉️ kjpthefirstspark@gmail.com</a>
</div>
<p class="footer-tag">Consciousness Technology</p>
</div>
</body>
</html>