Skip to content

Commit 5f3c3e7

Browse files
committed
and section
1 parent 2fc6b05 commit 5f3c3e7

File tree

2 files changed

+35
-9
lines changed

2 files changed

+35
-9
lines changed

examples/official-site/assets/screenshots/chart-code.svg

Lines changed: 17 additions & 0 deletions
Loading

examples/official-site/sqlpage/templates/shell-home.handlebars

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@
616616
gap: 3rem;
617617
}
618618
619-
#features .gradient-title {
619+
#features h2 {
620620
font-size: 3.5rem;
621621
margin-bottom: 1rem;
622622
background: linear-gradient(135deg, #ffffff 0%, #e1e1e1 100%);
@@ -916,6 +916,7 @@
916916
0 1px 1px rgba(0, 0, 0, 0.2),
917917
0 -1px 1px rgba(255, 255, 255, 0.1);
918918
position: relative;
919+
margin-bottom: 1rem;
919920
}
920921
</style>
921922
</head>
@@ -1002,11 +1003,17 @@
10021003
<div class="container">
10031004
<div class="feature-content">
10041005
<h2 class="dynamic-title">More dynamic than a dashboard</h2>
1005-
<p>Build multi-page applications with drill-down capabilities. Navigate from summaries to detailed
1006-
records. Comment, edit, and dive into your data instead of just looking at static numbers.</p>
1006+
<p>Create multi-page interactive websites with drill-down capabilities. Navigate from summaries to
1007+
detailed records.
1008+
<p>
1009+
You should be able to comment, edit, and dive into your data instead of just looking at aggregated
1010+
statistics.
1011+
<p>
1012+
Build apps, not dashboards.
10071013
</div>
10081014
<div class="feature-image">
1009-
<img src="/assets/screenshots/user-creation-form.png" alt="User creation form, illustrating the ability to create, edit, and delete individual data points, to go beyond simple static dashboards."
1015+
<img src="/assets/screenshots/user-creation-form.png"
1016+
alt="User creation form, illustrating the ability to create, edit, and delete individual data points, to go beyond simple static dashboards."
10101017
width="600" height="400">
10111018
</div>
10121019
</div>
@@ -1016,12 +1023,14 @@
10161023
<div class="container">
10171024
<div class="feature-content">
10181025
<h2 class="gradient-title">The power of the web, without the complexity</h2>
1019-
<p>Write SQL, get a web app. No need for complex frameworks or multiple languages. Optional HTML/CSS/JS
1020-
customization available. REST API compatible for integration with external services.</p>
1021-
</div>
1022-
<div class="feature-image">
1023-
<img src="/assets/feature-simple.webp" alt="Simple Web Development" width="600" height="400">
1026+
<p>Do not code, <i>query</i>. Write SQL, get a web app.
1027+
<p>Traditional web programming languages are powerful, but complex.
1028+
Using smart opinionated defaults, SQLPage requires 10x less code.
1029+
<p>
1030+
For advanced customization, you can still optionnally use HTML/CSS/JS, and
1031+
integrate with external programs and APIs.</p>
10241032
</div>
1033+
<img src="/assets/screenshots/chart-code.svg" alt="Simple Web Development. Just SQL" width="380">
10251034
</div>
10261035
</section>
10271036

0 commit comments

Comments
 (0)