Spaces:
Running
Running
Promote version 15937d7 to main
Browse filesPromoted commit 15937d79826972c4f8325d590ca071f4e680eb02 to main branch
- index.html +1 -4
- scorecard.html +1 -4
- strategy.html +1 -4
- value-mapper.html +2 -8
index.html
CHANGED
|
@@ -53,10 +53,7 @@
|
|
| 53 |
<a href="index.html" class="flex items-center space-x-2">
|
| 54 |
<span class="text-xl font-bold text-white font-heading">McGPT</span>
|
| 55 |
</a>
|
| 56 |
-
<
|
| 57 |
-
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Scaleway Logo" class="h-12">
|
| 58 |
-
</div>
|
| 59 |
-
<nav class="hidden md:flex space-x-8">
|
| 60 |
<a href="index.html" class="nav-link active py-2 px-1 text-white">Home</a>
|
| 61 |
<a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
|
| 62 |
<a href="scorecard.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Scorecard</a>
|
|
|
|
| 53 |
<a href="index.html" class="flex items-center space-x-2">
|
| 54 |
<span class="text-xl font-bold text-white font-heading">McGPT</span>
|
| 55 |
</a>
|
| 56 |
+
<nav class="hidden md:flex space-x-8">
|
|
|
|
|
|
|
|
|
|
| 57 |
<a href="index.html" class="nav-link active py-2 px-1 text-white">Home</a>
|
| 58 |
<a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
|
| 59 |
<a href="scorecard.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Scorecard</a>
|
scorecard.html
CHANGED
|
@@ -46,10 +46,7 @@
|
|
| 46 |
<a href="index.html" class="flex items-center space-x-2">
|
| 47 |
<span class="text-xl font-bold text-white font-heading">McGPT</span>
|
| 48 |
</a>
|
| 49 |
-
<
|
| 50 |
-
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Scaleway Logo" class="h-12">
|
| 51 |
-
</div>
|
| 52 |
-
<nav class="hidden md:flex space-x-8">
|
| 53 |
<a href="index.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Home</a>
|
| 54 |
<a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
|
| 55 |
<a href="scorecard.html" class="nav-link active py-2 px-1 text-white">Scorecard</a>
|
|
|
|
| 46 |
<a href="index.html" class="flex items-center space-x-2">
|
| 47 |
<span class="text-xl font-bold text-white font-heading">McGPT</span>
|
| 48 |
</a>
|
| 49 |
+
<nav class="hidden md:flex space-x-8">
|
|
|
|
|
|
|
|
|
|
| 50 |
<a href="index.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Home</a>
|
| 51 |
<a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
|
| 52 |
<a href="scorecard.html" class="nav-link active py-2 px-1 text-white">Scorecard</a>
|
strategy.html
CHANGED
|
@@ -42,10 +42,7 @@
|
|
| 42 |
<a href="index.html" class="flex items-center space-x-2">
|
| 43 |
<span class="text-xl font-bold text-white font-heading">McGPT</span>
|
| 44 |
</a>
|
| 45 |
-
<
|
| 46 |
-
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Scaleway Logo" class="h-12">
|
| 47 |
-
</div>
|
| 48 |
-
<nav class="hidden md:flex space-x-8">
|
| 49 |
<a href="index.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Home</a>
|
| 50 |
<a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
|
| 51 |
<a href="scorecard.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Scorecard</a>
|
|
|
|
| 42 |
<a href="index.html" class="flex items-center space-x-2">
|
| 43 |
<span class="text-xl font-bold text-white font-heading">McGPT</span>
|
| 44 |
</a>
|
| 45 |
+
<nav class="hidden md:flex space-x-8">
|
|
|
|
|
|
|
|
|
|
| 46 |
<a href="index.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Home</a>
|
| 47 |
<a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
|
| 48 |
<a href="scorecard.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Scorecard</a>
|
value-mapper.html
CHANGED
|
@@ -44,14 +44,8 @@ tailwind.config = {
|
|
| 44 |
<a href="index.html" class="flex items-center space-x-2">
|
| 45 |
<span class="text-xl font-bold text-white font-heading">McGPT</span>
|
| 46 |
</a>
|
| 47 |
-
|
| 48 |
-
<
|
| 49 |
-
</div>
|
| 50 |
-
<div class="flex justify-center my-4">
|
| 51 |
-
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Scaleway Logo" class="h-12">
|
| 52 |
-
</div>
|
| 53 |
-
<nav class="hidden md:flex space-x-8">
|
| 54 |
-
<a href="index.html" class="nav-link active py-2 px-1 text-white">Home</a>
|
| 55 |
<a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
|
| 56 |
<a href="scorecard.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Scorecard</a>
|
| 57 |
<a href="strategy.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Method</a>
|
|
|
|
| 44 |
<a href="index.html" class="flex items-center space-x-2">
|
| 45 |
<span class="text-xl font-bold text-white font-heading">McGPT</span>
|
| 46 |
</a>
|
| 47 |
+
<nav class="hidden md:flex space-x-8">
|
| 48 |
+
<a href="index.html" class="nav-link active py-2 px-1 text-white">Home</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
<a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
|
| 50 |
<a href="scorecard.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Scorecard</a>
|
| 51 |
<a href="strategy.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Method</a>
|