Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Guides - Qur.li URL Shortener</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"> | |
| <script> | |
| tailwind.config = { | |
| theme: { | |
| extend: { | |
| colors: { | |
| primary: '#4ๆ้F46E5', | |
| secondary: '#06B6D4', | |
| dark: '#1E293B', | |
| light: '#F8FAFC', | |
| }, | |
| fontFamily: { | |
| sans: ['Inter', 'sans-serif'], | |
| }, | |
| } | |
| } | |
| } | |
| </script> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| background-color: #F8FAFC; | |
| } | |
| .gradient-text { | |
| background: linear-gradient(90deg, #4F46E5, #06B6D4); | |
| -webkit-background-clip: text; | |
| background-clip: text; | |
| color: transparent; | |
| } | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #4F46E5, #06B6D4); | |
| } | |
| .guide-card { | |
| transition: all 0.3s ease; | |
| } | |
| .guide-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm py-4"> | |
| <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between items-center"> | |
| <div class="flex items-center space-x-2"> | |
| <a href="index.html" class="gradient-text text-2xl font-bold">Qur.li</a> | |
| </div> | |
| <div class="hidden md:flex items-center space-x-8"> | |
| <a href="index.html" class="text-gray-600 hover:text-primary font-medium">Home</a> | |
| <a href="index.html#features" class="text-gray-600 hover:text-primary font-medium">Features</a> | |
| <a href="index.html#pricing" class="text-gray-600 hover:text-primary font-medium">Pricing</ๆ้a> | |
| <a href="blog.html" class="text-gray-600 hover:text-primary font-medium">Blog</a> | |
| <a href="documentation.html" class="text-gray-600 hover:text-primary font-medium">Docs</a> | |
| <a href="guides.html" class="text-primary font-medium">Guides</a> | |
| <a href="support.html" class="text-gray-600 hover:text-primary font-medium">Support</a> | |
| </div> | |
| <button id="mobile-menu-button" class="md:hidden text-gray-600 focus:outline-none"> | |
| <i class="fas fa-bars text-xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div id="mobile-menu" class="hidden md:hidden px-4 py-2"> | |
| <div class="flex flex-col space-y-2"> | |
| <a href="index.html" class="text-gray-600 hover:text-primary font-medium">Home</a> | |
| <a href="index.html#features" class="text-gray-600 hover:text-primary font-medium">Features</a> | |
| <a href="index.html#pricing" class="text-gray-600 hover:text-primary font-medium">Pricing</a> | |
| <a href="blog.html" class="text-gray-600 hover:text-primary font-medium">Blog</a> | |
| <a href="documentation.html" class="text-gray-600 hover:text-primary font-medium">Docs</a> | |
| <a href="guides.html" class="text-primary font-medium">Guides</a> | |
| <a href="support.html" class="text-gray-600 hover:text-primary font-medium">Support</a> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Guides Header --> | |
| <section class="py-16 bg-white"> | |
| <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">Qur.li Guides</h1> | |
| <p class="text-lg text-gray-600 max-w-2xl mx-auto">Step-by-step tutorials and guides to help you make the most of Qur.li's features.</p> | |
| <!-- Categories --> | |
| <div class="flex flex-wrap justify-center gap-3 mt-8"> | |
| <button class="px-4 py-2 rounded-full bg-primary text-white font-medium">All Guides</button> | |
| <button class="px-4 py-2 rounded-full bg-gray-100 text-gray-700 font-medium hover:shadow-md">Getting Started</button> | |
| <button class="px-4 py-2 rounded-full bg-gray-100 text-gray-700 font-medium hover:shadow-md">Advanced Features</button> | |
| <button class="px-4 py-2 rounded-full bg-gray-100 text-gray-700 font-medium hover:shadow-md">Integrations</button> | |
| <button class="px-4 py-2 rounded-full bg-gray-100 text-gray-700 font-medium hover:shadow-md">Best Practices</button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Featured Guide --> | |
| <section class="py-12 bg-gray-50"> | |
| <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="bg-white rounded-2xl shadow-lg overflow-hidden guide-card"> | |
| <div class="md:flex"> | |
| <div class="md:w-1/2"> | |
| <img src="http://static.photos/technology/640x360/2" alt="Featured Guide" class="w-full h-64 md:h-full object-cover"> | |
| </div> | |
| <div class="md:w-1/2 p-8"> | |
| <span class="inline-block px-3 py-1 bg-primary/10 text-primary text-sm font-medium rounded-full mb-4">Featured</span> | |
| <h2 class="text-2xl font-bold text-gray-900 mb-4">Complete Guide to Custom Domains</h2> | |
| <p class="text-gray-600 mb-6">Learn how to set up and configure your custom domain for branded short links that build trust and recognition.</p> | |
| <div class="flex items-center justify-between"> | |
| <div class="flex items-center"> | |
| <img src="http://static.photos/people/40x40/2" alt="Author" class="w-10 h-10 rounded-full mr-3"> | |
| <div> | |
| <p class="text-sm font-medium text-gray-900">Mark Wilson</p> | |
| <p class="text-xs text-gray-500">Updated October 20, 2023</p> | |
| </div> | |
| </div> | |
| <a href="#" class="text-primary font-medium hover:underline">Read Guide โ</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Guides Grid --> | |
| <section class="py-16 bg-white"> | |
| <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-12 text-center">Popular Guides</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Guide 1 --> | |
| <article class="bg-white rounded-xl shadow-sm border border-gray-100 guide-card"> | |
| <img src="http://static.photos/office/320x200/7" alt="Guide 1" class="w-full h-48 object-cover rounded-t-xl"> | |
| <div class="p-6"> | |
| <span class="inline-block px-3 py-1 bg-green-100 text-green-600 text-sm font-medium rounded-full mb-4">Beginner</span> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Getting Started with Qur.li</h3> | |
| <p class="text-gray-600 mb-4">A comprehensive beginner's guide to creating your first short links and understanding the basics.</p> | |
| <div class="flex items-center justify-between"> | |
| <span class="text-sm text-gray-500">15 min read</span> | |
| <a href="#" class="text-primary font-medium hover:underline">Read Guide</a> | |
| </div> | |
| </div> | |
| </article> | |
| <!-- Guide 2 --> | |
| <article class="bg-white rounded-xl shadow-sm border border-gray-100 guide-card"> | |
| <img src="http://static.photos/analytics/320x200/8" alt="Guide 2" class="w-full h-48 object-cover rounded-t-xl"> | |
| <div class="p-6"> | |
| <span class="inline-block px-3 py-1 bg-blue-100 text-blue-600 textๆ้-sm font-medium rounded-full mb-4">Analytics</span> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Mastering Link Analytics</h3> | |
| <p class="text-gray-600 mb-4">Learn how to interpret analytics data and use insights to improve your marketing campaigns.</p> | |
| <div class="flex items-center justify-between"> | |
| <span class="text-sm text-gray-500">20 min read</span> | |
| <a href="#" class="text-primary font-medium hover:underline">Read Guide</a> | |
| </div> | |
| </div> | |
| </article> | |
| <!-- Guide 3 --> | |
| <article class="bg-white rounded-xl shadow-sm border border-gray-100 guide-card"> | |
| <img src="http://static.photos/technology/320x200/9" alt="Guide 3" class="w-full h-48 object-cover rounded-t-xl"> | |
| <div class="p-6"> | |
| <span class="inline-block px-3 py-1 bg-purple-100 text-purple-600 text-sm font-medium rounded-full mb-4">API</span> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">API Integration Guide</h3> | |
| <p class="text-gray-600 mb-4">Complete guide to integrating Qur.li's API with your applications and workflows.</p> | |
| <div class="flex items-center justify-between"> | |
| <span class="text-sm text-gray-500">25 min read</span> | |
| <a href="#" class="text-primary font-medium hover:underline">Read Guide</a> | |
| </div> | |
| </div> | |
| </article> | |
| <!-- Guide 4 --> | |
| <article class="bg-white rounded-xl shadow-sm border border-gray-100 guide-card"> | |
| <img src="http://static.photos/marketing/320x200/10" alt="Guide 4" class="w-full h-48 object-cover rounded-t-xl"> | |
| <div class="p-6"> | |
| <span class="inline-block px-3 py-1 bg-orange-100 text-orange-600 text-sm font-medium rounded-full mb-4">Marketing</span> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Social Media Best Practices</h3> | |
| <p class="text-gray-600 mb-4">Optimize your social media strategy with effective URL shortening techniques.</p> | |
| <div class="ๆ้flex items-center justify-between"> | |
| <span class="text-sm text-gray-500">18 min read</span> | |
| <a href="#" class="text-primary font-medium hover:underline">Read Guide</a> | |
| </div> | |
| </div> | |
| </article> | |
| <!-- Guide 5 --> | |
| <article class="bg-white rounded-xl shadow-sm border border-gray-100 guide-card"> | |
| <img src="http://static.photos/security/320x200/11" alt="Guide 5" class="w-full h-48 object-cover rounded-t-xl"> | |
| <div class="p-6"> | |
| <span class="inline-block px-3 py-1 bg-red-100 text-red-600 text-sm font-medium rounded-full mb-4">Security</span> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Security Best Practices</h3> | |
| <p class="text-gray-600 mb-4">Learn how to secure your links and protect your brand from malicious activities.</p> | |
| <div class="flex items-center justify-between"> | |
| <span class="text-sm text-gray-500">12 min read</span> | |
| <a href="#" class="text-primary font-medium hover:underline">Read Guide</a> | |
| </div> | |
| </div> | |
| </article> | |
| <!-- Guide 6 --> | |
| <article class="bg-white rounded-xl shadow-sm border border-gray-100 guide-card"> | |
| <img src="http://static.photos/team/320x200/12" alt="Guide 6" class="w-full h-48 object-cover rounded-t-xl"> | |
| <div class="p-6"> | |
| <span class="inline-block px-3 py-1 bg-secondary/10 text-secondary text-sm font-medium rounded-full mb-4">Teams</span> | |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Team Collaboration Guide</h3> | |
| <p class="text-gray-600 mb-4">Set up and manage team members with appropriate permissions and access levels.</p> | |
| <div class="flex items-center justify-between"> | |
| <span class="text-sm text-gray-500">14 min read</span> | |
| <a href="#" class="text-primary font-medium hover:underline">Read Guide</ๆ้a> | |
| </div> | |
| </div> | |
| </article> | |
| </div> | |
| <!-- Pagination --> | |
| <div class="flex justify-center mt-12"> | |
| <nav class="flex items-center space-x-2"> | |
| <button class="px-3 py-2 rounded-lg bg-primary text-white font-medium"> | |
| 1 | |
| </button> | |
| <button class="ๆ้px-3 py-2 rounded-lg bg-white border border-gray-300 text-gray-700 font-medium hover:bg-gray-50"> | |
| 2 | |
| </button> | |
| <button class="px-3 py-2 rounded-lg bg-white border border-gray-300 text-gray-700 font-medium hover:bgๆ้-gray-50"> | |
| 3 | |
| </button> | |
| <button class="px-3 py-2 rounded-lg bg-white border border-gray-300 text-gray-700 font-medium hover:bg-gray-50"> | |
| Next โ | |
| </button> | |
| </nav> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 gradient-bg text-white"> | |
| <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="text-3xl font-bold mb-6">Can't Find What You're Looking For?</h2> | |
| <p class="text-xl mb-8">Our support team is ready to help you with any questions or custom guidance you might need.</p> | |
| <a href="support.html" class="px-6 py-3 rounded-lg bg-white text-primary font-medium hover:bg-gray-100 transition">Contact Support</a> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8"> | |
| <div class="col-span-2"> | |
| <div class="gradient-text text-2xl font-bold mb-4">Qur.li</div> | |
| <p class="text-gray-400 mb-4">The simplest way to shorten URLs. Powerful analytics, custom domains, and API access.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-instagram"></ๆ้i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| </ๆ้div> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold uppercase tracking-wider mb-4">Product</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="index.html#features" class="text-gray-400 hover:text-white">Features</a></li> | |
| <li><a href="index.html#pricing" class="text-gray-400 hover:text-white">Pricing</a></li> | |
| <li><a href="documentation.html" class="text-gray-400 hover:text-white">API</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Integrations</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold uppercase tracking-wider mb-ๆ้4">Resources</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="documentation.html" class="text-gray-400 hover:text-white">Documentation</a></li> | |
| <li><a href="guides.html" class="text-gray-400 hover:text-white">Guides</a></li> | |
| <li><a href="blog.html" class="text-gray-400 hover:text-white">Blog</a></li> | |
| <li><a href="support.html" class="text-gray-400 hover:text-white">Support</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold uppercase tracking-wider mb-4">Company</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">About</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Privacy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Terms</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-12 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-400 text-sm">ยฉ 2023 Qur.li. All rights reserved.</p> | |
| <div class="mt-4 md:mt-0 flex space-x-6"> | |
| <a href="#" class="text-gray-400 text-sm hover:text-white">Privacy Policy</a> | |
| <a href="#" class="text-gray-400 text-sm hover:text-white">Terms of Service</a> | |
| <a href="#" class="text-gray-400 text-sm hover:text-white">Cookie Policy</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile Menu Toggle | |
| document.getElementById('mobile-menu-button').addEventListener('click', () => { | |
| document.getElementById('mobile-menu').classList.toggle('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=martiantrader/urlshortner" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |