mit / index.html
umitfirat's picture
https://ormel.com.tr/en/home-page sitesinin tamamını klonlamak istiyorum - Initial Deployment
f0bfb2a verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ormel | Home</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.hero-bg {
background-image: url('http://static.photos/industry/1200x630/1');
background-size: cover;
background-position: center;
}
.nav-link:hover {
color: #f59e0b;
}
.btn-primary {
background-color: #f59e0b;
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: #e67e22;
transform: translateY(-2px);
}
.product-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.footer-link:hover {
color: #f59e0b;
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Top Bar -->
<div class="bg-gray-900 text-white py-2 px-4">
<div class="container mx-auto flex justify-between items-center">
<div class="flex space-x-4">
<a href="#" class="text-sm hover:text-amber-500">EN</a>
<a href="#" class="text-sm hover:text-amber-500">TR</a>
</div>
<div class="flex space-x-6">
<a href="#" class="text-sm flex items-center hover:text-amber-500">
<i data-feather="phone" class="w-4 h-4 mr-1"></i> +90 212 999 99 99
</a>
<a href="#" class="text-sm flex items-center hover:text-amber-500">
<i data-feather="mail" class="w-4 h-4 mr-1"></i> [email protected]
</a>
</div>
</div>
</div>
<!-- Navigation -->
<nav class="bg-white shadow-md py-4 sticky top-0 z-50">
<div class="container mx-auto px-4 flex justify-between items-center">
<a href="#" class="flex items-center">
<img src="http://static.photos/logo/200x200/1" alt="Ormel Logo" class="h-12">
</a>
<div class="hidden md:flex space-x-8">
<a href="#" class="nav-link font-medium">Home</a>
<a href="#" class="nav-link font-medium">About Us</a>
<a href="#" class="nav-link font-medium">Products</a>
<a href="#" class="nav-link font-medium">Solutions</a>
<a href="#" class="nav-link font-medium">Projects</a>
<a href="#" class="nav-link font-medium">Contact</a>
</div>
<button class="md:hidden focus:outline-none">
<i data-feather="menu" class="w-6 h-6"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-bg text-white py-32">
<div class="container mx-auto px-4 text-center">
<h1 class="text-4xl md:text-6xl font-bold mb-6" data-aos="fade-up">Innovative Industrial Solutions</h1>
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
Providing high-quality industrial equipment and services since 1985
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4" data-aos="fade-up" data-aos-delay="200">
<a href="#" class="btn-primary px-8 py-3 rounded-full font-bold text-white">Our Products</a>
<a href="#" class="bg-white px-8 py-3 rounded-full font-bold text-gray-900 hover:bg-gray-100">Contact Us</a>
</div>
</div>
</section>
<!-- About Section -->
<section class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right">
<img src="http://static.photos/industry/640x360/2" alt="About Ormel" class="rounded-lg shadow-xl">
</div>
<div class="md:w-1/2 md:pl-12" data-aos="fade-left">
<h2 class="text-3xl font-bold mb-6">About Ormel</h2>
<p class="text-lg mb-6 text-gray-600">
Founded in 1985, Ormel has been a leading provider of industrial equipment and solutions in Turkey and beyond. With decades of experience, we deliver innovative and reliable products to various industries.
</p>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-amber-100 p-2 rounded-full mr-4">
<i data-feather="check-circle" class="w-6 h-6 text-amber-600"></i>
</div>
<div>
<h3 class="font-bold mb-1">Quality Assurance</h3>
<p class="text-gray-600">All our products meet international quality standards.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-amber-100 p-2 rounded-full mr-4">
<i data-feather="users" class="w-6 h-6 text-amber-600"></i>
</div>
<div>
<h3 class="font-bold mb-1">Expert Team</h3>
<p class="text-gray-600">Our experienced engineers provide the best solutions.</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-amber-100 p-2 rounded-full mr-4">
<i data-feather="globe" class="w-6 h-6 text-amber-600"></i>
</div>
<div>
<h3 class="font-bold mb-1">Global Reach</h3>
<p class="text-gray-600">We serve clients in over 20 countries worldwide.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Products Section -->
<section class="py-20">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold mb-4" data-aos="fade-up">Our Products</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">
High-quality industrial equipment for various applications
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Product 1 -->
<div class="product-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300" data-aos="fade-up">
<img src="http://static.photos/industry/640x360/3" alt="Product 1" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Industrial Valves</h3>
<p class="text-gray-600 mb-4">High-performance valves for various industrial applications.</p>
<a href="#" class="text-amber-600 font-medium flex items-center">
Learn More <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
</div>
<!-- Product 2 -->
<div class="product-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300" data-aos="fade-up" data-aos-delay="100">
<img src="http://static.photos/industry/640x360/4" alt="Product 2" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Pump Systems</h3>
<p class="text-gray-600 mb-4">Reliable pump solutions for demanding environments.</p>
<a href="#" class="text-amber-600 font-medium flex items-center">
Learn More <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
</div>
<!-- Product 3 -->
<div class="product-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300" data-aos="fade-up" data-aos-delay="200">
<img src="http://static.photos/industry/640x360/5" alt="Product 3" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Control Panels</h3>
<p class="text-gray-600 mb-4">Custom control panels for industrial automation.</p>
<a href="#" class="text-amber-600 font-medium flex items-center">
Learn More <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
</div>
</div>
<div class="text-center mt-12" data-aos="fade-up">
<a href="#" class="btn-primary px-8 py-3 rounded-full font-bold text-white inline-block">View All Products</a>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="py-16 bg-gray-900 text-white">
<div class="container mx-auto px-4">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
<div class="p-4" data-aos="fade-up">
<div class="text-4xl font-bold mb-2">35+</div>
<div class="text-gray-300">Years Experience</div>
</div>
<div class="p-4" data-aos="fade-up" data-aos-delay="100">
<div class="text-4xl font-bold mb-2">500+</div>
<div class="text-gray-300">Projects Completed</div>
</div>
<div class="p-4" data-aos="fade-up" data-aos-delay="200">
<div class="text-4xl font-bold mb-2">20+</div>
<div class="text-gray-300">Countries Served</div>
</div>
<div class="p-4" data-aos="fade-up" data-aos-delay="300">
<div class="text-4xl font-bold mb-2">100+</div>
<div class="text-gray-300">Satisfied Clients</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold mb-4" data-aos="fade-up">Our Projects</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">
Some of our successful projects around the world
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Project 1 -->
<div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up">
<img src="http://static.photos/industry/640x360/6" alt="Project 1" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Oil Refinery Project</h3>
<p class="text-gray-600 mb-4">Completed in 2020 for a major oil company in Turkey.</p>
<a href="#" class="text-amber-600 font-medium flex items-center">
View Details <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
</div>
<!-- Project 2 -->
<div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="100">
<img src="http://static.photos/industry/640x360/7" alt="Project 2" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Water Treatment Plant</h3>
<p class="text-gray-600 mb-4">Implemented in 2019 for a municipality in Europe.</p>
<a href="#" class="text-amber-600 font-medium flex items-center">
View Details <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
</div>
<!-- Project 3 -->
<div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="200">
<img src="http://static.photos/industry/640x360/8" alt="Project 3" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold mb-2">Power Plant Automation</h3>
<p class="text-gray-600 mb-4">Delivered in 2021 for an energy company in Middle East.</p>
<a href="#" class="text-amber-600 font-medium flex items-center">
View Details <i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-20">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold mb-4" data-aos="fade-up">What Our Clients Say</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">
Feedback from our valued customers
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-white p-8 rounded-lg shadow-md" data-aos="fade-up">
<div class="flex items-center mb-4">
<div class="text-amber-500 mr-2">
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
</div>
</div>
<p class="text-gray-600 mb-6">
"Ormel provided excellent service and high-quality products for our refinery project. Their team was professional and responsive throughout the process."
</p>
<div class="flex items-center">
<img src="http://static.photos/people/100x100/1" alt="Client" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">John Smith</h4>
<p class="text-gray-500 text-sm">Project Manager, ABC Oil</p>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white p-8 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
<div class="flex items-center mb-4">
<div class="text-amber-500 mr-2">
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
</div>
</div>
<p class="text-gray-600 mb-6">
"We've been working with Ormel for years and they consistently deliver reliable solutions. Their technical support is outstanding."
</p>
<div class="flex items-center">
<img src="http://static.photos/people/100x100/2" alt="Client" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Maria Garcia</h4>
<p class="text-gray-500 text-sm">Operations Director, XYZ Energy</p>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white p-8 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="200">
<div class="flex items-center mb-4">
<div class="text-amber-500 mr-2">
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
<i data-feather="star" class="w-5 h-5 fill-current"></i>
</div>
</div>
<p class="text-gray-600 mb-6">
"The control panels Ormel designed for our plant have exceeded our expectations in terms of quality and performance. Highly recommended."
</p>
<div class="flex items-center">
<img src="http://static.photos/people/100x100/3" alt="Client" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Ahmed Khan</h4>
<p class="text-gray-500 text-sm">Plant Manager, DEF Industries</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-amber-600 text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6" data-aos="fade-up">Ready to Start Your Project?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">
Contact us today to discuss your industrial equipment needs
</p>
<div data-aos="fade-up" data-aos-delay="200">
<a href="#" class="bg-white px-8 py-3 rounded-full font-bold text-gray-900 hover:bg-gray-100 inline-block">Get a Quote</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white pt-16 pb-8">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-12">
<!-- Column 1 -->
<div>
<img src="http://static.photos/logo/200x200/1" alt="Ormel Logo" class="h-12 mb-4">
<p class="text-gray-400 mb-4">
Providing innovative industrial solutions since 1985.
</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="linkedin" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
</div>
</div>
<!-- Column 2 -->
<div>
<h3 class="text-lg font-bold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Home</a></li>
<li><a href="#" class="footer-link text-gray-400 hover:text-white">About Us</a></li>
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Products</a></li>
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Solutions</a></li>
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Projects</a></li>
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Contact</a></li>
</ul>
</div>
<!-- Column 3 -->
<div>
<h3 class="text-lg font-bold mb-4">Products</h3>
<ul class="space-y-2">
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Industrial Valves</a></li>
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Pump Systems</a></li>
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Control Panels</a></li>
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Automation Systems</a></li>
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Measurement Devices</a></li>
<li><a href="#" class="footer-link text-gray-400 hover:text-white">Custom Solutions</a></li>
</ul>
</div>
<!-- Column 4 -->
<div>
<h3 class="text-lg font-bold mb-4">Contact Us</h3>
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="map-pin" class="w-5 h-5 mr-3 mt-1 text-amber-500"></i>
<span class="text-gray-400">123 Industrial Zone, Istanbul, Turkey</span>
</li>
<li class="flex items-center">
<i data-feather="phone" class="w-5 h-5 mr-3 text-amber-500"></i>
<span class="text-gray-400">+90 212 999 99 99</span>
</li>
<li class="flex items-center">
<i data-feather="mail" class="w-5 h-5 mr-3 text-amber-500"></i>
<span class="text-gray-400">[email protected]</span>
</li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">© 2023 Ormel. All rights reserved.</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white text-sm">Sitemap</a>
</div>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
</script>
</body>
</html>