-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
292 lines (266 loc) · 8.27 KB
/
index.html
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
284
285
286
287
288
289
290
291
292
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=5.0"
/>
<!-- Primary Meta Tags -->
<title>ProphecyJimpsons - Next Generation Predictive NFTs</title>
<meta
name="title"
content="ProphecyJimpsons - Next Generation Predictive NFTs"
/>
<meta
name="description"
content="Create and trade AI-generated predictive NFTs with zero-cost minting across Solana, Polygon, StarkNet, and Base blockchains. Join the future of decentralized predictions."
/>
<meta
name="keywords"
content="Jimpson, Jimpsons, ProphecyJimpsons, prophecy Jimpson, Prophecy Jimpsons, blockchain, predictions, crypto, Solana, Polygon, StarkNet, Base, Web3, DeFi, prophecy, zero-cost minting"
/>
<meta name="author" content="ProphecyJimpsons" />
<meta name="theme-color" content="#0568fc" />
<!-- Favicon Configuration -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<!-- SVG favicon for modern browsers -->
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
<link rel="icon" href="/assets/favicons/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/assets/favicons/favicon.svg" type="image/svg+xml" />
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.ico" />
<link
rel="apple-touch-icon"
href="/assets/favicons/apple-touch-icon.png"
type="image/png"
/>
<link
rel="shortcut icon"
href="/assets/favicons/favicon.svg"
type="image/x-icon"
/>
<link
rel="shortcut icon"
sizes="96x96"
href="/assets/favicons/favicon-96x96.png"
type="image/png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicons/favicon-16x16.png"
/>
<!-- Android Chrome Icons -->
<link
rel="shortcut icon"
sizes="192x192"
href="/assets/favicons/web-app-manifest-192x192.png"
type="image/png"
/>
<link
rel="shortcut icon"
sizes="512x512"
href="/assets/favicons/web-app-manifest-512x512.png"
type="image/png"
/>
<!-- PWA Support -->
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
<meta name="mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jimpsons.org/" />
<meta
property="og:title"
content="ProphecyJimpsons - Next Generation Predictive NFTs"
/>
<meta
property="og:description"
content="Create and trade AI-generated predictive NFTs with zero-cost minting across multiple blockchains. Join the future of decentralized predictions."
/>
<meta
property="og:image"
content="https://jimpsons.org/assets/images/twitter.png"
/>
<meta property="og:site_name" content="ProphecyJimpsons" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@PJimpsons" />
<meta name="twitter:creator" content="@PJimpsons" />
<meta name="twitter:domain" content="jimpsons.org" />
<meta name="twitter:url" content="https://jimpsons.org" />
<meta
name="twitter:title"
content="ProphecyJimpsons - Next Generation Predictive NFTs"
/>
<meta
name="twitter:description"
content="Create and trade AI-generated predictive NFTs with zero-cost minting across multiple blockchains."
/>
<meta
name="twitter:image"
content="https://jimpsons.org/assets/images/twitter.png"
/>
<meta name="twitter:image:alt" content="ProphecyJimpsons Logo" />
<!-- Preconnect to External Resources -->
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Font Loading -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap"
rel="stylesheet"
media="print"
onload="this.media='all'"
/>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "ProphecyJimpsons",
"description": "Create and trade AI-generated predictive NFTs with zero-cost minting",
"applicationCategory": "DeFi",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<!-- App Loading Style -->
<style>
.app-loading {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--color-black-background, #0a0a14);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.3s ease-out;
}
.app-loading.fade-out {
opacity: 0;
}
.app-loading-content {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: var(--space-6, 24px);
}
.app-loading-logo {
width: var(--space-20, 80px);
height: var(--space-20, 80px);
animation: pulse 1.5s ease-in-out infinite;
filter: drop-shadow(0 0 10px rgba(5, 104, 252, 0.3));
}
.app-loading-text {
font-family: "Poppins", sans-serif;
font-size: var(--space-4, 16px);
font-weight: 500;
color: var(--color-white, #ffffff);
text-transform: uppercase;
letter-spacing: 2px;
background: linear-gradient(
45deg,
var(--color-primary, #fcaf05),
var(--color-secondary, #0568fc)
);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: shimmer 2s linear infinite;
background-size: 200% 100%;
}
@keyframes pulse {
0% {
opacity: 0.6;
transform: scale(0.95);
}
50% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0.6;
transform: scale(0.95);
}
}
@keyframes shimmer {
0% {
background-position: 0% center;
}
100% {
background-position: 200% center;
}
}
/* Add responsive adjustments */
@media screen and (max-width: 768px) {
.app-loading-logo {
width: var(--space-16, 64px);
height: var(--space-16, 64px);
}
.app-loading-text {
font-size: var(--space-3, 14px);
}
}
</style>
<!-- Telegram Game -->
<script src="https://telegram.org/js/telegram-web-app.js"></script>
</head>
<body>
<noscript>
<div
style="
padding: 20px;
text-align: center;
color: white;
background: #0a0a14;
"
>
JavaScript is required to run ProphecyJimpsons. Please enable JavaScript
to continue.
</div>
</noscript>
<!-- Loading Screen -->
<div id="loading-screen" class="app-loading">
<div class="app-loading-content">
<img
src="/assets/images/mainLogo.svg"
alt="ProphecyJimpsons Loading"
class="app-loading-logo"
/>
<div class="app-loading-text">Loading ProphecyJimpsons...</div>
</div>
</div>
<!-- Application Root -->
<div id="root"></div>
<!-- Main Application -->
<script type="module" src="/src/main.tsx"></script>
<!-- Loading Screen Handler -->
<script>
window.addEventListener("load", function () {
const loadingScreen = document.getElementById("loading-screen");
loadingScreen.classList.add("fade-out");
setTimeout(() => {
loadingScreen.style.display = "none";
}, 300);
});
</script>
</body>
</html>