4.1
This commit is contained in:
parent
f1907e5e93
commit
3fe0013a9c
@ -47,6 +47,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
<title>Add New Template</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/css/admin.css">
|
||||
<link rel="icon" type="image/jpeg" href="/assets/images/favicon.jpg">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
@ -10,6 +10,7 @@ require_login();
|
||||
<title>Admin - Template Management</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/css/admin.css">
|
||||
<link rel="icon" href="/assets/images/favicon.jpg" type="image/jpeg">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
BIN
assets/images/favicon.jpg
Normal file
BIN
assets/images/favicon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
@ -42,6 +42,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
<title>Change Password - Admin</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/css/admin.css">
|
||||
<link rel="icon" href="/assets/images/favicon.jpg" type="image/jpeg">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
@ -46,6 +46,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
<title>Edit File</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/css/admin.css">
|
||||
<link rel="icon" href="/assets/images/favicon.jpg" type="image/jpeg">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
@ -54,6 +54,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
<title>Edit Template</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/css/admin.css">
|
||||
<link rel="icon" href="/assets/images/favicon.jpg" type="image/jpeg">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
@ -163,6 +163,7 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
|
||||
<meta property="twitter:image" content="<?= htmlspecialchars($projectImageUrl) ?>" />
|
||||
<?php endif; ?>
|
||||
|
||||
<link rel="icon" type="image/jpeg" href="/assets/images/favicon.jpg">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
@ -174,7 +175,7 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
|
||||
<header class="py-3 mb-4 border-bottom bg-white">
|
||||
<div class="container d-flex flex-wrap justify-content-center">
|
||||
<a href="index.php" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
|
||||
<span class="fs-4">Ebook Page Builder</span>
|
||||
<span class="fs-4">Contentrepreneur Quick Pages</span>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -15,7 +15,7 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Your Landing Page</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<link rel="icon" href="assets/images/favicon.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="/assets/images/favicon.jpg" type="image/jpeg">
|
||||
<link rel="stylesheet" href="assets/css/custom.css">
|
||||
</head>
|
||||
<body>
|
||||
@ -23,7 +23,7 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';
|
||||
<header class="py-3 mb-4 border-bottom bg-white">
|
||||
<div class="container d-flex flex-wrap justify-content-center">
|
||||
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
|
||||
<span class="fs-4">Ebook Page Builder</span>
|
||||
<span class="fs-4">Contentrepreneur Quick Pages</span>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
@ -28,6 +28,7 @@ if (is_logged_in()) {
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Login - Admin</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="icon" href="/assets/images/favicon.jpg" type="image/jpeg">
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
|
||||
@ -96,6 +96,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['action']) && $_POST['
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>$title</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="icon" href="/assets/images/favicon.jpg" type="image/jpeg">
|
||||
<style>
|
||||
body {
|
||||
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
|
||||
188
published/692e3090de173.html
Normal file
188
published/692e3090de173.html
Normal file
@ -0,0 +1,188 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Minimalist Modern Title (Dark Theme)</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="icon" href="assets/images/favicon.jpg" type="image/jpeg">
|
||||
<style>
|
||||
body {
|
||||
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
background-color: #F8F9FA;
|
||||
color: #212529;
|
||||
}
|
||||
.preview-container { max-width: 960px; }
|
||||
/* assets/css/custom.css */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
|
||||
|
||||
:root {
|
||||
--primary-color: #007bff; /* A vibrant blue */
|
||||
--primary-hover: #0056b3;
|
||||
--background-color: #fdfdfd; /* A very light, almost white grey */
|
||||
--card-bg-color: #ffffff;
|
||||
--text-color: #333;
|
||||
--text-light: #666;
|
||||
--border-color: #eef2f7;
|
||||
--shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
|
||||
--border-radius: 12px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background-color: var(--background-color);
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--primary-hover);
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: var(--primary-color);
|
||||
border-color: var(--primary-color);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
background-color: var(--primary-hover);
|
||||
border-color: var(--primary-hover);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
background-color: #28a745;
|
||||
border-color: #28a745;
|
||||
}
|
||||
|
||||
.btn-success:hover {
|
||||
background-color: #218838;
|
||||
border-color: #1e7e34;
|
||||
}
|
||||
|
||||
header.bg-white {
|
||||
background-color: var(--card-bg-color) !important;
|
||||
border-bottom-color: var(--border-color) !important;
|
||||
}
|
||||
|
||||
header .fs-4 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#gallery-section .display-5 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#gallery-section .card {
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: none;
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
}
|
||||
|
||||
#gallery-section .card:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
#gallery-section .card-img-top {
|
||||
border-top-left-radius: var(--border-radius);
|
||||
border-top-right-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
#gallery-section .card-title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#gallery-section .card-footer {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#preview-section {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
.preview-container {
|
||||
max-width: 960px;
|
||||
margin: auto;
|
||||
background: var(--card-bg-color);
|
||||
padding: 3rem;
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: var(--shadow);
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.preview-container img {
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
#editor-section {
|
||||
background-color: #f8f9fa; /* A slightly darker grey for contrast */
|
||||
}
|
||||
|
||||
#editor-section h2 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.form-control, .form-select {
|
||||
border-radius: 8px;
|
||||
border-color: var(--border-color);
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.15);
|
||||
border-color: var(--primary-color);
|
||||
}
|
||||
|
||||
footer.bg-light {
|
||||
background-color: var(--card-bg-color) !important;
|
||||
border-top-color: var(--border-color) !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<section class="py-5">
|
||||
<div class="container preview-container">
|
||||
<style>
|
||||
.dark-theme-container {
|
||||
background-color: #121212;
|
||||
color: #ffffff;
|
||||
padding: 2rem;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
.btn-primary {
|
||||
background-color: #bb86fc;
|
||||
border-color: #bb86fc;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
background-color: #a76bfa;
|
||||
border-color: #a76bfa;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="dark-theme-container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<img id="previewImage" src="https://marketing-landing-page-downloader.dev.flatlogic.app/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 (Dark Theme)</h1>
|
||||
<p id="previewDescription" class="lead fs-4">A compelling description for the minimalist modern template.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<footer class="text-center py-3 bg-light">
|
||||
<p class="mb-0">© 2025 <a href="https://www.thecontentrepreneur.com/">The Contentrepreneur</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
188
published/692e314f68443.html
Normal file
188
published/692e314f68443.html
Normal file
@ -0,0 +1,188 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Minimalist Modern Title (Dark Theme)</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="icon" href="/assets/images/favicon.jpg" type="image/jpeg">
|
||||
<style>
|
||||
body {
|
||||
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
background-color: #F8F9FA;
|
||||
color: #212529;
|
||||
}
|
||||
.preview-container { max-width: 960px; }
|
||||
/* assets/css/custom.css */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
|
||||
|
||||
:root {
|
||||
--primary-color: #007bff; /* A vibrant blue */
|
||||
--primary-hover: #0056b3;
|
||||
--background-color: #fdfdfd; /* A very light, almost white grey */
|
||||
--card-bg-color: #ffffff;
|
||||
--text-color: #333;
|
||||
--text-light: #666;
|
||||
--border-color: #eef2f7;
|
||||
--shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
|
||||
--border-radius: 12px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background-color: var(--background-color);
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: var(--primary-hover);
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: var(--primary-color);
|
||||
border-color: var(--primary-color);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
background-color: var(--primary-hover);
|
||||
border-color: var(--primary-hover);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
background-color: #28a745;
|
||||
border-color: #28a745;
|
||||
}
|
||||
|
||||
.btn-success:hover {
|
||||
background-color: #218838;
|
||||
border-color: #1e7e34;
|
||||
}
|
||||
|
||||
header.bg-white {
|
||||
background-color: var(--card-bg-color) !important;
|
||||
border-bottom-color: var(--border-color) !important;
|
||||
}
|
||||
|
||||
header .fs-4 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#gallery-section .display-5 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#gallery-section .card {
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: none;
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
}
|
||||
|
||||
#gallery-section .card:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
#gallery-section .card-img-top {
|
||||
border-top-left-radius: var(--border-radius);
|
||||
border-top-right-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
#gallery-section .card-title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#gallery-section .card-footer {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#preview-section {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
.preview-container {
|
||||
max-width: 960px;
|
||||
margin: auto;
|
||||
background: var(--card-bg-color);
|
||||
padding: 3rem;
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: var(--shadow);
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.preview-container img {
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
#editor-section {
|
||||
background-color: #f8f9fa; /* A slightly darker grey for contrast */
|
||||
}
|
||||
|
||||
#editor-section h2 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.form-control, .form-select {
|
||||
border-radius: 8px;
|
||||
border-color: var(--border-color);
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.15);
|
||||
border-color: var(--primary-color);
|
||||
}
|
||||
|
||||
footer.bg-light {
|
||||
background-color: var(--card-bg-color) !important;
|
||||
border-top-color: var(--border-color) !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<section class="py-5">
|
||||
<div class="container preview-container">
|
||||
<style>
|
||||
.dark-theme-container {
|
||||
background-color: #121212;
|
||||
color: #ffffff;
|
||||
padding: 2rem;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
.btn-primary {
|
||||
background-color: #bb86fc;
|
||||
border-color: #bb86fc;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
background-color: #a76bfa;
|
||||
border-color: #a76bfa;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="dark-theme-container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<img id="previewImage" src="https://marketing-landing-page-downloader.dev.flatlogic.app/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 (Dark Theme)</h1>
|
||||
<p id="previewDescription" class="lead fs-4">A compelling description for the minimalist modern template.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<footer class="text-center py-3 bg-light">
|
||||
<p class="mb-0">© 2025 <a href="https://www.thecontentrepreneur.com/">The Contentrepreneur</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user