Update index.html

This commit is contained in:
thecyberlearn 2025-06-02 18:54:48 +05:30 committed by GitHub
parent 71e8ca27bf
commit a00232b581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -280,7 +280,7 @@ html {
<input <input
id="crudCommand" id="crudCommand"
type="text" type="text"
placeholder="e.g., update importer techD230 email info@techd230.in contact 0987654321" placeholder="e.g., Create importer Indi Tech from India email info@inditech.in"
class="w-full px-4 py-3 rounded-xl border border-gray-300 focus:border-purple-500 focus:ring-2 focus:ring-purple-200 outline-none transition-all search-input text-sm lg:text-base" class="w-full px-4 py-3 rounded-xl border border-gray-300 focus:border-purple-500 focus:ring-2 focus:ring-purple-200 outline-none transition-all search-input text-sm lg:text-base"
/> />
<button <button
@ -359,7 +359,7 @@ html {
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-4 lg:mb-6"> <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-4 lg:mb-6">
<h2 class="text-xl lg:text-2xl font-bold text-gray-800 mb-2 sm:mb-0">Search Results</h2> <h2 class="text-xl lg:text-2xl font-bold text-gray-800 mb-2 sm:mb-0">Search Results</h2>
<div class="flex items-center gap-4"> <div class="flex items-center gap-4">
<p id="resultsCount" class="text-sm text-gray-600"></p> <p id="resultsCount" class="text-sm text-white"></p>
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<button onclick="window.exportResults()" class="text-sm bg-gray-100 hover:bg-gray-200 text-gray-700 px-3 py-2 rounded-lg transition-colors flex items-center gap-2"> <button onclick="window.exportResults()" class="text-sm bg-gray-100 hover:bg-gray-200 text-gray-700 px-3 py-2 rounded-lg transition-colors flex items-center gap-2">
<i class="fas fa-download text-xs"></i> <i class="fas fa-download text-xs"></i>
@ -390,7 +390,7 @@ html {
<i class="fas fa-search text-blue-600 text-2xl"></i> <i class="fas fa-search text-blue-600 text-2xl"></i>
</div> </div>
<h3 class="text-xl font-semibold text-gray-800 mb-3">Start Your Search</h3> <h3 class="text-xl font-semibold text-gray-800 mb-3">Start Your Search</h3>
<p class="text-gray-600 mb-6">Enter your search query above to find exporters, importers, and trade data from our comprehensive database.</p> <p class="text-white mb-6">Enter your search query above to find exporters, importers, and trade data from our comprehensive database.</p>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-3 text-sm"> <div class="grid grid-cols-1 sm:grid-cols-2 gap-3 text-sm">
<div class="bg-white p-4 rounded-lg border border-gray-200"> <div class="bg-white p-4 rounded-lg border border-gray-200">
<h4 class="font-medium text-gray-800 mb-2">Find Exporters</h4> <h4 class="font-medium text-gray-800 mb-2">Find Exporters</h4>
@ -1318,4 +1318,4 @@ async function callCrudOperation() {
}); });
</script> </script>
</body> </body>
</html> </html>