privateuserh commited on
Commit
87d3eb3
·
verified ·
1 Parent(s): 644ee9d

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +340 -29
  2. prompts.txt +2 -1
index.html CHANGED
@@ -6,6 +6,7 @@
6
  <title>UAP Pulse - Concise UFO News</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>
10
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
11
 
@@ -64,6 +65,95 @@
64
  .glow {
65
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.7);
66
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  </style>
68
  </head>
69
  <body class="min-h-screen">
@@ -94,14 +184,14 @@
94
  <div class="bg-gradient-to-br from-blue-900/50 to-slate-900/50 rounded-xl p-6 shadow-xl border border-blue-800/30">
95
  <div class="flex items-center mb-4">
96
  <span class="bg-blue-500 text-white text-xs font-semibold px-2.5 py-0.5 rounded">BREAKING</span>
97
- <span class="text-blue-300 text-sm ml-2">June 2023</span>
98
  </div>
99
  <h2 class="text-xl md:text-2xl font-bold text-white mb-3">Pentagon confirms new UAP footage from military pilots</h2>
100
  <p class="text-blue-100 mb-4">"The footage shows unidentified objects exhibiting flight characteristics beyond known technology" - DoD spokesperson. Analysis ongoing.</p>
101
  <div class="flex justify-between items-center">
102
  <span class="text-xs text-blue-300">Source: Defense.gov</span>
103
- <button class="text-blue-400 hover:text-blue-200 text-sm flex items-center">
104
- <i class="fas fa-share-alt mr-1"></i> Share
105
  </button>
106
  </div>
107
  </div>
@@ -110,7 +200,7 @@
110
  <!-- Recent Posts Grid -->
111
  <section>
112
  <h2 class="text-xl font-semibold text-white mb-6 flex items-center">
113
- <i class="fas fa-bolt text-blue-400 mr-2"></i> Recent Sightings
114
  </h2>
115
 
116
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
@@ -118,14 +208,14 @@
118
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
119
  <div class="flex items-center mb-3">
120
  <span class="bg-green-500 text-white text-xs font-semibold px-2 py-0.5 rounded">NEW</span>
121
- <span class="text-slate-400 text-xs ml-2">May 15, 2023</span>
122
  </div>
123
  <h3 class="font-semibold text-white mb-2">Triangle UAP over Arizona</h3>
124
  <p class="text-slate-300 text-sm mb-4">Multiple witnesses report silent black triangle with lights hovering near Phoenix. No radar confirmation.</p>
125
  <div class="flex justify-between items-center">
126
  <span class="text-xs text-slate-500">Source: NUFORC #123456</span>
127
- <button class="text-blue-400 hover:text-blue-200 text-xs">
128
- <i class="fas fa-ellipsis-h"></i>
129
  </button>
130
  </div>
131
  </article>
@@ -134,14 +224,14 @@
134
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
135
  <div class="flex items-center mb-3">
136
  <span class="bg-purple-500 text-white text-xs font-semibold px-2 py-0.5 rounded">HISTORIC</span>
137
- <span class="text-slate-400 text-xs ml-2">July 1947</span>
138
  </div>
139
- <h3 class="font-semibold text-white mb-2">Roswell Incident Update</h3>
140
- <p class="text-slate-300 text-sm mb-4">Declassified docs reveal new details about military response to alleged crash. Weather balloon explanation contested.</p>
141
  <div class="flex justify-between items-center">
142
  <span class="text-xs text-slate-500">Source: National Archives</span>
143
- <button class="text-blue-400 hover:text-blue-200 text-xs">
144
- <i class="fas fa-ellipsis-h"></i>
145
  </button>
146
  </div>
147
  </article>
@@ -150,14 +240,14 @@
150
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
151
  <div class="flex items-center mb-3">
152
  <span class="bg-yellow-500 text-white text-xs font-semibold px-2 py-0.5 rounded">ANALYSIS</span>
153
- <span class="text-slate-400 text-xs ml-2">April 2023</span>
154
  </div>
155
  <h3 class="font-semibold text-white mb-2">Navy Pilot Encounters</h3>
156
  <p class="text-slate-300 text-sm mb-4">"The objects accelerated like nothing I've ever seen" - F/A-18 pilot describes 2004 Nimitz encounter in new interview.</p>
157
  <div class="flex justify-between items-center">
158
  <span class="text-xs text-slate-500">Source: Space.com</span>
