Skip to content

Commit f2dce8c

Browse files
GitHub Pages
1 parent 975f6a0 commit f2dce8c

File tree

9 files changed

+4
-7
lines changed

9 files changed

+4
-7
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

gh-pages/images/charlesdeluvio-Lks7vei-eAg-unsplash_1920x1280.jpg renamed to docs/images/charlesdeluvio-Lks7vei-eAg-unsplash_1920x1280.jpg

File renamed without changes.

gh-pages/images/headway-5QgIuuBxKwM-unsplash_1920x1280.jpg renamed to docs/images/headway-5QgIuuBxKwM-unsplash_1920x1280.jpg

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en" class="h-full scroll-smooth"><head><title>AI-friendly Landing Page Generator & Styleguide - Home</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="description" content="AI-friendly Static Landing Page Generator & Styleguide - A template for building static marketing and product landing pages using AI coding assistants."><script>(()=>{const e=localStorage.getItem("theme"),t=window.matchMedia("(prefers-color-scheme: dark)").matches;("dark"===e||null===e&&t)&&document.documentElement.classList.add("dark")})()</script><script defer="defer" src="bundle.33bb6413c30cc0895c8a.js"></script><link href="styles/main.c8cecdee5417a9499712.css" rel="stylesheet"></head><body class="h-full bg-gray-50 dark:bg-gray-900 text-gray-900 dark:text-gray-100 transition-colors duration-200 font-sans"><div class="container mx-auto px-4 py-12 max-w-4xl"><header class="mb-12 flex justify-between items-center"><div></div><div data-controller="theme"><button data-theme-target="toggleButton" data-action="click->theme#toggle" class="px-4 py-2 font-semibold text-sm text-white bg-purple-600 rounded-md shadow-sm hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500 dark:bg-indigo-600 dark:hover:bg-indigo-700 dark:focus:ring-offset-gray-800 cursor-pointer"></button></div></header><main class="prose prose-lg dark:prose-invert max-w-none"><h2 class="text-3xl sm:text-4xl font-extrabold mb-6">AI-friendly Static Landing Page Generator & Styleguide</h2><p class="text-lg sm:text-xl text-gray-600 dark:text-gray-400 mb-8">This project provides a modern template and styleguide for building static marketing and product landing pages. It combines a pre-configured development environment with a set of reusable components, designed to be easily extended either manually or, ideally, through AI coding assistants like Cursor.</p><div class="bg-gradient-to-r from-blue-50 to-indigo-100 dark:from-gray-800 dark:to-slate-900 p-6 rounded-lg shadow mb-10"><h3 class="text-xl font-semibold mb-3 text-gray-800 dark:text-gray-200">The Goal</h3><p class="text-gray-700 dark:text-gray-300">Bridge the gap between the ease of AI-driven development ("text-to-landingpage") and the need for full control over clean, static, zero-dependency HTML/CSS/JS output.</p></div><h3 class="text-2xl font-semibold mb-4">Quick Links</h3><ul class="list-disc list-inside space-y-2 mb-8"><li><a href="styleguide/index.html" class="text-blue-600 dark:text-blue-400 hover:underline">View the Living Styleguide</a></li><li><a href="example-page/index.html" class="text-blue-600 dark:text-blue-400 hover:underline">See the Example Landing Page</a></li><li><a href="https://github.com/dx-tooling/landingpages-ai-template" target="_blank" rel="noopener noreferrer" class="text-blue-600 dark:text-blue-400 hover:underline">GitHub Repository</a></li></ul><h3 class="text-2xl font-semibold mb-4">Getting Started</h3><p>Refer to the <a href="https://github.com/dx-tooling/landingpages-ai-template#getting-started" target="_blank" rel="noopener noreferrer" class="text-blue-600 dark:text-blue-400 hover:underline">README</a> for setup instructions.</p></main><footer class="mt-16 pt-8 border-t border-gray-200 dark:border-gray-700 text-center text-sm text-gray-500 dark:text-gray-400"><p>&copy; 2024 Landing Page Generator Template. MIT Licensed.</p></footer></div></body></html>
1+
<!doctype html><html lang="en" class="h-full scroll-smooth"><head><title>AI-friendly Landing Page Generator & Styleguide - Home</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="description" content="AI-friendly Static Landing Page Generator & Styleguide - A template for building static marketing and product landing pages using AI coding assistants."><script>(()=>{const e=localStorage.getItem("theme"),t=window.matchMedia("(prefers-color-scheme: dark)").matches;("dark"===e||null===e&&t)&&document.documentElement.classList.add("dark")})()</script><script defer="defer" src="bundle.33bb6413c30cc0895c8a.js"></script><link href="styles/main.c55cf06cb56c1a681f62.css" rel="stylesheet"></head><body class="h-full bg-gray-50 dark:bg-gray-900 text-gray-900 dark:text-gray-100 transition-colors duration-200 font-sans"><div class="container mx-auto px-4 py-12 max-w-4xl"><header class="mb-12 flex justify-between items-center"><div></div><div data-controller="theme"><button data-theme-target="toggleButton" data-action="click->theme#toggle" class="px-4 py-2 font-semibold text-sm text-white bg-purple-600 rounded-md shadow-sm hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500 dark:bg-indigo-600 dark:hover:bg-indigo-700 dark:focus:ring-offset-gray-800 cursor-pointer"></button></div></header><main class="prose prose-lg dark:prose-invert max-w-none"><h2 class="text-3xl sm:text-4xl font-extrabold mb-6">AI-friendly Static Landing Page Generator & Styleguide</h2><p class="text-lg sm:text-xl text-gray-600 dark:text-gray-400 mb-8">This project provides a modern template and styleguide for building static marketing and product landing pages. It combines a pre-configured development environment with a set of reusable components, designed to be easily extended either manually or, ideally, through AI coding assistants like Cursor.</p><div class="bg-gradient-to-r from-blue-50 to-indigo-100 dark:from-gray-800 dark:to-slate-900 p-6 rounded-lg shadow mb-10"><h3 class="text-xl font-semibold mb-3 text-gray-800 dark:text-gray-200">The Goal</h3><p class="text-gray-700 dark:text-gray-300">Bridge the gap between the ease of AI-driven development ("text-to-landingpage") and the need for full control over clean, static, zero-dependency HTML/CSS/JS output.</p></div><h3 class="text-2xl font-semibold mb-4">Quick Links</h3><ul class="list-disc list-inside space-y-2 mb-8"><li><a href="styleguide/index.html" class="text-blue-600 dark:text-blue-400 hover:underline">View the Living Styleguide</a></li><li><a href="example-page/index.html" class="text-blue-600 dark:text-blue-400 hover:underline">See the Example Landing Page</a></li><li><a href="https://github.com/dx-tooling/landingpages-ai-template" target="_blank" rel="noopener noreferrer" class="text-blue-600 dark:text-blue-400 hover:underline">GitHub Repository</a></li></ul><h3 class="text-2xl font-semibold mb-4">Getting Started</h3><p>Refer to the <a href="https://github.com/dx-tooling/landingpages-ai-template#getting-started" target="_blank" rel="noopener noreferrer" class="text-blue-600 dark:text-blue-400 hover:underline">README</a> for setup instructions.</p></main><footer class="mt-16 pt-8 border-t border-gray-200 dark:border-gray-700 text-center text-sm text-gray-500 dark:text-gray-400"><p>&copy; 2024 Landing Page Generator Template. MIT Licensed.</p></footer></div></body></html>
Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

gh-pages/styles/main.c8cecdee5417a9499712.css renamed to docs/styles/main.c55cf06cb56c1a681f62.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -972,9 +972,6 @@
972972
--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
973973
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
974974
}
975-
.filter {
976-
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
977-
}
978975
.backdrop-blur-sm {
979976
--tw-backdrop-blur: blur(var(--blur-sm));
980977
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"quality": "npm run prettier:fix && npm run lint",
1313
"build": "webpack --mode=development",
1414
"build:prod": "webpack --mode=production",
15-
"build:gh-pages": "npm run build:prod && rm -rf gh-pages && mkdir gh-pages && cp -R dist/. gh-pages/ && touch gh-pages/.nojekyll"
15+
"build:gh-pages": "npm run build:prod && rm -rf docs && mkdir docs && cp -R dist/. docs/ && touch docs/.nojekyll"
1616
},
1717
"author": "",
1818
"license": "MIT",

0 commit comments

Comments
 (0)