Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Notionist - Simple tools for complex ideas</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600&display=swap" rel="stylesheet"> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/lucide/0.263.1/lucide.min.js"></script> | |
| <style> | |
| * { | |
| font-family: 'JetBrains Mono', monospace; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-white text-gray-900 min-h-screen"> | |
| <!-- Header --> | |
| <header class="border-b border-gray-200"> | |
| <div class="max-w-6xl mx-auto px-6 py-4"> | |
| <nav class="flex justify-between items-center"> | |
| <div class="text-xl font-medium">notionist</div> | |
| <!-- Desktop Navigation --> | |
| <div class="hidden md:flex items-center space-x-8"> | |
| <a href="#" class="text-gray-600 hover:text-gray-900">features</a> | |
| <a href="pricing.html" class="text-gray-600 hover:text-gray-900">pricing</a> | |
| <a href="#" class="text-gray-600 hover:text-gray-900">docs</a> | |
| <a href="#" class="text-gray-600 hover:text-gray-900">support</a> | |
| <a href="#" class="px-4 py-2 border border-gray-300 rounded-md hover:bg-gray-50">sign in</a> | |
| </div> | |
| <!-- Mobile Menu Button --> | |
| <button class="md:hidden p-2" onclick="toggleMobileMenu()" id="mobile-menu-btn"> | |
| <span class="block w-5 h-0.5 bg-gray-900 mb-1"></span> | |
| <span class="block w-5 h-0.5 bg-gray-900 mb-1"></span> | |
| <span class="block w-5 h-0.5 bg-gray-900"></span> | |
| </button> | |
| </nav> | |
| <!-- Mobile Navigation --> | |
| <div class="md:hidden hidden border-t border-gray-200 mt-4 pt-4" id="mobile-menu"> | |
| <div class="flex flex-col space-y-3"> | |
| <a href="#" class="text-gray-600 hover:text-gray-900">features</a> | |
| <a href="pricing.html" class="text-gray-600 hover:text-gray-900">pricing</a> | |
| <a href="#" class="text-gray-600 hover:text-gray-900">docs</a> | |
| <a href="#" class="text-gray-600 hover:text-gray-900">support</a> | |
| <a href="#" class="px-4 py-2 border border-gray-300 rounded-md hover:bg-gray-50 text-center">sign in</a> | |
| </div> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Main Content --> | |
| <main> | |
| <!-- Hero Section --> | |
| <section class="max-w-4xl mx-auto px-6 py-20 text-center"> | |
| <h1 class="text-5xl md:text-6xl font-light mb-6"> | |
| simple tools for<br> | |
| manage your team in notion | |
| </h1> | |
| <p class="text-xl text-gray-600 mb-12 max-w-2xl mx-auto"> | |
| organize your thoughts, manage your projects, and collaborate with your team. | |
| all in one minimal workspace. | |
| </p> | |
| <div class="flex flex-col sm:flex-row gap-4 justify-center"> | |
| <a href="#" class="px-8 py-3 bg-black text-white rounded-md hover:bg-gray-800"> | |
| start free trial | |
| </a> | |
| <a href="#" class="px-8 py-3 border border-gray-300 rounded-md hover:bg-gray-50"> | |
| watch demo | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section class="max-w-6xl mx-auto px-6 py-20"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-light mb-4">everything you need</h2> | |
| <p class="text-gray-600 max-w-2xl mx-auto"> | |
| powerful features designed to stay out of your way | |
| </p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-12"> | |
| <div class="text-center"> | |
| <div class="w-12 h-12 bg-gray-100 rounded-lg mx-auto mb-4 flex items-center justify-center"> | |
| <i data-lucide="file-text" class="w-6 h-6 text-gray-600"></i> | |
| </div> | |
| <h3 class="text-lg font-medium mb-2">notes & docs</h3> | |
| <p class="text-gray-600 text-sm"> | |
| markdown support, rich text editing, and seamless organization | |
| </p> | |
| </div> | |
| <div class="text-center"> | |
| <div class="w-12 h-12 bg-gray-100 rounded-lg mx-auto mb-4 flex items-center justify-center"> | |
| <i data-lucide="kanban-square" class="w-6 h-6 text-gray-600"></i> | |
| </div> | |
| <h3 class="text-lg font-medium mb-2">project boards</h3> | |
| <p class="text-gray-600 text-sm"> | |
| kanban boards, task management, and progress tracking | |
| </p> | |
| </div> | |
| <div class="text-center"> | |
| <div class="w-12 h-12 bg-gray-100 rounded-lg mx-auto mb-4 flex items-center justify-center"> | |
| <i data-lucide="users" class="w-6 h-6 text-gray-600"></i> | |
| </div> | |
| <h3 class="text-lg font-medium mb-2">collaboration</h3> | |
| <p class="text-gray-600 text-sm"> | |
| real-time editing, comments, and team workspaces | |
| </p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Stats Section --> | |
| <section class="bg-gray-50 py-20"> | |
| <div class="max-w-4xl mx-auto px-6"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center"> | |
| <div> | |
| <div class="text-3xl font-light mb-2">10k+</div> | |
| <div class="text-gray-600 text-sm">active users</div> | |
| </div> | |
| <div> | |
| <div class="text-3xl font-light mb-2">50k+</div> | |
| <div class="text-gray-600 text-sm">notes created</div> | |
| </div> | |
| <div> | |
| <div class="text-3xl font-light mb-2">99.9%</div> | |
| <div class="text-gray-600 text-sm">uptime</div> | |
| </div> | |
| <div> | |
| <div class="text-3xl font-light mb-2">24/7</div> | |
| <div class="text-gray-600 text-sm">support</div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="max-w-4xl mx-auto px-6 py-20"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-light mb-4">what people say</h2> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-8"> | |
| <div class="border border-gray-200 rounded-lg p-6"> | |
| <p class="text-gray-600 mb-4"> | |
| "finally, a tool that doesn't get in the way of my thinking. | |
| notionist is exactly what i needed for my research." | |
| </p> | |
| <div class="flex items-center"> | |
| <div class="w-10 h-10 bg-gray-200 rounded-full mr-3"></div> | |
| <div> | |
| <div class="font-medium text-sm">sarah chen</div> | |
| <div class="text-gray-500 text-xs">researcher, stanford</div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border border-gray-200 rounded-lg p-6"> | |
| <p class="text-gray-600 mb-4"> | |
| "switched from notion and never looked back. | |
| the simplicity is refreshing and powerful." | |
| </p> | |
| <div class="flex items-center"> | |
| <div class="w-10 h-10 bg-gray-200 rounded-full mr-3"></div> | |
| <div> | |
| <div class="font-medium text-sm">alex rivera</div> | |
| <div class="text-gray-500 text-xs">product manager, stripe</div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="bg-black text-white py-20"> | |
| <div class="max-w-4xl mx-auto px-6 text-center"> | |
| <h2 class="text-4xl font-light mb-6"> | |
| ready to get started? | |
| </h2> | |
| <p class="text-gray-400 mb-8 text-lg"> | |
| join thousands of users who have simplified their workflow | |
| </p> | |
| <div class="flex flex-col sm:flex-row gap-4 justify-center"> | |
| <a href="#" class="px-8 py-3 bg-white text-black rounded-md hover:bg-gray-100"> | |
| start free trial | |
| </a> | |
| <a href="pricing.html" class="px-8 py-3 border border-gray-600 rounded-md hover:bg-gray-900"> | |
| view pricing | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <!-- Footer --> | |
| <footer class="border-t border-gray-200 bg-gray-50"> | |
| <div class="max-w-6xl mx-auto px-6 py-12"> | |
| <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8"> | |
| <div class="col-span-1 sm:col-span-2 lg:col-span-1"> | |
| <div class="text-xl font-medium mb-4">notionist</div> | |
| <p class="text-gray-600 text-sm"> | |
| simple tools for complex ideas. | |
| </p> | |
| </div> | |
| <div> | |
| <h4 class="font-medium mb-3">product</h4> | |
| <ul class="space-y-2 text-sm text-gray-600"> | |
| <li><a href="#" class="hover:text-gray-900">features</a></li> | |
| <li><a href="pricing.html" class="hover:text-gray-900">pricing</a></li> | |
| <li><a href="#" class="hover:text-gray-900">changelog</a></li> | |
| <li><a href="#" class="hover:text-gray-900">roadmap</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-medium mb-3">support</h4> | |
| <ul class="space-y-2 text-sm text-gray-600"> | |
| <li><a href="#" class="hover:text-gray-900">documentation</a></li> | |
| <li><a href="#" class="hover:text-gray-900">help center</a></li> | |
| <li><a href="#" class="hover:text-gray-900">contact</a></li> | |
| <li><a href="#" class="hover:text-gray-900">status</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-medium mb-3">company</h4> | |
| <ul class="space-y-2 text-sm text-gray-600"> | |
| <li><a href="#" class="hover:text-gray-900">about</a></li> | |
| <li><a href="#" class="hover:text-gray-900">blog</a></li> | |
| <li><a href="#" class="hover:text-gray-900">careers</a></li> | |
| <li><a href="#" class="hover:text-gray-900">privacy</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-200 mt-8 pt-8 flex flex-col sm:flex-row justify-between items-center text-sm text-gray-600 space-y-4 sm:space-y-0"> | |
| <div>© 2025 notionist. all rights reserved.</div> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="hover:text-gray-900">terms</a> | |
| <a href="#" class="hover:text-gray-900">privacy</a> | |
| <a href="#" class="hover:text-gray-900">cookies</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| function toggleMobileMenu() { | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.toggle('hidden'); | |
| } | |
| // Initialize Lucide icons | |
| document.addEventListener('DOMContentLoaded', function() { | |
| lucide.createIcons(); | |
| }); | |
| </script> | |
| </body> | |
| </html> |