coasteng / index.html
HassanStar's picture
Add 3 files
180b1a4 verified
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<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 rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
body {
font-family: 'Tajawal', sans-serif;
background-color: #f5f7fa;
}
.hero-gradient {
background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%);
}
.earthquake-icon {
animation: shake 0.5s infinite alternate;
}
@keyframes shake {
from {
transform: rotate(-5deg);
}
to {
transform: rotate(5deg);
}
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.map-container {
height: 400px;
border-radius: 1rem;
overflow: hidden;
}
</style>
</head>
<body class="text-right">
<!-- Header -->
<header class="hero-gradient text-white">
<div class="container mx-auto px-4 py-6">
<nav class="flex justify-between items-center">
<div class="flex items-center space-x-4 space-x-reverse">
<i class="fas fa-building-shake text-3xl earthquake-icon"></i>
<h1 class="text-2xl font-bold">مقاومة الزلازل</h1>
</div>
<ul class="hidden md:flex space-x-8 space-x-reverse">
<li><a href="#about" class="hover:text-blue-200 transition">عن المشروع</a></li>
<li><a href="#methods" class="hover:text-blue-200 transition">طرق المقاومة</a></li>
<li><a href="#standards" class="hover:text-blue-200 transition">المعايير</a></li>
<li><a href="#contact" class="hover:text-blue-200 transition">اتصل بنا</a></li>
</ul>
<button class="md:hidden text-2xl">
<i class="fas fa-bars"></i>
</button>
</nav>
<div class="mt-16 mb-20 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h2 class="text-4xl md:text-5xl font-bold mb-6">دراسة الأبنية المقاومة للزلازل في الساحل السوري</h2>
<p class="text-xl mb-8 leading-relaxed">بحث متكامل حول أساليب البناء الحديثة التي تضمن سلامة المباني في منطقة الساحل السوري المعرضة للزلازل</p>
<div class="flex space-x-4 space-x-reverse">
<a href="#about" class="bg-white text-blue-800 px-6 py-3 rounded-lg font-bold hover:bg-blue-100 transition">المزيد من التفاصيل</a>
<a href="#contact" class="border-2 border-white px-6 py-3 rounded-lg font-bold hover:bg-white hover:text-blue-800 transition">تواصل مع الخبراء</a>
</div>
</div>
<div class="md:w-1/2">
<img src="https://images.unsplash.com/photo-1605106702734-205df224ecce?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="مباني مقاومة للزلازل" class="rounded-xl shadow-2xl">
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">لماذا ندرس مقاومة الزلازل في الساحل السوري؟</h2>
<div class="w-24 h-1 bg-blue-600 mx-auto"></div>
</div>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<img src="https://images.unsplash.com/photo-1542606835-4b11e820a9c3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="منطقة الساحل السوري" class="rounded-xl shadow-lg">
</div>
<div class="md:w-1/2 md:pr-10">
<h3 class="text-2xl font-bold text-gray-800 mb-6">السياق الجيولوجي للمنطقة</h3>
<p class="text-gray-600 mb-6 leading-relaxed">يقع الساحل السوري ضمن منطقة نشطة زلزالياً بسبب وجود صدع البحر الميت الذي يمتد من البحر الأحمر حتى تركيا. هذا يجعل المنطقة عرضة للهزات الأرضية المتوسطة إلى القوية.</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-map-marked-alt text-blue-600 text-xl"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">المناطق الأكثر عرضة</h4>
<p class="text-gray-600">اللاذقية، طرطوس، بانياس، وجبلة هي من أكثر المدن عرضة للزلازل في المنطقة</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-history text-blue-600 text-xl"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">تاريخ الزلازل</h4>
<p class="text-gray-600">سجلت المنطقة زلازل مدمرة في أعوام 1170، 1408، 1759، وآخرها زلزال 1995 الذي بلغت قوته 5.7 درجة</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-building text-blue-600 text-xl"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">واقع البناء الحالي</h4>
<p class="text-gray-600">معظم المباني القديمة غير مجهزة لمقاومة الزلازل، مما يزيد من المخاطر في حال حدوث هزات قوية</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Methods Section -->
<section id="methods" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">تقنيات مقاومة الزلازل في الأبنية</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">أساليب وتقنيات حديثة يمكن تطبيقها على المباني الجديدة والقائمة لزيادة مقاومتها للهزات الأرضية</p>
<div class="w-24 h-1 bg-blue-600 mx-auto mt-4"></div>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Card 1 -->
<div class="bg-white p-8 rounded-xl shadow-lg card-hover transition duration-300">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-layer-group text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-4">النظم الهيكلية المقاومة</h3>
<p class="text-gray-600 mb-6">تصميم أنظمة هيكلية خاصة مثل الأطر المقاومة للعزوم، الجدران القص، والأقبية التي توزع القوى الزلزالية بشكل متساوٍ</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
إطارات فولاذية مقاومة
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
جدران قص خرسانية
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
أنظمة الأقبية المركبة
</li>
</ul>
</div>
<!-- Card 2 -->
<div class="bg-white p-8 rounded-xl shadow-lg card-hover transition duration-300">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-sliders-h text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-4">عوازل الزلازل</h3>
<p class="text-gray-600 mb-6">تركيب عوازل مطاطية أو انزلاقية بين الأساسات والبناء لتقليل انتقال الاهتزازات إلى المبنى أثناء الزلزال</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
عوازل مطاطية رصاصية
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
أنظمة انزلاقية
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
بندولات معكوسة
</li>
</ul>
</div>
<!-- Card 3 -->
<div class="bg-white p-8 rounded-xl shadow-lg card-hover transition duration-300">
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-ruler-combined text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-4">تحسين المباني القائمة</h3>
<p class="text-gray-600 mb-6">تقنيات لتقوية المباني القديمة مثل الحقن بالخرسانة، إضافة جدران قص، أو تركيب أنظمة خارجية</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
حقن الأعمدة بالخرسانة
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
إضافة دعامات فولاذية
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
تقوية الوصلات
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Seismic Map Section -->
<section class="py-16 bg-white">
<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 md:pr-10">
<h2 class="text-3xl font-bold text-gray-800 mb-6">خريطة النشاط الزلزالي في الساحل السوري</h2>
<p class="text-gray-600 mb-6 leading-relaxed">تظهر الخريطة توزع البؤر الزلزالية التاريخية في المنطقة والتي تساعد في تحديد مناطق الخطر وتوجيه جهود التحصين</p>
<div class="space-y-4">
<div class="flex items-center">
<div class="w-4 h-4 bg-red-500 rounded-full mr-3"></div>
<span class="text-gray-700">زلازل قوية (أكبر من 6 درجات)</span>
</div>
<div class="flex items-center">
<div class="w-4 h-4 bg-yellow-500 rounded-full mr-3"></div>
<span class="text-gray-700">زلازل متوسطة (4-6 درجات)</span>
</div>
<div class="flex items-center">
<div class="w-4 h-4 bg-green-500 rounded-full mr-3"></div>
<span class="text-gray-700">زلازل خفيفة (أقل من 4 درجات)</span>
</div>
</div>
<p class="mt-6 text-gray-600">بناءً على هذه البيانات، يتم تقسيم المنطقة إلى مناطق بناء مختلفة حسب درجة الخطورة الزلزالية</p>
</div>
<div class="md:w-1/2">
<div class="map-container bg-gray-200 relative">
<!-- This would be replaced with an actual map in a real implementation -->
<div class="absolute inset-0 flex items-center justify-center">
<div class="text-center">
<i class="fas fa-map text-5xl text-gray-400 mb-4"></i>
<p class="text-gray-600">خريطة النشاط الزلزالي في الساحل السوري</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Standards Section -->
<section id="standards" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">المعايير والمواصفات</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">أهم المعايير الدولية والمحلية التي يجب الالتزام بها في تصميم المباني المقاومة للزلازل</p>
<div class="w-24 h-1 bg-blue-600 mx-auto mt-4"></div>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div class="bg-white p-8 rounded-xl shadow-lg">
<h3 class="text-xl font-bold text-gray-800 mb-6 border-b pb-4">المعايير الدولية</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-lg mr-4">
<i class="fas fa-globe-americas text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">معايير ASCE 7</h4>
<p class="text-gray-600">معايير الجمعية الأمريكية للمهندسين المدنيين لتصميم المباني المقاومة للزلازل</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-lg mr-4">
<i class="fas fa-flag text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">كود Eurocode 8</h4>
<p class="text-gray-600">المعيار الأوروبي لتصميم المنشآت لمقاومة الزلازل</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-lg mr-4">
<i class="fas fa-university text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">معايير IBC</h4>
<p class="text-gray-600">المواصفات الدولية للبناء التي تتضمن فصولاً خاصة بمقاومة الزلازل</p>
</div>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-lg">
<h3 class="text-xl font-bold text-gray-800 mb-6 border-b pb-4">المعايير المحلية</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-lg mr-4">
<i class="fas fa-home text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">الكود السوري للبناء</h4>
<p class="text-gray-600">المواصفات السورية لمقاومة الزلازل في الأبنية (الفصل السادس)</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-lg mr-4">
<i class="fas fa-city text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">توصيات نقابة المهندسين</h4>
<p class="text-gray-600">توصيات خاصة بمنطقة الساحل السوري بناءً على الدراسات الجيولوجية</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-lg mr-4">
<i class="fas fa-hard-hat text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">مواصفات وزارة الأشغال</h4>
<p class="text-gray-600">متطلبات خاصة للمباني الحكومية والحيوية في المناطق الزلزالية</p>
</div>
</div>
</div>
</div>
</div>
<div class="mt-12 bg-blue-50 border border-blue-200 rounded-xl p-8">
<h3 class="text-xl font-bold text-gray-800 mb-4">نقاط أساسية في التصميم</h3>
<div class="grid md:grid-cols-3 gap-6">
<div class="bg-white p-4 rounded-lg shadow">
<h4 class="font-bold text-blue-700 mb-2">التناسق في التصميم</h4>
<p class="text-gray-600">تجنب الأشكال غير المنتظمة والكتل غير المتوازنة التي تزيد من الضعف الزلزالي</p>
</div>
<div class="bg-white p-4 rounded-lg shadow">
<h4 class="font-bold text-blue-700 mb-2">المتانة والليونة</h4>
<p class="text-gray-600">استخدام مواد ذات متانة عالية مع قدرة على امتصاص الطاقة دون انهيار مفاجئ</p>
</div>
<div class="bg-white p-4 rounded-lg shadow">
<h4 class="font-bold text-blue-700 mb-2">التفاصيل الإنشائية</h4>
<p class="text-gray-600">اهتمام خاص بتفاصيل الوصلات والربط بين العناصر الإنشائية المختلفة</p>
</div>
</div>
</div>
</div>
</section>
<!-- Case Studies -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">دراسات حالة</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">أمثلة عملية لتطبيقات مقاومة الزلازل في مشاريع سكنية وحكومية في الساحل السوري</p>
<div class="w-24 h-1 bg-blue-600 mx-auto mt-4"></div>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div class="bg-gray-50 rounded-xl overflow-hidden shadow-lg">
<img src="https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1473&q=80" alt="مشروع سكني" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">المجمع السكني في اللاذقية</h3>
<p class="text-gray-600 mb-4">تطبيق أنظمة العزل الزلزالي في مجمع سكني مكون من 12 طابقاً</p>
<div class="flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">عوازل مطاطية</span>
<span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">إطارات مقاومة</span>
<span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">تصميم متناسق</span>
</div>
</div>
</div>
<div class="bg-gray-50 rounded-xl overflow-hidden shadow-lg">
<img src="https://images.unsplash.com/photo-1564501049412-61c2a3083791?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1632&q=80" alt="مستشفى" class="w-full h-64 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">مستشفى طرطوس الجديد</h3>
<p class="text-gray-600 mb-4">تصميم منشأة حيوية وفق أعلى معايير مقاومة الزلازل</p>
<div class="flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">أنظمة عزل متطورة</span>
<span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">تصميم متانة عالي</span>
<span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">اختبارات محاكاة</span>
</div>
</div>
</div>
</div>
<div class="mt-12 bg-blue-800 text-white rounded-xl p-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-2/3 mb-6 md:mb-0">
<h3 class="text-2xl font-bold mb-4">هل ترغب في تقييم مقاومة الزلازل لمبناك؟</h3>
<p>نقدم خدمات التقييم الفني واقتراحات التحسين للمباني القائمة في منطقة الساحل السوري</p>
</div>
<div class="md:w-1/3 text-center md:text-left">
<a href="#contact" class="bg-white text-blue-800 px-6 py-3 rounded-lg font-bold hover:bg-blue-100 transition inline-block">طلب استشارة</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">تواصل مع خبرائنا</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">فريقنا من المهندسين والجيولوجيين متاح للإجابة على استفساراتكم وتقديم الاستشارات</p>
<div class="w-24 h-1 bg-blue-600 mx-auto mt-4"></div>
</div>
<div class="flex flex-col md:flex-row bg-white rounded-xl shadow-lg overflow-hidden">
<div class="md:w-1/2 p-8 md:p-12">
<h3 class="text-2xl font-bold text-gray-800 mb-6">أرسل رسالة</h3>
<form>
<div class="mb-6">
<label for="name" class="block text-gray-700 font-medium mb-2">الاسم الكامل</label>
<input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-6">
<label for="email" class="block text-gray-700 font-medium mb-2">البريد الإلكتروني</label>
<input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-6">
<label for="subject" class="block text-gray-700 font-medium mb-2">الموضوع</label>
<select id="subject" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
<option value="">اختر موضوع الاستشارة</option>
<option value="design">تصميم مبنى جديد</option>
<option value="evaluation">تقييم مبنى قائم</option>
<option value="retrofit">تحسين مقاومة الزلازل</option>
<option value="other">استفسار آخر</option>
</select>
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 font-medium mb-2">الرسالة</label>
<textarea id="message" rows="5" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
</div>
<button type="submit" class="w-full bg-blue-600 text-white px-6 py-3 rounded-lg font-bold hover:bg-blue-700 transition">إرسال الرسالة</button>
</form>
</div>
<div class="md:w-1/2 bg-blue-50 p-8 md:p-12">
<h3 class="text-2xl font-bold text-gray-800 mb-6">معلومات التواصل</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-map-marker-alt text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">العنوان</h4>
<p class="text-gray-600">اللاذقية، شارع 8 آذار، بناية نقابة المهندسين</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-phone-alt text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">الهاتف</h4>
<p class="text-gray-600">+963 41 1234567</p>
<p class="text-gray-600">+963 99 1234567 (واتساب)</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-envelope text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">البريد الإلكتروني</h4>
<p class="text-gray-600">[email protected]</p>
<p class="text-gray-600">[email protected]</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-full mr-4">
<i class="fas fa-clock text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-gray-800">ساعات العمل</h4>
<p class="text-gray-600">من الأحد إلى الخميس: 9 صباحاً - 5 مساءً</p>
<p class="text-gray-600">الجمعة والسبت: مغلق</p>
</div>
</div>
</div>
<div class="mt-8">
<h4 class="font-bold text-gray-800 mb-4">تابعنا على وسائل التواصل</h4>
<div class="flex space-x-4 space-x-reverse">
<a href="#" class="bg-blue-100 w-10 h-10 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-200 transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="bg-blue-100 w-10 h-10 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-200 transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="bg-blue-100 w-10 h-10 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-200 transition">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="bg-blue-100 w-10 h-10 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-200 transition">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-4 gap-8 mb-8">
<div>
<div class="flex items-center space-x-2 space-x-reverse mb-6">
<i class="fas fa-building-shake text-2xl text-blue-400"></i>
<h3 class="text-xl font-bold">مقاومة الزلازل</h3>
</div>
<p class="text-gray-400">منصة متخصصة في دراسة وتطبيق تقنيات مقاومة الزلازل في الأبنية بمنطقة الساحل السوري</p>
</div>
<div>
<h4 class="text-lg font-bold mb-6 border-b border-gray-700 pb-2">روابط سريعة</h4>
<ul class="space-y-3">
<li><a href="#about" class="text-gray-400 hover:text-white transition">عن المشروع</a></li>
<li><a href="#methods" class="text-gray-400 hover:text-white transition">طرق المقاومة</a></li>
<li><a href="#standards" 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="text-lg font-bold mb-6 border-b border-gray-700 pb-2">الموارد</h4>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-white transition">أبحاث ودراسات</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">أدلة التصميم</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">أخبار الزلازل</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">الأسئلة الشائعة</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-6 border-b border-gray-700 pb-2">النشرة البريدية</h4>
<p class="text-gray-400 mb-4">اشترك ليصلك آخر التطورات في مجال مقاومة الزلازل</p>
<div class="flex">
<input type="email" placeholder="بريدك الإلكتروني" class="px-4 py-2 rounded-r-lg bg-gray-800 text-white focus:outline-none w-full">
<button class="bg-blue-600 px-4 py-2 rounded-l-lg hover:bg-blue-700 transition">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
<div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">© 2023 مقاومة الزلازل في الساحل السوري. جميع الحقوق محفوظة.</p>
<div class="flex space-x-6 space-x-reverse">
<a href="#" class="text-gray-400 hover:text-white transition">سياسة الخصوصية</a>
<a href="#" class="text-gray-400 hover:text-white transition">شروط الاستخدام</a>
</div>
</div>
</div>
</footer>
<script>
// Simple JavaScript for mobile menu toggle
document.querySelector('button').addEventListener('click', function() {
const nav = document.querySelector('ul');
nav.classList.toggle('hidden');
nav.classList.toggle('flex');
nav.classList.toggle('flex-col');
nav.classList.toggle('absolute');
nav.classList.toggle('bg-blue-900');
nav.classList.toggle('top-20');
nav.classList.toggle('right-4');
nav.classList.toggle('p-4');
nav.classList.toggle('rounded-lg');
nav.classList.toggle('z-50');
});
// 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>
<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=HassanStar/coasteng" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>