159
- <button class="text-blue-400 hover:text-blue-200 text-xs">
160
- <i class="fas fa-ellipsis-h"></i>
161
  </button>
162
  </div>
163
  </article>
@@ -166,14 +256,14 @@
166
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
167
  <div class="flex items-center mb-3">
168
  <span class="bg-red-500 text-white text-xs font-semibold px-2 py-0.5 rounded">WARNING</span>
169
- <span class="text-slate-400 text-xs ml-2">March 2023</span>
170
  </div>
171
  <h3 class="font-semibold text-white mb-2">UAP Flight Safety Concerns</h3>
172
  <p class="text-slate-300 text-sm mb-4">FAA reports increase in near-misses with unidentified objects. New reporting procedures implemented for pilots.</p>
173
  <div class="flex justify-between items-center">
174
  <span class="text-xs text-slate-500">Source: Defense.gov</span>
175
- <button class="text-blue-400 hover:text-blue-200 text-xs">
176
- <i class="fas fa-ellipsis-h"></i>
177
  </button>
178
  </div>
179
  </article>
@@ -182,14 +272,14 @@
182
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
183
  <div class="flex items-center mb-3">
184
  <span class="bg-blue-500 text-white text-xs font-semibold px-2 py-0.5 rounded">REPORT</span>
185
- <span class="text-slate-400 text-xs ml-2">February 2023</span>
186
  </div>
187
  <h3 class="font-semibold text-white mb-2">Global UAP Sightings Spike</h3>
188
  <p class="text-slate-300 text-sm mb-4">NUFORC data shows 37% increase in credible reports since 2020. Most common shapes: spheres, triangles, cylinders.</p>
189
  <div class="flex justify-between items-center">
190
  <span class="text-xs text-slate-500">Source: NUFORC Stats</span>
191
- <button class="text-blue-400 hover:text-blue-200 text-xs">
192
- <i class="fas fa-ellipsis-h"></i>
193
  </button>
194
  </div>
195
  </article>
@@ -198,14 +288,55 @@
198
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
199
  <div class="flex items-center mb-3">
200
  <span class="bg-indigo-500 text-white text-xs font-semibold px-2 py-0.5 rounded">SCIENCE</span>
201
- <span class="text-slate-400 text-xs ml-2">January 2023</span>
202
  </div>
203
  <h3 class="font-semibold text-white mb-2">New Analysis of 1967 Malmstrom Case</h3>
204
  <p class="text-slate-300 text-sm mb-4">Researchers claim new evidence suggests UAP may have temporarily disabled nuclear missiles. Military records partially confirm.</p>
205
  <div class="flex justify-between items-center">
206
  <span class="text-xs text-slate-500">Source: Wikipedia/UAP</span>
207
- <button class="text-blue-400 hover:text-blue-200 text-xs">
208
- <i class="fas fa-ellipsis-h"></i>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  </button>
210
  </div>
211
  </article>
@@ -283,7 +414,7 @@
283
  </div>
284
 
285
  <div class="border-t border-slate-800 mt-6 pt-6 flex flex-col md:flex-row justify-between items-center">
286
- <p class="text-slate-500 text-sm mb-4 md:mb-0">© 2023 UAP Pulse. All rights reserved.</p>
287
  <div class="flex space-x-4">
288
  <a href="#" class="text-slate-400 hover:text-blue-300 text-sm">Privacy</a>
289
  <a href="#" class="text-slate-400 hover:text-blue-300 text-sm">Terms</a>
@@ -294,10 +425,80 @@
294
  </div>
295
  </footer>
296
 
297
- <!-- Floating Action Button -->
298
- <button class="fixed bottom-6 right-6 bg-blue-600 hover:bg-blue-500 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition-all">
299
- <i class="fas fa-plus text-xl"></i>
300
- </button>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
 
302
  <script>
303
  // Simple animation for post cards on scroll
@@ -324,7 +525,117 @@
324
  setTimeout(() => {
325
  document.querySelector('.typewriter').style.borderRight = 'none';
326
  }, 3500);
 
 
 
327
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
328
  </script>
329
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=privateuserh/uaphe-vbeta1-00" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
330
  </html>
 
6
  <title>UAP Pulse - Concise UFO News</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
+ <script src="https://cdn.jsdelivr.net/npm/[email protected]/qrcode.min.js"></script>
10
  <style>
11
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
12
 
 
65
  .glow {
66
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.7);
67
  }
