File size: 14,915 Bytes
802b946 d6ad6ae 802b946 d6ad6ae 5e1f31b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stories of the Prophets - Islamic Videos</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>
.video-container {
aspect-ratio: 16/9;
}
.hero-pattern {
background-image: url("http://static.photos/abstract/1200x630/5");
background-size: cover;
background-position: center;
}
.arabic-font {
font-family: 'Traditional Arabic', Arial, sans-serif;
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-green-800 text-white shadow-lg">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-2">
<i data-feather="book-open" class="w-8 h-8"></i>
<span class="text-xl font-bold arabic-font">قصص الأنبياء</span>
</div>
<div class="hidden md:flex space-x-6">
<a href="#" class="hover:text-yellow-300 transition">Home</a>
<a href="#prophets" class="hover:text-yellow-300 transition">Prophets</a>
<a href="#about" class="hover:text-yellow-300 transition">About</a>
<a href="#contact" class="hover:text-yellow-300 transition">Contact</a>
</div>
<button class="md:hidden focus:outline-none" id="menu-toggle">
<i data-feather="menu" class="w-6 h-6"></i>
</button>
</div>
<!-- Mobile Menu -->
<div class="md:hidden hidden bg-green-700 px-4 py-2" id="mobile-menu">
<a href="#" class="block py-2 hover:text-yellow-300 transition">Home</a>
<a href="#prophets" class="block py-2 hover:text-yellow-300 transition">Prophets</a>
<a href="#about" class="block py-2 hover:text-yellow-300 transition">About</a>
<a href="#contact" class="block py-2 hover:text-yellow-300 transition">Contact</a>
</div>
</nav>
<!-- Hero Section -->
<header class="hero-pattern text-white py-20">
<div class="container mx-auto px-4 text-center">
<h1 class="text-4xl md:text-6xl font-bold mb-4 arabic-font" data-aos="fade-down">قصص الأنبياء</h1>
<p class="text-xl md:text-2xl mb-8 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="200">
Learn about the stories of the prophets from Adam to Muhammad (peace be upon them all)
</p>
<a href="#prophets" class="bg-yellow-500 hover:bg-yellow-600 text-green-900 font-bold py-3 px-6 rounded-full transition duration-300 inline-flex items-center" data-aos="fade-up" data-aos-delay="400">
<span>Watch Videos</span>
<i data-feather="arrow-down" class="ml-2"></i>
</a>
</div>
</header>
<!-- Prophets Section -->
<section id="prophets" class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-green-800 arabic-font" data-aos="fade-up">الأنبياء والرسل</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Adam (AS) -->
<div class="bg-gray-50 rounded-lg shadow-md overflow-hidden" data-aos="fade-up">
<div class="video-container">
<iframe class="w-full h-full" src="https://www.youtube.com/embed/example1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-green-800 mb-2 arabic-font">آدم عليه السلام</h3>
<p class="text-gray-600 mb-4">The first human and prophet created by Allah.</p>
<button class="text-green-700 hover:text-green-900 font-semibold flex items-center">
<span>Watch Full Story</span>
<i data-feather="play" class="ml-2 w-4 h-4"></i>
</button>
</div>
</div>
<!-- Nuh (AS) -->
<div class="bg-gray-50 rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="100">
<div class="video-container">
<iframe class="w-full h-full" src="https://www.youtube.com/embed/example2" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-green-800 mb-2 arabic-font">نوح عليه السلام</h3>
<p class="text-gray-600 mb-4">The prophet who built the ark and survived the great flood.</p>
<button class="text-green-700 hover:text-green-900 font-semibold flex items-center">
<span>Watch Full Story</span>
<i data-feather="play" class="ml-2 w-4 h-4"></i>
</button>
</div>
</div>
<!-- Ibrahim (AS) -->
<div class="bg-gray-50 rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="200">
<div class="video-container">
<iframe class="w-full h-full" src="https://www.youtube.com/embed/example3" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-green-800 mb-2 arabic-font">إبراهيم عليه السلام</h3>
<p class="text-gray-600 mb-4">The friend of Allah who built the Kaaba with his son Ismail.</p>
<button class="text-green-700 hover:text-green-900 font-semibold flex items-center">
<span>Watch Full Story</span>
<i data-feather="play" class="ml-2 w-4 h-4"></i>
</button>
</div>
</div>
<!-- Musa (AS) -->
<div class="bg-gray-50 rounded-lg shadow-md overflow-hidden" data-aos="fade-up">
<div class="video-container">
<iframe class="w-full h-full" src="https://www.youtube.com/embed/example4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-green-800 mb-2 arabic-font">موسى عليه السلام</h3>
<p class="text-gray-600 mb-4">The prophet who spoke directly to Allah and freed the Children of Israel.</p>
<button class="text-green-700 hover:text-green-900 font-semibold flex items-center">
<span>Watch Full Story</span>
<i data-feather="play" class="ml-2 w-4 h-4"></i>
</button>
</div>
</div>
<!-- Isa (AS) -->
<div class="bg-gray-50 rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="100">
<div class="video-container">
<iframe class="w-full h-full" src="https://www.youtube.com/embed/example5" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-green-800 mb-2 arabic-font">عيسى عليه السلام</h3>
<p class="text-gray-600 mb-4">The prophet born miraculously without a father, who performed many miracles.</p>
<button class="text-green-700 hover:text-green-900 font-semibold flex items-center">
<span>Watch Full Story</span>
<i data-feather="play" class="ml-2 w-4 h-4"></i>
</button>
</div>
</div>
<!-- Muhammad (SAW) -->
<div class="bg-gray-50 rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="200">
<div class="video-container">
<iframe class="w-full h-full" src="https://www.youtube.com/embed/example6" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="p-6">
<h3 class="text-xl font-bold text-green-800 mb-2 arabic-font">محمد صلى الله عليه وسلم</h3>
<p class="text-gray-600 mb-4">The final messenger of Allah and the seal of the prophets.</p>
<button class="text-green-700 hover:text-green-900 font-semibold flex items-center">
<span>Watch Full Story</span>
<i data-feather="play" class="ml-2 w-4 h-4"></i>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-3xl font-bold mb-8 text-green-800 arabic-font" data-aos="fade-up">عن المشروع</h2>
<p class="text-lg text-gray-700 mb-6" data-aos="fade-up" data-aos-delay="100">
This website is dedicated to sharing the authentic stories of the prophets as mentioned in the Quran and authentic Hadith. Our mission is to provide educational content that helps Muslims and non-Muslims alike understand the lives and messages of these noble messengers.
</p>
<p class="text-lg text-gray-700" data-aos="fade-up" data-aos-delay="200">
All content is carefully researched and presented in an engaging, easy-to-understand format suitable for all ages.
</p>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12 text-green-800" data-aos="fade-up">Contact Us</h2>
<div class="max-w-2xl mx-auto bg-gray-50 rounded-lg shadow-md p-8" data-aos="fade-up" data-aos-delay="100">
<form>
<div class="mb-6">
<label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
</div>
<div class="mb-6">
<label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
</div>
<div class="mb-6">
<label for="message" class="block text-gray-700 font-medium mb-2">Your Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500"></textarea>
</div>
<button type="submit" class="bg-green-700 hover:bg-green-800 text-white font-bold py-3 px-6 rounded-lg transition duration-300 w-full">
Send Message
</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-green-900 text-white py-8">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-4 md:mb-0">
<div class="flex items-center space-x-2">
<i data-feather="book-open" class="w-6 h-6"></i>
<span class="text-lg font-bold arabic-font">قصص الأنبياء</span>
</div>
<p class="text-gray-300 mt-2">© 2023 Stories of the Prophets. All rights reserved.</p>
</div>
<div class="flex space-x-4">
<a href="#" class="text-gray-300 hover:text-white transition">
<i data-feather="facebook" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-300 hover:text-white transition">
<i data-feather="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-300 hover:text-white transition">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-300 hover:text-white transition">
<i data-feather="youtube" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('menu-toggle').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Initialize AOS and Feather Icons
document.addEventListener('DOMContentLoaded', function() {
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
});
</script>
</body>
</html>
|