Spaces:
Running
Running
<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; | |
scroll-behavior: smooth; | |
overflow-x: hidden; | |
} | |
/* Loading animations */ | |
@keyframes fadeIn { | |
from { opacity: 0; transform: translateY(20px); } | |
to { opacity: 1; transform: translateY(0); } | |
} | |
.animate-fadeIn { | |
animation: fadeIn 0.6s ease-out forwards; | |
} | |
.animate-delay-100 { | |
animation-delay: 0.1s; | |
} | |
.animate-delay-200 { | |
animation-delay: 0.2s; | |
} | |
/* Smooth transitions */ | |
.transition-all { | |
transition-property: all; | |
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); | |
transition-duration: 300ms; | |
} | |
/* Form validation */ | |
.form-input.error { | |
border-color: #ef4444; | |
box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2); | |
} | |
.error-message { | |
color: #ef4444; | |
font-size: 0.875rem; | |
margin-top: 0.25rem; | |
display: none; | |
} | |
img { | |
transition: opacity 0.3s ease; | |
} | |
img[data-src] { | |
opacity: 0; | |
} | |
.hero-section { | |
background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); | |
} | |
.feature-card:hover { | |
transform: translateY(-5px); | |
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); | |
} | |
.nav-link:hover { | |
color: #3b82f6; | |
} | |
.btn-primary { | |
background: linear-gradient(to right, #3b82f6, #2563eb); | |
transition: all 0.3s ease; | |
} | |
.btn-primary:hover { | |
background: linear-gradient(to right, #2563eb, #1d4ed8); | |
transform: translateY(-2px); | |
} | |
.tech-logo { | |
filter: grayscale(100%); | |
opacity: 0.7; | |
transition: all 0.3s ease; | |
} | |
.tech-logo:hover { | |
filter: grayscale(0); | |
opacity: 1; | |
} | |
</style> | |
</head> | |
<body class="bg-gray-50 text-gray-800"> | |
<!-- Header/Navigation --> | |
<header class="bg-white shadow-md sticky top-0 z-50"> | |
<div class="container mx-auto px-4 py-3 flex justify-between items-center"> | |
<div class="flex items-center"> | |
<img data-src="https://muslim-host.com/wp-content/uploads/2024/11/logo.png" alt="مسلم هوست" class="h-12"> | |
</div> | |
<div class="hidden md:flex space-x-8 space-x-reverse"> | |
<a href="#services" class="nav-link font-medium text-gray-700 hover:text-blue-500 transition">الخدمات</a> | |
<a href="#features" class="nav-link font-medium text-gray-700 hover:text-blue-500 transition">المميزات</a> | |
<a href="#about" class="nav-link font-medium text-gray-700 hover:text-blue-500 transition">عن الشركة</a> | |
<a href="#faq" class="nav-link font-medium text-gray-700 hover:text-blue-500 transition">الأسئلة الشائعة</a> | |
<a href="#contact" class="nav-link font-medium text-gray-700 hover:text-blue-500 transition">اتصل بنا</a> | |
</div> | |
<div class="flex items-center space-x-4 space-x-reverse"> | |
<a href="#" class="btn-primary text-white px-6 py-2 rounded-full font-medium shadow-md">تسجيل الدخول</a> | |
<button class="md:hidden text-gray-700 focus:outline-none"> | |
<i class="fas fa-bars text-2xl"></i> | |
</button> | |
</div> | |
</div> | |
<!-- Mobile Menu --> | |
<div class="md:hidden hidden bg-white py-2 px-4 shadow-lg transform origin-top transition-all duration-300 ease-out scale-y-0" id="mobileMenu"> | |
<a href="#services" class="block py-2 px-2 hover:bg-gray-100 rounded">الخدمات</a> | |
<a href="#features" class="block py-2 px-2 hover:bg-gray-100 rounded">المميزات</a> | |
<a href="#about" class="block py-2 px-2 hover:bg-gray-100 rounded">عن الشركة</a> | |
<a href="#faq" class="block py-2 px-2 hover:bg-gray-100 rounded">الأسئلة الشائعة</a> | |
<a href="#contact" class="block py-2 px-2 hover:bg-gray-100 rounded">اتصل بنا</a> | |
</div> | |
</header> | |
<!-- Hero Section --> | |
<section class="hero-section text-white py-16 md:py-24 animate-fadeIn"> | |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<h1 class="text-4xl md:text-5xl font-bold mb-6">خدمات استضافة ويب أسرع وآمنة وقوية</h1> | |
<p class="text-xl mb-8 opacity-90">تقدم استضافة الويب الرخيصة رقم 1 في العالم حزمة شاملة، بما في ذلك النطاق المجاني، ومنشئ الويب، وSSL، ورسائل البريد الإلكتروني، كل ذلك في الشهر فقط.</p> | |
<div class="flex flex-col sm:flex-row gap-4"> | |
<a href="#" class="btn-primary text-white px-8 py-3 rounded-full font-medium text-lg shadow-lg text-center">ابدأ الآن</a> | |
<a href="#plans" class="bg-white text-blue-600 px-8 py-3 rounded-full font-medium text-lg shadow-lg text-center">عرض الأسعار</a> | |
</div> | |
</div> | |
<div class="md:w-1/2 flex justify-center"> | |
<img data-src="https://muslim-host.com/wp-content/uploads/2024/11/5219737.webp" alt="Muslim Host" class="rounded-lg shadow-xl max-w-full h-auto"> | |
</div> | |
</div> | |
</section> | |
<!-- Support Banner --> | |
<section class="bg-blue-50 py-8"> | |
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center justify-between"> | |
<div class="flex items-center mb-4 md:mb-0"> | |
<img data-src="https://muslim-host.com/wp-content/uploads/2025/01/image-support.png" alt="دعم فني" class="h-16 mr-4"> | |
<div> | |
<h3 class="text-xl font-bold text-blue-800">دعم 24/7</h3> | |
<p class="text-gray-700">يتوفر مدير الدعم لدينا على مدار 24 ساعة طوال أيام الأسبوع لمساعدتك عبر الهاتف أو الدردشة المباشرة أو التذاكر.</p> | |
</div> | |
</div> | |
<div class="flex items-center"> | |
<img data-src="https://muslim-host.com/wp-content/uploads/2024/11/30-day-money-back.png" alt="ضمان استرداد الأموال" class="h-16 mr-4"> | |
<div> | |
<h3 class="text-xl font-bold text-blue-800">ضمان استرداد الأموال لمدة 15 يومًا</h3> | |
<p class="text-gray-700">يمكنك تجربة أو شراء خدماتنا. نحن نحاول دائمًا أن نقدم لك أفضل خدماتنا.</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Features Section --> | |
<section id="features" class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center mb-12">لماذا تختار مسلم هوست؟</h2> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<!-- Feature 1 --> | |
<div class="feature-card bg-white p-6 rounded-xl shadow-md border border-gray-100 transition duration-300"> | |
<div class="text-blue-500 mb-4"> | |
<i class="fas fa-shield-alt text-3xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">نظام التشغيل CloudLinux</h3> | |
<p class="text-gray-600">يعمل نظام التشغيل CloudLinux على تحسين استقرار الخادم وكثافته وأمانه عن طريق عزل كل مستأجر ومنحه موارد خادم مخصصة.</p> | |
</div> | |
<!-- Feature 2 --> | |
<div class="feature-card bg-white p-6 rounded-xl shadow-md border border-gray-100 transition duration-300"> | |
<div class="text-blue-500 mb-4"> | |
<i class="fas fa-hdd text-3xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">تخزين SSD نقي</h3> | |
<p class="text-gray-600">محركات أقراص SSD أسرع بعشرين مرة من محركات الأقراص الدوارة. يتم تحميل المواقع المستضافة على خوادم SSD أسرع بعشرين مرة من المواقع المستضافة على محركات الأقراص الصلبة التقليدية.</p> | |
</div> | |
<!-- Feature 3 --> | |
<div class="feature-card bg-white p-6 rounded-xl shadow-md border border-gray-100 transition duration-300"> | |
<div class="text-blue-500 mb-4"> | |
<i class="fas fa-lock text-3xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">شهادة SSL مجانية</h3> | |
<p class="text-gray-600">يعمل بروتوكول SSL على تأمين موقع الويب الخاص بك وتحسين ترتيبه. في متصفح الويب، سيظهر قفل أخضر وبروتوكول https.</p> | |
</div> | |
<!-- Feature 4 --> | |
<div class="feature-card bg-white p-6 rounded-xl shadow-md border border-gray-100 transition duration-300"> | |
<div class="text-blue-500 mb-4"> | |
<i class="fas fa-magic text-3xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">برنامج التثبيت بنقرة واحدة</h3> | |
<p class="text-gray-600">نحن نستخدم برنامج التثبيت Softaculous Oneclick. Softaculous هو برنامج التثبيت التلقائي الرائد لـ cPanel. يحتوي على 446 نصًا رائعًا وما زلنا نضيف المزيد.</p> | |
</div> | |
<!-- Feature 5 --> | |
<div class="feature-card bg-white p-6 rounded-xl shadow-md border border-gray-100 transition duration-300"> | |
<div class="text-blue-500 mb-4"> | |
<i class="fas fa-envelope text-3xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">حسابات البريد الإلكتروني الآمنة</h3> | |
<p class="text-gray-600">يتم دعم بروتوكولات POP3 / SMTP / IMAP لإرسال واستقبال رسائل البريد الإلكتروني. يمكنك استخدام عملاء البريد الإلكتروني أو البريد الإلكتروني على الويب للوصول إلى رسائل البريد الإلكتروني.</p> | |
</div> | |
<!-- Feature 6 --> | |
<div class="feature-card bg-white p-6 rounded-xl shadow-md border border-gray-100 transition duration-300"> | |
<div class="text-blue-500 mb-4"> | |
<i class="fas fa-chart-line text-3xl"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">زمن التشغيل والموثوقية</h3> | |
<p class="text-gray-600">لدينا مراقبة استباقية تصل إلى ثوانٍ مع حلول تفاعلية في مكانها. نحن نضمن الحفاظ على الاستضافة الخاصة بك مع وقت تشغيل 99.9%</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Hosting Plans --> | |
<section id="plans" class="py-16 bg-gray-50"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center mb-4">خطط الاستضافة لدينا</h2> | |
<p class="text-center text-gray-600 mb-12 max-w-2xl mx-auto">اختر الخطة التي تناسب احتياجاتك وابدأ رحلتك على الإنترنت مع ضمان استرداد الأموال لمدة 15 يومًا</p> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
<!-- Plan 1 --> | |
<div class="bg-white rounded-xl shadow-lg overflow-hidden border border-blue-100 transform hover:scale-105 transition duration-300"> | |
<div class="bg-blue-600 text-white py-4 px-6"> | |
<h3 class="text-xl font-bold">الاستضافة المشتركة</h3> | |
<p class="opacity-80">مثالية للمواقع الصغيرة والمتوسطة</p> | |
</div> | |
<div class="p-6"> | |
<div class="text-4xl font-bold mb-4">$2.99<span class="text-lg text-gray-500">/شهر</span></div> | |
<ul class="space-y-3 mb-6"> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>10GB مساحة تخزين SSD</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>نطاق مجاني</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>شهادة SSL مجانية</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>حسابات بريد إلكتروني غير محدودة</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>دعم 24/7</span> | |
</li> | |
</ul> | |
<a href="#" class="btn-primary block text-center text-white py-3 rounded-lg font-medium">اختر هذه الخطة</a> | |
</div> | |
</div> | |
<!-- Plan 2 (Featured) --> | |
<div class="bg-white rounded-xl shadow-xl overflow-hidden border-2 border-blue-500 transform hover:scale-105 transition duration-300 relative"> | |
<div class="absolute top-0 right-0 bg-blue-500 text-white px-4 py-1 text-sm font-bold">الأكثر شعبية</div> | |
<div class="bg-blue-700 text-white py-4 px-6"> | |
<h3 class="text-xl font-bold">الاستضافة السحابية</h3> | |
<p class="opacity-80">للمواقع متوسطة وكبيرة الحجم</p> | |
</div> | |
<div class="p-6"> | |
<div class="text-4xl font-bold mb-4">$5.99<span class="text-lg text-gray-500">/شهر</span></div> | |
<ul class="space-y-3 mb-6"> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>50GB مساحة تخزين SSD</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>نطاق مجاني</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>شهادة SSL مجانية</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>نسخ احتياطي يومي</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>دعم مميز 24/7</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>موارد مخصصة</span> | |
</li> | |
</ul> | |
<a href="#" class="btn-primary block text-center text-white py-3 rounded-lg font-medium">اختر هذه الخطة</a> | |
</div> | |
</div> | |
<!-- Plan 3 --> | |
<div class="bg-white rounded-xl shadow-lg overflow-hidden border border-blue-100 transform hover:scale-105 transition duration-300"> | |
<div class="bg-blue-600 text-white py-4 px-6"> | |
<h3 class="text-xl font-bold">الاستضافة المخصصة</h3> | |
<p class="opacity-80">للشركات والمواقع الكبيرة</p> | |
</div> | |
<div class="p-6"> | |
<div class="text-4xl font-bold mb-4">$19.99<span class="text-lg text-gray-500">/شهر</span></div> | |
<ul class="space-y-3 mb-6"> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>200GB مساحة تخزين SSD</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>نطاقات غير محدودة</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>شهادة SSL مجانية</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>إدارة كاملة للخادم</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>دعم فني مخصص</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check-circle text-green-500 mr-2"></i> | |
<span>ضمان وقت تشغيل 99.9%</span> | |
</li> | |
</ul> | |
<a href="#" class="btn-primary block text-center text-white py-3 rounded-lg font-medium">اختر هذه الخطة</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Technology Partners --> | |
<section class="py-12 bg-white"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center mb-12">نحن نعمل مع أفضل التقنيات</h2> | |
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8 items-center"> | |
<img src="https://muslim-host.com/wp-content/uploads/2024/11/aaPanel.png" alt="aaPanel" class="tech-logo h-12 mx-auto"> | |
<img src="https://muslim-host.com/wp-content/uploads/2024/11/cloud_linux.png" alt="CloudLinux" class="tech-logo h-12 mx-auto"> | |
<img src="https://muslim-host.com/wp-content/uploads/2024/11/Imunify360.png" alt="Imunify360" class="tech-logo h-12 mx-auto"> | |
<img src="https://muslim-host.com/wp-content/uploads/2024/11/CPanel_logo.svg" alt="cPanel" class="tech-logo h-12 mx-auto"> | |
<img src="https://muslim-host.com/wp-content/uploads/2024/11/obs.svg" alt="OBS" class="tech-logo h-12 mx-auto"> | |
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/1200px-PHP-logo.svg.png" alt="PHP" class="tech-logo h-12 mx-auto"> | |
</div> | |
</div> | |
</section> | |
<!-- FAQ Section --> | |
<section id="faq" class="py-16 bg-gray-50"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-3xl font-bold text-center mb-12">الأسئلة الشائعة</h2> | |
<div class="max-w-3xl mx-auto space-y-4"> | |
<!-- FAQ Item 1 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<button class="faq-question w-full text-right px-6 py-4 flex justify-between items-center focus:outline-none"> | |
<span class="text-lg font-medium">ما هو استضافة الويب؟</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="faq-answer px-6 pb-4 hidden"> | |
<p class="text-gray-600">تعد استضافة الويب أمرًا ضروريًا لأي موقع ويب – فهي الموقع الفعلي لموقع الويب الخاص بك على الإنترنت، ومركز تخزين عبر الإنترنت يضم المعلومات والصور والفيديو والمحتويات الأخرى التي يتكون منها موقع الويب الخاص بك.</p> | |
</div> | |
</div> | |
<!-- FAQ Item 2 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<button class="faq-question w-full text-right px-6 py-4 flex justify-between items-center focus:outline-none"> | |
<span class="text-lg font-medium">ما هو اسم النطاق؟</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="faq-answer px-6 pb-4 hidden"> | |
<p class="text-gray-600">اسم المجال هو اسم موقع الويب الخاص بك. اسم المجال هو العنوان الذي يمكن لمستخدمي الإنترنت من خلاله الوصول إلى موقع الويب الخاص بك.</p> | |
</div> | |
</div> | |
<!-- FAQ Item 3 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<button class="faq-question w-full text-right px-6 py-4 flex justify-between items-center focus:outline-none"> | |
<span class="text-lg font-medium">ما هو النطاق الترددي (bandwidth)؟</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="faq-answer px-6 pb-4 hidden"> | |
<p class="text-gray-600">يصف النطاق الترددي مستوى حركة المرور وكمية البيانات التي يمكن نقلها بين موقعك والمستخدمين والإنترنت. فكر في عرض النطاق الترددي باعتباره سعة أو قطر أنابيب الإنترنت؛ يمكن أن تؤدي الاتصالات الأقوى والأكبر (نطاق ترددي عالي) إلى توفير المزيد من حركة البيانات والبيانات، بينما يمكن أن تؤدي الاتصالات أو الشبكات الأكثر تقييدًا (نطاق ترددي منخفض) إلى حدوث تراكمات وبطء في سرعات التحميل.</p> | |
</div> | |
</div> | |
<!-- FAQ Item 4 --> | |
<div class="bg-white rounded-lg shadow-md overflow-hidden"> | |
<button class="faq-question w-full text-right px-6 py-4 flex justify-between items-center focus:outline-none"> | |
<span class="text-lg font-medium">ما هي وسائل الدفع الخاصة بك؟</span> | |
<i class="fas fa-chevron-down transition-transform duration-300"></i> | |
</button> | |
<div class="faq-answer px-6 pb-4 hidden"> | |
<p class="text-gray-600">يمكنك الدفع لنا باستخدام طرق دفع مختلفة. يتم قبول الدفعات من خلال PayPal وبطاقة الائتمان وبطاقة الخصم والتحويل البنكي. <a href="https://muslim-host.com/payment-options" class="text-blue-500 hover:underline">اقرأ المزيد</a></p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Contact Section --> | |
<section id="contact" class="py-16 bg-white"> | |
<div class="container mx-auto px-4"> | |
<div class="max-w-4xl mx-auto bg-blue-50 rounded-xl shadow-md overflow-hidden"> | |
<div class="md:flex"> | |
<div class="md:w-1/2 p-8 bg-blue-600 text-white"> | |
<h2 class="text-2xl font-bold mb-6">اتصل بنا</h2> | |
<div class="space-y-4"> | |
<div class="flex items-start"> | |
<i class="fas fa-headset text-xl mt-1 mr-4"></i> | |
<div> | |
<h4 class="font-bold">الدعم الفني</h4> | |
<p>متاح 24/7 عبر الدردشة الحية والبريد الإلكتروني</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<i class="fas fa-envelope text-xl mt-1 mr-4"></i> | |
<div> | |
<h4 class="font-bold">البريد الإلكتروني</h4> | |
<p>[email protected]</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<i class="fas fa-phone-alt text-xl mt-1 mr-4"></i> | |
<div> | |
<h4 class="font-bold">الهاتف</h4> | |
<p>+966 12 345 6789</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="md:w-1/2 p-8"> | |
<h3 class="text-xl font-bold mb-6">أرسل لنا رسالة</h3> | |
<form id="contactForm" class="space-y-4"> | |
<div> | |
<label for="name" class="block text-gray-700 mb-2">الاسم الكامل</label> | |
<input type="text" id="name" name="name" required class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
</div> | |
<div> | |
<label for="email" class="block text-gray-700 mb-2">البريد الإلكتروني</label> | |
<input type="email" id="email" name="email" required class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
</div> | |
<div> | |
<label for="phone" class="block text-gray-700 mb-2">رقم الهاتف</label> | |
<input type="tel" id="phone" name="phone" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
</div> | |
<div> | |
<label for="service" class="block text-gray-700 mb-2">نوع الخدمة المطلوبة</label> | |
<select id="service" name="service" class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
<option value="">اختر الخدمة</option> | |
<option value="shared">الاستضافة المشتركة</option> | |
<option value="cloud">الاستضافة السحابية</option> | |
<option value="dedicated">الخادم المخصص</option> | |
<option value="domain">تسجيل النطاقات</option> | |
<option value="transfer">نقل الموقع</option> | |
</select> | |
</div> | |
<div> | |
<label for="message" class="block text-gray-700 mb-2">الرسالة</label> | |
<textarea id="message" name="message" rows="4" required class="w-full px-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea> | |
</div> | |
<div class="flex items-center"> | |
<input type="checkbox" id="agree" name="agree" required class="mr-2"> | |
<label for="agree" class="text-sm text-gray-700">أوافق على شروط الخصوصية وسياسة الاستخدام</label> | |
</div> | |
<button type="submit" class="btn-primary text-white px-6 py-3 rounded-lg font-medium w-full">إرسال الطلب</button> | |
</form> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-gray-800 text-white py-12"> | |
<div class="container mx-auto px-4"> | |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
<div> | |
<img data-src="https://muslim-host.com/wp-content/uploads/2024/11/logo.png" alt="مسلم هوست" class="h-12 mb-4"> | |
<p class="text-gray-400">نقدم حلول استضافة ويب متكاملة وآمنة مع دعم فني على مدار الساعة.</p> | |
</div> | |
<div> | |
<h4 class="text-lg font-bold mb-4">روابط سريعة</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">الصفحة الرئيسية</a></li> | |
<li><a href="#services" class="text-gray-400 hover:text-white transition">الخدمات</a></li> | |
<li><a href="#features" class="text-gray-400 hover:text-white transition">المميزات</a></li> | |
<li><a href="#plans" 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-4">الخدمات</h4> | |
<ul class="space-y-2"> | |
<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> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">نقل المواقع</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-bold mb-4">النشرة البريدية</h4> | |
<form class="mb-4"> | |
<div class="flex"> | |
<input type="email" placeholder="بريدك الإلكتروني" class="flex-grow px-4 py-2 rounded-r-lg border focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
<button type="submit" class="bg-blue-600 text-white px-4 py-2 rounded-l-lg hover:bg-blue-700 transition"> | |
<i class="fas fa-paper-plane"></i> | |
</button> | |
</div> | |
</form> | |
<h4 class="text-lg font-bold mb-4">تابعنا</h4> | |
<div class="flex space-x-4 space-x-reverse mb-4"> | |
<a href="#" class="bg-gray-700 hover:bg-blue-600 text-white w-10 h-10 rounded-full flex items-center justify-center transition"> | |
<i class="fab fa-facebook-f"></i> | |
</a> | |
<a href="#" class="bg-gray-700 hover:bg-blue-400 text-white w-10 h-10 rounded-full flex items-center justify-center transition"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="bg-gray-700 hover:bg-red-600 text-white w-10 h-10 rounded-full flex items-center justify-center transition"> | |
<i class="fab fa-youtube"></i> | |
</a> | |
<a href="#" class="bg-gray-700 hover:bg-blue-400 text-white w-10 h-10 rounded-full flex items-center justify-center transition"> | |
<i class="fab fa-linkedin-in"></i> | |
</a> | |
</div> | |
<img data-src="https://muslim-host.com/wp-content/uploads/2024/11/footer-image.svg" alt="مسلم هوست" class="h-16 mt-4"> | |
</div> | |
</div> | |
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400"> | |
<p>© 2024 مسلم هوست. جميع الحقوق محفوظة.</p> | |
</div> | |
</div> | |
</footer> | |
<!-- Back to Top Button --> | |
<button id="backToTop" class="fixed bottom-8 right-8 bg-blue-600 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center hidden transition-opacity duration-300"> | |
<i class="fas fa-arrow-up text-xl"></i> | |
</button> | |
<script> | |
// Enhanced form validation and submission | |
document.getElementById('contactForm').addEventListener('submit', function(e) { | |
e.preventDefault(); | |
const form = e.target; | |
const submitBtn = form.querySelector('button[type="submit"]'); | |
let isValid = true; | |
// Reset errors | |
document.querySelectorAll('.error-message').forEach(el => el.style.display = 'none'); | |
document.querySelectorAll('.form-input').forEach(el => el.classList.remove('error')); | |
// Validate name | |
if (!form.name.value.trim()) { | |
document.getElementById('name-error').style.display = 'block'; | |
form.name.classList.add('error'); | |
isValid = false; | |
} | |
// Validate email | |
const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/; | |
if (!emailRegex.test(form.email.value)) { | |
document.getElementById('email-error').style.display = 'block'; | |
form.email.classList.add('error'); | |
isValid = false; | |
} | |
if (!isValid) { | |
return; | |
} | |
// Show loading state with smooth transition | |
submitBtn.classList.add('opacity-75'); | |
submitBtn.disabled = true; | |
submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i> جاري الإرسال'; | |
// Simulate AJAX submission with proper error handling | |
setTimeout(() => { | |
// Create success notification | |
const notification = document.createElement('div'); | |
notification.className = 'fixed top-4 right-4 bg-green-500 text-white px-6 py-3 rounded-lg shadow-lg animate-fadeIn'; | |
notification.innerHTML = '<i class="fas fa-check-circle mr-2"></i> تم إرسال طلبك بنجاح!'; | |
document.body.appendChild(notification); | |
// Remove notification after delay | |
setTimeout(() => { | |
notification.classList.add('opacity-0', 'translate-y-4'); | |
setTimeout(() => notification.remove(), 300); | |
}, 3000); | |
// Reset form | |
form.reset(); | |
submitBtn.classList.remove('opacity-75'); | |
submitBtn.disabled = false; | |
submitBtn.textContent = 'إرسال الطلب'; | |
}, 1500); | |
}); | |
// Enhanced mobile menu toggle with better animation | |
document.querySelector('header button').addEventListener('click', function() { | |
const menu = document.getElementById('mobileMenu'); | |
const icon = this.querySelector('i'); | |
if (menu.classList.contains('hidden')) { | |
menu.classList.remove('hidden'); | |
setTimeout(() => { | |
menu.classList.add('scale-y-100'); | |
icon.classList.remove('fa-bars'); | |
icon.classList.add('fa-times'); | |
}, 10); | |
} else { | |
menu.classList.remove('scale-y-100'); | |
icon.classList.remove('fa-times'); | |
icon.classList.add('fa-bars'); | |
setTimeout(() => menu.classList.add('hidden'), 300); | |
} | |
}); | |
// FAQ accordion | |
const faqQuestions = document.querySelectorAll('.faq-question'); | |
faqQuestions.forEach(question => { | |
question.addEventListener('click', () => { | |
const answer = question.nextElementSibling; | |
const icon = question.querySelector('i'); | |
// Toggle answer visibility | |
answer.classList.toggle('hidden'); | |
// Rotate icon | |
icon.classList.toggle('transform'); | |
icon.classList.toggle('rotate-180'); | |
// Close other answers | |
faqQuestions.forEach(q => { | |
if (q !== question) { | |
q.nextElementSibling.classList.add('hidden'); | |
q.querySelector('i').classList.remove('transform', 'rotate-180'); | |
} | |
}); | |
}); | |
}); | |
// Lazy loading for images | |
const lazyLoadImages = () => { | |
const images = document.querySelectorAll('img[data-src]'); | |
const imageObserver = new IntersectionObserver((entries) => { | |
entries.forEach(entry => { | |
if (entry.isIntersecting) { | |
const img = entry.target; | |
img.src = img.dataset.src; | |
img.onload = () => { | |
img.style.opacity = '1'; | |
img.removeAttribute('data-src'); | |
}; | |
imageObserver.unobserve(img); | |
} | |
}); | |
}, { rootMargin: '200px' }); | |
images.forEach(img => imageObserver.observe(img)); | |
}; | |
// Back to top button | |
const backToTopButton = document.getElementById('backToTop'); | |
window.addEventListener('scroll', () => { | |
if (window.pageYOffset > 300) { | |
backToTopButton.classList.remove('hidden'); | |
backToTopButton.classList.add('opacity-100'); | |
} else { | |
backToTopButton.classList.add('opacity-0'); | |
setTimeout(() => backToTopButton.classList.add('hidden'), 300); | |
} | |
}); | |
backToTopButton.addEventListener('click', () => { | |
window.scrollTo({ | |
top: 0, | |
behavior: 'smooth' | |
}); | |
}); | |
// Smooth scrolling for anchor links | |
document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
anchor.addEventListener('click', function(e) { | |
e.preventDefault(); | |
const targetId = this.getAttribute('href'); | |
if (targetId === '#') return; | |
const targetElement = document.querySelector(targetId); | |
if (targetElement) { | |
window.scrollTo({ | |
top: targetElement.offsetTop - 80, | |
behavior: 'smooth' | |
}); | |
// Close mobile menu if open | |
const mobileMenu = document.getElementById('mobileMenu'); | |
if (!mobileMenu.classList.contains('hidden')) { | |
mobileMenu.classList.add('hidden'); | |
} | |
} | |
}); | |
}); | |
// Initialize with staggered animations | |
document.addEventListener('DOMContentLoaded', () => { | |
lazyLoadImages(); | |
// Add animation classes to sections | |
const sections = document.querySelectorAll('section'); | |
sections.forEach((section, index) => { | |
section.classList.add('animate-fadeIn'); | |
section.style.animationDelay = `${index * 0.1}s`; | |
}); | |
// Add hover effects to cards | |
const cards = document.querySelectorAll('.feature-card, .plan-card'); | |
cards.forEach(card => { | |
card.addEventListener('mouseenter', () => { | |
card.style.transform = 'translateY(-5px)'; | |
card.style.boxShadow = '0 10px 25px rgba(0, 0, 0, 0.1)'; | |
}); | |
card.addEventListener('mouseleave', () => { | |
card.style.transform = ''; | |
card.style.boxShadow = ''; | |
}); | |
}); | |
}); | |
// Intersection Observer for scroll animations | |
const observerOptions = { | |
threshold: 0.1, | |
rootMargin: '0px 0px -50px 0px' | |
}; | |
const observer = new IntersectionObserver((entries) => { | |
entries.forEach(entry => { | |
if (entry.isIntersecting) { | |
entry.target.classList.add('animate-fadeIn'); | |
observer.unobserve(entry.target); | |
} | |
}); | |
}, observerOptions); | |
document.querySelectorAll('section, .feature-card').forEach(el => { | |
observer.observe(el); | |
}); | |
</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=anubisweb/muslim-host" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |