From e6adcd855a6faf0501b39de308830dd370d1c6a1 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 1 Dec 2025 22:46:31 +0000 Subject: [PATCH] 2.1 --- templates/Template_4.html | 63 --------------------------------------- templates/data.php | 21 +++++++++++++ templates/template-4.html | 13 ++++++++ templates/template-5.html | 15 +++++----- templates/template-6.html | 17 +++++------ 5 files changed, 50 insertions(+), 79 deletions(-) delete mode 100644 templates/Template_4.html create mode 100644 templates/template-4.html diff --git a/templates/Template_4.html b/templates/Template_4.html deleted file mode 100644 index e597f80..0000000 --- a/templates/Template_4.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - Template 4 - - - - - - - -
-
-

Your eBook Title Here

-
-
-
-
-
- feature -
-
-
-
- - - -
-
-

Shooting Stars

-

Blue bottle crucifix vinyl post-ironic four dollar toast vegan taxidermy. Gastropub indxgo juice poutine.

-
-
-
-
- - - -
-
-

The Catalyzer

-

Blue bottle crucifix vinyl post-ironic four dollar toast vegan taxidermy. Gastropub indxgo juice poutine.

-
-
-
-
- - - -
-
-

Neptune

-

Blue bottle crucifix vinyl post-ironic four dollar toast vegan taxidermy. Gastropub indxgo juice poutine.

-
-
-
- Get the eBook -
-
-
- - \ No newline at end of file diff --git a/templates/data.php b/templates/data.php index b16ec58..bd7cf2d 100644 --- a/templates/data.php +++ b/templates/data.php @@ -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', + ], ]; ?> \ No newline at end of file diff --git a/templates/template-4.html b/templates/template-4.html new file mode 100644 index 0000000..27fe1a0 --- /dev/null +++ b/templates/template-4.html @@ -0,0 +1,13 @@ +Back to Templates +
+
+ Ebook Cover +
+
+

Minimalist Modern Title

+

A compelling description for the minimalist modern template.

+
+ +
+
+
\ No newline at end of file diff --git a/templates/template-5.html b/templates/template-5.html index 9e3fc5c..ecb5f41 100644 --- a/templates/template-5.html +++ b/templates/template-5.html @@ -1,12 +1,13 @@ Back to Templates
-
- Ebook Cover +
+ Ebook Cover
-
-

Minimalist Modern Title

-

A compelling description for the minimalist modern template.

-
- Download Now +
+

Bold & Blue Title

+

A vibrant and bold description for the blue-themed template.

+
+ +
\ No newline at end of file diff --git a/templates/template-6.html b/templates/template-6.html index 9e3fc5c..35c9912 100644 --- a/templates/template-6.html +++ b/templates/template-6.html @@ -1,12 +1,11 @@ Back to Templates -
-
- Ebook Cover -
-
-

Minimalist Modern Title

-

A compelling description for the minimalist modern template.

-
- Download Now +
+
+ Ebook Cover +

Classic Serif Title

+

An elegant and classic description, perfect for a timeless serif-style ebook.

+
+ +
\ No newline at end of file