DjayChucko commited on
Commit
43e756b
·
verified ·
1 Parent(s): 2be5317

Add this image to the "McGPT" header

Browse files
Files changed (4) hide show
  1. index.html +2 -1
  2. scorecard.html +3 -2
  3. strategy.html +2 -1
  4. value-mapper.html +2 -1
index.html CHANGED
@@ -51,8 +51,9 @@
51
  <div class="container mx-auto px-4 py-3">
52
  <div class="flex justify-between items-center">
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>
 
51
  <div class="container mx-auto px-4 py-3">
52
  <div class="flex justify-between items-center">
53
  <a href="index.html" class="flex items-center space-x-2">
54
+ <img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Logo" class="h-8 mr-2">
55
  <span class="text-xl font-bold text-white font-heading">McGPT</span>
56
+ </a>
57
  <nav class="hidden md:flex space-x-8">
58
  <a href="index.html" class="nav-link active py-2 px-1 text-white">Home</a>
59
  <a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
scorecard.html CHANGED
@@ -44,8 +44,9 @@
44
  <div class="container mx-auto px-4 py-3">
45
  <div class="flex justify-between items-center">
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>
 
44
  <div class="container mx-auto px-4 py-3">
45
  <div class="flex justify-between items-center">
46
  <a href="index.html" class="flex items-center space-x-2">
47
+ <img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Logo" class="h-8 mr-2">
48
+ <span class="text-xl font-bold text-white font-heading">McGPT</span>
49
+ </a>
50
  <nav class="hidden md:flex space-x-8">
51
  <a href="index.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Home</a>
52
  <a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
strategy.html CHANGED
@@ -40,8 +40,9 @@
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
  <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>
 
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-white font-heading">McGPT</span>
45
+ </a>
46
  <nav class="hidden md:flex space-x-8">
47
  <a href="index.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Home</a>
48
  <a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>
value-mapper.html CHANGED
@@ -42,8 +42,9 @@ tailwind.config = {
42
  <div class="container mx-auto px-4 py-3">
43
  <div class="flex justify-between items-center">
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>
 
42
  <div class="container mx-auto px-4 py-3">
43
  <div class="flex justify-between items-center">
44
  <a href="index.html" class="flex items-center space-x-2">
45
+ <img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Logo" class="h-8 mr-2">
46
  <span class="text-xl font-bold text-white font-heading">McGPT</span>
47
+ </a>
48
  <nav class="hidden md:flex space-x-8">
49
  <a href="index.html" class="nav-link active py-2 px-1 text-white">Home</a>
50
  <a href="value-mapper.html" class="nav-link py-2 px-1 text-white hover:text-primary transition-colors">Mapper</a>