diff --git a/assets/css/custom.css b/assets/css/custom.css deleted file mode 100644 index 31e9544..0000000 --- a/assets/css/custom.css +++ /dev/null @@ -1,91 +0,0 @@ -:root { - --primary-color: #4F46E5; - --secondary-color: #10B981; - --dark-color: #111827; - --surface-color: #1F2937; - --text-color: #F9FAFB; -} - -body { - font-family: 'Inter', sans-serif; - background-color: var(--dark-color); - color: var(--text-color); -} - -h1, h2, h3, h4, h5, h6, .navbar-brand { - font-family: 'Orbitron', sans-serif; -} - -.bg-dark { - background-color: var(--dark-color) !important; -} - -.bg-surface { - background-color: var(--surface-color) !important; -} - -.card { - border: 1px solid rgba(255, 255, 255, 0.1); - border-radius: 0.5rem; - transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -} - -.card:hover { - transform: translateY(-5px); - box-shadow: 0 10px 20px rgba(0,0,0,0.2); -} - -.form-control { - background-color: #374151; - border: 1px solid #4B5563; - color: var(--text-color); - border-radius: 0.375rem; -} - -.form-control:focus { - background-color: #374151; - color: var(--text-color); - border-color: var(--primary-color); - box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25); -} - -.btn-primary { - background-color: var(--primary-color); - border-color: var(--primary-color); - font-weight: bold; - transition: background-color 0.2s; -} - -.btn-primary:hover { - background-color: #4338CA; - border-color: #4338CA; -} - -.btn-secondary { - background-color: var(--secondary-color); - border-color: var(--secondary-color); - font-weight: bold; - transition: background-color 0.2s; -} - -.btn-secondary:hover { - background-color: #059669; - border-color: #059669; -} - -.hero-section { - padding: 4rem 0; -} - -.navbar-dark .navbar-brand { - color: var(--primary-color); - font-weight: bold; -} - -.navbar-dark .nav-link { - color: rgba(255,255,255,.7); -} - -.navbar-dark .nav-link:hover, .navbar-dark .nav-link.active { - color: #fff; -} diff --git a/assets/js/main.js b/assets/js/main.js deleted file mode 100644 index 42fff7e..0000000 --- a/assets/js/main.js +++ /dev/null @@ -1,17 +0,0 @@ -document.addEventListener('DOMContentLoaded', function() { - console.log('main.js loaded successfully.'); - - // Future JavaScript for animations, dynamic content, and game logic will go here. - - // Example: Smooth scrolling for anchor links - document.querySelectorAll('a[href^="#"]').forEach(anchor => { - anchor.addEventListener('click', function (e) { - e.preventDefault(); - - document.querySelector(this.getAttribute('href')).scrollIntoView({ - behavior: 'smooth' - }); - }); - }); - -}); diff --git a/assets/vm-shot-2025-11-03T14-03-37-685Z.jpg b/assets/vm-shot-2025-11-03T14-03-37-685Z.jpg deleted file mode 100644 index e61df18..0000000 Binary files a/assets/vm-shot-2025-11-03T14-03-37-685Z.jpg and /dev/null differ diff --git a/assets/vm-shot-2025-11-03T14-03-50-990Z.jpg b/assets/vm-shot-2025-11-03T14-03-50-990Z.jpg deleted file mode 100644 index e61df18..0000000 Binary files a/assets/vm-shot-2025-11-03T14-03-50-990Z.jpg and /dev/null differ diff --git a/dashboard.php b/dashboard.php deleted file mode 100644 index b33fa81..0000000 --- a/dashboard.php +++ /dev/null @@ -1,25 +0,0 @@ - - -
-

Welcome, Player!

- -
-
-

Your Status

-

Level: 1

-

XP: 0

-

Role: Learner

-
-
- -
-

Your journey continues...

-

Learning Kits and Achievements are coming soon!

-
-
- - \ No newline at end of file diff --git a/db/config.php b/db/config.php new file mode 100644 index 0000000..f12ebaf --- /dev/null +++ b/db/config.php @@ -0,0 +1,17 @@ + PDO::ERRMODE_EXCEPTION, + PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, + ]); + } + return $pdo; +} diff --git a/includes/footer.php b/includes/footer.php deleted file mode 100644 index 924b783..0000000 --- a/includes/footer.php +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/includes/header.php b/includes/header.php deleted file mode 100644 index b36a872..0000000 --- a/includes/header.php +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - Solo Leveling: IT - - - - - - - - - - - - - - - - - -
\ No newline at end of file diff --git a/index.php b/index.php index d29dcc0..7205f3d 100644 --- a/index.php +++ b/index.php @@ -1,16 +1,150 @@ - -
-

Level Up Your IT Skills

-

Join quests, conquer challenges, and rise through the ranks. Your journey to becoming an IT master starts now.

- -
- + + + + + + New Style \ No newline at end of file +// Read project preview data from environment +$projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? ''; +$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? ''; +?> + + + + + + + + + + + + + + + + + + + + +
+
+

Analyzing your requirements and generating your website…

+
+ Loading… +
+

AI is collecting your requirements and applying the first changes.

+

This page will update automatically as the plan is implemented.

+

Runtime: PHP — UTC

+
+
+ + +