DjayChucko commited on
Commit
2fefacd
·
verified ·
1 Parent(s): e56a055

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +7 -17
index.html CHANGED
@@ -47,7 +47,6 @@
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">
@@ -61,7 +60,7 @@
61
  <a href="strategy.html" class="nav-link py-2 px-1 text-white hover:text-purple-300 transition-colors">Method</a>
62
  <a href="academy.html" class="nav-link py-2 px-1 text-white hover:text-purple-300 transition-colors">Academy</a>
63
  <a href="intel.html" class="nav-link py-2 px-1 text-white hover:text-purple-300 transition-colors">Products</a>
64
- </nav>
65
  <div class="flex items-center space-x-4">
66
  <button id="themeToggle" class="p-2 rounded-full text-white">
67
  <i data-feather="moon"></i>
@@ -75,7 +74,6 @@
75
  </div>
76
  </div>
77
  </header>
78
-
79
  <div id="mobileMenu" class="hidden fixed inset-0 z-40 bg-purple-900">
80
  <div class="flex flex-col items-center justify-center h-full space-y-8">
81
  <a href="index.html" class="nav-link text-2xl text-white">Home</a>
@@ -84,9 +82,8 @@
84
  <a href="strategy.html" class="nav-link text-2xl text-white">Method</a>
85
  <a href="academy.html" class="nav-link text-2xl text-white">Academy</a>
86
  <a href="intel.html" class="nav-link text-2xl text-white">Products</a>
 
87
  </div>
88
- </div>
89
-
90
  <main class="flex-grow">
91
  <section class="py-16 sm:py-24">
92
  <div class="container mx-auto px-4">
@@ -95,10 +92,9 @@
95
  <h1 class="text-4xl lg:text-5xl font-extrabold mb-6 leading-tight text-white">
96
  Raise <span class="bg-gradient-to-r from-pink-400 to-purple-400 bg-clip-text text-transparent">Your</span> Game
97
  </h1>
98
- <p class="text-xl mb-4 text-purple-200">
99
  Sales intelligence anywhere, anytime helping you <strong class="font-semibold text-white">qualify</strong>, <strong class="font-semibold text-white">quantify</strong>, and <strong class="font-semibold text-white">justify</strong> our unique value proposition.
100
  </p>
101
-
102
  <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
103
  <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">
104
  Pod Value Mapper
@@ -114,7 +110,6 @@
114
  </div>
115
  </div>
116
  </section>
117
-
118
  <section class="py-16 sm:py-24">
119
  <div class="container mx-auto px-4">
120
  <h2 class="text-3xl font-bold text-center mb-12 text-white">
@@ -142,14 +137,14 @@
142
  <h3 class="text-xl font-semibold mb-2">Value-Centric</h3>
143
  <p class="text-purple-200">Learn, perfect & execute Scaleway's proven <strong class="text-white font-medium">value-centric</strong> sales methodology.</p>
144
  </a>
145
- <a href="intel.html" class="block bg-white/10 text-white rounded-xl p-6 shadow-lg card-hover backdrop-blur-sm border border-white/10">
146
  <div class="w-12 h-12 rounded-lg bg-purple-500/20 flex items-center justify-center mb-4">
147
- <i data-feather="box" class="text-purple-300"></i>
148
  </div>
149
  <h3 class="text-xl font-semibold mb-2">Product Mapping</h3>
150
  <p class="text-purple-200">Quickly compare competitive offerings to improve <strong class="text-white font-medium">STRATEGIC</strong> positioning of Scaleway products.</p>
151
  </a>
152
- <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">
153
  <div class="w-12 h-12 rounded-lg bg-purple-500/20 flex items-center justify-center mb-4">
154
  <i data-feather="bar-chart-2" class="text-purple-300"></i>
155
  </div>
@@ -160,7 +155,6 @@
160
  </div>
161
  </section>
162
  </main>
163
-
164
  <footer class="bg-purple-800/80 dark:bg-purple-800/80 backdrop-blur-sm border-t border-gray-700">
165
  <div class="container mx-auto px-4 py-8">
166
  <div class="flex flex-col md:flex-row justify-between items-center">
@@ -169,16 +163,14 @@
169
  Strategic Tools To Enable Elite Sales
170
  </p>
171
  </div>
172
-
173
  <div class="mt-8 pt-8 border-t border-gray-200 dark:border-gray-700 text-center text-sm text-gray-500 dark:text-gray-400">
174
  <p>&copy; 2025 McGPT. Always Be Connecting.</p>
175
  </div>
176
  </div>
177
  </footer>
178
-
179
  <script>
180
  feather.replace();
181
-
182
  // --- Mobile Menu Toggle ---
183
  const mobileMenuButton = document.getElementById('mobileMenuButton');
184
  const mobileMenu = document.getElementById('mobileMenu');
@@ -187,7 +179,6 @@
187
  mobileMenuButton.classList.toggle('open');
