Spaces:
Running
Running
Manual changes saved
Browse files- index.html +70 -71
index.html
CHANGED
|
@@ -13,18 +13,18 @@
|
|
| 13 |
<script>
|
| 14 |
tailwind.config = {
|
| 15 |
darkMode: 'class',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
}
|
| 17 |
</script>
|
| 18 |
<style>
|
| 19 |
body { font-family: 'Poppins', sans-serif; }
|
| 20 |
-
.hamburger-line {
|
| 21 |
-
width: 20px; height: 2px; background-color: white; display: block; transition: all 0.3s;
|
| 22 |
-
}
|
| 23 |
-
.dark .hamburger-line { background-color: white; }
|
| 24 |
-
html:not(.dark) .hamburger-line { background-color: #4a5568; }
|
| 25 |
-
.open .hamburger-line:nth-child(1) { transform: translateY(5px) rotate(45deg); }
|
| 26 |
-
.open .hamburger-line:nth-child(2) { opacity: 0; }
|
| 27 |
-
.open .hamburger-line:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
|
| 28 |
.nav-link.active {
|
| 29 |
font-weight: 600;
|
| 30 |
border-bottom: 2px solid #8b5cf6;
|
|
@@ -32,52 +32,64 @@
|
|
| 32 |
.card-hover {
|
| 33 |
@apply transition-all duration-300 hover:scale-105 hover:shadow-xl;
|
| 34 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
</style>
|
| 36 |
</head>
|
| 37 |
-
<body class="bg-
|
| 38 |
|
| 39 |
-
<header class="sticky top-0 z-50 bg-
|
| 40 |
<div class="container mx-auto px-4 py-3">
|
| 41 |
<div class="flex justify-between items-center">
|
| 42 |
<a href="index.html" class="flex items-center space-x-2">
|
| 43 |
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Logo" class="h-8 mr-2">
|
| 44 |
-
<span class="text-xl font-bold text-
|
| 45 |
</a>
|
| 46 |
<nav class="hidden md:flex space-x-8">
|
| 47 |
-
<a href="index.html" class="nav-link active py-2 px-1 text-
|
| 48 |
-
<a href="value-mapper.html" class="nav-link py-2 px-1 text-
|
| 49 |
-
<a href="scorecard.html" class="nav-link py-2 px-1 text-
|
| 50 |
-
<a href="strategy.html" class="nav-link py-2 px-1 text-
|
| 51 |
</nav>
|
| 52 |
<div class="flex items-center space-x-4">
|
| 53 |
-
<button id="themeToggle" class="p-2 rounded-full text-
|
| 54 |
-
<i data-feather="moon"
|
| 55 |
-
<i data-feather="sun" class="block dark:hidden"></i>
|
| 56 |
</button>
|
| 57 |
-
<button id="mobileMenuButton" class="md:hidden flex flex-col space-y-1.5 p-2
|
| 58 |
<span class="hamburger-line"></span>
|
| 59 |
<span class="hamburger-line"></span>
|
| 60 |
<span class="hamburger-line"></span>
|
| 61 |
</button>
|
| 62 |
</div>
|
| 63 |
</div>
|
| 64 |
-
<div id="mobileMenu" class="hidden md:hidden py-4 border-t border-gray-200 dark:border-gray-700 mt-3">
|
| 65 |
-
<div class="flex flex-col space-y-3">
|
| 66 |
-
<a href="index.html" class="nav-link active py-2 px-1 text-gray-800 dark:text-gray-100">Home</a>
|
| 67 |
-
<a href="value-mapper.html" class="nav-link py-2 px-1 text-gray-600 dark:text-gray-300">Mapper</a>
|
| 68 |
-
<a href="scorecard.html" class="nav-link py-2 px-1 text-gray-600 dark:text-gray-300">Scorecard</a>
|
| 69 |
-
<a href="strategy.html" class="nav-link py-2 px-1 text-gray-600 dark:text-gray-300">Method</a>
|
| 70 |
-
</div>
|
| 71 |
-
</div>
|
| 72 |
</div>
|
| 73 |
</header>
|
| 74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
<main class="flex-grow">
|
| 76 |
-
<section class="
|
| 77 |
-
<div class="container mx-auto px-4
|
| 78 |
<div class="grid md:grid-cols-2 gap-12 items-center">
|
| 79 |
<div>
|
| 80 |
-
<h1 class="text-4xl lg:text-5xl font-extrabold mb-6 leading-tight">
|
| 81 |
Raise <span class="bg-gradient-to-r from-pink-400 to-purple-400 bg-clip-text text-transparent">Your</span> Game
|
| 82 |
</h1>
|
| 83 |
<p class="text-xl mb-4 text-purple-200">
|
|
@@ -87,10 +99,10 @@
|
|
| 87 |
<strong>McGPT</strong> - Strategic tools enabling elite sales.
|
| 88 |
</p>
|
| 89 |
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
|
| 90 |
-
<a href="value-mapper.html" class="bg-
|
| 91 |
Start Mapping
|
| 92 |
</a>
|
| 93 |
-
<a href="scorecard.html" class="bg-purple-500/50 border border-purple-400 text-white px-8 py-3 rounded-lg font-semibold transition-
|
| 94 |
MEDDICC Scorecard
|
| 95 |
</a>
|
| 96 |
</div>
|
|
@@ -104,46 +116,46 @@
|
|
| 104 |
|
| 105 |
<section class="py-16 sm:py-24">
|
| 106 |
<div class="container mx-auto px-4">
|
| 107 |
-
<h2 class="text-3xl font-bold text-center mb-12 text-
|
| 108 |
-
|
| 109 |
</h2>
|
| 110 |
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
|
| 111 |
-
<a href="value-mapper.html" class="block bg-white
|
| 112 |
-
<div class="w-12 h-12 rounded-lg bg-purple-
|
| 113 |
-
<i data-feather="map" class="text-purple-
|
| 114 |
</div>
|
| 115 |
-
<h3 class="text-xl font-semibold mb-2
|
| 116 |
-
<p class="text-
|
| 117 |
</a>
|
| 118 |
-
<a href="scorecard.html" class="block bg-white
|
| 119 |
-
<div class="w-12 h-12 rounded-lg bg-purple-
|
| 120 |
-
<i data-feather="check-square" class="text-purple-
|
| 121 |
</div>
|
| 122 |
-
<h3 class="text-xl font-semibold mb-2
|
| 123 |
-
<p class="text-
|
| 124 |
</a>
|
| 125 |
-
<a href="strategy.html" class="block bg-white
|
| 126 |
-
<div class="w-12 h-12 rounded-lg bg-purple-
|
| 127 |
-
<i data-feather="trending-up" class="text-purple-
|
| 128 |
</div>
|
| 129 |
-
<h3 class="text-xl font-semibold mb-2
|
| 130 |
-
<p class="text-
|
| 131 |
</a>
|
| 132 |
-
<a href="https://scaleway.360learning.com/" class="block bg-white
|
| 133 |
-
<div class="w-12 h-12 rounded-lg bg-purple-
|
| 134 |
-
<i data-feather="bar-chart-2" class="text-purple-
|
| 135 |
</div>
|
| 136 |
-
<h3 class="text-xl font-semibold mb-2
|
| 137 |
-
<p class="text-
|
| 138 |
</a>
|
| 139 |
</div>
|
| 140 |
</div>
|
| 141 |
</section>
|
| 142 |
</main>
|
| 143 |
|
| 144 |
-
<footer class="bg-
|
| 145 |
<div class="container mx-auto px-4 py-6">
|
| 146 |
-
<div class="text-center text-sm text-
|
| 147 |
<p>© 2025 McGPT Navigator. All rights reserved.</p>
|
| 148 |
</div>
|
| 149 |
</div>
|
|
@@ -152,26 +164,13 @@
|
|
| 152 |
<script>
|
| 153 |
feather.replace();
|
| 154 |
|
| 155 |
-
// ---
|
| 156 |
-
const themeToggle = document.getElementById('themeToggle');
|
| 157 |
-
const html = document.documentElement;
|
| 158 |
-
themeToggle.addEventListener('click', () => {
|
| 159 |
-
html.classList.toggle('dark');
|
| 160 |
-
localStorage.theme = html.classList.contains('dark') ? 'dark' : 'light';
|
| 161 |
-
feather.replace();
|
| 162 |
-
});
|
| 163 |
-
if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
| 164 |
-
html.classList.add('dark');
|
| 165 |
-
} else {
|
| 166 |
-
html.classList.remove('dark');
|
| 167 |
-
}
|
| 168 |
-
|
| 169 |
-
// --- Mobile Menu ---
|
| 170 |
const mobileMenuButton = document.getElementById('mobileMenuButton');
|
| 171 |
const mobileMenu = document.getElementById('mobileMenu');
|
| 172 |
mobileMenuButton.addEventListener('click', () => {
|
| 173 |
mobileMenu.classList.toggle('hidden');
|
| 174 |
mobileMenuButton.classList.toggle('open');
|
|
|
|
| 175 |
});
|
| 176 |
|
| 177 |
// --- Active Nav Link ---
|
|
|
|
| 13 |
<script>
|
| 14 |
tailwind.config = {
|
| 15 |
darkMode: 'class',
|
| 16 |
+
theme: {
|
| 17 |
+
extend: {
|
| 18 |
+
colors: {
|
| 19 |
+
primary: '#6366f1',
|
| 20 |
+
secondary: '#8b5cf6',
|
| 21 |
+
}
|
| 22 |
+
}
|
| 23 |
+
}
|
| 24 |
}
|
| 25 |
</script>
|
| 26 |
<style>
|
| 27 |
body { font-family: 'Poppins', sans-serif; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
.nav-link.active {
|
| 29 |
font-weight: 600;
|
| 30 |
border-bottom: 2px solid #8b5cf6;
|
|
|
|
| 32 |
.card-hover {
|
| 33 |
@apply transition-all duration-300 hover:scale-105 hover:shadow-xl;
|
| 34 |
}
|
| 35 |
+
.hamburger-line {
|
| 36 |
+
@apply w-6 h-0.5 bg-white transition-all duration-300;
|
| 37 |
+
}
|
| 38 |
+
#mobileMenuButton.open .hamburger-line:nth-child(1) {
|
| 39 |
+
transform: rotate(45deg) translate(5px, 6px);
|
| 40 |
+
}
|
| 41 |
+
#mobileMenuButton.open .hamburger-line:nth-child(2) {
|
| 42 |
+
opacity: 0;
|
| 43 |
+
}
|
| 44 |
+
#mobileMenuButton.open .hamburger-line:nth-child(3) {
|
| 45 |
+
transform: rotate(-45deg) translate(5px, -6px);
|
| 46 |
+
}
|
| 47 |
</style>
|
| 48 |
</head>
|
| 49 |
+
<body class="bg-[#3D1862] min-h-screen flex flex-col relative" style="background-image: radial-gradient(circle at 25% 25%, rgba(39, 8, 71, 0.6) 0%, rgba(39, 8, 71, 0) 50%), radial-gradient(circle at 75% 75%, rgba(59, 15, 110, 0.6) 0%, rgba(59, 15, 110, 0) 50%);">
|
| 50 |
|
| 51 |
+
<header class="sticky top-0 z-50 bg-purple-800/80 backdrop-blur-md shadow-sm">
|
| 52 |
<div class="container mx-auto px-4 py-3">
|
| 53 |
<div class="flex justify-between items-center">
|
| 54 |
<a href="index.html" class="flex items-center space-x-2">
|
| 55 |
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Logo" class="h-8 mr-2">
|
| 56 |
+
<span class="text-xl font-bold text-white font-heading">McGPT</span>
|
| 57 |
</a>
|
| 58 |
<nav class="hidden md:flex space-x-8">
|
| 59 |
+
<a href="index.html" class="nav-link active py-2 px-1 text-white">Home</a>
|
| 60 |
+
<a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-purple-300 transition-colors">Mapper</a>
|
| 61 |
+
<a href="scorecard.html" class="nav-link py-2 px-1 text-white hover:text-purple-300 transition-colors">Scorecard</a>
|
| 62 |
+
<a href="strategy.html" class="nav-link py-2 px-1 text-white hover:text-purple-300 transition-colors">Method</a>
|
| 63 |
</nav>
|
| 64 |
<div class="flex items-center space-x-4">
|
| 65 |
+
<button id="themeToggle" class="p-2 rounded-full text-white">
|
| 66 |
+
<i data-feather="moon"></i>
|
|
|
|
| 67 |
</button>
|
| 68 |
+
<button id="mobileMenuButton" class="md:hidden flex flex-col space-y-1.5 p-2 z-50 bg-[#9B5CEB] rounded-lg">
|
| 69 |
<span class="hamburger-line"></span>
|
| 70 |
<span class="hamburger-line"></span>
|
| 71 |
<span class="hamburger-line"></span>
|
| 72 |
</button>
|
| 73 |
</div>
|
| 74 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
</div>
|
| 76 |
</header>
|
| 77 |
|
| 78 |
+
<div id="mobileMenu" class="hidden fixed inset-0 z-40 bg-purple-900">
|
| 79 |
+
<div class="flex flex-col items-center justify-center h-full space-y-8">
|
| 80 |
+
<a href="index.html" class="nav-link text-2xl text-white">Home</a>
|
| 81 |
+
<a href="value-mapper.html" class="nav-link text-2xl text-white">Mapper</a>
|
| 82 |
+
<a href="scorecard.html" class="nav-link text-2xl text-white">Scorecard</a>
|
| 83 |
+
<a href="strategy.html" class="nav-link text-2xl text-white">Method</a>
|
| 84 |
+
</div>
|
| 85 |
+
</div>
|
| 86 |
+
|
| 87 |
<main class="flex-grow">
|
| 88 |
+
<section class="py-16 sm:py-24">
|
| 89 |
+
<div class="container mx-auto px-4">
|
| 90 |
<div class="grid md:grid-cols-2 gap-12 items-center">
|
| 91 |
<div>
|
| 92 |
+
<h1 class="text-4xl lg:text-5xl font-extrabold mb-6 leading-tight text-white">
|
| 93 |
Raise <span class="bg-gradient-to-r from-pink-400 to-purple-400 bg-clip-text text-transparent">Your</span> Game
|
| 94 |
</h1>
|
| 95 |
<p class="text-xl mb-4 text-purple-200">
|
|
|
|
| 99 |
<strong>McGPT</strong> - Strategic tools enabling elite sales.
|
| 100 |
</p>
|
| 101 |
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
|
| 102 |
+
<a href="value-mapper.html" class="bg-[#9B5CEB] hover:bg-purple-500 text-white px-8 py-3 rounded-lg font-semibold transition-colors shadow-lg text-center">
|
| 103 |
Start Mapping
|
| 104 |
</a>
|
| 105 |
+
<a href="scorecard.html" class="bg-purple-500/50 border border-purple-400 hover:bg-purple-500/70 text-white px-8 py-3 rounded-lg font-semibold transition-colors shadow-lg text-center">
|
| 106 |
MEDDICC Scorecard
|
| 107 |
</a>
|
| 108 |
</div>
|
|
|
|
| 116 |
|
| 117 |
<section class="py-16 sm:py-24">
|
| 118 |
<div class="container mx-auto px-4">
|
| 119 |
+
<h2 class="text-3xl font-bold text-center mb-12 text-white">
|
| 120 |
+
Strategic Tools for <span class="bg-gradient-to-r from-pink-400 to-purple-400 bg-clip-text text-transparent">ELITE</span> Sales Professionals
|
| 121 |
</h2>
|
| 122 |
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
|
| 123 |
+
<a href="value-mapper.html" class="block bg-white/10 text-white rounded-xl p-6 shadow-lg card-hover backdrop-blur-sm border border-white/10">
|
| 124 |
+
<div class="w-12 h-12 rounded-lg bg-purple-500/20 flex items-center justify-center mb-4">
|
| 125 |
+
<i data-feather="map" class="text-purple-300"></i>
|
| 126 |
</div>
|
| 127 |
+
<h3 class="text-xl font-semibold mb-2">Value Mapping</h3>
|
| 128 |
+
<p class="text-purple-200">Qualify leads <strong class="text-white font-medium">effectively</strong> by mapping their values to your solutions.</p>
|
| 129 |
</a>
|
| 130 |
+
<a href="scorecard.html" class="block bg-white/10 text-white rounded-xl p-6 shadow-lg card-hover backdrop-blur-sm border border-white/10">
|
| 131 |
+
<div class="w-12 h-12 rounded-lg bg-purple-500/20 flex items-center justify-center mb-4">
|
| 132 |
+
<i data-feather="check-square" class="text-purple-300"></i>
|
| 133 |
</div>
|
| 134 |
+
<h3 class="text-xl font-semibold mb-2">Value Scoring</h3>
|
| 135 |
+
<p class="text-purple-200">Utilise our MEDDICC Scorecard to build <strong class="text-white font-medium">real urgency</strong> and improve forecasting.</p>
|
| 136 |
</a>
|
| 137 |
+
<a href="strategy.html" class="block bg-white/10 text-white rounded-xl p-6 shadow-lg card-hover backdrop-blur-sm border border-white/10">
|
| 138 |
+
<div class="w-12 h-12 rounded-lg bg-purple-500/20 flex items-center justify-center mb-4">
|
| 139 |
+
<i data-feather="trending-up" class="text-purple-300"></i>
|
| 140 |
</div>
|
| 141 |
+
<h3 class="text-xl font-semibold mb-2">Value-Centric</h3>
|
| 142 |
+
<p class="text-purple-200">Execute our proven <strong class="text-white font-medium">value-centric</strong> sales methodology.</p>
|
| 143 |
</a>
|
| 144 |
+
<a href="https://scaleway.360learning.com/" class="block bg-white/10 text-white rounded-xl p-6 shadow-lg card-hover backdrop-blur-sm border border-white/10">
|
| 145 |
+
<div class="w-12 h-12 rounded-lg bg-purple-500/20 flex items-center justify-center mb-4">
|
| 146 |
+
<i data-feather="bar-chart-2" class="text-purple-300"></i>
|
| 147 |
</div>
|
| 148 |
+
<h3 class="text-xl font-semibold mb-2">Sales Academy</h3>
|
| 149 |
+
<p class="text-purple-200">Enroll in eLearning courses to become an <strong class="text-white font-medium">ELITE</strong> seller.</p>
|
| 150 |
</a>
|
| 151 |
</div>
|
| 152 |
</div>
|
| 153 |
</section>
|
| 154 |
</main>
|
| 155 |
|
| 156 |
+
<footer class="bg-purple-800/80 backdrop-blur-sm border-t border-purple-700/50">
|
| 157 |
<div class="container mx-auto px-4 py-6">
|
| 158 |
+
<div class="text-center text-sm text-purple-300">
|
| 159 |
<p>© 2025 McGPT Navigator. All rights reserved.</p>
|
| 160 |
</div>
|
| 161 |
</div>
|
|
|
|
| 164 |
<script>
|
| 165 |
feather.replace();
|
| 166 |
|
| 167 |
+
// --- Mobile Menu Toggle ---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
const mobileMenuButton = document.getElementById('mobileMenuButton');
|
| 169 |
const mobileMenu = document.getElementById('mobileMenu');
|
| 170 |
mobileMenuButton.addEventListener('click', () => {
|
| 171 |
mobileMenu.classList.toggle('hidden');
|
| 172 |
mobileMenuButton.classList.toggle('open');
|
| 173 |
+
document.body.classList.toggle('overflow-hidden');
|
| 174 |
});
|
| 175 |
|
| 176 |
// --- Active Nav Link ---
|