68
+
69
+ /* Breaking news panel */
70
+ .breaking-panel {
71
+ position: fixed;
72
+ bottom: 0;
73
+ left: 0;
74
+ right: 0;
75
+ background: linear-gradient(90deg, #ef4444, #dc2626);
76
+ color: white;
77
+ padding: 12px;
78
+ z-index: 100;
79
+ transform: translateY(100%);
80
+ transition: transform 0.3s ease-out;
81
+ box-shadow: 0 -5px 15px rgba(0,0,0,0.3);
82
+ }
83
+
84
+ .breaking-panel.show {
85
+ transform: translateY(0);
86
+ }
87
+
88
+ /* ASR modal */
89
+ .asr-modal {
90
+ position: fixed;
91
+ top: 50%;
92
+ left: 50%;
93
+ transform: translate(-50%, -50%) scale(0);
94
+ background: #1e293b;
95
+ border: 1px solid #3b82f6;
96
+ border-radius: 8px;
97
+ padding: 20px;
98
+ width: 90%;
99
+ max-width: 500px;
100
+ z-index: 1000;
101
+ opacity: 0;
102
+ transition: all 0.3s ease;
103
+ }
104
+
105
+ .asr-modal.active {
106
+ transform: translate(-50%, -50%) scale(1);
107
+ opacity: 1;
108
+ }
109
+
110
+ .asr-modal-overlay {
111
+ position: fixed;
112
+ top: 0;
113
+ left: 0;
114
+ right: 0;
115
+ bottom: 0;
116
+ background: rgba(0,0,0,0.7);
117
+ z-index: 999;
118
+ opacity: 0;
119
+ pointer-events: none;
120
+ transition: opacity 0.3s ease;
121
+ }
122
+
123
+ .asr-modal-overlay.active {
124
+ opacity: 1;
125
+ pointer-events: all;
126
+ }
127
+
128
+ /* Recording animation */
129
+ @keyframes pulse {
130
+ 0% { opacity: 1; }
131
+ 50% { opacity: 0.5; }
132
+ 100% { opacity: 1; }
133
+ }
134
+
135
+ .recording {
136
+ animation: pulse 1.5s infinite;
137
+ }
138
+
139
+ /* QR code popup */
140
+ .qr-popup {
141
+ position: fixed;
142
+ top: 50%;
143
+ left: 50%;
144
+ transform: translate(-50%, -50%) scale(0);
145
+ background: #1e293b;
146
+ padding: 20px;
147
+ border-radius: 8px;
148
+ z-index: 1001;
149
+ transition: transform 0.3s ease;
150
+ text-align: center;
151
+ border: 1px solid #3b82f6;
152
+ }
153
+
154
+ .qr-popup.active {
155
+ transform: translate(-50%, -50%) scale(1);
156
+ }
157
  </style>
158
  </head>
159
  <body class="min-h-screen">
 
184
  <div class="bg-gradient-to-br from-blue-900/50 to-slate-900/50 rounded-xl p-6 shadow-xl border border-blue-800/30">
185
  <div class="flex items-center mb-4">
186
  <span class="bg-blue-500 text-white text-xs font-semibold px-2.5 py-0.5 rounded">BREAKING</span>
187
+ <span class="text-blue-300 text-sm ml-2">June 2024</span>
188
  </div>
189
  <h2 class="text-xl md:text-2xl font-bold text-white mb-3">Pentagon confirms new UAP footage from military pilots</h2>
190
  <p class="text-blue-100 mb-4">"The footage shows unidentified objects exhibiting flight characteristics beyond known technology" - DoD spokesperson. Analysis ongoing.</p>
191
  <div class="flex justify-between items-center">
192
  <span class="text-xs text-blue-300">Source: Defense.gov</span>
193
+ <button class="text-blue-400 hover:text-blue-200 text-sm flex items-center" onclick="generateQR('Pentagon confirms new UAP footage from military pilots', 'https://uap-pulse.example.com/posts/2024-pentagon-footage')">
194
+ <i class="fas fa-qrcode mr-1"></i> QR Code
195
  </button>
196
  </div>
197
  </div>
 
200
  <!-- Recent Posts Grid -->
201
  <section>
202
  <h2 class="text-xl font-semibold text-white mb-6 flex items-center">
203
+ <i class="fas fa-bolt text-blue-400 mr-2"></i> 2024 Sightings
204
  </h2>
205
 
206
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
 
208
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
209
  <div class="flex items-center mb-3">
210
  <span class="bg-green-500 text-white text-xs font-semibold px-2 py-0.5 rounded">NEW</span>
211
+ <span class="text-slate-400 text-xs ml-2">May 15, 2024</span>
212
  </div>
213
  <h3 class="font-semibold text-white mb-2">Triangle UAP over Arizona</h3>
214
  <p class="text-slate-300 text-sm mb-4">Multiple witnesses report silent black triangle with lights hovering near Phoenix. No radar confirmation.</p>
215
  <div class="flex justify-between items-center">
216
  <span class="text-xs text-slate-500">Source: NUFORC #123456</span>
217
+ <button class="text-blue-400 hover:text-blue-200 text-xs" onclick="generateQR('Triangle UAP over Arizona', 'https://uap-pulse.example.com/posts/2024-arizona-triangle')">
218
+ <i class="fas fa-qrcode"></i>
219
  </button>
220
  </div>
221
  </article>
 
224
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
225
  <div class="flex items-center mb-3">
226
  <span class="bg-purple-500 text-white text-xs font-semibold px-2 py-0.5 rounded">HISTORIC</span>
227
+ <span class="text-slate-400 text-xs ml-2">April 2024</span>
228
  </div>
229
+ <h3 class="font-semibold text-white mb-2">Congressional Hearing Update</h3>
230
+ <p class="text-slate-300 text-sm mb-4">New whistleblower testimony reveals previously undisclosed UAP retrieval program. Pentagon denies claims.</p>
231
  <div class="flex justify-between items-center">
232
  <span class="text-xs text-slate-500">Source: National Archives</span>
233
+ <button class="text-blue-400 hover:text-blue-200 text-xs" onclick="generateQR('Congressional Hearing Update', 'https://uap-pulse.example.com/posts/2024-congress-hearing')">
234
+ <i class="fas fa-qrcode"></i>
235
  </button>
236
  </div>
237
  </article>
 
240
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
241
  <div class="flex items-center mb-3">
242
  <span class="bg-yellow-500 text-white text-xs font-semibold px-2 py-0.5 rounded">ANALYSIS</span>
243
+ <span class="text-slate-400 text-xs ml-2">March 2024</span>
244
  </div>
245
  <h3 class="font-semibold text-white mb-2">Navy Pilot Encounters</h3>
246
  <p class="text-slate-300 text-sm mb-4">"The objects accelerated like nothing I've ever seen" - F/A-18 pilot describes 2004 Nimitz encounter in new interview.</p>
247
  <div class="flex justify-between items-center">
248
  <span class="text-xs text-slate-500">Source: Space.com</span>
249
+ <button class="text-blue-400 hover:text-blue-200 text-xs" onclick="generateQR('Navy Pilot Encounters', 'https://uap-pulse.example.com/posts/2024-navy-encounters')">
250
+ <i class="fas fa-qrcode"></i>
251
  </button>
252
  </div>
253
  </article>
 
256
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
257
  <div class="flex items-center mb-3">
258
  <span class="bg-red-500 text-white text-xs font-semibold px-2 py-0.5 rounded">WARNING</span>
259
+ <span class="text-slate-400 text-xs ml-2">February 2024</span>
260
  </div>
261
  <h3 class="font-semibold text-white mb-2">UAP Flight Safety Concerns</h3>
262
  <p class="text-slate-300 text-sm mb-4">FAA reports increase in near-misses with unidentified objects. New reporting procedures implemented for pilots.</p>
263
  <div class="flex justify-between items-center">
264
  <span class="text-xs text-slate-500">Source: Defense.gov</span>
265
+ <button class="text-blue-400 hover:text-blue-200 text-xs" onclick="generateQR('UAP Flight Safety Concerns', 'https://uap-pulse.example.com/posts/2024-flight-safety')">
266
+ <i class="fas fa-qrcode"></i>
267
  </button>
268
  </div>
269
  </article>
 
272
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
273
  <div class="flex items-center mb-3">
274
  <span class="bg-blue-500 text-white text-xs font-semibold px-2 py-0.5 rounded">REPORT</span>
275
+ <span class="text-slate-400 text-xs ml-2">January 2024</span>
276
  </div>
277
  <h3 class="font-semibold text-white mb-2">Global UAP Sightings Spike</h3>
278
  <p class="text-slate-300 text-sm mb-4">NUFORC data shows 37% increase in credible reports since 2020. Most common shapes: spheres, triangles, cylinders.</p>
279
  <div class="flex justify-between items-center">
280
  <span class="text-xs text-slate-500">Source: NUFORC Stats</span>
281
+ <button class="text-blue-400 hover:text-blue-200 text-xs" onclick="generateQR('Global UAP Sightings Spike', 'https://uap-pulse.example.com/posts/2024-global-spike')">
282
+ <i class="fas fa-qrcode"></i>
283
  </button>
284
  </div>
285
  </article>
 
288
  <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
289
  <div class="flex items-center mb-3">
290
  <span class="bg-indigo-500 text-white text-xs font-semibold px-2 py-0.5 rounded">SCIENCE</span>
291
+ <span class="text-slate-400 text-xs ml-2">December 2023</span>
292
  </div>
293
  <h3 class="font-semibold text-white mb-2">New Analysis of 1967 Malmstrom Case</h3>
294
  <p class="text-slate-300 text-sm mb-4">Researchers claim new evidence suggests UAP may have temporarily disabled nuclear missiles. Military records partially confirm.</p>
295
  <div class="flex justify-between items-center">
296
  <span class="text-xs text-slate-500">Source: Wikipedia/UAP</span>
297
+ <button class="text-blue-400 hover:text-blue-200 text-xs" onclick="generateQR('New Analysis of 1967 Malmstrom Case', 'https://uap-pulse.example.com/posts/2023-malmstrom')">
298
+ <i class="fas fa-qrcode"></i>
299
+ </button>
300
+ </div>
301
+ </article>
302
+ </div>
303
+ </section>
304
+
305
+ <!-- 2025 Sightings Section -->
306
+ <section class="mt-16">
307
+ <h2 class="text-xl font-semibold text-white mb-6 flex items-center">
308
+ <i class="fas fa-calendar text-blue-400 mr-2"></i> 2025 Projections
309
+ </h2>
310
+
311
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
312
+ <!-- Projection 1 -->
313
+ <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
314
+ <div class="flex items-center mb-3">
315
+ <span class="bg-pink-500 text-white text-xs font-semibold px-2 py-0.5 rounded">FUTURE</span>
316
+ <span class="text-slate-400 text-xs ml-2">Q1 2025</span>
317
+ </div>
318
+ <h3 class="font-semibold text-white mb-2">NASA UAP Study Results</h3>
319
+ <p class="text-slate-300 text-sm mb-4">Anticipated release of NASA's comprehensive UAP study expected to recommend new scientific approaches to phenomenon.</p>
320
+ <div class="flex justify-between items-center">
321
+ <span class="text-xs text-slate-500">Projected Source: NASA</span>
322
+ <button class="text-blue-400 hover:text-blue-200 text-xs" onclick="generateQR('NASA UAP Study Results', 'https://uap-pulse.example.com/projections/2025-nasa-study')">
323
+ <i class="fas fa-qrcode"></i>
324
+ </button>
325
+ </div>
326
+ </article>
327
+
328
+ <!-- Projection 2 -->
329
+ <article class="post-card rounded-lg p-5 shadow-md hover:shadow-blue-500/10">
330
+ <div class="flex items-center mb-3">
331
+ <span class="bg-teal-500 text-white text-xs font-semibold px-2 py-0.5 rounded">FUTURE</span>
332
+ <span class="text-slate-400 text-xs ml-2">Q2 2025</span>
333
+ </div>
334
+ <h3 class="font-semibold text-white mb-2">International UAP Task Force</h3>
335
+ <p class="text-slate-300 text-sm mb-4">Pentagon officials suggest multinational UAP investigation team may form to share data across allied nations.</p>
336
+ <div class="flex justify-between items-center">
337
+ <span class="text-xs text-slate-500">Projected Source: DoD</span>
338
+ <button class="text-blue-400 hover:text-blue-200 text-xs" onclick="generateQR('International UAP Task Force', 'https://uap-pulse.example.com/projections/2025-intl-task-force')">
339
+ <i class="fas fa-qrcode"></i>
340
  </button>
341
  </div>
342
  </article>
 
414
  </div>
415
 
416
  <div class="border-t border-slate-800 mt-6 pt-6 flex flex-col md:flex-row justify-between items-center">
417
+ <p class="text-slate-500 text-sm mb-4 md:mb-0">© 2024 UAP Pulse. All rights reserved.</p>
418
  <div class="flex space-x-4">
419
  <a href="#" class="text-slate-400 hover:text-blue-300 text-sm">Privacy</a>
420
  <a href="#" class="text-slate-400 hover:text-blue-300 text-sm">Terms</a>
 
425
  </div>
426
  </footer>
427
 
428
+ <!-- Breaking News Panel -->
429
+ <div class="breaking-panel" id="breakingPanel">
430
+ <div class="container mx-auto flex items-center justify-between">
431
+ <div class="flex items-center">
432
+ <span class="bg-white text-red-600 font-bold px-2 py-0.5 rounded mr-3">BREAKING</span>
433
+ <span class="text-white font-medium" id="breakingText">Mass UAP sighting reported over New York City - multiple witnesses confirm unusual lights</span>
434
+ </div>
435
+ <button class="text-white hover:text-gray-200 ml-4" onclick="closeBreakingPanel()">
436
+ <i class="fas fa-times"></i>
437
+ </button>
438
+ </div>
439
+ </div>
440
+
441
+ <!-- Floating Action Buttons -->
442
+ <div class="fixed bottom-6 right-6 flex flex-col space-y-3">
443
+ <button class="bg-red-600 hover:bg-red-500 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition-all" onclick="showBreakingPanel()">
444
+ <i class="fas fa-bell"></i>
445
+ </button>
446
+ <button class="bg-blue-600 hover:bg-blue-500 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition-all" onclick="openASRModal()">
447
+ <i class="fas fa-plus"></i>
448
+ </button>
449
+ </div>
450
+
451
+ <!-- ASR Modal -->
452
+ <div class="asr-modal" id="asrModal">
453
+ <div class="flex justify-between items-center mb-4">
454
+ <h3 class="text-lg font-semibold text-white">Create New UAP Report</h3>
455
+ <button class="text-slate-400 hover:text-white" onclick="closeASRModal()">
456
+ <i class="fas fa-times"></i>
457
+ </button>
458
+ </div>
459
+
460
+ <div class="mb-4">
461
+ <label class="block text-sm font-medium text-slate-300 mb-1">Title</label>
462
+ <input type="text" id="postTitle" class="w-full bg-slate-800 border border-slate-700 rounded px-3 py-2 text-white focus:outline-none focus:ring-1 focus:ring-blue-500">
463
+ </div>
464
+
465
+ <div class="mb-4">
466
+ <label class="block text-sm font-medium text-slate-300 mb-1">Content</label>
467
+ <textarea id="postContent" rows="4" class="w-full bg-slate-800 border border-slate-700 rounded px-3 py-2 text-white focus:outline-none focus:ring-1 focus:ring-blue-500"></textarea>
468
+ </div>
469
+
470
+ <div class="flex items-center mb-4">
471
+ <button id="recordButton" class="bg-red-600 hover:bg-red-500 text-white px-4 py-2 rounded flex items-center" onclick="toggleRecording()">
472
+ <i class="fas fa-microphone mr-2"></i> Start Recording
473
+ </button>
474
+ <span id="recordingStatus" class="text-slate-400 text-sm ml-3 hidden">
475
+ <i class="fas fa-circle text-red-500 mr-1"></i> Recording...
476
+ </span>
477
+ </div>
478
+
479
+ <div class="flex justify-end space-x-3">
480
+ <button class="bg-slate-700 hover:bg-slate-600 text-white px-4 py-2 rounded" onclick="closeASRModal()">
481
+ Cancel
482
+ </button>
483
+ <button class="bg-blue-600 hover:bg-blue-500 text-white px-4 py-2 rounded" onclick="createPost()">
484
+ Create Post
485
+ </button>
486
+ </div>
487
+ </div>
488
+
489
+ <div class="asr-modal-overlay" id="asrModalOverlay"></div>
490
+
491
+ <!-- QR Code Popup -->
492
+ <div class="qr-popup" id="qrPopup">
493
+ <div class="flex justify-between items-center mb-3">
494
+ <h3 class="text-sm font-semibold text-white" id="qrTitle"></h3>
495
+ <button class="text-slate-400 hover:text-white" onclick="closeQRPopup()">
496
+ <i class="fas fa-times"></i>
497
+ </button>
498
+ </div>
499
+ <div id="qrCode" class="mb-3 mx-auto"></div>
500
+ <p class="text-xs text-slate-400">Scan to share this story</p>
501
+ </div>
502
 
503
  <script>
504
  // Simple animation for post cards on scroll
 
525
  setTimeout(() => {
526
  document.querySelector('.typewriter').style.borderRight = 'none';
527
  }, 3500);
528
+
529
+ // Show breaking news panel after delay
530
+ setTimeout(showBreakingPanel, 10000);
531
  });
