Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>La Poste Blog | Exclusive Content</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| .ghost-nav { | |
| backdrop-filter: blur(10px); | |
| background-color: rgba(255, 255, 255, 0.8); | |
| } | |
| .tiktok-embed { | |
| min-height: 700px; | |
| } | |
| .subscription-card { | |
| transition: all 0.3s ease; | |
| } | |
| .subscription-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .feature-icon { | |
| width: 24px; | |
| height: 24px; | |
| display: inline-flex; | |
| align-items: center; | |
| justify-content: center; | |
| margin-right: 8px; | |
| color: #6851ff; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50 font-sans antialiased"> | |
| <!-- Navigation --> | |
| <nav class="ghost-nav fixed w-full z-50 border-b border-gray-200"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-16"> | |
| <div class="flex items-center"> | |
| <a href="#" class="text-xl font-bold text-gray-900">La Poste</a> | |
| </div> | |
| <div class="hidden md:flex items-center space-x-8"> | |
| <a href="#" class="text-gray-600 hover:text-gray-900">Home</a> | |
| <a href="#tiktoks" class="text-gray-600 hover:text-gray-900">TikToks</a> | |
| <a href="#about" class="text-gray-600 hover:text-gray-900">About</a> | |
| <a href="#subscribe" class="px-4 py-2 bg-purple-600 text-white rounded-md hover:bg-purple-700 transition">Subscribe</a> | |
| </div> | |
| <div class="md:hidden flex items-center"> | |
| <button class="text-gray-500 hover:text-gray-900 focus:outline-none"> | |
| <i class="fas fa-bars text-xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <header class="pt-24 pb-16 bg-gradient-to-r from-purple-500 to-pink-500 text-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-6">Exclusive Content from La Poste</h1> | |
| <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> | |
| <div class="flex justify-center space-x-4"> | |
| <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> | |
| <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> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Featured Posts --> | |
| <section class="py-16 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Latest Blog Posts</h2> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- Post 1 --> | |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm hover:shadow-md transition"> | |
| <div class="h-48 bg-gradient-to-r from-blue-400 to-blue-600"></div> | |
| <div class="p-6"> | |
| <span class="text-sm text-purple-600 font-medium">Behind the Scenes</span> | |
| <h3 class="text-xl font-bold mt-2 mb-3">The Making of Our Viral Video</h3> | |
| <p class="text-gray-600 mb-4">Discover the creative process behind our most popular TikTok that got over 2M views.</p> | |
| <a href="#" class="text-purple-600 font-medium hover:text-purple-800">Read more →</a> | |
| </div> | |
| </div> | |
| <!-- Post 2 --> | |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm hover:shadow-md transition"> | |
| <div class="h-48 bg-gradient-to-r from-pink-400 to-pink-600"></div> | |
| <div class="p-6"> | |
| <span class="text-sm text-purple-600 font-medium">Tips & Tricks</span> | |
| <h3 class="text-xl font-bold mt-2 mb-3">5 Ways to Improve Your Content</h3> | |
| <p class="text-gray-600 mb-4">Professional advice from our team on how to create more engaging social media content.</p> | |
| <a href="#" class="text-purple-600 font-medium hover:text-purple-800">Read more →</a> | |
| </div> | |
| </div> | |
| <!-- Post 3 --> | |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-sm hover:shadow-md transition"> | |
| <div class="h-48 bg-gradient-to-r from-green-400 to-green-600"></div> | |
| <div class="p-6"> | |
| <span class="text-sm text-purple-600 font-medium">Exclusive</span> | |
| <h3 class="text-xl font-bold mt-2 mb-3">Upcoming Projects Preview</h3> | |
| <p class="text-gray-600 mb-4">A sneak peek at what we're working on next - available only to our subscribers.</p> | |
| <a href="#" class="text-purple-600 font-medium hover:text-purple-800">Read more →</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- TikTok Embed Section --> | |
| <section id="tiktoks" class="py-16 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Latest from TikTok</h2> | |
| <div class="grid md:grid-cols-2 gap-8"> | |
| <!-- TikTok Embed 1 --> | |
| <div class="tiktok-embed bg-white p-4 rounded-lg shadow-sm"> | |
| <blockquote class="tiktok-embed" cite="https://www.tiktok.com/@laposte" data-video-id="VIDEO_ID_1"> | |
| <section> | |
| <a target="_blank" title="@laposte" href="https://www.tiktok.com/@laposte">@laposte</a> | |
| <p>Latest viral video from La Poste</p> | |
| </section> | |
| </blockquote> | |
| <div class="text-center mt-4"> | |
| <a href="https://www.tiktok.com/@laposte" target="_blank" class="inline-flex items-center text-purple-600 hover:text-purple-800"> | |
| <i class="fab fa-tiktok mr-2"></i> View on TikTok | |
| </a> | |
| </div> | |
| </div> | |
| <!-- TikTok Embed 2 --> | |
| <div class="tiktok-embed bg-white p-4 rounded-lg shadow-sm"> | |
| <blockquote class="tiktok-embed" cite="https://www.tiktok.com/@laposte" data-video-id="VIDEO_ID_2"> | |
| <section> | |
| <a target="_blank" title="@laposte" href="https://www.tiktok.com/@laposte">@laposte</a> | |
| <p>Another popular video from our channel</p> | |
| </section> | |
| </blockquote> | |
| <div class="text-center mt-4"> | |
| <a href="https://www.tiktok.com/@laposte" target="_blank" class="inline-flex items-center text-purple-600 hover:text-purple-800"> | |
| <i class="fab fa-tiktok mr-2"></i> View on TikTok | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-12"> | |
| <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"> | |
| <i class="fab fa-tiktok mr-2"></i> Follow @laposte on TikTok | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="about" class="py-16 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:flex items-center"> | |
| <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12"> | |
| <h2 class="text-3xl font-bold mb-6">About La Poste</h2> | |
| <p class="text-gray-600 mb-4"> | |
| 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. | |
| </p> | |
| <p class="text-gray-600 mb-6"> | |
| This blog is where we share behind-the-scenes content, exclusive insights, and premium material for our most dedicated fans. | |
| </p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-500 hover:text-gray-900"> | |
| <i class="fab fa-instagram text-2xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-500 hover:text-gray-900"> | |
| <i class="fab fa-twitter text-2xl"></i> | |
| </a> | |
| <a href="https://www.tiktok.com/@laposte" target="_blank" class="text-gray-500 hover:text-gray-900"> | |
| <i class="fab fa-tiktok text-2xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-500 hover:text-gray-900"> | |
| <i class="fab fa-youtube text-2xl"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <div class="bg-gradient-to-r from-purple-400 to-blue-500 rounded-xl overflow-hidden aspect-video"></div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Subscription Section --> | |
| <section id="subscribe" class="py-16 bg-gray-900 text-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold mb-4">Join Our Exclusive Newsletter</h2> | |
| <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> | |
| </div> | |
| <div class="max-w-3xl mx-auto"> | |
| <div class="subscription-card bg-gray-800 rounded-xl p-8 shadow-lg"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8"> | |
| <h3 class="text-2xl font-bold mb-4">Premium Membership</h3> | |
| <p class="text-gray-300 mb-6">What you'll get:</p> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <span class="feature-icon"> | |
| <i class="fas fa-check"></i> | |
| </span> | |
| <span>Exclusive weekly newsletter</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <span class="feature-icon"> | |
| <i class="fas fa-check"></i> | |
| </span> | |
| <span>Behind-the-scenes content</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <span class="feature-icon"> | |
| <i class="fas fa-check"></i> | |
| </span> | |
| <span>Early access to new videos</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <span class="feature-icon"> | |
| <i class="fas fa-check"></i> | |
| </span> | |
| <span>Members-only Q&A sessions</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <span class="feature-icon"> | |
| <i class="fas fa-check"></i> | |
| </span> | |
| <span>Discounts on future products</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="md:w-1/2 bg-gray-700 rounded-lg p-6"> | |
| <div class="text-center mb-6"> | |
| <span class="text-4xl font-bold">€4.97</span> | |
| <span class="text-gray-300">/month</span> | |
| </div> | |
| <form class="space-y-4"> | |
| <div> | |
| <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"> | |
| </div> | |
| <div> | |
| <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"> | |
| </div> | |
| <div class="grid grid-cols-2 gap-4"> | |
| <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"> | |
| <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"> | |
| </div> | |
| <button type="submit" class="w-full py-3 bg-purple-600 hover:bg-purple-700 rounded-md font-medium transition"> | |
| Subscribe Now | |
| </button> | |
| </form> | |
| <p class="text-gray-400 text-xs mt-4 text-center"> | |
| Cancel anytime. We'll remind you 3 days before your subscription renews. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800 text-white py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">La Poste</h3> | |
| <p class="text-gray-400">Exclusive content and behind-the-scenes access for our most dedicated fans.</p> | |
| </div> | |
| <div> | |
| <h4 class="text-md font-bold mb-4">Links</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Home</a></li> | |
| <li><a href="#tiktoks" class="text-gray-400 hover:text-white transition">TikToks</a></li> | |
| <li><a href="#about" class="text-gray-400 hover:text-white transition">About</a></li> | |
| <li><a href="#subscribe" class="text-gray-400 hover:text-white transition">Subscribe</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-md font-bold mb-4">Legal</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Refund Policy</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-md font-bold mb-4">Connect</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-instagram text-xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-twitter text-xl"></i> | |
| </a> | |
| <a href="https://www.tiktok.com/@laposte" target="_blank" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-tiktok text-xl"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i class="fab fa-youtube text-xl"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-700 mt-12 pt-8 text-center text-gray-400"> | |
| <p>© 2023 La Poste. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <!-- TikTok Embed Script --> | |
| <script async src="https://www.tiktok.com/embed.js"></script> | |
| <script> | |
| // Mobile menu toggle functionality | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const mobileMenuButton = document.querySelector('.md\\:hidden button'); | |
| const mobileMenu = document.createElement('div'); | |
| mobileMenu.className = 'hidden fixed inset-0 bg-white z-50 pt-16 px-4'; | |
| mobileMenu.innerHTML = ` | |
| <div class="flex flex-col space-y-4 py-4"> | |
| <a href="#" class="text-gray-900 py-2 border-b border-gray-200">Home</a> | |
| <a href="#tiktoks" class="text-gray-900 py-2 border-b border-gray-200">TikToks</a> | |
| <a href="#about" class="text-gray-900 py-2 border-b border-gray-200">About</a> | |
| <a href="#subscribe" class="px-4 py-2 bg-purple-600 text-white rounded-md text-center">Subscribe</a> | |
| </div> | |
| <button class="absolute top-4 right-4 text-gray-500"> | |
| <i class="fas fa-times text-xl"></i> | |
| </button> | |
| `; | |
| document.body.appendChild(mobileMenu); | |
| mobileMenuButton.addEventListener('click', function() { | |
| mobileMenu.classList.toggle('hidden'); | |
| }); | |
| mobileMenu.querySelector('button').addEventListener('click', function() { | |
| mobileMenu.classList.add('hidden'); | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function(e) { | |
| e.preventDefault(); | |
| const targetId = this.getAttribute('href'); | |
| if (targetId === '#') return; | |
| const targetElement = document.querySelector(targetId); | |
| if (targetElement) { | |
| window.scrollTo({ | |
| top: targetElement.offsetTop - 80, | |
| behavior: 'smooth' | |
| }); | |
| // Close mobile menu if open | |
| if (!mobileMenu.classList.contains('hidden')) { | |
| mobileMenu.classList.add('hidden'); | |
| } | |
| } | |
| }); | |
| }); | |
| }); | |
| </script> | |
| <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> | |
| </html> |