feat: Minor updates to try and deploy to digital ocean

This commit is contained in:
2025-02-28 20:17:18 -05:00
parent 3be0f7a828
commit c1aa2a8ad1
5 changed files with 59 additions and 31 deletions

View File

@@ -50,12 +50,18 @@ extension ViewController: DependencyKey {
switch request.route {
case .index:
return MainPage {
div {
div(.class("space-y-6")) {
div(.class("pb-8")) {
p(.class("dark:text-gray-200")) {
"Professional calculators for HVAC system design and troubleshooting."
}
}
WarningBox(
"This site is still under construction, not all it's functionality is working.",
"This page needs updated to display a grid of calculators.",
"Below are the SVG's used on the site, for making sure they work."
)
div {
p(.class("font-2xl dark:text-gray-200 pb-6")) {
"SVG's"