|
<!DOCTYPE html> |
|
<html lang="pl"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>IMPORT-EXPORT ART.PRZEMYS艁OWYCH | Katalog Produkt贸w</title> |
|
<script src="https://cdn.tailwindcss.com"></script> |
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet"> |
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
|
<style> |
|
body { |
|
font-family: 'Poppins', sans-serif; |
|
} |
|
.category-btn:hover { |
|
transform: translateY(-2px); |
|
box-shadow: 0 4px 8px rgba(0, 33, 71, 0.2); |
|
} |
|
.hamburger { |
|
cursor: pointer; |
|
width: 24px; |
|
height: 24px; |
|
transition: all 0.25s; |
|
position: relative; |
|
} |
|
.hamburger-top, |
|
.hamburger-middle, |
|
.hamburger-bottom { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
width: 24px; |
|
height: 2px; |
|
background: #002147; |
|
transform: rotate(0); |
|
transition: all 0.5s; |
|
} |
|
.hamburger-middle { |
|
transform: translateY(7px); |
|
} |
|
.hamburger-bottom { |
|
transform: translateY(14px); |
|
} |
|
.open .hamburger-top { |
|
transform: rotate(45deg) translateY(6px) translateX(6px); |
|
} |
|
.open .hamburger-middle { |
|
display: none; |
|
} |
|
.open .hamburger-bottom { |
|
transform: rotate(-45deg) translateY(6px) translateX(-6px); |
|
} |
|
.mobile-menu { |
|
max-height: 0; |
|
overflow: hidden; |
|
transition: max-height 0.3s ease-out; |
|
} |
|
.mobile-menu.open { |
|
max-height: 500px; |
|
} |
|
</style> |
|
</head> |
|
<body class="bg-white text-gray-800"> |
|
|
|
<header class="sticky top-0 z-50 bg-white shadow-md"> |
|
<div class="container mx-auto px-4 py-3 flex justify-between items-center"> |
|
|
|
<div class="flex items-center"> |
|
<a href="#" class="text-2xl font-bold text-[#002147]">IMPORT-EXPORT <span class="font-light">ART.PRZEMYS艁OWYCH</span></a> |
|
</div> |
|
|
|
|
|
<div class="md:hidden flex items-center"> |
|
<div class="hamburger" id="menu-btn"> |
|
<span class="hamburger-top"></span> |
|
<span class="hamburger-middle"></span> |
|
<span class="hamburger-bottom"></span> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="mobile-menu md:hidden bg-white" id="menu"> |
|
<div class="px-4 pt-2 pb-4 space-y-2"> |
|
<a href="#home" class="block px-3 py-2 font-medium text-[#002147] border-b border-gray-100">Strona G艂贸wna</a> |
|
<a href="#products" class="block px-3 py-2 font-medium text-[#002147] border-b border-gray-100">Katalog Produkt贸w</a> |
|
<a href="#about" class="block px-3 py-2 font-medium text-[#002147] border-b border-gray-100">O Firmie</a> |
|
<a href="#contact" class="block px-3 py-2 font-medium text-[#002147] border-b border-gray-100">Kontakt</a> |
|
</div> |
|
</div> |
|
</header> |
|
|
|
|
|
<section id="home" class="bg-gradient-to-r from-[#002147] to-[#003366] text-white py-20"> |
|
<div class="container mx-auto px-4 flex flex-col items-center text-center"> |
|
<h1 class="text-4xl md:text-5xl font-bold mb-6">Komponenty przemys艂owe, na kt贸rych mo偶esz polega膰</h1> |
|
<p class="text-xl md:text-2xl mb-8 max-w-3xl">Profesjonalny dystrybutor wysokiej jako艣ci komponent贸w przemys艂owych dla Twojego biznesu</p> |
|
<a href="#products" class="bg-white text-[#002147] font-bold py-3 px-8 rounded-full hover:bg-gray-100 transition duration-300">Przejrzyj </a> |
|
</div> |
|
</section> |
|
|
|
|
|
<section id="products" class="py-16 bg-gray-50"> |
|
<div class="container mx-auto px-4"> |
|
<h2 class="text-3xl font-bold text-[#002147] mb-12 text-center">Przyk艂adowe Produkty</h2> |
|
|
|
<div class="max-w-4xl mx-auto text-center mb-12"> |
|
<p class="text-lg mb-6">Kliknij w wybran膮 kategori臋 produkt贸w, aby przej艣膰 do odpowiedniej sekcji w naszym katalogu PDF.</p> |
|
<p class="text-sm text-gray-600">Katalog otworzy si臋 w nowej karcie przegl膮darki.</p> |
|
</div> |
|
|
|
|
|
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4"> |
|
|
|
<a href="https://import-eksport.pl/wp-content/uploads/2025/04/Katalog2025.pdf#page=3" target="_blank" class="category-btn bg-white border-2 border-[#002147] text-[#002147] font-medium py-4 px-4 rounded-lg hover:bg-[#002147] hover:text-white transition duration-300 flex flex-col items-center"> |
|
<i class="fas fa-cogs text-3xl mb-3"></i> |
|
<span>艁o偶yska</span> |
|
</a> |
|
|
|
|
|
<a href="https://import-eksport.pl/wp-content/uploads/2025/04/Katalog2025.pdf#page=4" target="_blank" class="category-btn bg-white border-2 border-[#002147] text-[#002147] font-medium py-4 px-4 rounded-lg hover:bg-[#002147] hover:text-white transition duration-300 flex flex-col items-center"> |
|
<i class="fas fa-oil-can text-3xl mb-3"></i> |
|
<span>Smary</span> |
|
</a> |
|
|
|
|
|
<a href="https://import-eksport.pl/wp-content/uploads/2025/04/Katalog2025.pdf#page=7" target="_blank" class="category-btn bg-white border-2 border-[#002147] text-[#002147] font-medium py-4 px-4 rounded-lg hover:bg-[#002147] hover:text-white transition duration-300 flex flex-col items-center"> |
|
<i class="fas fa-grip-lines text-3xl mb-3"></i> |
|
<span>Uszczelnienia</span> |
|
</a> |
|
|
|
|
|
<a href="https://import-eksport.pl/wp-content/uploads/2025/04/Katalog2025.pdf#page=7" target="_blank" class="category-btn bg-white border-2 border-[#002147] text-[#002147] font-medium py-4 px-4 rounded-lg hover:bg-[#002147] hover:text-white transition duration-300 flex flex-col items-center"> |
|
<i class="fas fa-link text-3xl mb-3"></i> |
|
<span>Pasy </span> |
|
</a> |
|
|
|
|
|
<a href="https://import-eksport.pl/wp-content/uploads/2025/04/Katalog2025.pdf#page=10" target="_blank" class="category-btn bg-white border-2 border-[#002147] text-[#002147] font-medium py-4 px-4 rounded-lg hover:bg-[#002147] hover:text-white transition duration-300 flex flex-col items-center"> |
|
<i class="fas fa-tint text-3xl mb-3"></i> |
|
<span>Pompy do oleju</span> |
|
</a> |
|
|
|
|
|
<a href="https://import-eksport.pl/wp-content/uploads/2025/04/Katalog2025.pdf#page=8" target="_blank" class="category-btn bg-white border-2 border-[#002147] text-[#002147] font-medium py-4 px-4 rounded-lg hover:bg-[#002147] hover:text-white transition duration-300 flex flex-col items-center"> |
|
<i class="fas fa-ring text-3xl mb-3"></i> |
|
<span>Opaski zaciskowe</span> |
|
</a> |
|
|
|
|
|
<a href="https://import-eksport.pl/wp-content/uploads/2025/04/Katalog2025.pdf#page=49" target="_blank" class="category-btn bg-white border-2 border-[#002147] text-[#002147] font-medium py-4 px-4 rounded-lg hover:bg-[#002147] hover:text-white transition duration-300 flex flex-col items-center"> |
|
<i class="fas fa-truck-monster text-3xl mb-3"></i> |
|
<span>Ko艂a taczki</span> |
|
</a> |
|
|
|
|
|
<a href="https://import-eksport.pl/wp-content/uploads/2025/04/Katalog2025.pdf#page=34" target="_blank" class="category-btn bg-white border-2 border-[#002147] text-[#002147] font-medium py-4 px-4 rounded-lg hover:bg-[#002147] hover:text-white transition duration-300 flex flex-col items-center"> |
|
<i class="fas fa-tire text-3xl mb-3"></i> |
|
<span>Opony importowane</span> |
|
</a> |
|
|
|
|
|
<a href="https://import-eksport.pl/wp-content/uploads/2025/04/Katalog2025.pdf#page=20" target="_blank" class="category-btn bg-white border-2 border-[#002147] text-[#002147] font-medium py-4 px-4 rounded-lg hover:bg-[#002147] hover:text-white transition duration-300 flex flex-col items-center"> |
|
<i class="fas fa-chain text-3xl mb-3"></i> |
|
<span>艁a艅cuchy</span> |
|
</a> |
|
</div> |
|
|
|
<div class="text-center mt-12"> |
|
<a href="https://import-eksport.pl/wp-content/uploads/2025/04/Katalog2025.pdf" target="_blank" class="inline-block bg-[#002147] text-white font-bold py-3 px-8 rounded-full hover:bg-[#003366] transition duration-300"> |
|
<i class="fas fa-file-pdf mr-2"></i>Pobierz pe艂ny katalog (PDF) |
|
</a> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<footer class="bg-gray-900 text-white py-12"> |
|
<div class="container mx-auto px-4"> |
|
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
|
<div> |
|
<h3 class="text-xl font-bold mb-4">IMPORT-EXPORT ART.PRZEMYS艁OWYCH</h3> |
|
<p class="mb-4">Profesjonalny dystrybutor komponent贸w przemys艂owych w Polsce.</p> |
|
</div> |
|
<div> |
|
<h3 class="text-lg font-bold mb-4">Szybkie linki</h3> |
|
<ul class="space-y-2"> |
|
<li><a href="#home" class="text-gray-400 hover:text-white">Strona G艂贸wna</a></li> |
|
<li><a href="#products" class="text-gray-400 hover:text-white">Katalog Produkt贸w</a></li> |
|
<li><a href="#about" class="text-gray-400 hover:text-white">O Firmie</a></li> |
|
<li><a href="#contact" class="text-gray-400 hover:text-white">Kontakt</a></li> |
|
</ul> |
|
</div> |
|
<div> |
|
<h3 class="text-lg font-bold mb-4">Kontakt</h3> |
|
<p class="text-gray-400 mb-2">Ul. G贸rska 13, 32-447 艁yczanka</p> |
|
<p class="text-gray-400 mb-2">Tel: +48 48 12 270 46 81</p> |
|
<p class="text-gray-400">Email: i-e@2@.pl</p> |
|
</div> |
|
</div> |
|
<div class="border-t border-gray-800 mt-10 pt-6 text-center text-gray-400"> |
|
<p>© <span id="year"></span> IMPORT-EXPORT ART.PRZEMYS艁OWYCH. Wszelkie prawa zastrze偶one.</p> |
|
</div> |
|
</div> |
|
</footer> |
|
|
|
<script> |
|
|
|
const menuBtn = document.getElementById('menu-btn'); |
|
const menu = document.getElementById('menu'); |
|
|
|
menuBtn.addEventListener('click', () => { |
|
menuBtn.classList.toggle('open'); |
|
menu.classList.toggle('open'); |
|
}); |
|
|
|
|
|
document.getElementById('year').textContent = new Date().getFullYear(); |
|
|
|
|
|
document.querySelectorAll('a[href^="#"]').forEach(anchor => { |
|
anchor.addEventListener('click', function (e) { |
|
e.preventDefault(); |
|
|
|
if (menuBtn.classList.contains('open')) { |
|
menuBtn.classList.remove('open'); |
|
menu.classList.remove('open'); |
|
} |
|
|
|
document.querySelector(this.getAttribute('href')).scrollIntoView({ |
|
behavior: 'smooth' |
|
}); |
|
}); |
|
}); |
|
|
|
|
|
document.querySelectorAll('.category-btn').forEach(btn => { |
|
btn.addEventListener('click', function() { |
|
const categoryName = this.querySelector('span').textContent; |
|
console.log(`Category clicked: ${categoryName}`); |
|
|
|
}); |
|
}); |
|
</script> |
|
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 馃К <a href="https://enzostvs-deepsite.hf.space?remix=lilwojtus/import" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
|
</html> |