Skip to content

Commit

Permalink
link to datapage.app for easy hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jul 28, 2024
1 parent 6b42e27 commit fc9fb61
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions examples/official-site/your-first-sql-website/index.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ select 'dynamic' as component, properties FROM example WHERE component = 'shell'

SELECT 'hero' as component,
'Your first SQL Website' as title,
'Let''s create your first website in SQL together, from downloading SQLPage to publishing your site online.' as description,
'Let''s create your first website in SQL together, from downloading SQLPage to connecting it to your database, to making a web app' as description,
'https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Backlit_keyboard.jpg/1024px-Backlit_keyboard.jpg' as image,
'https://replit.com/@pimaj62145/SQLPage#index.sql' as link,
'Try SQLPage online on repl.it' as link_text;
'https://datapage.app' as link,
'... or just put your app online now. Try DataPage !' as link_text;

SELECT 'alert' as component,
'Afraid of the setup ? Do it the easy way !' as title,
'mood-happy' as icon,
'teal' as color,
'You don’t want to have anything to do with scary hacker things ? You can use a preconfigured SQLPage hosted on our servers, and **never have to configure a server** yourself.' as description_md,
'hosted.sql' AS link,
'Try SQLPage cloud' as link_text;
'You don’t want to have anything to do with scary hacker things ?
You can use a preconfigured SQLPage hosted on our servers, and **never have to configure a server** yourself.' as description_md,
'https://replit.com/@pimaj62145/SQLPage#index.sql' AS link,
'Try SQLPage from your browser' as link_text;
select 'https://datapage.app' as link, 'Host your app on our servers' as title, 'teal' as color;
SELECT 'alert' as component,
'Do you prefer videos ?' as title,
'brand-youtube' as icon,
Expand Down

0 comments on commit fc9fb61

Please sign in to comment.