Spaces:
Running
Running
Manual changes saved
Browse files- intel.html +6 -6
intel.html
CHANGED
|
@@ -106,23 +106,23 @@
|
|
| 106 |
<h1 class="text-3xl sm:text-4xl font-heading font-extrabold text-gray-800 dark:text-white leading-tight">Product Mapper</h1>
|
| 107 |
<div class="flex items-center justify-center mb-3">
|
| 108 |
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/MediaEntertainment-Illustration-transparent.png" alt="Strategic Toolkit Illustration" class="w-1/2 h-auto mx-auto">
|
| 109 |
-
|
| 110 |
<p class="text-gray-700 dark:text-gray-300 max-w-2xl mx-auto mb-8">Quickly identify competitor alternatives for Scaleway products or find the Scaleway equivalent for a competitor's product.</p>
|
| 111 |
</div>
|
| 112 |
|
| 113 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
|
| 114 |
-
<div>
|
| 115 |
<label for="scaleway-product-selector" class="block text-sm font-bold text-gray-800 dark:text-gray-200 mb-2">Competitor by Scaleway Product</label>
|
| 116 |
-
<select id="scaleway-product-selector" class="block w-full py-3 px-4 pr-10 border border-gray-300 dark:border-gray-600 rounded-xl text-base font-semibold text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-700 focus:ring-2 focus:ring-purple-500 focus:outline-none transition duration-200 shadow-lg">
|
| 117 |
<option value="">- Select a Scaleway Product -</option>
|
| 118 |
</select>
|
| 119 |
</div>
|
| 120 |
|
| 121 |
-
<div>
|
| 122 |
<label for="competitor-search" class="block text-sm font-bold text-gray-800 dark:text-gray-200 mb-2">Competitor Product vs Scaleway</label>
|
| 123 |
-
<input type="search" id="competitor-search" placeholder="e.g., EC2, S3, Blob Storage..." class="block w-full py-3 px-4 border border-gray-300 dark:border-gray-600 rounded-xl text-base font-semibold text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-700 focus:ring-2 focus:ring-purple-500 focus:outline-none transition duration-200 shadow-lg">
|
|
|
|
| 124 |
</div>
|
| 125 |
-
</div>
|
| 126 |
</div>
|
| 127 |
|
| 128 |
<div id="initial-message" class="text-center p-12 rounded-xl bg-white/80 dark:bg-gray-800/80 text-gray-600 dark:text-gray-300 border-2 border-dashed border-gray-400 dark:border-gray-600 backdrop-blur-sm">
|
|
|
|
| 106 |
<h1 class="text-3xl sm:text-4xl font-heading font-extrabold text-gray-800 dark:text-white leading-tight">Product Mapper</h1>
|
| 107 |
<div class="flex items-center justify-center mb-3">
|
| 108 |
<img src="https://huggingface.co/spaces/DjayChucko/EnablingSales/resolve/main/images/MediaEntertainment-Illustration-transparent.png" alt="Strategic Toolkit Illustration" class="w-1/2 h-auto mx-auto">
|
| 109 |
+
</div>
|
| 110 |
<p class="text-gray-700 dark:text-gray-300 max-w-2xl mx-auto mb-8">Quickly identify competitor alternatives for Scaleway products or find the Scaleway equivalent for a competitor's product.</p>
|
| 111 |
</div>
|
| 112 |
|
| 113 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
|
| 114 |
+
<div class="text-center">
|
| 115 |
<label for="scaleway-product-selector" class="block text-sm font-bold text-gray-800 dark:text-gray-200 mb-2">Competitor by Scaleway Product</label>
|
| 116 |
+
<select id="scaleway-product-selector" class="block w-full py-3 px-4 pr-10 border border-gray-300 dark:border-gray-600 rounded-xl text-base font-semibold text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-700 focus:ring-2 focus:ring-purple-500 focus:outline-none transition duration-200 shadow-lg text-center">
|
| 117 |
<option value="">- Select a Scaleway Product -</option>
|
| 118 |
</select>
|
| 119 |
</div>
|
| 120 |
|
| 121 |
+
<div class="text-center">
|
| 122 |
<label for="competitor-search" class="block text-sm font-bold text-gray-800 dark:text-gray-200 mb-2">Competitor Product vs Scaleway</label>
|
| 123 |
+
<input type="search" id="competitor-search" placeholder="e.g., EC2, S3, Blob Storage..." class="block w-full py-3 px-4 border border-gray-300 dark:border-gray-600 rounded-xl text-base font-semibold text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-700 focus:ring-2 focus:ring-purple-500 focus:outline-none transition duration-200 shadow-lg text-center">
|
| 124 |
+
</div>
|
| 125 |
</div>
|
|
|
|
| 126 |
</div>
|
| 127 |
|
| 128 |
<div id="initial-message" class="text-center p-12 rounded-xl bg-white/80 dark:bg-gray-800/80 text-gray-600 dark:text-gray-300 border-2 border-dashed border-gray-400 dark:border-gray-600 backdrop-blur-sm">
|