|
|
Line 1: |
Line 1: |
| {{#seo: | | /* Custom styles for Arisepedia homepage */ |
| |title_mode=append
| | .hero-section { |
| |keywords=Arisepedia, Biography Encyclopedia, Premium Encyclopedia, Refined Encyclopedia
| | background: linear-gradient(135deg, #fc5351, #6c0cec); |
| |description=Explore Arisepedia, a refined and premium encyclopedia dedicated to biographies and more. Discover insightful and curated content with sophistication.
| | color: #ffffff; |
| |site_name=Arisepedia, The Refined Encyclopedia
| | padding: 80px 30px; |
| }}
| | border-radius: 15px; |
| | box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); |
| | text-align: center; |
| | margin-bottom: 50px; |
| | } |
|
| |
|
| __NOTOC__
| | .hero-section h1 { |
| | font-size: 3.2em; |
| | font-weight: 700; |
| | margin: 0; |
| | } |
|
| |
|
| <!-- Main Content Wrapper -->
| | .hero-section p { |
| <div style="width: 90%; max-width: 1200px; margin: 40px auto; padding: 30px; background-color: #ffffff; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.7; border-radius: 15px; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);">
| | font-size: 1.2em; |
| | margin: 20px 0; |
| | font-weight: 300; |
| | } |
|
| |
|
| <!-- Hero Section -->
| | .hero-button { |
| <div style="background: linear-gradient(135deg, #fc5351, #6c0cec); color: #ffffff; padding: 80px 30px; border-radius: 15px; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); text-align: center; margin-bottom: 50px;"> | | display: inline-block; |
| <h1 style="font-size: 3.2em; font-weight: 700; margin: 0;">Welcome to Arisepedia</h1>
| | background: #ffffff; |
| <p style="font-size: 1.2em; margin: 20px 0; font-weight: 300;">Your gateway to refined, sophisticated knowledge. Dive into our premium collection of biographies and more, curated for discerning learners.</p>
| | color: #fc5351; |
| <a href="#contact" style="display: inline-block; background: #ffffff; color: #fc5351; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-size: 1.2em; font-weight: 600; margin-top: 20px; transition: background 0.3s, color 0.3s; border: 2px solid #fc5351;">Get In Touch</a>
| | padding: 15px 30px; |
| </div>
| | border-radius: 30px; |
| | text-decoration: none; |
| | font-size: 1.2em; |
| | font-weight: 600; |
| | margin-top: 20px; |
| | transition: background 0.3s, color 0.3s; |
| | border: 2px solid #fc5351; |
| | } |
|
| |
|
| <!-- Main Information Sections -->
| | .hero-button:hover { |
| <div style="display: flex; flex-wrap: wrap; gap: 20px;"> | | background: #fc5351; |
| | color: #ffffff; |
| | } |
|
| |
|
| <!-- Information Card: What is Arisepedia -->
| | .info-card { |
| <div style="flex: 1 1 calc(50% - 20px); max-width: 600px; background: #f9f9f9; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); padding: 30px; border: 1px solid #e0e0e0;">
| | background: #f9f9f9; |
| <h2 style="font-size: 2.2em; color: #6c0cec; border-bottom: 3px solid #6c0cec; padding-bottom: 10px; margin-bottom: 20px; font-weight: 700;">What is Arisepedia?</h2>
| | border-radius: 15px; |
| <p style="font-size: 1.1em; color: #555; font-weight: 300;">Arisepedia is a premium online encyclopedia, providing sophisticated and comprehensive biographies. Our curated content ensures a refined learning experience for those seeking in-depth knowledge.</p>
| | box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); |
| </div>
| | padding: 30px; |
| | border: 1px solid #e0e0e0; |
| | margin-bottom: 20px; |
| | } |
|
| |
|
| <!-- Information Card: Our Mission -->
| | .info-card h2 { |
| <div style="flex: 1 1 calc(50% - 20px); max-width: 600px; background: #f9f9f9; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); padding: 30px; border: 1px solid #e0e0e0;">
| | font-size: 2.2em; |
| <h2 style="font-size: 2.2em; color: #a52ab1; border-bottom: 3px solid #a52ab1; padding-bottom: 10px; margin-bottom: 20px; font-weight: 700;">Our Mission</h2>
| | border-bottom: 3px solid; |
| <p style="font-size: 1.1em; color: #555; font-weight: 300;">We aim to be the premier source of biography and refined knowledge, delivering curated content that meets the highest standards of accuracy and sophistication.</p>
| | padding-bottom: 10px; |
| </div>
| | margin-bottom: 20px; |
| | font-weight: 700; |
| | } |
|
| |
|
| <!-- Information Card: Administration -->
| | .cta-section { |
| <div style="flex: 1 1 calc(50% - 20px); max-width: 600px; background: #f9f9f9; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); padding: 30px; border: 1px solid #e0e0e0;">
| | background: #fc5351; |
| <h2 style="font-size: 2.2em; color: #cf4382; border-bottom: 3px solid #cf4382; padding-bottom: 10px; margin-bottom: 20px; font-weight: 700;">Administration</h2>
| | color: #ffffff; |
| <p style="font-size: 1.1em; color: #555; font-weight: 300;">Managed by a team of experts, Arisepedia ensures the highest standards of content quality and reliability. Our editors and researchers work tirelessly to maintain accuracy and inclusivity.</p>
| | padding: 40px; |
| </div>
| | margin: 50px 0; |
| | border-radius: 15px; |
| | box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); |
| | } |
|
| |
|
| </div> | | .cta-section h2 { |
| | font-size: 2.2em; |
| | font-weight: 700; |
| | margin: 0; |
| | } |
|
| |
|
| <!-- Call to Action Section -->
| | .cta-section p { |
| <div style="background: #fc5351; color: #ffffff; padding: 40px; margin: 50px 0; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);"> | | font-size: 1.2em; |
| <h2 style="font-size: 2.2em; font-weight: 700; margin: 0;">Get in Touch</h2>
| | margin-top: 15px; |
| <p style="font-size: 1.2em; margin-top: 15px;">We invite you to connect with us for contributions, feedback, or community engagement. Reach out at <a href="mailto:contact@arisepedia.in" style="color: #ffffff; font-weight: 600; text-decoration: underline;">contact@arisepedia.in</a>.</p>
| | } |
| </div>
| |
|
| |
|
| <!-- Footer -->
| | .footer { |
| <div style="text-align: center; padding: 30px; background: #f9f9f9; border-top: 1px solid #ddd; margin-top: 50px; box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);"> | | text-align: center; |
| <p style="margin: 0; color: #777; font-size: 1.1em;">© 2024 Arisepedia. All rights reserved.</p>
| | padding: 30px; |
| </div>
| | background: #f9f9f9; |
| | border-top: 1px solid #ddd; |
| | margin-top: 50px; |
| | box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); |
| | } |
|
| |
|
| </div>
| | .footer p { |
| | margin: 0; |
| | color: #777; |
| | font-size: 1.1em; |
| | } |