Dashboard
+5 Pending
+Awaiting approval.
+12 Active
+In progress.
+3 Ongoing
+Currently being tracked.
+Welcome, Admin!
+This is your central hub for managing orders and projects. Use the navigation on the left to get started.
+ +diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..ac82ae4 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,61 @@ + +body { + font-family: 'system-ui', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif'; + background-color: #f8f9fa; +} + +.sidebar { + position: fixed; + top: 0; + bottom: 0; + left: 0; + z-index: 100; + padding: 48px 0 0; + box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); +} + +.sidebar-sticky { + position: relative; + top: 0; + height: calc(100vh - 48px); + padding-top: .5rem; + overflow-x: hidden; + overflow-y: auto; +} + +.nav-link { + font-weight: 500; + color: #333; +} + +.nav-link .feather { + margin-right: 4px; + color: #727272; +} + +.nav-link.active { + color: #007bff; +} + +.nav-link:hover .feather, +.nav-link.active .feather { + color: inherit; +} + +.navbar-brand { + padding-top: .75rem; + padding-bottom: .75rem; + font-size: 1rem; + background-color: rgba(0, 0, 0, .25); + box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); +} + +.navbar .navbar-toggler { + top: .25rem; + right: 1rem; +} + +.main-content { + margin-left: 220px; + padding: 20px; +} diff --git a/index.php b/index.php index 7205f3d..ac781ba 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,100 @@
- - -= ($_SERVER['HTTP_HOST'] ?? '') === 'appwizzy.com' ? 'AppWizzy' : 'Flatlogic' ?> AI is collecting your requirements and applying the first changes.
-This page will update automatically as the plan is implemented.
-Runtime: PHP = htmlspecialchars($phpVersion) ?> — UTC = htmlspecialchars($now) ?>
Awaiting approval.
+In progress.
+Currently being tracked.
+This is your central hub for managing orders and projects. Use the navigation on the left to get started.
+ +