2.1
This commit is contained in:
parent
9b16e60a4f
commit
e6adcd855a
@ -1,63 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Template 4</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<link href="" rel="shortcut icon">
|
||||
<meta property="og:image" content="">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="gjs-row" id="iqu61">
|
||||
<div class="gjs-cell" id="i19it" style="text-align: center; padding: 20px;">
|
||||
<h1 data-editable="text" data-id="main-title" data-label="Main Title" class="ingc-h1" style="font-size: 2.5em; font-weight: bold;">Your eBook Title Here</h1>
|
||||
</div>
|
||||
</div>
|
||||
<section class="text-gray-600 body-font">
|
||||
<div class="container px-5 py-24 mx-auto flex flex-wrap">
|
||||
<div class="lg:w-1/2 w-full mb-10 lg:mb-0 rounded-lg overflow-hidden">
|
||||
<img data-editable="image" data-id="main-image" data-label="Main Image" alt="feature" src="https://adfasdf.doo.ee/Webinar.jpg" class="object-cover object-center h-full w-full" />
|
||||
</div>
|
||||
<div class="flex flex-col flex-wrap lg:py-6 -mb-10 lg:w-1/2 lg:pl-12 lg:text-left text-center">
|
||||
<div class="flex flex-col mb-10 lg:items-start items-center">
|
||||
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-indigo-100 text-indigo-500 mb-5">
|
||||
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-6 h-6">
|
||||
<path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="flex-grow">
|
||||
<h2 data-editable="text" data-id="feature-1-title" data-label="Feature 1 Title" class="text-gray-900 text-lg title-font font-medium mb-3">Shooting Stars</h2>
|
||||
<p data-editable="text" data-id="feature-1-desc" data-label="Feature 1 Description" class="leading-relaxed text-base">Blue bottle crucifix vinyl post-ironic four dollar toast vegan taxidermy. Gastropub indxgo juice poutine.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-col mb-10 lg:items-start items-center">
|
||||
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-indigo-100 text-indigo-500 mb-5">
|
||||
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-6 h-6">
|
||||
<path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="flex-grow">
|
||||
<h2 data-editable="text" data-id="feature-2-title" data-label="Feature 2 Title" class="text-gray-900 text-lg title-font font-medium mb-3">The Catalyzer</h2>
|
||||
<p data-editable="text" data-id="feature-2-desc" data-label="Feature 2 Description" class="leading-relaxed text-base">Blue bottle crucifix vinyl post-ironic four dollar toast vegan taxidermy. Gastropub indxgo juice poutine.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-col mb-10 lg:items-start items-center">
|
||||
<div class="w-12 h-12 inline-flex items-center justify-center rounded-full bg-indigo-100 text-indigo-500 mb-5">
|
||||
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-6 h-6">
|
||||
<path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="flex-grow">
|
||||
<h2 data-editable="text" data-id="feature-3-title" data-label="Feature 3 Title" class="text-gray-900 text-lg title-font font-medium mb-3">Neptune</h2>
|
||||
<p data-editable="text" data-id="feature-3-desc" data-label="Feature 3 Description" class="leading-relaxed text-base">Blue bottle crucifix vinyl post-ironic four dollar toast vegan taxidermy. Gastropub indxgo juice poutine.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div data-editable="embed" data-id="embed" data-label="Embed Code" class="flex flex-col mb-10 lg:items-start items-center" style="margin-top: 2.5rem;"></div>
|
||||
<a href="#" data-editable="button" data-id="cta-button" data-label="Call to Action Button" class="text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">Get the eBook</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
@ -21,5 +21,26 @@ $templates = [
|
||||
'preview_image' => 'assets/images/Signals-of-Strain-eBook.png',
|
||||
'file' => 'templates/template-3.html',
|
||||
],
|
||||
[
|
||||
'id' => 4,
|
||||
'name' => 'Minimalist Modern 2',
|
||||
'description' => 'A clean, modern design with a large feature image.',
|
||||
'preview_image' => 'assets/images/Social-Media-eBook.png',
|
||||
'file' => 'templates/template-4.html',
|
||||
],
|
||||
[
|
||||
'id' => 5,
|
||||
'name' => 'Bold & Blue 2',
|
||||
'description' => 'A vibrant design with a prominent blue call-to-action.',
|
||||
'preview_image' => 'assets/images/Marketing.png',
|
||||
'file' => 'templates/template-5.html',
|
||||
],
|
||||
[
|
||||
'id' => 6,
|
||||
'name' => 'Classic Serif 2',
|
||||
'description' => 'An elegant, text-focused design for a classic feel.',
|
||||
'preview_image' => 'assets/images/Signals-of-Strain-eBook.png',
|
||||
'file' => 'templates/template-6.html',
|
||||
],
|
||||
];
|
||||
?>
|
||||
13
templates/template-4.html
Normal file
13
templates/template-4.html
Normal file
@ -0,0 +1,13 @@
|
||||
<a id="back-to-templates-btn" href="editor_13d84da0257b8680.php" class="btn btn-secondary mb-3">Back to Templates</a>
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<img id="previewImage" src="assets/images/Social-Media-eBook.png" class="img-fluid rounded shadow-sm" alt="Ebook Cover">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h1 id="previewTitle" class="display-5 fw-bold mt-4 mt-md-0">Minimalist Modern Title</h1>
|
||||
<p id="previewDescription" class="lead fs-4">A compelling description for the minimalist modern template.</p>
|
||||
<div id="previewCtaContainer">
|
||||
<button id="previewCta" class="btn btn-primary btn-lg mt-3">Download Now</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1,12 +1,13 @@
|
||||
<a id="back-to-templates-btn" href="editor_13d84da0257b8680.php" class="btn btn-secondary mb-3">Back to Templates</a>
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<img data-editable="image" data-id="image" data-label="Image" src="https://cdn1.sharemyimage.com/smi/2025/12/01/gemini-image-2_Generate_a_dynamic_eBook_cover_for_Blog_Promotion_Tactics_for_Digital_Markete-0.jpg" class="img-fluid rounded shadow-sm" alt="Ebook Cover">
|
||||
<div class="col-md-6 order-md-2">
|
||||
<img id="previewImage" src="assets/images/Marketing.png" class="img-fluid rounded shadow-sm" alt="Ebook Cover">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h1 data-editable="text" data-id="title" data-label="Title" class="display-5 fw-bold mt-4 mt-md-0">Minimalist Modern Title</h1>
|
||||
<p data-editable="text" data-id="description" data-label="Description" class="lead fs-4">A compelling description for the minimalist modern template.</p>
|
||||
<div data-editable="embed" data-id="embed" data-label="Embed Code" class="mt-4"></div>
|
||||
<a href="#" data-editable="button" data-id="button" data-label="Button" class="btn btn-primary btn-lg mt-3">Download Now</a>
|
||||
<div class="col-md-6 order-md-1">
|
||||
<h1 id="previewTitle" class="display-5 fw-bold mt-4 mt-md-0">Bold & Blue Title</h1>
|
||||
<p id="previewDescription" class="lead fs-4">A vibrant and bold description for the blue-themed template.</p>
|
||||
<div id="previewCtaContainer">
|
||||
<button id="previewCta" class="btn btn-primary btn-lg mt-3">Get It Now!</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1,12 +1,11 @@
|
||||
<a id="back-to-templates-btn" href="editor_13d84da0257b8680.php" class="btn btn-secondary mb-3">Back to Templates</a>
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<img data-editable="image" data-id="image" data-label="Image" src="https://cdn1.sharemyimage.com/smi/2025/12/01/gemini-image-2_Generate_a_dynamic_eBook_cover_for_Blog_Promotion_Tactics_for_Digital_Markete-0.jpg" class="img-fluid rounded shadow-sm" alt="Ebook Cover">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h1 data-editable="text" data-id="title" data-label="Title" class="display-5 fw-bold mt-4 mt-md-0">Minimalist Modern Title</h1>
|
||||
<p data-editable="text" data-id="description" data-label="Description" class="lead fs-4">A compelling description for the minimalist modern template.</p>
|
||||
<div data-editable="embed" data-id="embed" data-label="Embed Code" class="mt-4"></div>
|
||||
<a href="#" data-editable="button" data-id="button" data-label="Button" class="btn btn-primary btn-lg mt-3">Download Now</a>
|
||||
<div class="row justify-content-center text-center">
|
||||
<div class="col-lg-8">
|
||||
<img id="previewImage" src="assets/images/Signals-of-Strain-eBook.png" class="img-fluid rounded shadow-sm mb-4" alt="Ebook Cover">
|
||||
<h1 id="previewTitle" class="display-4 fw-bold">Classic Serif Title</h1>
|
||||
<p id="previewDescription" class="lead fs-3 mx-auto">An elegant and classic description, perfect for a timeless serif-style ebook.</p>
|
||||
<div id="previewCtaContainer">
|
||||
<button id="previewCta" class="btn btn-outline-dark btn-lg mt-3">Read More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
x
Reference in New Issue
Block a user