532
+
533
+ // Breaking news panel functions
534
+ function showBreakingPanel() {
535
+ const panel = document.getElementById('breakingPanel');
536
+ panel.classList.add('show');
537
+
538
+ // Rotate through different breaking news items
539
+ const breakingTexts = [
540
+ "Mass UAP sighting reported over New York City - multiple witnesses confirm unusual lights",
541
+ "Pentagon confirms leaked video shows unknown object entering ocean at hypersonic speed",
542
+ "BREAKING: Congressional committee demands immediate release of all UAP-related documents",
543
+ "Scientists detect unusual atmospheric anomalies coinciding with recent UAP sightings"
544
+ ];
545
+
546
+ let currentIndex = 0;
547
+ setInterval(() => {
548
+ currentIndex = (currentIndex + 1) % breakingTexts.length;
549
+ document.getElementById('breakingText').textContent = breakingTexts[currentIndex];
550
+ }, 15000);
551
+ }
552
+
553
+ function closeBreakingPanel() {
554
+ document.getElementById('breakingPanel').classList.remove('show');
555
+ }
556
+
557
+ // ASR modal functions
558
+ function openASRModal() {
559
+ document.getElementById('asrModal').classList.add('active');
560
+ document.getElementById('asrModalOverlay').classList.add('active');
561
+ }
562
+
563
+ function closeASRModal() {
564
+ document.getElementById('asrModal').classList.remove('active');
565
+ document.getElementById('asrModalOverlay').classList.remove('active');
566
+ stopRecording();
567
+ }
568
+
569
+ function toggleRecording() {
570
+ const recordButton = document.getElementById('recordButton');
571
+ const recordingStatus = document.getElementById('recordingStatus');
572
+
573
+ if (recordButton.innerHTML.includes('Start')) {
574
+ // Start recording
575
+ recordButton.innerHTML = '<i class="fas fa-stop mr-2"></i> Stop Recording';
576
+ recordButton.classList.remove('bg-red-600', 'hover:bg-red-500');
577
+ recordButton.classList.add('bg-red-700', 'hover:bg-red-600');
578
+ recordingStatus.classList.remove('hidden');
579
+
580
+ // Simulate ASR transcription
581
+ setTimeout(() => {
582
+ document.getElementById('postContent').value = "I witnessed multiple bright lights in triangular formation moving silently over the city at approximately 9:30 PM. The objects made sudden 90-degree turns without slowing down. No visible propulsion or sound. Duration: about 2 minutes before disappearing behind clouds.";
583
+ }, 2000);
584
+ } else {
585
+ // Stop recording
586
+ stopRecording();
587
+ }
588
+ }
589
+
590
+ function stopRecording() {
591
+ const recordButton = document.getElementById('recordButton');
592
+ const recordingStatus = document.getElementById('recordingStatus');
593
+
594
+ recordButton.innerHTML = '<i class="fas fa-microphone mr-2"></i> Start Recording';
595
+ recordButton.classList.add('bg-red-600', 'hover:bg-red-500');
596
+ recordButton.classList.remove('bg-red-700', 'hover:bg-red-600');
597
+ recordingStatus.classList.add('hidden');
598
+ }
599
+
600
+ function createPost() {
601
+ const title = document.getElementById('postTitle').value;
602
+ const content = document.getElementById('postContent').value;
603
+
604
+ if (title && content) {
605
+ alert(`New post created!\nTitle: ${title}\nContent: ${content}`);
606
+ closeASRModal();
607
+
608
+ // Generate QR code for the new post
609
+ generateQR(title, `https://uap-pulse.example.com/posts/${Date.now()}`);
610
+ } else {
611
+ alert('Please fill in both title and content');
612
+ }
613
+ }
614
+
615
+ // QR code functions
616
+ function generateQR(title, url) {
617
+ const qrPopup = document.getElementById('qrPopup');
618
+ const qrTitle = document.getElementById('qrTitle');
619
+ const qrCode = document.getElementById('qrCode');
620
+
621
+ qrTitle.textContent = title;
622
+ qrCode.innerHTML = '';
623
+
624
+ // Generate QR code
625
+ const qr = qrcode(0, 'L');
626
+ qr.addData(url);
627
+ qr.make();
628
+ qrCode.innerHTML = qr.createImgTag(4);
629
+
630
+ // Show popup
631
+ qrPopup.classList.add('active');
632
+ document.getElementById('asrModalOverlay').classList.add('active');
633
+ }
634
+
635
+ function closeQRPopup() {
636
+ document.getElementById('qrPopup').classList.remove('active');
637
+ document.getElementById('asrModalOverlay').classList.remove('active');
638
+ }
639
  </script>
