| | <!DOCTYPE html> |
| | <html lang="en"> |
| | <head> |
| | <meta charset="UTF-8"> |
| | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | <title>ScriptMaster Pro - Industry Standard Screenwriting Software</title> |
| | <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
| | <script src="https://cdn.tailwindcss.com"></script> |
| | <script src="https://unpkg.com/feather-icons"></script> |
| | <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| | <script> |
| | tailwind.config = { |
| | theme: { |
| | extend: { |
| | colors: { |
| | primary: '#3b82f6', |
| | secondary: '#10b981', |
| | accent: '#f59e0b' |
| | } |
| | } |
| | } |
| | } |
| | </script> |
| | <style> |
| | @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap'); |
| | body { |
| | font-family: 'Roboto', sans-serif; |
| | } |
| | .hero-gif { |
| | animation: float 6s ease-in-out infinite; |
| | } |
| | @keyframes float { |
| | 0% { transform: translateY(0px); } |
| | 50% { transform: translateY(-20px); } |
| | 100% { transform: translateY(0px); } |
| | } |
| | .testimonial-card { |
| | transition: all 0.3s ease; |
| | } |
| | .testimonial-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); |
| | } |
| | </style> |
| | </head> |
| | <body class="bg-gray-50"> |
| | |
| | <div class="fixed bottom-0 left-0 right-0 bg-gray-900 text-white p-4 z-50"> |
| | <div class="container mx-auto flex flex-col md:flex-row items-center justify-between"> |
| | <p class="mb-4 md:mb-0 md:mr-8">We use cookies to enhance your experience. By continuing to browse, you agree to our <a href="#" class="text-primary-300 underline">Cookie Policy</a>.</p> |
| | <div class="flex space-x-4"> |
| | <button class="bg-primary-500 hover:bg-primary-600 px-6 py-2 rounded-lg font-medium transition">Accept</button> |
| | <button class="bg-gray-700 hover:bg-gray-600 px-6 py-2 rounded-lg font-medium transition">Decline</button> |
| | </div> |
| | </div> |
| | </div> |
| |
|
| | |
| | <nav class="bg-white shadow-md sticky top-0 z-40"> |
| | <div class="container mx-auto px-4"> |
| | <div class="flex justify-between items-center h-16"> |
| | |
| | <a href="#" class="flex items-center"> |
| | <span class="text-2xl font-bold text-gray-800">ScriptMaster</span> |
| | <span class="text-sm font-light text-primary-500 ml-1">Pro</span> |
| | </a> |
| |
|
| | |
| | <div class="hidden md:flex items-center space-x-8"> |
| | <div class="group relative"> |
| | <button class="flex items-center space-x-1 text-gray-700 hover:text-primary-500 transition"> |
| | <span>Products</span> |
| | <i data-feather="chevron-down" class="w-4 h-4"></i> |
| | </button> |
| | <div class="absolute left-0 mt-2 w-64 bg-white rounded-md shadow-lg py-2 z-50 hidden group-hover:block"> |
| | <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Final Draft 13</a> |
| | <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">For Students</a> |
| | <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">For Studios</a> |
| | <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Mobile App</a> |
| | <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Pricing</a> |
| | </div> |
| | </div> |
| | <a href="#" class="text-gray-700 hover:text-primary-500 transition">Big Break Contest</a> |
| | <a href="#" class="text-gray-700 hover:text-primary-500 transition">Learn</a> |
| | <a href="#" class="text-gray-700 hover:text-primary-500 transition">Support</a> |
| | </div> |
| |
|
| | |
| | <div class="hidden md:flex items-center space-x-4"> |
| | <a href="#" class="px-4 py-2 text-primary-500 font-medium hover:bg-primary-50 rounded-lg transition">Log In</a> |
| | <a href="#" class="px-6 py-2 bg-primary-500 text-white font-medium rounded-lg hover:bg-primary-600 transition">Try Free</a> |
| | </div> |
| |
|
| | |
| | <button class="md:hidden text-gray-600"> |
| | <i data-feather="menu" class="w-6 h-6"></i> |
| | </button> |
| | </div> |
| | </div> |
| | </nav> |
| |
|
| | |
| | <section class="py-16 md:py-24 bg-gradient-to-b from-white to-gray-50"> |
| | <div class="container mx-auto px-4 flex flex-col md:flex-row items-center"> |
| | <div class="md:w-1/2 mb-12 md:mb-0"> |
| | <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold text-gray-900 leading-tight mb-6"> |
| | Screenwriting Starts Here |
| | </h1> |
| | <p class="text-xl text-gray-600 mb-8"> |
| | The industry standard screenwriting software used by professionals worldwide to write film, TV, theater, and more. |
| | </p> |
| | <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> |
| | <a href="#" class="px-8 py-4 bg-primary-500 text-white font-bold rounded-lg hover:bg-primary-600 transition text-center"> |
| | Try for Free |
| | </a> |
| | <a href="#" class="px-8 py-4 border-2 border-primary-500 text-primary-500 font-bold rounded-lg hover:bg-primary-50 transition text-center"> |
| | Buy Now |
| | </a> |
| | </div> |
| | </div> |
| | <div class="md:w-1/2 flex justify-center hero-gif"> |
| | <img src="https://www.finaldraft.com/media/wysiwyg/FD-13-Typewriter-GIF-Draft-3_ends.gif" alt="Screenwriting Software Demo" class="rounded-lg shadow-xl max-w-full h-auto"> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-12 bg-gray-100"> |
| | <div class="container mx-auto px-4"> |
| | <h3 class="text-center text-gray-500 text-sm uppercase tracking-wider mb-8">Trusted by the best in the business</h3> |
| | <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-8"> |
| | <div class="flex justify-center items-center"> |
| | <img src="https://www.finaldraft.com/media/wysiwyg/hyva/homepage/netflix.svg" alt="Netflix" class="h-12 opacity-70 hover:opacity-100 transition"> |
| | </div> |
| | <div class="flex justify-center items-center"> |
| | <img src="https://www.finaldraft.com/media/wysiwyg/hyva/homepage/WB.svg" alt="Warner Bros" class="h-12 opacity-70 hover:opacity-100 transition"> |
| | </div> |
| | <div class="flex justify-center items-center"> |
| | <img src="https://www.finaldraft.com/media/wysiwyg/hyva/homepage/BBC.svg" alt="BBC" class="h-12 opacity-70 hover:opacity-100 transition"> |
| | </div> |
| | <div class="flex justify-center items-center"> |
| | <img src="https://www.finaldraft.com/media/wysiwyg/hyva/homepage/sony.svg" alt="Sony" class="h-12 opacity-70 hover:opacity-100 transition"> |
| | </div> |
| | <div class="flex justify-center items-center"> |
| | <img src="https://www.finaldraft.com/media/wysiwyg/hyva/homepage/nyu.svg" alt="NYU" class="h-12 opacity-70 hover:opacity-100 transition"> |
| | </div> |
| | <div class="flex justify-center items-center"> |
| | <img src="https://www.finaldraft.com/media/wysiwyg/hyva/homepage/full-sail.svg" alt="Full Sail" class="h-12 opacity-70 hover:opacity-100 transition"> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-16 bg-white"> |
| | <div class="container mx-auto px-4"> |
| | <h2 class="text-3xl font-bold text-center text-gray-900 mb-12">The Industry Standard Screenwriting Software</h2> |
| | <p class="text-xl text-center text-gray-600 max-w-3xl mx-auto mb-16"> |
| | ScriptMaster Pro is the only screenwriting tool you need. The number one-selling screenwriting software automatically formats your screenplay to entertainment industry standards. |
| | </p> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> |
| | <div class="text-center"> |
| | <div class="text-5xl font-bold text-primary-500 mb-2">90%</div> |
| | <p class="text-gray-600">of Hollywood productions</p> |
| | </div> |
| | <div class="text-center"> |
| | <div class="text-5xl font-bold text-primary-500 mb-2">17</div> |
| | <p class="text-gray-600">available languages</p> |
| | </div> |
| | <div class="text-center"> |
| | <div class="text-5xl font-bold text-primary-500 mb-2">3M+</div> |
| | <p class="text-gray-600">writers worldwide</p> |
| | </div> |
| | <div class="text-center"> |
| | <div class="text-5xl font-bold text-primary-500 mb-2">100</div> |
| | <p class="text-gray-600">countries</p> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-20 bg-gray-50"> |
| | <div class="container mx-auto px-4"> |
| | <h2 class="text-3xl font-bold text-center text-gray-900 mb-4">Screenwriting Simplified</h2> |
| | <p class="text-xl text-center text-gray-600 max-w-3xl mx-auto mb-16">ScriptMaster Pro makes writing your screenplay as easy as 1-2-3.</p> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-8"> |
| | <div class="lg:col-span-1 flex flex-col items-center text-center"> |
| | <div class="bg-primary-100 rounded-full w-16 h-16 flex items-center justify-center mb-4"> |
| | <i data-feather="edit-3" class="text-primary-500 w-8 h-8"></i> |
| | </div> |
| | <h3 class="text-xl font-bold mb-2">Plan Your Story</h3> |
| | <p class="text-gray-600">Use visual tools to brainstorm and structure your script.</p> |
| | </div> |
| | |
| | <div class="hidden lg:flex items-center justify-center"> |
| | <i data-feather="arrow-right" class="text-gray-400 w-8 h-8"></i> |
| | </div> |
| | |
| | <div class="lg:col-span-1 flex flex-col items-center text-center"> |
| | <div class="bg-primary-100 rounded-full w-16 h-16 flex items-center justify-center mb-4"> |
| | <i data-feather="type" class="text-primary-500 w-8 h-8"></i> |
| | </div> |
| | <h3 class="text-xl font-bold mb-2">Start Writing</h3> |
| | <p class="text-gray-600">Automatic formatting lets you focus on your story.</p> |
| | </div> |
| | |
| | <div class="hidden lg:flex items-center justify-center"> |
| | <i data-feather="arrow-right" class="text-gray-400 w-8 h-8"></i> |
| | </div> |
| | |
| | <div class="lg:col-span-1 flex flex-col items-center text-center"> |
| | <div class="bg-primary-100 rounded-full w-16 h-16 flex items-center justify-center mb-4"> |
| | <i data-feather="refresh-cw" class="text-primary-500 w-8 h-8"></i> |
| | </div> |
| | <h3 class="text-xl font-bold mb-2">Revise & Polish</h3> |
| | <p class="text-gray-600">Track changes and collaborate with others.</p> |
| | </div> |
| | </div> |
| | |
| | <div class="mt-16 grid grid-cols-1 md:grid-cols-2 gap-8"> |
| | <div class="bg-white p-8 rounded-xl shadow-md"> |
| | <img src="https://www.finaldraft.com/media/.renditions/wysiwyg/featured-bb.jpg" alt="Beat Board Feature" class="rounded-lg mb-6 w-full"> |
| | <h3 class="text-2xl font-bold mb-4">Plan Your Story</h3> |
| | <p class="text-gray-600 mb-4">Use the Beat Board™, Outline Editor and Structure Lines to plan your script. Brainstorm ideas, add visual elements, and explore your ideas all within your script file.</p> |
| | </div> |
| | <div class="bg-white p-8 rounded-xl shadow-md"> |
| | <img src="https://www.finaldraft.com/media/.renditions/wysiwyg/feature-write.jpg" alt="Writing Feature" class="rounded-lg mb-6 w-full"> |
| | <h3 class="text-2xl font-bold mb-4">Start Writing</h3> |
| | <p class="text-gray-600 mb-4">No more guessing when it comes to formatting because ScriptMaster Pro does it all automatically. Get the words down, let us do the rest.</p> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-20 bg-white"> |
| | <div class="container mx-auto px-4"> |
| | <h2 class="text-3xl font-bold text-center text-gray-900 mb-4">More Features Than Any Other Screenwriting Software</h2> |
| | <p class="text-xl text-center text-gray-600 max-w-3xl mx-auto mb-16">Powerful tools that help you write better, faster, and more professionally.</p> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-12"> |
| | <div class="bg-gray-50 p-8 rounded-xl"> |
| | <div class="flex items-start mb-4"> |
| | <div class="bg-primary-100 rounded-full w-12 h-12 flex items-center justify-center mr-4"> |
| | <i data-feather="users" class="text-primary-500 w-6 h-6"></i> |
| | </div> |
| | <div> |
| | <h3 class="text-xl font-bold mb-2">Collaborate in Real Time</h3> |
| | <p class="text-gray-600">Fast, secure online collaboration that allows multiple writers to edit scripts simultaneously, whether they're around the corner or around the world.</p> |
| | </div> |
| | </div> |
| | </div> |
| | <div class="bg-gray-50 p-8 rounded-xl"> |
| | <div class="flex items-start mb-4"> |
| | <div class="bg-primary-100 rounded-full w-12 h-12 flex items-center justify-center mr-4"> |
| | <i data-feather="moon" class="text-primary-500 w-6 h-6"></i> |
| | </div> |
| | <div> |
| | <h3 class="text-xl font-bold mb-2">Custom Workspaces</h3> |
| | <p class="text-gray-600">Tailor your toolbar to match your workflow, streamline your story with intuitive color-coding, and reduce eye strain with Midnight and Focus modes.</p> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> |
| | <div class="bg-gray-50 p-8 rounded-xl"> |
| | <div class="flex items-start mb-4"> |
| | <div class="bg-primary-100 rounded-full w-12 h-12 flex items-center justify-center mr-4"> |
| | <i data-feather="save" class="text-primary-500 w-6 h-6"></i> |
| | </div> |
| | <div> |
| | <h3 class="text-xl font-bold mb-2">Auto-Save & Versioning</h3> |
| | <p class="text-gray-600">Your work is saved automatically as you write, with complete version history so you can focus on the story - not the stress.</p> |
| | </div> |
| | </div> |
| | </div> |
| | <div class="bg-gray-50 p-8 rounded-xl"> |
| | <div class="flex items-start mb-4"> |
| | <div class="bg-primary-100 rounded-full w-12 h-12 flex items-center justify-center mr-4"> |
| | <i data-feather="smartphone" class="text-primary-500 w-6 h-6"></i> |
| | </div> |
| | <div> |
| | <h3 class="text-xl font-bold mb-2">Write Anywhere</h3> |
| | <p class="text-gray-600">Stay in the flow across Windows and Mac, and take your script with you using our mobile app. Your story is always within reach.</p> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="text-center mt-12"> |
| | <a href="#" class="inline-block px-8 py-3 bg-primary-500 text-white font-bold rounded-lg hover:bg-primary-600 transition"> |
| | Learn More About All Features |
| | </a> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-20 bg-primary-500 text-white"> |
| | <div class="container mx-auto px-4"> |
| | <h2 class="text-3xl font-bold text-center mb-12">Who Uses ScriptMaster Pro?</h2> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| | <div class="bg-white text-gray-800 p-8 rounded-xl shadow-lg testimonial-card"> |
| | <div class="flex items-center mb-4"> |
| | <div class="bg-primary-100 text-primary-500 rounded-full w-12 h-12 flex items-center justify-center mr-4"> |
| | <i data-feather="award" class="w-6 h-6"></i> |
| | </div> |
| | <div> |
| | <p class="italic">"It's a beautiful thing when you find a program that does exactly what you want it to do."</p> |
| | <p class="font-bold mt-2">- Shawn Levy</p> |
| | <p class="text-sm text-gray-600">Director, Deadpool & Wolverine</p> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="bg-white text-gray-800 p-8 rounded-xl shadow-lg testimonial-card"> |
| | <div class="flex items-center mb-4"> |
| | <div class="bg-primary-100 text-primary-500 rounded-full w-12 h-12 flex items-center justify-center mr-4"> |
| | <i data-feather="film" class="w-6 h-6"></i> |
| | </div> |
| | <div> |
| | <p class="italic">"Final Draft makes it so much easier – and it's motivating when what you're working on looks like a script."</p> |
| | <p class="font-bold mt-2">- Sofia Coppola</p> |
| | <p class="text-sm text-gray-600">Director, Priscilla</p> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="bg-white text-gray-800 p-8 rounded-xl shadow-lg testimonial-card"> |
| | <div class="flex items-center mb-4"> |
| | <div class="bg-primary-100 text-primary-500 rounded-full w-12 h-12 flex items-center justify-center mr-4"> |
| | <i data-feather="pen-tool" class="w-6 h-6"></i> |
| | </div> |
| | <div> |
| | <p class="italic">"I would not be alive today without Final Draft."</p> |
| | <p class="font-bold mt-2">- Jesse Eisenberg</p> |
| | <p class="text-sm text-gray-600">Actor & Writer, A Real Pain</p> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="mt-12 bg-white text-gray-800 p-8 rounded-xl shadow-lg max-w-4xl mx-auto"> |
| | <div class="flex items-start"> |
| | <img src="https://www.finaldraft.com/media/wysiwyg/Frankenstein.jpg" alt="Guillermo Del Toro" class="w-24 h-24 rounded-full mr-6 object-cover"> |
| | <div> |
| | <h3 class="text-xl font-bold mb-2">Guillermo Del Toro</h3> |
| | <p class="italic mb-4">"If one could marry a program - or even elope with one - I would choose ScriptMaster Pro. After all it has been a wise, patient and loyal writing partner that has been by my side for almost fifteen years."</p> |
| | <p class="text-sm text-gray-600">Director, The Shape of Water, Pan's Labyrinth</p> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-20 bg-gray-50"> |
| | <div class="container mx-auto px-4"> |
| | <h2 class="text-3xl font-bold text-center text-gray-900 mb-4">Find the Right Plan For You</h2> |
| | <p class="text-xl text-center text-gray-600 max-w-3xl mx-auto mb-12">Whether you're a student, professional, or studio, we have a solution for you.</p> |
| | |
| | <div class="flex justify-center mb-8"> |
| | <div class="inline-flex rounded-md shadow-sm"> |
| | <button class="px-6 py-3 bg-primary-500 text-white font-medium rounded-l-lg">Personal</button> |
| | <button class="px-6 py-3 bg-gray-200 text-gray-700 font-medium rounded-r-lg hover:bg-gray-300">Enterprise</button> |
| | </div> |
| | </div> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-4 gap-6"> |
| | <div class="bg-white p-6 rounded-xl shadow-md"> |
| | <h3 class="text-xl font-bold mb-2">Free Trial</h3> |
| | <p class="text-gray-600 mb-4">Start your 30-day free trial!</p> |
| | <div class="text-3xl font-bold mb-6">$0</div> |
| | <ul class="space-y-2 mb-8"> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>Full feature access</span> |
| | </li> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>30-day duration</span> |
| | </li> |
| | </ul> |
| | <a href="#" class="block w-full text-center px-4 py-3 border border-primary-500 text-primary-500 font-medium rounded-lg hover:bg-primary-50 transition">Start Free Trial</a> |
| | </div> |
| | |
| | <div class="bg-white p-6 rounded-xl shadow-md border-2 border-primary-500 transform scale-105"> |
| | <div class="absolute top-0 right-0 bg-primary-500 text-white text-xs font-bold px-3 py-1 rounded-bl-lg rounded-tr-lg">MOST POPULAR</div> |
| | <h3 class="text-xl font-bold mb-2">New Users</h3> |
| | <p class="text-gray-600 mb-4">Best for personal use</p> |
| | <div class="text-3xl font-bold mb-6">$249.99</div> |
| | <ul class="space-y-2 mb-8"> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>Lifetime license</span> |
| | </li> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>Free updates for 1 year</span> |
| | </li> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>24/7 support</span> |
| | </li> |
| | </ul> |
| | <a href="#" class="block w-full text-center px-4 py-3 bg-primary-500 text-white font-medium rounded-lg hover:bg-primary-600 transition">Buy Now</a> |
| | </div> |
| | |
| | <div class="bg-white p-6 rounded-xl shadow-md"> |
| | <h3 class="text-xl font-bold mb-2">Upgrading Users</h3> |
| | <p class="text-gray-600 mb-4">Best for current users</p> |
| | <div class="text-3xl font-bold mb-6">$129.99</div> |
| | <ul class="space-y-2 mb-8"> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>Discounted upgrade</span> |
| | </li> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>Free updates for 1 year</span> |
| | </li> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>24/7 support</span> |
| | </li> |
| | </ul> |
| | <a href="#" class="block w-full text-center px-4 py-3 border border-primary-500 text-primary-500 font-medium rounded-lg hover:bg-primary-50 transition">Upgrade Now</a> |
| | </div> |
| | |
| | <div class="bg-white p-6 rounded-xl shadow-md"> |
| | <h3 class="text-xl font-bold mb-2">Students</h3> |
| | <p class="text-gray-600 mb-4">For individual students</p> |
| | <div class="text-3xl font-bold mb-6">$99.99</div> |
| | <ul class="space-y-2 mb-8"> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>Lifetime license</span> |
| | </li> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>Free updates for 1 year</span> |
| | </li> |
| | <li class="flex items-center"> |
| | <i data-feather="check" class="text-green-500 mr-2 w-4 h-4"></i> |
| | <span>Student ID required</span> |
| | </li> |
| | </ul> |
| | <a href="#" class="block w-full text-center px-4 py-3 border border-primary-500 text-primary-500 font-medium rounded-lg hover:bg-primary-50 transition">Student Discount</a> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-20 bg-white"> |
| | <div class="container mx-auto px-4"> |
| | <h2 class="text-3xl font-bold text-center text-gray-900 mb-4">The Latest From Our Blog</h2> |
| | <p class="text-xl text-center text-gray-600 max-w-3xl mx-auto mb-12">Screenwriting tips, industry insights, and inspiration.</p> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| | <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition"> |
| | <img src="https://www.finaldraft.com/media/wysiwyg/Write_On_Molly_Smith_Metzler_-_CreatorShowrunner.png" alt="Blog Post" class="w-full h-48 object-cover"> |
| | <div class="p-6"> |
| | <h3 class="text-xl font-bold mb-2">Write On: 'Sirens' Creator Molly Smith Metzler</h3> |
| | <p class="text-gray-600 mb-4">An interview with the showrunner and creator of the hit Netflix limited series Sirens.</p> |
| | <a href="#" class="text-primary-500 font-medium hover:underline">Read More</a> |
| | </div> |
| | </div> |
| | |
| | <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition"> |
| | <img src="https://www.finaldraft.com/media/amasty/blog/cache/B/o/670/460/Boris_Karloff_in_Frankenstein_.png" alt="Blog Post" class="w-full h-48 object-cover"> |
| | <div class="p-6"> |
| | <h3 class="text-xl font-bold mb-2">100 Years of Frankenstein</h3> |
| | <p class="text-gray-600 mb-4">How the Monster Became a Movie Icon.</p> |
| | <a href="#" class="text-primary-500 font-medium hover:underline">Read More</a> |
| | </div> |
| | </div> |
| | |
| | <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition"> |
| | <img src="https://www.finaldraft.com/media/amasty/blog/cache/2/-/670/460/2-SIMPLE_BlogImg__-_Final_Draft_Tech_Tips_-_Image_of_young_writers_seated_in_a_circle_with_their_backs_towards_each_other_typing_on_their_computers.png" alt="Blog Post" class="w-full h-48 object-cover"> |
| | <div class="p-6"> |
| | <h3 class="text-xl font-bold mb-2">Using SmartType Efficiently</h3> |
| | <p class="text-gray-600 mb-4">Maximizing efficiency and consistency in your writing workflow.</p> |
| | <a href="#" class="text-primary-500 font-medium hover:underline">Read More</a> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="text-center mt-12"> |
| | <a href="#" class="inline-block px-8 py-3 border-2 border-primary-500 text-primary-500 font-bold rounded-lg hover:bg-primary-50 transition"> |
| | View All Articles |
| | </a> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-16 bg-primary-500 text-white"> |
| | <div class="container mx-auto px-4 max-w-4xl text-center"> |
| | <h2 class="text-3xl font-bold mb-4">Get Weekly Screenwriting Inspiration</h2> |
| | <p class="text-xl mb-8">Be the first to know what's new. Plus receive tutorials, articles, podcasts, and more!</p> |
| | |
| | <form class="flex flex-col sm:flex-row gap-4 justify-center"> |
| | <input type="email" placeholder="Your email address" class="px-4 py-3 rounded-lg flex-grow max-w-md text-gray-900"> |
| | <button type="submit" class="px-8 py-3 bg-white text-primary-500 font-bold rounded-lg hover:bg-gray-100 transition"> |
| | Subscribe |
| | </button> |
| | </form> |
| | </div> |
| | </section> |
| |
|
| | |
| | <footer class="bg-gray-900 text-white pt-16 pb-8"> |
| | <div class="container mx-auto px-4"> |
| | <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-12 mb-12"> |
| | <div> |
| | <h3 class="text-lg font-bold mb-4">ScriptMaster Pro</h3> |
| | <ul class="space-y-2"> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">New Users</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Upgrading Users</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Students</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Studios</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li> |
| | </ul> |
| | </div> |
| | |
| | <div> |
| | <h3 class="text-lg font-bold mb-4">Big Break Contest</h3> |
| | <ul class="space-y-2"> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Current Contest</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Finalists</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Previous Winners</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">How to Win</a></li> |
| | </ul> |
| | </div> |
| | |
| | <div> |
| | <h3 class="text-lg font-bold mb-4">Learn</h3> |
| | <ul class="space-y-2"> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Podcast</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Format Guide</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Script Templates</a></li> |
| | </ul> |
| | </div> |
| | |
| | <div> |
| | <h3 class="text-lg font-bold mb-4">Company</h3> |
| | <ul class="space-y-2"> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Legal</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy</a></li> |
| | </ul> |
| | </div> |
| | |
| | <div> |
| | <h3 class="text-lg font-bold mb-4">Support</h3> |
| | <ul class="space-y-2"> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Knowledgebase</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Quick Start</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Manuals</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition">Contact Us</a></li> |
| | </ul> |
| | </div> |
| | </div> |
| | |
| | <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center"> |
| | <div class="flex items-center mb-4 md:mb-0"> |
| | <span class="text-2xl font-bold mr-2">ScriptMaster</span> |
| | <span class="text-sm font-light text-primary-500">Pro</span> |
| | </div> |
| | |
| | <div class="flex space-x-4 mb-4 md:mb-0"> |
| | <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="facebook" class="w-5 h-5"></i></a> |
| | <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter" class="w-5 h-5"></i></a> |
| | <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="instagram" class="w-5 h-5"></i></a> |
| | <a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="youtube" class="w-5 h-5"></i></a> |
| | </div> |
| | |
| | <p class="text-gray-400 text-sm">© 2023 ScriptMaster Pro. All rights reserved.</p> |
| | </div> |
| | </div> |
| | </footer> |
| |
|
| | <script> |
| | feather.replace(); |
| | |
| | |
| | document.addEventListener('DOMContentLoaded', function() { |
| | const counters = document.querySelectorAll('.text-5xl'); |
| | const speed = 200; |
| | |
| | counters.forEach(counter => { |
| | const target = parseInt(counter.textContent.replace(/[^0-9]/g, '')); |
| | const count = +counter.innerText; |
| | const increment = target / speed; |
| | |
| | if(count < target) { |
| | counter.innerText = Math.floor(count + increment); |
| | setTimeout(updateCount, 1); |
| | } else { |
| | counter.innerText = target; |
| | } |
| | |
| | function updateCount() { |
| | const count = +counter.innerText; |
| | const increment = target / speed; |
| | |
| | if(count < target) { |
| | counter.innerText = Math.floor(count + increment); |
| | setTimeout(updateCount, 1); |
| | } else { |
| | counter.innerText = target; |
| | } |
| | } |
| | }); |
| | }); |
| | </script> |
| | </body> |
| | </html> |
| |
|