From edaa776c8ad5627cb4d7efd4fb08356e59ace99d Mon Sep 17 00:00:00 2001 From: lovasoa Date: Fri, 9 Jun 2023 22:09:13 +0200 Subject: [PATCH] homepage --- examples/official-site/index.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/official-site/index.sql b/examples/official-site/index.sql index 7ccebba3..55bec1bd 100644 --- a/examples/official-site/index.sql +++ b/examples/official-site/index.sql @@ -1,14 +1,14 @@ select 'http_header' as component, 'public, max-age=600, stale-while-revalidate=3600, stale-if-error=86400' as "Cache-Control"; -- Using the 'shell' component at the top allows you to customize your web page, giving it a title and a description select 'shell' as component, - 'SQLPage: Build SQL-only web applications' as title, + 'SQLPage' as title, 'database' as icon, '/' as link, 'en-US' as lang, 'Official SQLPage website: write web applications in SQL !' as description, 'get started' as menu_item, 'documentation' as menu_item, - 20 as font_size, + 19 as font_size, 'Poppins' as font; SELECT 'hero' as component, @@ -80,7 +80,7 @@ passing it information from the web request as SQL statement parameters. When the database starts returning rows for the query, SQLPage maps each piece of information in the row to a parameter in the template of a pre-defined component, and streams the result back to the user''s browser. -' as description_md, +' as footer_md, 'flask' as icon, 'purple' as color; SELECT 'Start Simple, Scale to Advanced' as title,