diff --git a/examples/official-site/assets/screenshots/user-creation-form.png b/examples/official-site/assets/screenshots/user-creation-form.png new file mode 100644 index 00000000..93a30126 Binary files /dev/null and b/examples/official-site/assets/screenshots/user-creation-form.png differ diff --git a/examples/official-site/sqlpage/templates/shell-home.handlebars b/examples/official-site/sqlpage/templates/shell-home.handlebars index 2d2dba62..56961b9c 100644 --- a/examples/official-site/sqlpage/templates/shell-home.handlebars +++ b/examples/official-site/sqlpage/templates/shell-home.handlebars @@ -616,7 +616,7 @@ gap: 3rem; } - #features h2 { + #features .gradient-title { font-size: 3.5rem; margin-bottom: 1rem; background: linear-gradient(135deg, #ffffff 0%, #e1e1e1 100%); @@ -749,7 +749,7 @@ max-width: 500px; } - .feature-content h2 { + .feature-content .gradient-title { font-size: 2.5rem; margin-bottom: 1.5rem; background: var(--gradient-primary); @@ -775,7 +775,8 @@ transform: translateY(-10px); } - .feature-image img, .feature-image video { + .feature-image img, + .feature-image video { width: 100%; object-fit: cover; object-position: left; @@ -787,7 +788,7 @@ grid-template-columns: 1fr; text-align: center; } - + .feature-content { max-width: 100%; } @@ -904,6 +905,18 @@ background-position: -400% 0; } } + + .dynamic-title { + font-size: 2.5rem; + background: linear-gradient(135deg, rgba(231, 131, 211, 0.95) 0%, rgba(221, 22, 22, 0.85) 100%); + -webkit-background-clip: text; + background-clip: text; + color: transparent; + text-shadow: + 0 1px 1px rgba(0, 0, 0, 0.2), + 0 -1px 1px rgba(255, 255, 255, 0.1); + position: relative; + } @@ -974,11 +987,13 @@
-

More scalable than a spreadsheet

-

SQL queries sort, filter, and aggregate millions of rows in milliseconds. No more slow spreadsheet formulas or memory limitations. Your app remains smooth and responsive even as your data grows.

+

More scalable than a spreadsheet

+

SQL queries sort, filter, and aggregate millions of rows in milliseconds. No more slow spreadsheet + formulas or memory limitations. Your app remains smooth and responsive even as your data grows.

- +
@@ -986,11 +1001,13 @@
-

More dynamic than a dashboard

-

Build multi-page applications with drill-down capabilities. Navigate from summaries to detailed records. Full CRUD operations support viewing, editing, and analyzing your data.

+

More dynamic than a dashboard

+

Build multi-page applications with drill-down capabilities. Navigate from summaries to detailed + records. Comment, edit, and dive into your data instead of just looking at static numbers.

- + User creation form, illustrating the ability to create, edit, and delete individual data points, to go beyond simple static dashboards.
@@ -998,8 +1015,9 @@
-

The power of the web, without the complexity

-

Write SQL, get a web app. No need for complex frameworks or multiple languages. Optional HTML/CSS/JS customization available. REST API compatible for integration with external services.

+

The power of the web, without the complexity

+

Write SQL, get a web app. No need for complex frameworks or multiple languages. Optional HTML/CSS/JS + customization available. REST API compatible for integration with external services.

Simple Web Development