|
|
| Line 1: |
Line 1: |
| __NOTOC__
| | <!DOCTYPE html> |
| | <html lang="en"> |
| | <head> |
| | <meta charset="UTF-8" /> |
| | <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
| | <title>Main Page - DeshCrux</title> |
| | <link rel="stylesheet" href="style.css" /> |
| | </head> |
| | <body> |
|
| |
|
| <div class="nomobile">
| | <header> |
| <div id="mp-topbanner" class="banner fade-in"> | | <div class="logo">DeshCrux</div> |
| <div class="banner-text"> | | <button class="toggle-theme" onclick="toggleMode()">Dark Mode</button> |
| <div class="banner-title"><i class="fas fa-book-open"></i> Welcome to [[CruxPedia]],</div>
| | </header> |
| <div class="banner-subtitle">CruxPedia features [[Special:Statistics|{{NUMBEROFARTICLES}}]] encyclopedic articles curated by our community.<br> To create or edit any CruxPedia page, reach out to our [[CruxPedia:Team|Verified Editors]].</div>
| |
| </div>
| |
| </div> | |
| </div>
| |
|
| |
|
| <div class="content-wrapper"> | | <main> |
| | <section class="hero"> |
| | <h1>Welcome to DeshCrux</h1> |
| | <p>Your trusted source for curated knowledge, startups, and trends.</p> |
| | </section> |
|
| |
|
| <div id="mp-upper">
| | <section class="cards"> |
| | | <div class="card" style="animation-delay: 0.1s"> |
| <div id="mp-left" class="MainPageBG fade-in" style="animation-delay: 0.3s;">
| | <h3>News Updates</h3> |
| <h2 class="section-header"><i class="fas fa-star"></i> Featured Articles</h2>
| | <p>Stay updated with the latest trending news from across the nation and globe.</p> |
| <div id="mp-topbanner-left" class="featured-article-carousel">
| |
| <div class="active"> | |
| <h3>Article Title One</h3>
| |
| <p>A brief summary of featured article one goes here to intrigue readers and invite them to read more.</p>
| |
| [[Article_Title_One|Read more →]]
| |
| </div> | |
| <div>
| |
| <h3>Article Title Two</h3>
| |
| <p>Another featured article with a short description for audience engagement and discovery.</p>
| |
| [[Article_Title_Two|Read more →]]
| |
| </div>
| |
| <div>
| |
| <h3>Article Title Three</h3>
| |
| <p>Highlighting the third featured article with interesting facts and overview.</p>
| |
| [[Article_Title_Three|Read more →]]
| |
| </div>
| |
| </div>
| |
| </div>
| |
| | |
| <div id="mp-right" class="MainPageBG fade-in" style="animation-delay: 0.6s;">
| |
| <h2 class="section-header about"><i class="fas fa-info-circle"></i> About CruxPedia</h2>
| |
| <div id="mp-itn" class="section-text">
| |
| CruxPedia is an open knowledge platform designed to simplify collaborative content creation. Like Wikipedia, it empowers individuals and brands to manage and showcase verifiable information.
| |
| </div> | | </div> |
| | | <div class="card" style="animation-delay: 0.2s"> |
| <h2 class="section-header admin"><i class="fas fa-user-shield"></i> Administration</h2> | | <h3>Startup Profiles</h3> |
| <div id="mp-otd" class="section-text">
| | <p>Explore innovative startups, their stories, and funding journeys.</p> |
| Verified editors ensure content authenticity and community support. Contact them for help with page creation and maintenance.
| |
| </div> | | </div> |
| | | <div class="card" style="animation-delay: 0.3s"> |
| <h2 class="section-header help"><i class="fas fa-question-circle"></i> Need Help?</h2> | | <h3>Influencer Watch</h3> |
| <div id="mp-dyk" class="section-text">
| | <p>Know the key influencers shaping the digital landscape today.</p> |
| Facing issues? Visit our [[CruxPedia:Help Center|Help Center]] or [[CruxPedia:Contact Us|Contact Us]] page for support.
| |
| </div> | | </div> |
| </div> | | </section> |
| | </main> |
|
| |
|
| </div> | | <footer> |
| | © 2025 DeshCrux. All rights reserved. |
| | </footer> |
|
| |
|
| <div id="mp-other-lower" class="fade-in" style="animation-delay: 0.9s;"> | | <script src="script.js"></script> |
| <div id="mp-other-content">
| | </body> |
| <div id="mainpage-sisterprojects">
| | </html> |
| <h2 class="section-header tools"><i class="fas fa-tools"></i> CruxPedia Tools</h2>
| |
| <table class="tools-table">
| |
| <tr>
| |
| <td style="width:50%;">[[Special:Upload|Upload files]]</td>
| |
| <td style="width:50%;">[[CruxPedia:Create_your_page|Create your page]]</td>
| |
| </tr>
| |
| </table>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div> | |