Skip to content

Commit 1a84291

Browse files
committed
add link to corporate conundrum
1 parent ca17fef commit 1a84291

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/official-site/index.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ SELECT 'Examples' as title,
131131
'SQL source code for examples and demos of websites built with SQLPage.' as description,
132132
'teal' as color,
133133
'code' as icon;
134+
SELECT 'Corporate Conundrum' as title,
135+
'https://conundrum.ophir.dev' as link,
136+
'A demo web application powered by SQLPage, designed for playing a fun trivia board game with friends.' as description,
137+
'cyan' as color,
138+
'affiliate' as icon;
134139
-- github link
135140
SELECT 'Source code' as title,
136141
'https://github.com/lovasoa/SQLPage' as link,

0 commit comments

Comments
 (0)