Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pr_trigger
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Last run: 2026-02-21 03:13:47
Last run: 2026-02-21 06:32:25
732 changes: 732 additions & 0 deletions static/pcp/banner-generator.html

Large diffs are not rendered by default.

967 changes: 967 additions & 0 deletions static/pcp/banner-generator2.html

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions static/pcp/defaults.json

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions static/pcp/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!doctype html>
<html lang="en">
<head>
Expand Down Expand Up @@ -33,7 +34,7 @@
.banner-tile img { max-height:150px; width:auto; max-width:100%; object-fit:contain; }
</style>
</head>
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary dark-mode" data-bs-theme="dark">
<script>
if (localStorage.getItem("authenticated") !== "true") {
window.location.href = "/login.html";
Expand Down Expand Up @@ -155,7 +156,7 @@ <h3 class="dropdown-item-title">Nora Silvester<span class="float-end fs-7 text-w
<div class="sidebar-brand">
<a href="index.html" class="brand-link">
<img src="assets/img/AdminLTELogo.png" alt="AdminLTE Logo" class="brand-image opacity-75 shadow" />
<span class="brand-text fw-light">AdminLTE 4</span>
<span class="brand-text fw-light">CFC Dashboard</span>
</a>
</div>
<div class="sidebar-wrapper">
Expand All @@ -172,7 +173,7 @@ <h3 class="dropdown-item-title">Nora Silvester<span class="float-end fs-7 text-w
<div class="container-fluid">
<div class="row">
<div class="col-sm-6"><h3 class="mb-0">Creative 00441</h3></div>
<div class="col-sm-6"><img src="300x250.png" style="max-width:340px!important;heigh:auto;">
<div class="col-sm-6">
<ol class="breadcrumb float-sm-end">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Creatives</li>
Expand All @@ -185,10 +186,8 @@ <h3 class="dropdown-item-title">Nora Silvester<span class="float-end fs-7 text-w
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 col-6">
<div class="small-box text-bg-primary">
<div class="inner"><h3>150</h3><p>New Orders</p></div>
<svg class="small-box-icon" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M2.25 2.25a.75.75 0 000 1.5h1.386c.17 0 .318.114.362.278l2.558 9.592a3.752 3.752 0 00-2.806 3.63c0 .414.336.75.75.75h15.75a.75.75 0 000-1.5H5.378A2.25 2.25 0 017.5 15h11.218a.75.75 0 00.674-.421 60.358 60.358 0 002.96-7.228.75.75 0 00-.525-.965A60.864 60.864 0 005.68 4.509l-.232-.867A1.875 1.875 0 003.636 2.25H2.25zM3.75 20.25a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zM16.5 20.25a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z"></path></svg>
<a href="#" class="small-box-footer link-light link-underline-opacity-0 link-underline-opacity-50-hover">More info <i class="bi bi-link-45deg"></i></a>
<div class="banner-tile mb-4">
<img src="300x250.png" class="img-fluid" alt="Promotional Banner" />
</div>
</div>
<div class="col-lg-3 col-6">
Expand Down
2 changes: 1 addition & 1 deletion static/pcp/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"type": "item",
"label": "generator",
"icon": "bi-wrench-adjustable-circle",
"href": "generate/theme.html"
"href": "banner-generator2.html"
},
{
"type": "header",
Expand Down
Loading