gcambefort commited on
Commit
84e9fa2
·
verified ·
1 Parent(s): 22a9a14

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +369 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Test Deepsite
3
- emoji: 🚀
4
- colorFrom: indigo
5
- colorTo: gray
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: test-deepsite
3
+ emoji: 🐳
4
+ colorFrom: pink
5
+ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,369 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>La Poste Blog | Exclusive Content</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
+ .ghost-nav {
11
+ backdrop-filter: blur(10px);
12
+ background-color: rgba(255, 255, 255, 0.8);
13
+ }
14
+ .tiktok-embed {
15
+ min-height: 700px;
16
+ }
17
+ .subscription-card {
18
+ transition: all 0.3s ease;
19
+ }
20
+ .subscription-card:hover {
21
+ transform: translateY(-5px);
22
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
23
+ }
24
+ .feature-icon {
25
+ width: 24px;
26
+ height: 24px;
27
+ display: inline-flex;
28
+ align-items: center;
29
+ justify-content: center;
30
+ margin-right: 8px;
31
+ color: #6851ff;
32
+ }
33
+ </style>
34
+ </head>
35
+ <body class="bg-gray-50 font-sans antialiased">
36
+ <!-- Navigation -->
37
+ <nav class="ghost-nav fixed w-full z-50 border-b border-gray-200">
38
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
39
+ <div class="flex justify-between h-16">
40
+ <div class="flex items-center">
41
+ <a href="#" class="text-xl font-bold text-gray-900">La Poste</a>
42
+ </div>
43
+ <div class="hidden md:flex items-center space-x-8">
44
+ <a href="#" class="text-gray-600 hover:text-gray-900">Home</a>
45
+ <a href="#tiktoks" class="text-gray-600 hover:text-gray-900">TikToks</a>
46
+ <a href="#about" class="text-gray-600 hover:text-gray-900">About</a>
47
+ <a href="#subscribe" class="px-4 py-2 bg-purple-600 text-white rounded-md hover:bg-purple-700 transition">Subscribe</a>
48
+ </div>
49
+ <div class="md:hidden flex items-center">
50
+ <button class="text-gray-500 hover:text-gray-900 focus:outline-none">
51
+ <i class="fas fa-bars text-xl"></i>
52
+ </button>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ </nav>
57
+
58
+ <!-- Hero Section -->
59
+ <header class="pt-24 pb-16 bg-gradient-to-r from-purple-500 to-pink-500 text-white">
60
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
61
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Exclusive Content from La Poste</h1>
62
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Behind-the-scenes, exclusive insights, and premium content you won't find anywhere else.</p>
63
+ <div class="flex justify-center space-x-4">
64
+ <a href="#subscribe" class="px-6 py-3 bg-white text-purple-600 rounded-md font-medium hover:bg-gray-100 transition">Join for €4.97/month</a>
65
+ <a href="#tiktoks" class="px-6 py-3 border border-white rounded-md font-medium hover:bg-white hover:bg-opacity-10 transition">View Free TikToks</a>
66
+ </div>
67
+ </div>
68
+ </header>
69
+
70
+ <!-- Featured Posts -->
71
+ <section class="py-16 bg-white">
72
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
73
+ <h2 class="text-3xl font-bold text-center mb-12">Latest Blog Posts</h2>
74
+ <div class="grid md:grid-cols-3 gap-8">
75
+ <!-- Post 1 -->
76
+ <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
77
+ <div class="h-48 bg-gradient-to-r from-blue-400 to-blue-600"></div>
78
+ <div class="p-6">
79
+ <span class="text-sm text-purple-600 font-medium">Behind the Scenes</span>
80
+ <h3 class="text-xl font-bold mt-2 mb-3">The Making of Our Viral Video</h3>
81
+ <p class="text-gray-600 mb-4">Discover the creative process behind our most popular TikTok that got over 2M views.</p>
82
+ <a href="#" class="text-purple-600 font-medium hover:text-purple-800">Read more →</a>
83
+ </div>
84
+ </div>
85
+
86
+ <!-- Post 2 -->
87
+ <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
88
+ <div class="h-48 bg-gradient-to-r from-pink-400 to-pink-600"></div>
89
+ <div class="p-6">
90
+ <span class="text-sm text-purple-600 font-medium">Tips & Tricks</span>
91
+ <h3 class="text-xl font-bold mt-2 mb-3">5 Ways to Improve Your Content</h3>
92
+ <p class="text-gray-600 mb-4">Professional advice from our team on how to create more engaging social media content.</p>
93
+ <a href="#" class="text-purple-600 font-medium hover:text-purple-800">Read more →</a>
94
+ </div>
95
+ </div>
96
+
97
+ <!-- Post 3 -->
98
+ <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
99
+ <div class="h-48 bg-gradient-to-r from-green-400 to-green-600"></div>
100
+ <div class="p-6">
101
+ <span class="text-sm text-purple-600 font-medium">Exclusive</span>
102
+ <h3 class="text-xl font-bold mt-2 mb-3">Upcoming Projects Preview</h3>
103
+ <p class="text-gray-600 mb-4">A sneak peek at what we're working on next - available only to our subscribers.</p>
104
+ <a href="#" class="text-purple-600 font-medium hover:text-purple-800">Read more →</a>
105
+ </div>
106
+ </div>
107
+ </div>
108
+ </div>
109
+ </section>
110
+
111
+ <!-- TikTok Embed Section -->
112
+ <section id="tiktoks" class="py-16 bg-gray-50">
113
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
114
+ <h2 class="text-3xl font-bold text-center mb-12">Latest from TikTok</h2>
115
+
116
+ <div class="grid md:grid-cols-2 gap-8">
117
+ <!-- TikTok Embed 1 -->
118
+ <div class="tiktok-embed bg-white p-4 rounded-lg shadow-sm">
119
+ <blockquote class="tiktok-embed" cite="https://www.tiktok.com/@laposte" data-video-id="VIDEO_ID_1">
120
+ <section>
121
+ <a target="_blank" title="@laposte" href="https://www.tiktok.com/@laposte">@laposte</a>
122
+ <p>Latest viral video from La Poste</p>
123
+ </section>
124
+ </blockquote>
125
+ <div class="text-center mt-4">
126
+ <a href="https://www.tiktok.com/@laposte" target="_blank" class="inline-flex items-center text-purple-600 hover:text-purple-800">
127
+ <i class="fab fa-tiktok mr-2"></i> View on TikTok
128
+ </a>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- TikTok Embed 2 -->
133
+ <div class="tiktok-embed bg-white p-4 rounded-lg shadow-sm">
134
+ <blockquote class="tiktok-embed" cite="https://www.tiktok.com/@laposte" data-video-id="VIDEO_ID_2">
135
+ <section>
136
+ <a target="_blank" title="@laposte" href="https://www.tiktok.com/@laposte">@laposte</a>
137
+ <p>Another popular video from our channel</p>
138
+ </section>
139
+ </blockquote>
140
+ <div class="text-center mt-4">
141
+ <a href="https://www.tiktok.com/@laposte" target="_blank" class="inline-flex items-center text-purple-600 hover:text-purple-800">
142
+ <i class="fab fa-tiktok mr-2"></i> View on TikTok
143
+ </a>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <div class="text-center mt-12">
149
+ <a href="https://www.tiktok.com/@laposte" target="_blank" class="px-6 py-3 bg-gray-900 text-white rounded-md font-medium hover:bg-gray-800 transition inline-flex items-center">
150
+ <i class="fab fa-tiktok mr-2"></i> Follow @laposte on TikTok
151
+ </a>
152
+ </div>
153
+ </div>
154
+ </section>
155
+
156
+ <!-- About Section -->
157
+ <section id="about" class="py-16 bg-white">
158
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
159
+ <div class="lg:flex items-center">
160
+ <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
161
+ <h2 class="text-3xl font-bold mb-6">About La Poste</h2>
162
+ <p class="text-gray-600 mb-4">
163
+ We're a creative team passionate about sharing unique content with our audience. Our TikTok channel has grown to over 100K followers by creating engaging, entertaining videos.
164
+ </p>
165
+ <p class="text-gray-600 mb-6">
166
+ This blog is where we share behind-the-scenes content, exclusive insights, and premium material for our most dedicated fans.
167
+ </p>
168
+ <div class="flex space-x-4">
169
+ <a href="#" class="text-gray-500 hover:text-gray-900">
170
+ <i class="fab fa-instagram text-2xl"></i>
171
+ </a>
172
+ <a href="#" class="text-gray-500 hover:text-gray-900">
173
+ <i class="fab fa-twitter text-2xl"></i>
174
+ </a>
175
+ <a href="https://www.tiktok.com/@laposte" target="_blank" class="text-gray-500 hover:text-gray-900">
176
+ <i class="fab fa-tiktok text-2xl"></i>
177
+ </a>
178
+ <a href="#" class="text-gray-500 hover:text-gray-900">
179
+ <i class="fab fa-youtube text-2xl"></i>
180
+ </a>
181
+ </div>
182
+ </div>
183
+ <div class="lg:w-1/2">
184
+ <div class="bg-gradient-to-r from-purple-400 to-blue-500 rounded-xl overflow-hidden aspect-video"></div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+ </section>
189
+
190
+ <!-- Subscription Section -->
191
+ <section id="subscribe" class="py-16 bg-gray-900 text-white">
192
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
193
+ <div class="text-center mb-12">
194
+ <h2 class="text-3xl font-bold mb-4">Join Our Exclusive Newsletter</h2>
195
+ <p class="text-gray-300 max-w-2xl mx-auto">Get access to premium content, behind-the-scenes footage, and exclusive insights for just €4.97 per month.</p>
196
+ </div>
197
+
198
+ <div class="max-w-3xl mx-auto">
199
+ <div class="subscription-card bg-gray-800 rounded-xl p-8 shadow-lg">
200
+ <div class="flex flex-col md:flex-row items-center">
201
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
202
+ <h3 class="text-2xl font-bold mb-4">Premium Membership</h3>
203
+ <p class="text-gray-300 mb-6">What you'll get:</p>
204
+ <ul class="space-y-3">
205
+ <li class="flex items-start">
206
+ <span class="feature-icon">
207
+ <i class="fas fa-check"></i>
208
+ </span>
209
+ <span>Exclusive weekly newsletter</span>
210
+ </li>
211
+ <li class="flex items-start">
212
+ <span class="feature-icon">
213
+ <i class="fas fa-check"></i>
214
+ </span>
215
+ <span>Behind-the-scenes content</span>
216
+ </li>
217
+ <li class="flex items-start">
218
+ <span class="feature-icon">
219
+ <i class="fas fa-check"></i>
220
+ </span>
221
+ <span>Early access to new videos</span>
222
+ </li>
223
+ <li class="flex items-start">
224
+ <span class="feature-icon">
225
+ <i class="fas fa-check"></i>
226
+ </span>
227
+ <span>Members-only Q&A sessions</span>
228
+ </li>
229
+ <li class="flex items-start">
230
+ <span class="feature-icon">
231
+ <i class="fas fa-check"></i>
232
+ </span>
233
+ <span>Discounts on future products</span>
234
+ </li>
235
+ </ul>
236
+ </div>
237
+ <div class="md:w-1/2 bg-gray-700 rounded-lg p-6">
238
+ <div class="text-center mb-6">
239
+ <span class="text-4xl font-bold">€4.97</span>
240
+ <span class="text-gray-300">/month</span>
241
+ </div>
242
+ <form class="space-y-4">
243
+ <div>
244
+ <input type="email" placeholder="Your email" class="w-full px-4 py-3 bg-gray-800 border border-gray-600 rounded-md text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500">
245
+ </div>
246
+ <div>
247
+ <input type="text" placeholder="Card number" class="w-full px-4 py-3 bg-gray-800 border border-gray-600 rounded-md text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500">
248
+ </div>
249
+ <div class="grid grid-cols-2 gap-4">
250
+ <input type="text" placeholder="MM/YY" class="px-4 py-3 bg-gray-800 border border-gray-600 rounded-md text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500">
251
+ <input type="text" placeholder="CVC" class="px-4 py-3 bg-gray-800 border border-gray-600 rounded-md text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500">
252
+ </div>
253
+ <button type="submit" class="w-full py-3 bg-purple-600 hover:bg-purple-700 rounded-md font-medium transition">
254
+ Subscribe Now
255
+ </button>
256
+ </form>
257
+ <p class="text-gray-400 text-xs mt-4 text-center">
258
+ Cancel anytime. We'll remind you 3 days before your subscription renews.
259
+ </p>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+ </div>
265
+ </section>
266
+
267
+ <!-- Footer -->
268
+ <footer class="bg-gray-800 text-white py-12">
269
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
270
+ <div class="grid md:grid-cols-4 gap-8">
271
+ <div>
272
+ <h3 class="text-lg font-bold mb-4">La Poste</h3>
273
+ <p class="text-gray-400">Exclusive content and behind-the-scenes access for our most dedicated fans.</p>
274
+ </div>
275
+ <div>
276
+ <h4 class="text-md font-bold mb-4">Links</h4>
277
+ <ul class="space-y-2">
278
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Home</a></li>
279
+ <li><a href="#tiktoks" class="text-gray-400 hover:text-white transition">TikToks</a></li>
280
+ <li><a href="#about" class="text-gray-400 hover:text-white transition">About</a></li>
281
+ <li><a href="#subscribe" class="text-gray-400 hover:text-white transition">Subscribe</a></li>
282
+ </ul>
283
+ </div>
284
+ <div>
285
+ <h4 class="text-md font-bold mb-4">Legal</h4>
286
+ <ul class="space-y-2">
287
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
288
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>
289
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Refund Policy</a></li>
290
+ </ul>
291
+ </div>
292
+ <div>
293
+ <h4 class="text-md font-bold mb-4">Connect</h4>
294
+ <div class="flex space-x-4">
295
+ <a href="#" class="text-gray-400 hover:text-white transition">
296
+ <i class="fab fa-instagram text-xl"></i>
297
+ </a>
298
+ <a href="#" class="text-gray-400 hover:text-white transition">
299
+ <i class="fab fa-twitter text-xl"></i>
300
+ </a>
301
+ <a href="https://www.tiktok.com/@laposte" target="_blank" class="text-gray-400 hover:text-white transition">
302
+ <i class="fab fa-tiktok text-xl"></i>
303
+ </a>
304
+ <a href="#" class="text-gray-400 hover:text-white transition">
305
+ <i class="fab fa-youtube text-xl"></i>
306
+ </a>
307
+ </div>
308
+ </div>
309
+ </div>
310
+ <div class="border-t border-gray-700 mt-12 pt-8 text-center text-gray-400">
311
+ <p>© 2023 La Poste. All rights reserved.</p>
312
+ </div>
313
+ </div>
314
+ </footer>
315
+
316
+ <!-- TikTok Embed Script -->
317
+ <script async src="https://www.tiktok.com/embed.js"></script>
318
+ <script>
319
+ // Mobile menu toggle functionality
320
+ document.addEventListener('DOMContentLoaded', function() {
321
+ const mobileMenuButton = document.querySelector('.md\\:hidden button');
322
+ const mobileMenu = document.createElement('div');
323
+ mobileMenu.className = 'hidden fixed inset-0 bg-white z-50 pt-16 px-4';
324
+ mobileMenu.innerHTML = `
325
+ <div class="flex flex-col space-y-4 py-4">
326
+ <a href="#" class="text-gray-900 py-2 border-b border-gray-200">Home</a>
327
+ <a href="#tiktoks" class="text-gray-900 py-2 border-b border-gray-200">TikToks</a>
328
+ <a href="#about" class="text-gray-900 py-2 border-b border-gray-200">About</a>
329
+ <a href="#subscribe" class="px-4 py-2 bg-purple-600 text-white rounded-md text-center">Subscribe</a>
330
+ </div>
331
+ <button class="absolute top-4 right-4 text-gray-500">
332
+ <i class="fas fa-times text-xl"></i>
333
+ </button>
334
+ `;
335
+ document.body.appendChild(mobileMenu);
336
+
337
+ mobileMenuButton.addEventListener('click', function() {
338
+ mobileMenu.classList.toggle('hidden');
339
+ });
340
+
341
+ mobileMenu.querySelector('button').addEventListener('click', function() {
342
+ mobileMenu.classList.add('hidden');
343
+ });
344
+
345
+ // Smooth scrolling for anchor links
346
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
347
+ anchor.addEventListener('click', function(e) {
348
+ e.preventDefault();
349
+ const targetId = this.getAttribute('href');
350
+ if (targetId === '#') return;
351
+
352
+ const targetElement = document.querySelector(targetId);
353
+ if (targetElement) {
354
+ window.scrollTo({
355
+ top: targetElement.offsetTop - 80,
356
+ behavior: 'smooth'
357
+ });
358
+
359
+ // Close mobile menu if open
360
+ if (!mobileMenu.classList.contains('hidden')) {
361
+ mobileMenu.classList.add('hidden');
362
+ }
363
+ }
364
+ });
365
+ });
366
+ });
367
+ </script>
368
+ <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=gcambefort/test-deepsite" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
369
+ </html>