188
  document.body.classList.toggle('overflow-hidden');
189
  });
190
-
191
  // --- Active Nav Link ---
192
  const currentPage = window.location.pathname.split('/').pop() || 'index.html';
193
  document.querySelectorAll('.nav-link').forEach(link => {
@@ -199,6 +190,5 @@
199
  }
200
  });
201
  </script>
202
-
203
  </body>
204
  </html>
 
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
  <header class="sticky top-0 z-50 bg-purple-800/80 backdrop-blur-md shadow-sm">
51
  <div class="container mx-auto px-4 py-3">
52
  <div class="flex justify-between items-center">
 
60
  <a href="strategy.html" class="nav-link py-2 px-1 text-white hover:text-purple-300 transition-colors">Method</a>
61
  <a href="academy.html" class="nav-link py-2 px-1 text-white hover:text-purple-300 transition-colors">Academy</a>
62
  <a href="intel.html" class="nav-link py-2 px-1 text-white hover:text-purple-300 transition-colors">Products</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>
 
74
  </div>
75
  </div>
76
  </header>
 
77
  <div id="mobileMenu" class="hidden fixed inset-0 z-40 bg-purple-900">
78
  <div class="flex flex-col items-center justify-center h-full space-y-8">
79
  <a href="index.html" class="nav-link text-2xl text-white">Home</a>
 
82
  <a href="strategy.html" class="nav-link text-2xl text-white">Method</a>
83
  <a href="academy.html" class="nav-link text-2xl text-white">Academy</a>
84
  <a href="intel.html" class="nav-link text-2xl text-white">Products</a>
85
+ </div>
86
  </div>
 
 
87
  <main class="flex-grow">
88
  <section class="py-16 sm:py-24">
89
  <div class="container mx-auto px-4">
 
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-8 text-purple-200">
96
  Sales intelligence anywhere, anytime helping you <strong class="font-semibold text-white">qualify</strong>, <strong class="font-semibold text-white">quantify</strong>, and <strong class="font-semibold text-white">justify</strong> our unique value proposition.
97
  </p>
 
98
  <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
99
  <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">
100
  Pod Value Mapper
 
110
  </div>
111
  </div>
112
  </section>
 
113
  <section class="py-16 sm:py-24">
114
  <div class="container mx-auto px-4">
115
  <h2 class="text-3xl font-bold text-center mb-12 text-white">
 
137
  <h3 class="text-xl font-semibold mb-2">Value-Centric</h3>
138
  <p class="text-purple-200">Learn, perfect & execute Scaleway's proven <strong class="text-white font-medium">value-centric</strong> sales methodology.</p>
139
  </a>
140
+ <a href="intel.html" class="block bg-white/10 text-white rounded-xl p-6 shadow-lg card-hover backdrop-blur-sm border border-white/10">
141
  <div class="w-12 h-12 rounded-lg bg-purple-500/20 flex items-center justify-center mb-4">
142
+ <i data-feather="box" class="text-purple-300"></i>
143
  </div>
144
  <h3 class="text-xl font-semibold mb-2">Product Mapping</h3>
145
  <p class="text-purple-200">Quickly compare competitive offerings to improve <strong class="text-white font-medium">STRATEGIC</strong> positioning of Scaleway products.</p>
146
  </a>
147
+ <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">
148
  <div class="w-12 h-12 rounded-lg bg-purple-500/20 flex items-center justify-center mb-4">
149
  <i data-feather="bar-chart-2" class="text-purple-300"></i>
150
  </div>
 
155
  </div>
156
  </section>
157
  </main>
 
158
  <footer class="bg-purple-800/80 dark:bg-purple-800/80 backdrop-blur-sm border-t border-gray-700">
159
  <div class="container mx-auto px-4 py-8">
160
  <div class="flex flex-col md:flex-row justify-between items-center">
 
163
  Strategic Tools To Enable Elite Sales
164
  </p>
165
  </div>
166
+ </div>
167
  <div class="mt-8 pt-8 border-t border-gray-200 dark:border-gray-700 text-center text-sm text-gray-500 dark:text-gray-400">
168
  <p>&copy; 2025 McGPT. Always Be Connecting.</p>
169
  </div>
170
  </div>
171
  </footer>
 
172
  <script>
173
  feather.replace();
 
174
  // --- Mobile Menu Toggle ---
175
  const mobileMenuButton = document.getElementById('mobileMenuButton');
176
  const mobileMenu = document.getElementById('mobileMenu');
 
179
  mobileMenuButton.classList.toggle('open');
180
  document.body.classList.toggle('overflow-hidden');
181
  });
 
182
  // --- Active Nav Link ---
183
  const currentPage = window.location.pathname.split('/').pop() || 'index.html';
184
  document.querySelectorAll('.nav-link').forEach(link => {
 
190
  }
191
  });
192
  </script>
 
193
  </body>
194
  </html>