Spaces:
Running
Running
Add to top of page
Browse files- academy.html +4 -2
- index.html +4 -1
academy.html
CHANGED
|
@@ -46,9 +46,11 @@
|
|
| 46 |
</style>
|
| 47 |
</head>
|
| 48 |
<body class="bg-[#3D1862] text-white min-h-screen flex flex-col" 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%);">
|
| 49 |
-
|
| 50 |
<header class="sticky top-0 z-50 bg-purple-800/80 backdrop-blur-md shadow-sm">
|
| 51 |
-
<div class="
|
|
|
|
|
|
|
|
|
|
| 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">
|
|
|
|
| 46 |
</style>
|
| 47 |
</head>
|
| 48 |
<body class="bg-[#3D1862] text-white min-h-screen flex flex-col" 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%);">
|
|
|
|
| 49 |
<header class="sticky top-0 z-50 bg-purple-800/80 backdrop-blur-md shadow-sm">
|
| 50 |
+
<div class="bg-gradient-to-r from-purple-900 to-pink-700 text-white text-center py-2 text-sm">
|
| 51 |
+
<p>π New: Check out our <a href="strategy.html" class="font-bold underline">Strategic Sales Method</a> to accelerate your deals!</p>
|
| 52 |
+
</div>
|
| 53 |
+
<div class="container mx-auto px-4 py-3">
|
| 54 |
<div class="flex justify-between items-center">
|
| 55 |
<a href="index.html" class="flex items-center space-x-2">
|
| 56 |
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Logo" class="h-8 mr-2">
|
index.html
CHANGED
|
@@ -52,7 +52,10 @@
|
|
| 52 |
</head>
|
| 53 |
<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%);">
|
| 54 |
<header class="sticky top-0 z-50 bg-purple-800/80 backdrop-blur-md shadow-sm">
|
| 55 |
-
<div class="
|
|
|
|
|
|
|
|
|
|
| 56 |
<div class="flex justify-between items-center">
|
| 57 |
<a href="index.html" class="flex items-center space-x-2">
|
| 58 |
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Logo" class="h-8 mr-2">
|
|
|
|
| 52 |
</head>
|
| 53 |
<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%);">
|
| 54 |
<header class="sticky top-0 z-50 bg-purple-800/80 backdrop-blur-md shadow-sm">
|
| 55 |
+
<div class="bg-gradient-to-r from-purple-900 to-pink-700 text-white text-center py-2 text-sm">
|
| 56 |
+
<p>π New: Check out our <a href="strategy.html" class="font-bold underline">Strategic Sales Method</a> to accelerate your deals!</p>
|
| 57 |
+
</div>
|
| 58 |
+
<div class="container mx-auto px-4 py-3">
|
| 59 |
<div class="flex justify-between items-center">
|
| 60 |
<a href="index.html" class="flex items-center space-x-2">
|
| 61 |
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/Scaleway-Logomark-White.png" alt="Logo" class="h-8 mr-2">
|