640
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=privateuserh/uaphe-vbeta1-00" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
641
  </html>
prompts.txt CHANGED
@@ -1 +1,2 @@
1
- Create a user friendly site news site for the UAP Phenomena the posts should be short structured like an SMS message sources include https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.space.com/ufos-uap-history-sightings-mysteries&ved=2ahUKEwj8t820weSMAxWYLEQIHbgSLCU4ChAWegQINBAB&usg=AOvVaw24SkrdrmkTEWgzdJmSBvCo https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://nuforc.org/&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoECEAQAQ&usg=AOvVaw1a844ErQ97vdCd3TvaoI3M https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://en.wikipedia.org/wiki/List_of_reported_UFO_sightings&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoFCIYBEAE&usg=AOvVaw0WOX5sdaurC3AidtGJt8cB https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.archives.gov/research/topics/uaps&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoFCIcBEAE&usg=AOvVaw1ocJHQllNsgcF933hCJUVJ https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://nuforc.org/&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoECEAQAQ&usg=AOvVaw1a844ErQ97vdCd3TvaoI3M https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.archives.gov/research/topics/uaps&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoFCIcBEAE&usg=AOvVaw1ocJHQllNsgcF933hCJUVJ https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.defense.gov/News/News-Stories/Article/Article/3965403/dod-examining-unidentified-anomalous-phenomena/&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoECHEQAQ&usg=AOvVaw1u36Wl5lmNH31UnHfcIVx5 https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://en.wikipedia.org/wiki/List_of_reported_UFO_sightings&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoFCIYBEAE&usg=AOvVaw0WOX5sdaurC3AidtGJt8cB and reference but not link to the following Resources https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.defense.gov/News/News-Stories/Article/Article/3965403/dod-examining-unidentified-anomalous-phenomena/&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoECHEQAQ&usg=AOvVaw1u36Wl5lmNH31UnHfcIVx5 https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.aaro.mil/&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoECD8QAQ&usg=AOvVaw2rM6dTgvtuADyDNqLe8RDD
 
 
1
+ Create a user friendly site news site for the UAP Phenomena the posts should be short structured like an SMS message sources include https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.space.com/ufos-uap-history-sightings-mysteries&ved=2ahUKEwj8t820weSMAxWYLEQIHbgSLCU4ChAWegQINBAB&usg=AOvVaw24SkrdrmkTEWgzdJmSBvCo https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://nuforc.org/&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoECEAQAQ&usg=AOvVaw1a844ErQ97vdCd3TvaoI3M https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://en.wikipedia.org/wiki/List_of_reported_UFO_sightings&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoFCIYBEAE&usg=AOvVaw0WOX5sdaurC3AidtGJt8cB https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.archives.gov/research/topics/uaps&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoFCIcBEAE&usg=AOvVaw1ocJHQllNsgcF933hCJUVJ https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://nuforc.org/&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoECEAQAQ&usg=AOvVaw1a844ErQ97vdCd3TvaoI3M https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.archives.gov/research/topics/uaps&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoFCIcBEAE&usg=AOvVaw1ocJHQllNsgcF933hCJUVJ https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.defense.gov/News/News-Stories/Article/Article/3965403/dod-examining-unidentified-anomalous-phenomena/&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoECHEQAQ&usg=AOvVaw1u36Wl5lmNH31UnHfcIVx5 https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://en.wikipedia.org/wiki/List_of_reported_UFO_sightings&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoFCIYBEAE&usg=AOvVaw0WOX5sdaurC3AidtGJt8cB and reference but not link to the following Resources https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.defense.gov/News/News-Stories/Article/Article/3965403/dod-examining-unidentified-anomalous-phenomena/&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoECHEQAQ&usg=AOvVaw1u36Wl5lmNH31UnHfcIVx5 https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.aaro.mil/&ved=2ahUKEwjL0Kz9wOSMAxW4le4BHflZNoIQFnoECD8QAQ&usg=AOvVaw2rM6dTgvtuADyDNqLe8RDD
2
+ Auto update News stories for 2024 and a Breaking UAP Sightings Panel for 2025 make a floating button for breaking Sightings automatically add Mini QR codes that can be generated for each story that QR Code should feature the headline then the story is linked to the QR code create an ASR floating window to record a live post the ASR window should be able to create a new post and corresponding QR code