Main Page: Difference between revisions
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<!-- Main container --> | <!-- Main container --> | ||
<div style="max-width: | <div style="max-width: 1400px; margin: auto; padding: 1em;"> | ||
<!-- Welcome box --> | <!-- Welcome box --> | ||
<div style="background-color: #f4e9e3; border: 1px solid # | <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: # | <h1 style="margin-top: 0;">Welcome to <span style="color: #843b3d;">Vinopedia 🍇</span></h1> | ||
<p><b>Vinopedia</b> is a collaborative wine | <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>Our goal is to | <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> | </div> | ||
<!-- Two-column layout --> | <!-- Two-column layout --> | ||
<div style="display: flex; flex-wrap: wrap; gap: 2em;"> | <div style="display: flex; flex-wrap: wrap; gap: 2em;"> | ||
Line 19: | Line 18: | ||
<h2>🌟 Featured article</h2> | <h2>🌟 Featured article</h2> | ||
<DynamicPageList> | <DynamicPageList> | ||
namespace = 0 | |||
count = 1 | count = 1 | ||
order = random | order = random | ||
< | mode = unordered | ||
format = <div style="border:1px solid #ccc; border-radius:8px; padding:1em;"> | |||
< | <h3 style="margin:0 0 .5em 0;">[[%PAGE%]]</h3> | ||
< | <div><b>[[%PAGE%|Read the entire article →]]</b></div> | ||
</div> | |||
< | |||
< | |||
< | |||
</DynamicPageList> | </DynamicPageList> | ||
Line 46: | Line 36: | ||
<DynamicPageList> | <DynamicPageList> | ||
category = Wine regions | category = Wine regions | ||
count = | count = 4 | ||
order = random | order = random | ||
</DynamicPageList> | </DynamicPageList> | ||
Line 53: | Line 43: | ||
<DynamicPageList> | <DynamicPageList> | ||
category = Grape varieties | category = Grape varieties | ||
count = | count = 4 | ||
order = random | order = random | ||
</DynamicPageList> | </DynamicPageList> | ||
Line 73: | Line 63: | ||
</div> | </div> | ||