Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
sambawa
/
chemietech
like
0
Running
App
Files
Files
Community
main
chemietech
61.5 kB
Ctrl+K
Ctrl+K
1 contributor
History:
5 commits
sambawa
undefined - Follow Up Deployment
c68ae82
verified
about 1 year ago
.gitattributes
Safe
1.52 kB
initial commit
about 1 year ago
README.md
Safe
211 Bytes
undefined - Initial Deployment
about 1 year ago
index.html
Safe
59.4 kB
Inconsistency in the "Expertise" Section You've created a beautiful, modern card design for the first item ("Bulk Storage Terminals"). It has a clean icon, better typography, and more engaging hover effects. However, the other four cards still use the old, simpler design. This inconsistency is visually jarring and makes the section feel unfinished. Solution: Apply the new, superior card design to all items in the "Expertise" section. This will create a stunning, cohesive, and professional grid. Example for a second card: Generated html <!-- Apply this structure to all cards --> <div class="group relative overflow-hidden rounded-lg shadow-lg hover-scale transition-all duration-300 hover:shadow-xl hover:ring-2 hover:ring-blue-500/10"> <div class="h-48 overflow-hidden"> <img src="http://www.chemietech.com/images/offsites.jpg" alt="Offsites & Utilities" class="w-full h-full object-cover transition duration-500 group-hover:scale-105"> </div> <div class="p-6 bg-white"> <div class="flex items-center mb-4"> <div class="bg-blue-100 p-3 rounded-full mr-4"> <!-- Change the icon for each service --> <i class="fas fa-cogs text-blue-600"></i> </div> <h3 class="text-xl font-bold text-blue-900">Offsites & Utilities</h3> </div> <p class="text-gray-600 mb-4 line-clamp-3">Extensive international experience in front-end design, construction, and commissioning for a variety of utility requirements.</p> <a href="#" class="inline-flex items-center text-blue-600 font-medium group-hover:text-blue-800"> Explore our solutions <i class="fas fa-arrow-right ml-2 transition-transform group-hover:translate-x-1"></i> </a> </div> </div> - Follow Up Deployment
about 1 year ago
style.css
Safe
388 Bytes
initial commit
about 1 year ago