Skip to content

Commit

Permalink
and section
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jan 12, 2025
1 parent 2fc6b05 commit 5f3c3e7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
17 changes: 17 additions & 0 deletions examples/official-site/assets/screenshots/chart-code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 18 additions & 9 deletions examples/official-site/sqlpage/templates/shell-home.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
gap: 3rem;
}
#features .gradient-title {
#features h2 {
font-size: 3.5rem;
margin-bottom: 1rem;
background: linear-gradient(135deg, #ffffff 0%, #e1e1e1 100%);
Expand Down Expand Up @@ -916,6 +916,7 @@
0 1px 1px rgba(0, 0, 0, 0.2),
0 -1px 1px rgba(255, 255, 255, 0.1);
position: relative;
margin-bottom: 1rem;
}
</style>
</head>
Expand Down Expand Up @@ -1002,11 +1003,17 @@
<div class="container">
<div class="feature-content">
<h2 class="dynamic-title">More dynamic than a dashboard</h2>
<p>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.</p>
<p>Create multi-page interactive websites with drill-down capabilities. Navigate from summaries to
detailed records.
<p>
You should be able to comment, edit, and dive into your data instead of just looking at aggregated
statistics.
<p>
Build apps, not dashboards.
</div>
<div class="feature-image">
<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."
<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."
width="600" height="400">
</div>
</div>
Expand All @@ -1016,12 +1023,14 @@
<div class="container">
<div class="feature-content">
<h2 class="gradient-title">The power of the web, without the complexity</h2>
<p>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.</p>
</div>
<div class="feature-image">
<img src="/assets/feature-simple.webp" alt="Simple Web Development" width="600" height="400">
<p>Do not code, <i>query</i>. Write SQL, get a web app.
<p>Traditional web programming languages are powerful, but complex.
Using smart opinionated defaults, SQLPage requires 10x less code.
<p>
For advanced customization, you can still optionnally use HTML/CSS/JS, and
integrate with external programs and APIs.</p>
</div>
<img src="/assets/screenshots/chart-code.svg" alt="Simple Web Development. Just SQL" width="380">
</div>
</section>

Expand Down

0 comments on commit 5f3c3e7

Please sign in to comment.