Main Page: Difference between revisions
Adminstaff (talk | contribs) No edit summary |
Adminstaff (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
<div style="display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px;"> | <div style="display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px;"> | ||
<div style="flex: 1; min-width: 300px;"> | <!-- Quick Access Panel --> | ||
= | <div style="flex: 1; min-width: 300px; background-color:#fdf6e3; border: 1px solid #c2b280; border-radius: 8px; padding: 12px; box-shadow: 2px 2px 6px #ccc;"> | ||
<h2 style="margin-top:0; color:#7b3f00;">📌 Quick Access</h2> | |||
<ul> | |||
<li>[[Las Vegas|Explore Las Vegas]]</li> | |||
<li>[[Reno|Discover Reno]]</li> | |||
<li>[[State Parks of Nevada]]</li> | |||
<li>[[Events Calendar]]</li> | |||
<li>[[Travel Tips and Maps]]</li> | |||
<li>[[Local Services]]</li> | |||
<li>[[Dining & Nightlife]]</li> | |||
<li>[[Outdoor Adventures]]</li> | |||
<li>[[Ghost Towns of Nevada]]</li> | |||
</ul> | |||
</div> | </div> | ||
<div style="flex: 1; min-width: 300px;"> | <!-- Nevada News Panel --> | ||
= | <div style="flex: 1; min-width: 300px; background-color:#eef2f3; border: 1px solid #999; border-radius: 8px; padding: 12px; box-shadow: 2px 2px 6px #ccc;"> | ||
<h2 style="margin-top:0; color:#2c3e50;">🗞️ Nevada News</h2> | |||
''(Live headlines from major Nevada outlets)'' | ''(Live headlines from major Nevada outlets)'' | ||
<!-- Replace this with dynamic content or RSS widget --> | |||
</div> | </div> | ||
</div> | </div> | ||
<div style="margin-top: 20px;"> | <!-- Today in History Panel --> | ||
= | <div style="margin-top: 20px; background-color:#f5f5f5; border: 1px solid #aaa; border-radius: 8px; padding: 12px; box-shadow: 2px 2px 6px #ccc;"> | ||
{{#timelinetoday:Nevada}} | <h2 style="margin-top:0; color:#4a4a4a;">📅 Today in Nevada History</h2> | ||
{{#timelinetoday:Nevada}} | |||
<!-- Example fallback: On May 4, 1905, Las Vegas was founded as a railroad town. --> | |||
</div> | </div> | ||
== Quick Navigation == | == Quick Navigation == |