Main Page: Difference between revisions
No edit summary Tag: Reverted |
No edit summary |
||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <!-- START PAGE FOR VINOPEDIA --> | ||
<div style=" | <!-- Main container --> | ||
<div style="max-width: 1200px; margin: auto; padding: 1em;"> | |||
<!-- | <!-- Welcome box --> | ||
<div style=" | <div style="background-color: #f4e9e3; border: 1px solid #843b3d; border-radius: 8px; padding: 1.5em; margin-bottom: 2em; text-align: center;"> | ||
<h1 style="margin-top: 0;">Welcome to <span style="color: #843b3d;">Vinopedia 🍇</span></h1> | |||
<p><b>Vinopedia</b> is a collaborative, English-language encyclopedia dedicated entirely to the world of wine. Whether you're a curious beginner, a passionate collector, or a wine industry professional, Vinopedia offers structured, fact-checked information to deepen your knowledge and enjoyment of wine.</p> | |||
<p>Explore detailed articles on grape varieties, wine regions, production methods, terminology, classification systems, and more — all designed to be clear, reliable, and accessible. Our goal is to become the most trusted and user-friendly reference for wine education online.</p> | |||
</div> | |||
<!-- Two-column layout --> | |||
<div style="display: flex; flex-wrap: wrap; gap: 2em;"> | |||
= | <!-- Left Column --> | ||
<div style="flex: 1 1 45%; min-width: 300px;"> | |||
<h2>🌟 Featured article</h2> | |||
<DynamicPageList> | |||
namespace = 0 | |||
count = 1 | |||
order = random | |||
</DynamicPageList> | |||
</div> | |||
= | <!-- Right Column --> | ||
<div style="flex: 1 1 45%; min-width: 300px;"> | |||
</ | <h2>🗺️ Wine regions</h2> | ||
<DynamicPageList> | |||
category = Wine regions | |||
count = 4 | |||
order = random | |||
</DynamicPageList> | |||
< | <h2>🍇 Grape varieties</h2> | ||
< | <DynamicPageList> | ||
category = Grape varieties | |||
count = 4 | |||
order = random | |||
</DynamicPageList> | |||
=== | <h2>🥂 Wine styles & types</h2> | ||
<DynamicPageList> | |||
category = Wine styles | |||
count = 4 | |||
order = random | |||
</DynamicPageList> | |||
</div> | |||
</div> | |||
= | <!-- Footer --> | ||
<div style="margin-top: 3em; font-size: 0.9em; text-align: center; color: #555;"> | |||
All articles are written in English. Vinopedia is maintained by a team of editors with a shared passion for wine. | |||
</div> | |||
</div> | </div> |