|
616 | 616 | gap: 3rem; |
617 | 617 | } |
618 | 618 |
|
619 | | - #features .gradient-title { |
| 619 | + #features h2 { |
620 | 620 | font-size: 3.5rem; |
621 | 621 | margin-bottom: 1rem; |
622 | 622 | background: linear-gradient(135deg, #ffffff 0%, #e1e1e1 100%); |
|
916 | 916 | 0 1px 1px rgba(0, 0, 0, 0.2), |
917 | 917 | 0 -1px 1px rgba(255, 255, 255, 0.1); |
918 | 918 | position: relative; |
| 919 | + margin-bottom: 1rem; |
919 | 920 | } |
920 | 921 | </style> |
921 | 922 | </head> |
|
1002 | 1003 | <div class="container"> |
1003 | 1004 | <div class="feature-content"> |
1004 | 1005 | <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. |
1007 | 1013 | </div> |
1008 | 1014 | <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." |
1010 | 1017 | width="600" height="400"> |
1011 | 1018 | </div> |
1012 | 1019 | </div> |
|
1016 | 1023 | <div class="container"> |
1017 | 1024 | <div class="feature-content"> |
1018 | 1025 | <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> |
1024 | 1032 | </div> |
| 1033 | + <img src="/assets/screenshots/chart-code.svg" alt="Simple Web Development. Just SQL" width="380"> |
1025 | 1034 | </div> |
1026 | 1035 | </section> |
1027 | 1036 |
|
|
0 commit comments