|
|
Line 33: |
Line 33: |
| </div> | | </div> |
|
| |
|
|
| |
| <!-- Featured Articles -->
| |
| <div id="featured-articles">
| |
| <h2>Featured Articles</h2>
| |
| <!-- For each featured article, include an article card -->
| |
| <!-- Article Card Example -->
| |
| <div class="article-card">
| |
| <a href="/wiki/Article_Title">Article Title</a>
| |
| <p>Short summary of the article...</p>
| |
| <a href="/wiki/Article_Title">Read More</a>
| |
| </div>
| |
| <!-- Include as many article cards as needed -->
| |
| </div>
| |
|
| |
| <!-- Recent Updates -->
| |
| <div id="recent-updates">
| |
| <h2>Recent Updates</h2>
| |
| <!-- Similar to the featured articles, include an entry for each update -->
| |
| <!-- Recent Update Example -->
| |
| <div class="recent-update">
| |
| <a href="/wiki/Article_Title">New Article Title</a>
| |
| <p>Brief description of the update...</p>
| |
| </div>
| |
| <!-- recent updates -->
| |
| </div>
| |
|
| |
| <!-- Roadmap -->
| |
| <div id="roadmap">
| |
| <h2>Roadmap</h2>
| |
| <p>Description of upcoming features or plans...</p>
| |
| </div>
| |
|
| |
| <!-- Sidebar (built-in to MediaWiki, no code needed on the main page) -->
| |
|
| |
| <!-- Widgets -->
| |
| <div id="widgets">
| |
| <div class="widget">
| |
| <h3>Popular Articles</h3>
| |
| <!-- Popular Article Example -->
| |
| <a href="/wiki/Popular_Article_Title">Popular Article Title</a>
| |
| <!-- popular articles -->
| |
| </div>
| |
|
| |
| <div class="widget">
| |
| <h3>Upcoming Events</h3>
| |
| <!-- Upcoming Event Example -->
| |
| <p>Details of the upcoming event...</p>
| |
| <!-- upcoming events -->
| |
| </div>
| |
|
| |
| <div class="widget">
| |
| <h3>Community Spotlight</h3>
| |
| <!-- Community Spotlight Example -->
| |
| <p>Details of the featured community member or project...</p>
| |
| <!-- community spotlights -->
| |
| </div>
| |
| </div>
| |
|
| |
|
| Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. | | Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. |