No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <!-- Welcome Section --> | ||
<div id="welcome-section"> | |||
<h1>Welcome to FishWiki!</h1> | |||
<p>Your ultimate resource for fish care and aquarium enthusiasts.</p> | |||
</div> | |||
<!-- Navigation Buttons --> | |||
<div id="navigation-buttons"> | |||
<div class="nav-button"> | |||
<a href="/wiki/Freshwater"> | |||
<img src="/path/to/freshwater_image.jpg" alt="Freshwater" /> | |||
<h3>Freshwater</h3> | |||
</a> | |||
</div> | |||
<div class="nav-button"> | |||
<a href="/wiki/Saltwater"> | |||
<img src="/path/to/saltwater_image.jpg" alt="Saltwater" /> | |||
<h3>Saltwater</h3> | |||
</a> | |||
</div> | |||
<div class="nav-button"> | |||
<a href="/wiki/Brackish"> | |||
<img src="/path/to/brackish_image.jpg" alt="Brackish" /> | |||
<h3>Brackish</h3> | |||
</a> | |||
</div> | |||
<div class="nav-button"> | |||
<a href="/wiki/Blackwater"> | |||
<img src="/path/to/blackwater_image.jpg" alt="Blackwater" /> | |||
<h3>Blackwater</h3> | |||
</a> | |||
</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. |
Revision as of 17:13, 22 March 2024
Welcome to FishWiki!
Your ultimate resource for fish care and aquarium enthusiasts.
Featured Articles
<a href="/wiki/Article_Title">Article Title</a>
Short summary of the article...
<a href="/wiki/Article_Title">Read More</a>
Recent Updates
<a href="/wiki/Article_Title">New Article Title</a>
Brief description of the update...
Roadmap
Description of upcoming features or plans...
Consult the User's Guide for information on using the wiki software.