Spaces:
Running
Running
Manual changes saved
Browse files- intel.html +4 -4
intel.html
CHANGED
|
@@ -84,22 +84,22 @@
|
|
| 84 |
|
| 85 |
<main class="flex-grow bg-gradient-to-br from-purple-600 to-indigo-700">
|
| 86 |
<div class="container mx-auto px-4 py-12">
|
| 87 |
-
<div class="bg-white dark:bg-gray-
|
| 88 |
<div class="text-center">
|
| 89 |
<h1 class="text-3xl sm:text-4xl font-heading font-extrabold text-gray-800 dark:text-white mb-3 leading-tight">Market Mapper</h1>
|
| 90 |
-
<p class="text-gray-
|
| 91 |
</div>
|
| 92 |
|
| 93 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
|
| 94 |
<div>
|
| 95 |
-
<label for="scaleway-product-selector" class="block text-sm font-bold text-gray-
|
| 96 |
<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">
|
| 97 |
<option value="">- Select a Scaleway Product -</option>
|
| 98 |
</select>
|
| 99 |
</div>
|
| 100 |
|
| 101 |
<div>
|
| 102 |
-
<label for="competitor-search" class="block text-sm font-bold text-gray-
|
| 103 |
<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">
|
| 104 |
</div>
|
| 105 |
</div>
|
|
|
|
| 84 |
|
| 85 |
<main class="flex-grow bg-gradient-to-br from-purple-600 to-indigo-700">
|
| 86 |
<div class="container mx-auto px-4 py-12">
|
| 87 |
+
<div class="bg-white/50 dark:bg-gray-900/50 backdrop-blur-md p-6 sm:p-8 rounded-2xl shadow-2xl mb-8">
|
| 88 |
<div class="text-center">
|
| 89 |
<h1 class="text-3xl sm:text-4xl font-heading font-extrabold text-gray-800 dark:text-white mb-3 leading-tight">Market Mapper</h1>
|
| 90 |
+
<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 service.</p>
|
| 91 |
</div>
|
| 92 |
|
| 93 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
|
| 94 |
<div>
|
| 95 |
+
<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>
|
| 96 |
<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">
|
| 97 |
<option value="">- Select a Scaleway Product -</option>
|
| 98 |
</select>
|
| 99 |
</div>
|
| 100 |
|
| 101 |
<div>
|
| 102 |
+
<label for="competitor-search" class="block text-sm font-bold text-gray-800 dark:text-gray-200 mb-2">Scaleway Product by Competitor</label>
|
| 103 |
<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">
|
| 104 |
</div>
|
| 105 |
</div>
|