a / index.html
qsc1100120's picture
<!DOCTYPE html>
1c1acf1 verified
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>立全工程行 - 專業鑽孔切割工程</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/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-gradient {
background: linear-gradient(135deg, rgba(30, 58, 138, 0.9) 0%, rgba(30, 64, 175, 0.8) 100%);
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.project-overlay {
background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Navigation -->
<nav class="fixed w-full z-50 bg-white/90 backdrop-blur-md shadow-sm">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-2xl font-bold text-blue-800 flex items-center">
<div class="w-10 h-10 bg-blue-600 rounded-full mr-3"></div>
立全工程行
</a>
<div class="hidden lg:flex space-x-8">
<a href="#services" class="text-gray-700 hover:text-blue-600 font-medium transition">服務項目</a>
<a href="#projects" class="text-gray-700 hover:text-blue-600 font-medium transition">工程案例</a>
<a href="#about" class="text-gray-700 hover:text-blue-600 font-medium transition">關於我們</a>
<a href="#contact" class="text-gray-700 hover:text-blue-600 font-medium transition">聯絡我們</a>
</div>
<button class="lg:hidden focus:outline-none">
<i data-feather="menu" class="text-gray-700 w-6 h-6"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="relative h-screen flex items-center justify-center overflow-hidden">
<div class="absolute inset-0 hero-gradient"></div>
<div class="absolute inset-0 bg-[url('http://static.photos/construction/1200x630/42')] bg-cover bg-center opacity-30"></div>
<div class="container mx-auto px-6 z-10 text-center" data-aos="fade-up">
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6">專業鑽孔切割工程</h1>
<p class="text-xl md:text-2xl text-white mb-8 max-w-2xl mx-auto">20年專業經驗,提供高精度鑽孔、牆體切割、混凝土切割等工程服務</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="#contact" class="bg-white text-blue-800 hover:bg-gray-100 font-bold py-3 px-8 rounded-full transition shadow-lg">免費諮詢</a>
<a href="#services" class="bg-transparent border-2 border-white text-white hover:bg-white/10 font-bold py-3 px-8 rounded-full transition">服務項目</a>
</div>
</div>
<div class="absolute bottom-10 left-1/2 transform -translate-x-1/2">
<a href="#services" class="animate-bounce block">
<i data-feather="chevron-down" class="text-white w-10 h-10"></i>
</a>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">專業工程服務</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-2xl mx-auto">我們提供全方位的鑽孔切割解決方案,滿足各種建築工程需求</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="bg-gray-50 rounded-xl p-8 service-card transition duration-300" data-aos="fade-up" data-aos-delay="100">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="tool" class="text-blue-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">鑽孔服務</h3>
<p class="text-gray-600 mb-4">專業鑽孔技術,適用於冷氣安裝、管道開孔等各種需求,精準無誤。</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> 冷氣安裝孔</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> 管道開孔</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> 電線管路孔</li>
</ul>
</div>
<!-- Service 2 -->
<div class="bg-gray-50 rounded-xl p-8 service-card transition duration-300" data-aos="fade-up" data-aos-delay="200">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="scissors" class="text-blue-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">牆體切割</h3>
<p class="text-gray-600 mb-4">專業牆壁與樓板切割技術,確保結構安全,施工快速乾淨。</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> 門窗開口切割</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> 樓板開口切割</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> 剪力牆切割</li>
</ul>
</div>
<!-- Service 3 -->
<div class="bg-gray-50 rounded-xl p-8 service-card transition duration-300" data-aos="fade-up" data-aos-delay="300">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="hard-drive" class="text-blue-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">混凝土切割</h3>
<p class="text-gray-600 mb-4">專業混凝土切割技術,適用於各種建築結構改造需求。</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> 樓梯開口切割</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> 電梯井切割</li>
<li class="flex items-center"><i data-feather="check" class="w-4 h-4 text-green-500 mr-2"></i> 基礎切割</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">工程案例</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-2xl mx-auto">我們已完成數百件工程案例,獲得客戶一致好評</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Project 1 -->
<div class="relative rounded-xl overflow-hidden h-80" data-aos="fade-up" data-aos-delay="100">
<img src="http://static.photos/construction/640x360/1" alt="鑽孔工程案例" class="w-full h-full object-cover">
<div class="absolute inset-0 project-overlay flex flex-col justify-end p-6">
<h3 class="text-xl font-bold text-white mb-2">台北101辦公大樓</h3>
<p class="text-gray-200">冷氣管路鑽孔工程</p>
</div>
</div>
<!-- Project 2 -->
<div class="relative rounded-xl overflow-hidden h-80" data-aos="fade-up" data-aos-delay="200">
<img src="http://static.photos/construction/640x360/2" alt="牆體切割案例" class="w-full h-full object-cover">
<div class="absolute inset-0 project-overlay flex flex-col justify-end p-6">
<h3 class="text-xl font-bold text-white mb-2">新竹科學園區廠房</h3>
<p class="text-gray-200">牆體切割改造工程</p>
</div>
</div>
<!-- Project 3 -->
<div class="relative rounded-xl overflow-hidden h-80" data-aos="fade-up" data-aos-delay="300">
<img src="http://static.photos/construction/640x360/3" alt="混凝土切割案例" class="w-full h-full object-cover">
<div class="absolute inset-0 project-overlay flex flex-col justify-end p-6">
<h3 class="text-xl font-bold text-white mb-2">台中捷運站體工程</h3>
<p class="text-gray-200">混凝土結構切割</p>
</div>
</div>
</div>
<div class="text-center mt-12" data-aos="fade-up">
<a href="#contact" class="inline-flex items-center bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full transition">
查看更多案例
<i data-feather="arrow-right" class="w-5 h-5 ml-2"></i>
</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="flex flex-col lg:flex-row items-center">
<div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12" data-aos="fade-right">
<img src="http://static.photos/construction/640x360/4" alt="立全工程行團隊" class="rounded-xl shadow-lg w-full">
</div>
<div class="lg:w-1/2" data-aos="fade-left">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-6">關於立全工程行</h2>
<div class="w-20 h-1 bg-blue-600 mb-6"></div>
<p class="text-gray-600 mb-6">立全工程行成立於2003年,擁有20年專業鑽孔切割工程經驗,服務範圍遍及全台各地。我們擁有專業的技術團隊與先進的設備,致力於提供客戶最優質的工程服務。</p>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-full p-3 mr-4">
<i data-feather="award" class="text-blue-600 w-6 h-6"></i>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-1">專業認證</h4>
<p class="text-gray-600">擁有ISO 9001品質管理系統認證,所有工程師均通過專業技術培訓。</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-full p-3 mr-4">
<i data-feather="shield" class="text-blue-600 w-6 h-6"></i>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-1">安全第一</h4>
<p class="text-gray-600">嚴格遵守工安規範,所有工程均投保意外險,保障客戶權益。</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-full p-3 mr-4">
<i data-feather="clock" class="text-blue-600 w-6 h-6"></i>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-1">快速服務</h4>
<p class="text-gray-600">提供24小時緊急服務,最快可於2小時內到場處理。</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">聯絡我們</h2>
<div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div>
<p class="text-gray-600 max-w-2xl mx-auto">歡迎隨時與我們聯繫,我們將盡快回覆您的需求</p>
</div>
<div class="flex flex-col lg:flex-row gap-12">
<div class="lg:w-1/2" data-aos="fade-right">
<div class="bg-white rounded-xl shadow-md p-8 h-full">
<h3 class="text-xl font-bold text-gray-800 mb-6">聯絡資訊</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-full p-3 mr-4">
<i data-feather="map-pin" class="text-blue-600 w-5 h-5"></i>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-1">公司地址</h4>
<p class="text-gray-600">桃園市龜山區幸美七街77號</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-full p-3 mr-4">
<i data-feather="phone" class="text-blue-600 w-5 h-5"></i>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-1">聯絡電話</h4>
<p class="text-gray-600">03-3292631 / 06-2573627</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-full p-3 mr-4">
<i data-feather="mail" class="text-blue-600 w-5 h-5"></i>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-1">電子郵件</h4>
<p class="text-gray-600">service@liquan-engineering.com</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 bg-blue-100 rounded-full p-3 mr-4">
<i data-feather="clock" class="text-blue-600 w-5 h-5"></i>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-1">營業時間</h4>
<p class="text-gray-600">週一至週五 08:00-18:00<br>週六 09:00-15:00 (週日公休)</p>
</div>
</div>
</div>
</div>
</div>
<div class="lg:w-1/2" data-aos="fade-left">
<div class="bg-white rounded-xl shadow-md p-8 h-full">
<h3 class="text-xl font-bold text-gray-800 mb-6">線上諮詢</h3>
<form class="space-y-6">
<div>
<label for="name" class="block text-gray-700 font-medium mb-2">姓名</label>
<input type="text" id="name" name="name" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition">
</div>
<div>
<label for="phone" class="block text-gray-700 font-medium mb-2">電話</label>
<input type="tel" id="phone" name="phone" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition">
</div>
<div>
<label for="email" class="block text-gray-700 font-medium mb-2">電子郵件</label>
<input type="email" id="email" name="email" required class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition">
</div>
<div>
<label for="service" class="block text-gray-700 font-medium mb-2">服務需求</label>
<select id="service" name="service" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition">
<option value="">請選擇服務項目</option>
<option value="drilling">鑽孔服務</option>
<option value="wall-cutting">牆體切割</option>
<option value="concrete-cutting">混凝土切割</option>
<option value="other">其他服務</option>
</select>
</div>
<div>
<label for="message" class="block text-gray-700 font-medium mb-2">詳細說明</label>
<textarea id="message" name="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition"></textarea>
</div>
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-lg transition flex items-center justify-center">
送出諮詢
<i data-feather="send" class="w-5 h-5 ml-2"></i>
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4 flex items-center">
<div class="w-8 h-8 bg-blue-600 rounded-full mr-2"></div>
立全工程行
</h3>
<p class="text-gray-400">專業鑽孔切割工程服務,20年經驗,品質保證。</p>
</div>
<div>
<h4 class="font-bold text-lg mb-4">快速連結</h4>
<ul class="space-y-2">
<li><a href="#services" class="text-gray-400 hover:text-white transition">服務項目</a></li>
<li><a href="#projects" class="text-gray-400 hover:text-white transition">工程案例</a></li>
<li><a href="#about" class="text-gray-400 hover:text-white transition">關於我們</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition">聯絡我們</a></li>
</ul>
</div>
<div>
<h4 class="font-bold text-lg mb-4">聯絡資訊</h4>
<ul class="space-y-2 text-gray-400">
<li class="flex items-start">
<i data-feather="map-pin" class="w-4 h-4 mr-2 mt-1"></i>
<span>桃園市龜山區幸美七街77號</span>
</li>
<li class="flex items-start">
<i data-feather="phone" class="w-4 h-4 mr-2 mt-1"></i>
<span>03-3292631 / 06-2573627</span>
</li>
<li class="flex items-start">
<i data-feather="mail" class="w-4 h-4 mr-2 mt-1"></i>
<span>service@liquan-engineering.com</span>
</li>
</ul>
</div>
<div>
<h4 class="font-bold text-lg mb-4">營業時間</h4>
<ul class="space-y-2 text-gray-400">
<li>週一至週五: 08:00 - 18:00</li>
<li>週六: 09:00 - 15:00</li>
<li>週日: 公休</li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">© 2025 立全工程行. 保留所有權利。</p>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-gray-800 hover:bg-blue-600 rounded-full flex items-center justify-center transition">
<i data-feather="facebook" class="w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-800 hover:bg-blue-400 rounded-full flex items-center justify-center transition">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-800 hover:bg-red-500 rounded-full flex items-center justify-center transition">
<i data-feather="youtube" class="w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-800 hover:bg-pink-500 rounded-full flex items-center justify-center transition">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<a href="#" class="fixed bottom-6 right-6 bg-blue-600 hover:bg-blue-700 text-white w-12 h-12 rounded-full flex items-center justify-center shadow-lg transition opacity-0 invisible" id="back-to-top">
<i data-feather="arrow-up" class="w-5 h-5"></i>
</a>
<script>
// Initialize AOS animation
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
// Initialize Feather Icons
feather.replace();
// Back to Top Button
window.addEventListener('scroll', function() {
var backToTop = document.getElementById('back-to-top');
if (window.pageYOffset > 300) {
backToTop.classList.remove('opacity-0', 'invisible');
backToTop.classList.add('opacity-100', 'visible');
} else {
backToTop.classList.remove('opacity-100', 'visible');
backToTop.classList.add('opacity-0', 'invisible');
}
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
</body>
</html>