Skip to content

Instantly share code, notes, and snippets.

@mankind
Last active November 11, 2023 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mankind/5a69210707422e1ca1f3cb12a03d0729 to your computer and use it in GitHub Desktop.
Save mankind/5a69210707422e1ca1f3cb12a03d0729 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page</title>
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@^3.0.2/dist/tailwind.min.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="container mx-auto px-4">
<h1 class="text-4xl font-bold text-center text-blue-600 py-8">Video Content Repurposing</h1>
<p class="text-lg text-gray-700 leading-relaxed">Do you want to reach more audiences with your video content? Do you want to save time and money by repurposing your existing videos? Do you want to boost your SEO and social media engagement with optimized video formats?</p>
<p class="text-lg text-gray-700 leading-relaxed">If you answered yes to any of these questions, then you need Video Content Repurposing, the ultimate solution for transforming your videos into multiple formats for different platforms. With Video Content Repurposing, you can:</p>
<ul class="list-disc list-inside text-lg text-gray-700 leading-relaxed">
<li>Convert your videos into podcasts, blog posts, ebooks, infographics, and more.</li>
<li>Resize and crop your videos to fit the dimensions of YouTube, Instagram, Facebook, TikTok, and more.</li>
<li>Add captions, subtitles, logos, watermarks, intros, outros, and CTAs to your videos.</li>
<li>Edit and enhance your videos with filters, transitions, effects, music, and voiceovers.</li>
<li>Upload and schedule your repurposed videos to multiple platforms with one click.</li>
</ul>
<p class="text-lg text-gray-700 leading-relaxed">Video Content Repurposing is the easiest and fastest way to create more value from your video content. You don't need any technical skills or expensive software. Just upload your video, choose your desired formats and settings, and let Video Content Repurposing do the rest. You can download your repurposed videos or share them directly from our platform.</p>
<p class="text-lg text-gray-700 leading-relaxed">Ready to get started? Sign up for a free trial today and see how Video Content Repurposing can help you grow your business and reach more customers with your video content.</p>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page</title>
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@^3.0.2/dist/tailwind.min.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="bg-gray-100 rounded-xl p-6">
<h3 class="text-2xl font-bold mb-4">Save Time & Effort</h3>
<img src="editing-tools.jpg" class="w-full mb-4 rounded" alt="Video editing tools">
<p>"Our tools help you produce high-quality videos without wasting hours of editing."</p>
<p>"Stop spending nights and weekends working on videos- focus on creating with our automatic features that handle formatting, effects and sharing for you."</p>
</div>
<div class="bg-gray-200 rounded-xl p-6">
<h3 class="text-2xl font-bold text-right mb-4">Reach New Audiences</h3>
<img src="global-audience.jpg" class="w-full float-right mb-4 rounded" alt="Reaching a global audience">
<p class="text-right">"Grow your viewership by tapping into new demographics you couldn't reach on your own. Gain exposure to communities outside your network."</p>
<p class="text-right">"Get discovered by potential fans worldwide through strategic distribution across platforms tailored to each audience."</p>
</div>
<div class="bg-gray-100 rounded-xl p-6">
<h3 class="text-2xl font-bold mb-4">Monetize Your Content</h3>
<img src="dollar-bills.jpg" class="w-full mb-4 rounded" alt="Monetizing your content">
<p>"Finally make money from all your hard work creating videos. Earn passive income that keeps growing as your content does."</p>
<p>"Our monetization tools allow you to profit from video plays through ads and affiliations, so your passion becomes your living."</p>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page</title>
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@^3.0.2/dist/tailwind.min.css">
</head>
<body>
<div class="container mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Idea 1 -->
<div class="bg-blue-500 text-white p-8">
<h2 class="text-4xl font-bold mb-4">Efficiency and Time-Saving</h2>
<ul class="list-disc">
<li class="mb-2">Streamline your content creation process</li>
<li class="mb-2">Save valuable time with automation features</li>
</ul>
</div>
<div class="p-8">
<p class="text-xl text-gray-800">Streamline your content creation process and save valuable time with our innovative tools and automation features. Our platform offers automated video editing and streamlined publishing workflows, allowing you to focus more on your content and less on tedious tasks.</p>
<img src="efficiency.jpg" alt="Efficiency and Time-Saving" class="mt-4 mx-auto md:mx-0">
</div>
<!-- Idea 2 -->
<div class="p-8">
<p class="text-xl text-gray-800">Elevate your content to new heights with our advanced editing capabilities and interactive elements, captivating your audience and driving higher engagement.</p>
<img src="engagement.jpg" alt="Enhanced Quality and Engagement" class="mt-4 mx-auto md:mx-0">
</div>
<div class="bg-yellow-500 text-white p-8">
<h2 class="text-4xl font-bold mb-4 text-right">Enhanced Quality and Engagement</h2>
<ul class="list-disc text-right">
<li class="mb-2">Add stunning visual effects and animations</li>
<li class="mb-2">Incorporate interactive elements for higher engagement</li>
</ul>
</div>
<!-- Idea 3 -->
<div class="bg-green-500 text-white p-8">
<h2 class="text-4xl font-bold mb-4">Monetization and Revenue Growth</h2>
<ul class="list-disc">
<li class="mb-2">Unlock new revenue streams</li>
<li class="mb-2">Maximize your earning potential</li>
</ul>
</div>
<div class="p-8">
<p class="text-xl text-gray-800">Unlock new revenue streams and maximize your earning potential through our comprehensive monetization solutions. Our platform offers various options including ad placements, brand partnerships, and subscription models, enabling you to turn your passion into a lucrative business.</p>
<img src="monetization.jpg" alt="Monetization and Revenue Growth" class="mt-4 mx-auto md:mx-0">
</div>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page</title>
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@^3.0.2/dist/tailwind.min.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="container mx-auto">
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Idea 1 -->
<div class="bg-blue-500 text-white p-8">
<h2 class="text-4xl font-bold mb-4">Efficiency and Time-Saving</h2>
<ul class="list-disc">
<li class="mb-2">Streamline your content creation process</li>
<li class="mb-2">Save valuable time with automation features</li>
</ul>
</div>
<div class="bg-yellow-500 text-white p-8">
<h2 class="text-4xl font-bold mb-4">Enhanced Quality and Engagement</h2>
<ul class="list-disc">
<li class="mb-2">Add stunning visual effects and animations</li>
<li class="mb-2">Incorporate interactive elements for higher engagement</li>
</ul>
</div>
<div class="bg-green-500 text-white p-8">
<h2 class="text-4xl font-bold mb-4">Monetization and Revenue Growth</h2>
<ul class="list-disc">
<li class="mb-2">Unlock new revenue streams</li>
<li class="mb-2">Maximize your earning potential</li>
</ul>
</div>
<div class="p-8">
<p class="text-xl text-gray-800">Streamline your content creation process and save valuable time with our innovative tools and automation features. Our platform offers automated video editing and streamlined publishing workflows, allowing you to focus more on your content and less on tedious tasks.</p>
<img src="efficiency.jpg" alt="Efficiency and Time-Saving" class="mt-4 mx-auto">
</div>
<div class="p-8">
<p class="text-xl text-gray-800">Elevate your content to new heights with our advanced editing capabilities and interactive elements, captivating your audience and driving higher engagement.</p>
<img src="engagement.jpg" alt="Enhanced Quality and Engagement" class="mt-4 mx-auto">
</div>
<div class="p-8">
<p class="text-xl text-gray-800">Unlock new revenue streams and maximize your earning potential through our comprehensive monetization solutions. Our platform offers various options including ad placements, brand partnerships, and subscription models, enabling you to turn your passion into a lucrative business.</p>
<img src="monetization.jpg" alt="Monetization and Revenue Growth" class="mt-4 mx-auto">
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment