Spaces:
Running
Running
File size: 32,239 Bytes
e9600fd 13f8c74 e9600fd 9625412 e9600fd eeb01d4 e9600fd 10f88f0 e9600fd |
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 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Avatar Meher Baba</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=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;600&display=swap');
body {
font-family: 'Poppins', sans-serif;
background-color: #f8f5f2;
color: #333;
}
.title-font {
font-family: 'Playfair Display', serif;
}
.hero-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://images.unsplash.com/photo-1605000797499-95a51c5269ae?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80');
background-size: cover;
background-position: center;
min-height: 60vh;
}
.quote-card {
background-color: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(5px);
}
.timeline-item::before {
content: '';
position: absolute;
left: -30px;
top: 0;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #8b5a2b;
border: 3px solid #f8f5f2;
}
.timeline::before {
content: '';
position: absolute;
left: -20px;
top: 0;
bottom: 0;
width: 2px;
background-color: #8b5a2b;
}
.nav-link:hover {
color: #8b5a2b;
}
.nav-link::after {
content: '';
display: block;
width: 0;
height: 2px;
background: #8b5a2b;
transition: width .3s;
}
.nav-link:hover::after {
width: 100%;
}
.book-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.book-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="bg-white shadow-md sticky top-0 z-50">
<div class="container mx-auto px-6 py-4">
<div class="flex justify-between items-center">
<div class="flex items-center">
<img src="./images.jpg" alt="Meher Baba Logo" class="h-12">
<span class="ml-3 title-font text-xl text-gray-800">Avatar Meher Baba</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#home" class="nav-link text-gray-700 hover:text-amber-800 transition duration-300">Home</a>
<a href="#about" class="nav-link text-gray-700 hover:text-amber-800 transition duration-300">About</a>
<a href="#teachings" class="nav-link text-gray-700 hover:text-amber-800 transition duration-300">Teachings</a>
<a href="#timeline" class="nav-link text-gray-700 hover:text-amber-800 transition duration-300">Timeline</a>
<a href="#books" class="nav-link text-gray-700 hover:text-amber-800 transition duration-300">Books</a>
<a href="#contact" class="nav-link text-gray-700 hover:text-amber-800 transition duration-300">Contact</a>
</div>
<button class="md:hidden text-gray-700 focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero-image flex items-center justify-center relative">
<div class="text-center px-6">
<h1 class="title-font text-4xl md:text-6xl text-white mb-6">Avatar Meher Baba</h1>
<p class="text-xl md:text-2xl text-white mb-8">"Don't worry, be happy"</p>
<a href="#about" class="bg-amber-800 hover:bg-amber-700 text-white px-6 py-3 rounded-full transition duration-300 inline-block">
Learn More
</a>
</div>
<div class="absolute bottom-0 left-0 right-0 flex justify-center pb-4">
<a href="#about" class="text-white animate-bounce">
<i class="fas fa-chevron-down text-2xl"></i>
</a>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="title-font text-3xl md:text-4xl text-gray-800 mb-4">The Silent Master</h2>
<div class="w-20 h-1 bg-amber-800 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 md:pr-10">
<img src="./images.jpg" alt="Meher Baba" class="rounded-lg shadow-xl w-full max-w-md mx-auto">
</div>
<div class="md:w-1/2">
<h3 class="title-font text-2xl text-gray-800 mb-4">Merwan Sheriar Irani (1894-1969)</h3>
<p class="text-gray-600 mb-4">
Avatar Meher Baba, born Merwan Sheriar Irani, was an Indian spiritual master who declared himself to be the Avatar (an incarnation of God) of the age. He maintained silence from 1925 until his death in 1969, communicating first through an alphabet board and later through unique hand gestures.
</p>
<p class="text-gray-600 mb-4">
Meher Baba's teachings emphasize love, compassion, and the unity of all life. He taught that the purpose of life is to realize one's true nature as divine and that all paths ultimately lead to God.
</p>
<p class="text-gray-600 mb-6">
His simple yet profound message "Don't worry, be happy" has touched millions of hearts worldwide. Baba worked tirelessly for the spiritual upliftment of humanity while maintaining complete silence for 44 years.
</p>
<div class="flex space-x-4">
<a href="#teachings" class="bg-amber-800 hover:bg-amber-700 text-white px-6 py-2 rounded-full transition duration-300 inline-block">
His Teachings
</a>
<a href="#timeline" class="border border-amber-800 text-amber-800 hover:bg-amber-50 px-6 py-2 rounded-full transition duration-300 inline-block">
His Life
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Quote Section -->
<section class="py-16 bg-amber-50">
<div class="container mx-auto px-6">
<div class="quote-card max-w-4xl mx-auto p-8 md:p-12 rounded-lg shadow-md">
<blockquote class="text-center">
<i class="fas fa-quote-left text-3xl text-amber-800 opacity-30 mb-4"></i>
<p class="title-font text-xl md:text-2xl text-gray-800 mb-6">
I have come not to teach but to awaken. Understand therefore that I lay down no precepts, no rules, no laws. I bring not a new religion, for Truth cannot be put into a religion. Truth is without religion.
</p>
<cite class="text-gray-600">— Avatar Meher Baba</cite>
</blockquote>
</div>
</div>
</section>
<!-- Teachings Section -->
<section id="teachings" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="title-font text-3xl md:text-4xl text-gray-800 mb-4">Core Teachings</h2>
<div class="w-20 h-1 bg-amber-800 mx-auto"></div>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-amber-50 p-8 rounded-lg shadow-md hover:shadow-lg transition duration-300">
<div class="text-amber-800 mb-4">
<i class="fas fa-heart text-4xl"></i>
</div>
<h3 class="title-font text-xl text-gray-800 mb-3">Love and Compassion</h3>
<p class="text-gray-600">
Meher Baba emphasized that love is the fundamental force in the universe. True love is selfless and unconditional, extending to all beings without distinction.
</p>
</div>
<div class="bg-amber-50 p-8 rounded-lg shadow-md hover:shadow-lg transition duration-300">
<div class="text-amber-800 mb-4">
<i class="fas fa-universal-access text-4xl"></i>
</div>
<h3 class="title-font text-xl text-gray-800 mb-3">The Path of Awakening</h3>
<p class="text-gray-600">
Baba taught that all spiritual paths ultimately lead to the same goal. The journey involves shedding the ego and realizing one's true divine nature.
</p>
</div>
<div class="bg-amber-50 p-8 rounded-lg shadow-md hover:shadow-lg transition duration-300">
<div class="text-amber-800 mb-4">
<i class="fas fa-hand-holding-heart text-4xl"></i>
</div>
<h3 class="title-font text-xl text-gray-800 mb-3">Service to Others</h3>
<p class="text-gray-600">
Selfless service is a direct path to spiritual growth. Helping others without expectation purifies the heart and brings one closer to God.
</p>
</div>
</div>
<div class="mt-12 text-center">
<a href="#" class="border border-amber-800 text-amber-800 hover:bg-amber-800 hover:text-white px-6 py-3 rounded-full transition duration-300 inline-block">
Explore More Teachings
</a>
</div>
</div>
</section>
<!-- Timeline Section -->
<section id="timeline" class="py-20 bg-amber-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="title-font text-3xl md:text-4xl text-gray-800 mb-4">Life Timeline</h2>
<div class="w-20 h-1 bg-amber-800 mx-auto"></div>
</div>
<div class="relative max-w-3xl mx-auto">
<div class="timeline space-y-8 pl-12">
<!-- Timeline Item -->
<div class="timeline-item relative pl-6">
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="title-font text-xl text-gray-800 mb-2">Birth</h3>
<div class="text-amber-800 mb-2">February 25, 1894</div>
<p class="text-gray-600">
Born as Merwan Sheriar Irani in Poona, India, to Persian Zoroastrian parents.
</p>
</div>
</div>
<!-- Timeline Item -->
<div class="timeline-item relative pl-6">
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="title-font text-xl text-gray-800 mb-2">Spiritual Awakening</h3>
<div class="text-amber-800 mb-2">1913-1914</div>
<p class="text-gray-600">
At age 19, Merwan had a series of profound spiritual experiences after meeting Hazrat Babajan, one of the five Perfect Masters of the age.
</p>
</div>
</div>
<!-- Timeline Item -->
<div class="timeline-item relative pl-6">
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="title-font text-xl text-gray-800 mb-2">Declaration as Avatar</h3>
<div class="text-amber-800 mb-2">1921</div>
<p class="text-gray-600">
Merwan declared himself to be the Avatar (God in human form) and took the name Meher Baba, meaning "Compassionate Father."
</p>
</div>
</div>
<!-- Timeline Item -->
<div class="timeline-item relative pl-6">
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="title-font text-xl text-gray-800 mb-2">Beginning of Silence</h3>
<div class="text-amber-800 mb-2">July 10, 1925</div>
<p class="text-gray-600">
Meher Baba began his silence, which he maintained for the remaining 44 years of his life, communicating through an alphabet board and later through hand gestures.
</p>
</div>
</div>
<!-- Timeline Item -->
<div class="timeline-item relative pl-6">
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="title-font text-xl text-gray-800 mb-2">Mahasamadhi</h3>
<div class="text-amber-800 mb-2">January 31, 1969</div>
<p class="text-gray-600">
Meher Baba dropped his physical form in Meherazad, India. His tomb-shrine in Meherabad is a place of pilgrimage for followers worldwide.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Books Section -->
<section id="books" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="title-font text-3xl md:text-4xl text-gray-800 mb-4">Sacred Books</h2>
<div class="w-20 h-1 bg-amber-800 mx-auto"></div>
<p class="text-gray-600 max-w-2xl mx-auto mt-4">
Explore the profound wisdom of Meher Baba through these essential books that capture his teachings and messages.
</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5 gap-8">
<!-- Book 1 -->
<div class="book-card bg-white rounded-lg shadow-md overflow-hidden">
<a href="https://example.com/book1" target="_blank" class="block">
<img src="https://m.media-amazon.com/images/I/51Q5R1V1YJL._SY425_.jpg" alt="God Speaks" class="w-full h-64 object-cover">
<div class="p-4">
<h3 class="title-font text-lg font-semibold text-gray-800 mb-2">God Speaks</h3>
<p class="text-gray-600 text-sm">The Theme of Creation and Its Purpose</p>
</div>
</a>
</div>
<!-- Book 2 -->
<div class="book-card bg-white rounded-lg shadow-md overflow-hidden">
<a href="https://example.com/book2" target="_blank" class="block">
<img src="https://m.media-amazon.com/images/I/41J6Y7VZR5L._SY425_.jpg" alt="Discourses" class="w-full h-64 object-cover">
<div class="p-4">
<h3 class="title-font text-lg font-semibold text-gray-800 mb-2">Discourses</h3>
<p class="text-gray-600 text-sm">By Meher Baba (7th Edition)</p>
</div>
</a>
</div>
<!-- Book 3 -->
<div class="book-card bg-white rounded-lg shadow-md overflow-hidden">
<a href="https://example.com/book3" target="_blank" class="block">
<img src="https://m.media-amazon.com/images/I/51Q5R1V1YJL._SY425_.jpg" alt="The Everything and the Nothing" class="w-full h-64 object-cover">
<div class="p-4">
<h3 class="title-font text-lg font-semibold text-gray-800 mb-2">The Everything and the Nothing</h3>
<p class="text-gray-600 text-sm">Sayings of Meher Baba</p>
</div>
</a>
</div>
<!-- Book 4 -->
<div class="book-card bg-white rounded-lg shadow-md overflow-hidden">
<a href="https://example.com/book4" target="_blank" class="block">
<img src="https://m.media-amazon.com/images/I/41J6Y7VZR5L._SY425_.jpg" alt="Beams from Meher Baba" class="w-full h-64 object-cover">
<div class="p-4">
<h3 class="title-font text-lg font-semibold text-gray-800 mb-2">Beams from Meher Baba</h3>
<p class="text-gray-600 text-sm">On the Spiritual Panorama</p>
</div>
</a>
</div>
<!-- Book 5 -->
<div class="book-card bg-white rounded-lg shadow-md overflow-hidden">
<a href="https://example.com/book5" target="_blank" class="block">
<img src="https://m.media-amazon.com/images/I/51Q5R1V1YJL._SY425_.jpg" alt="Listen Humanity" class="w-full h-64 object-cover">
<div class="p-4">
<h3 class="title-font text-lg font-semibold text-gray-800 mb-2">Listen Humanity</h3>
<p class="text-gray-600 text-sm">Discourses and Essays</p>
</div>
</a>
</div>
<!-- Book 6 -->
<div class="book-card bg-white rounded-lg shadow-md overflow-hidden">
<a href="https://example.com/book6" target="_blank" class="block">
<img src="https://m.media-amazon.com/images/I/41J6Y7VZR5L._SY425_.jpg" alt="The Path of Love" class="w-full h-64 object-cover">
<div class="p-4">
<h3 class="title-font text-lg font-semibold text-gray-800 mb-2">The Path of Love</h3>
<p class="text-gray-600 text-sm">Talks on Sufism</p>
</div>
</a>
</div>
<!-- Book 7 -->
<div class="book-card bg-white rounded-lg shadow-md overflow-hidden">
<a href="https://example.com/book7" target="_blank" class="block">
<img src="https://m.media-amazon.com/images/I/51Q5R1V1YJL._SY425_.jpg" alt="Life at Its Best" class="w-full h-64 object-cover">
<div class="p-4">
<h3 class="title-font text-lg font-semibold text-gray-800 mb-2">Life at Its Best</h3>
<p class="text-gray-600 text-sm">Meher Baba's Discourses</p>
</div>
</a>
</div>
<!-- Book 8 -->
<div class="book-card bg-white rounded-lg shadow-md overflow-hidden">
<a href="https://example.com/book8" target="_blank" class="block">
<img src="https://m.media-amazon.com/images/I/41J6Y7VZR5L._SY425_.jpg" alt="The Perfect Master" class="w-full h-64 object-cover">
<div class="p-4">
<h3 class="title-font text-lg font-semibold text-gray-800 mb-2">The Perfect Master</h3>
<p class="text-gray-600 text-sm">The Life of Meher Baba</p>
</div>
</a>
</div>
<!-- Book 9 -->
<div class="book-card bg-white rounded-lg shadow-md overflow-hidden">
<a href="https://example.com/book9" target="_blank" class="block">
<img src="https://m.media-amazon.com/images/I/51Q5R1V1YJL._SY425_.jpg" alt="Meher Baba's Universal Message" class="w-full h-64 object-cover">
<div class="p-4">
<h3 class="title-font text-lg font-semibold text-gray-800 mb-2">Universal Message</h3>
<p class="text-gray-600 text-sm">Meher Baba's Words of Wisdom</p>
</div>
</a>
</div>
<!-- Book 10 -->
<div class="book-card bg-white rounded-lg shadow-md overflow-hidden">
<a href="https://example.com/book10" target="_blank" class="block">
<img src="https://m.media-amazon.com/images/I/41J6Y7VZR5L._SY425_.jpg" alt="The Awakener" class="w-full h-64 object-cover">
<div class="p-4">
<h3 class="title-font text-lg font-semibold text-gray-800 mb-2">The Awakener</h3>
<p class="text-gray-600 text-sm">Meher Baba's Early Work</p>
</div>
</a>
</div>
</div>
<div class="mt-12 text-center">
<a href="#" class="bg-amber-800 hover:bg-amber-700 text-white px-6 py-3 rounded-full transition duration-300 inline-block">
View All Books
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="title-font text-3xl md:text-4xl text-gray-800 mb-4">Connect With Us</h2>
<div class="w-20 h-1 bg-amber-800 mx-auto"></div>
</div>
<div class="max-w-4xl mx-auto">
<div class="bg-amber-50 rounded-lg shadow-md overflow-hidden">
<div class="md:flex">
<div class="md:w-1/2 p-8 md:p-12">
<h3 class="title-font text-2xl text-gray-800 mb-6">Meher Baba Centers</h3>
<p class="text-gray-600 mb-6">
There are Meher Baba centers and groups around the world where you can learn more about his teachings and connect with fellow followers.
</p>
<div class="space-y-4">
<div class="flex items-start">
<i class="fas fa-map-marker-alt text-amber-800 mt-1 mr-3"></i>
<div>
<h4 class="font-semibold text-gray-800">Meherabad, India</h4>
<p class="text-gray-600">The main pilgrimage center housing Baba's tomb</p>
</div>
</div>
<div class="flex items-start">
<i class="fas fa-globe-americas text-amber-800 mt-1 mr-3"></i>
<div>
<h4 class="font-semibold text-gray-800">Worldwide Centers</h4>
<p class="text-gray-600">Find a center near you through the official trust</p>
</div>
</div>
</div>
</div>
<div class="md:w-1/2 bg-amber-800 p-8 md:p-12 text-white">
<h3 class="title-font text-2xl mb-6">Stay Updated</h3>
<form>
<div class="mb-4">
<input type="text" placeholder="Your Name" class="w-full px-4 py-2 rounded bg-amber-700 border border-amber-600 focus:outline-none focus:ring-2 focus:ring-amber-300 placeholder-amber-200">
</div>
<div class="mb-4">
<input type="email" placeholder="Your Email" class="w-full px-4 py-2 rounded bg-amber-700 border border-amber-600 focus:outline-none focus:ring-2 focus:ring-amber-300 placeholder-amber-200">
</div>
<div class="mb-6">
<textarea placeholder="Your Message" rows="3" class="w-full px-4 py-2 rounded bg-amber-700 border border-amber-600 focus:outline-none focus:ring-2 focus:ring-amber-300 placeholder-amber-200"></textarea>
</div>
<button type="submit" class="w-full bg-white text-amber-800 hover:bg-gray-100 px-6 py-3 rounded-full font-semibold transition duration-300">
Send Message
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-12">
<div class="container mx-auto px-6">
<div class="md:flex md:justify-between">
<div class="mb-8 md:mb-0">
<div class="flex items-center mb-4">
<img src="images.jpg" alt="Meher Baba Logo" class="h-10">
<span class="ml-3 title-font text-lg">Avatar Meher Baba</span>
</div>
<p class="text-gray-400 max-w-xs">
The silent master who taught the world to love unconditionally and remember God.
</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 gap-8">
<div>
<h4 class="title-font text-lg mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#home" class="text-gray-400 hover:text-amber-300 transition duration-300">Home</a></li>
<li><a href="#about" class="text-gray-400 hover:text-amber-300 transition duration-300">About</a></li>
<li><a href="#teachings" class="text-gray-400 hover:text-amber-300 transition duration-300">Teachings</a></li>
<li><a href="#timeline" class="text-gray-400 hover:text-amber-300 transition duration-300">Timeline</a></li>
<li><a href="#books" class="text-gray-400 hover:text-amber-300 transition duration-300">Books</a></li>
</ul>
</div>
<div>
<h4 class="title-font text-lg mb-4">Resources</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-amber-300 transition duration-300">Books</a></li>
<li><a href="#" class="text-gray-400 hover:text-amber-300 transition duration-300">Quotes</a></li>
<li><a href="#" class="text-gray-400 hover:text-amber-300 transition duration-300">Discourses</a></li>
<li><a href="#" class="text-gray-400 hover:text-amber-300 transition duration-300">Messages</a></li>
</ul>
</div>
<div>
<h4 class="title-font text-lg mb-4">Connect</h4>
<div class="flex space-x-4 mb-4">
<a href="#" class="text-gray-400 hover:text-amber-300 transition duration-300">
<i class="fab fa-facebook-f text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-amber-300 transition duration-300">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-amber-300 transition duration-300">
<i class="fab fa-instagram text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-amber-300 transition duration-300">
<i class="fab fa-youtube text-xl"></i>
</a>
</div>
<p class="text-gray-400">
<i class="fas fa-envelope mr-2"></i> [email protected]
</p>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
<p>© 2023 Avatar Meher Baba Trust. All rights reserved.</p>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<button id="backToTop" class="fixed bottom-6 right-6 bg-amber-800 text-white w-12 h-12 rounded-full shadow-lg flex items-center justify-center transition duration-300 opacity-0 invisible">
<i class="fas fa-arrow-up"></i>
</button>
<script>
// Back to Top Button
const backToTopButton = document.getElementById('backToTop');
window.addEventListener('scroll', () => {
if (window.pageYOffset > 300) {
backToTopButton.classList.remove('opacity-0', 'invisible');
backToTopButton.classList.add('opacity-100', 'visible');
} else {
backToTopButton.classList.remove('opacity-100', 'visible');
backToTopButton.classList.add('opacity-0', 'invisible');
}
});
backToTopButton.addEventListener('click', () => {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
});
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
}
});
});
// Mobile menu toggle (would need more JS for full functionality)
const mobileMenuButton = document.querySelector('.md\\:hidden');
mobileMenuButton.addEventListener('click', () => {
// This would toggle a mobile menu in a real implementation
alert('Mobile menu would open here in a complete implementation');
});
</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=vishnumeher/ambkj" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |