Adds home blocks to _pages.scss (art hero, server-status strip with
unknown/online/offline states, pitch prose, four-up steps grid) and
deletes the superseded paste-into-widget home.html + preview — home now
lives in nodebb-plugin-westgate-pages as templates/home.tpl.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
<divclass="harness-label">▾ Simulated theme chrome (brand hero + nav + #content) — the widget HTML is everything below the nav</div>
<divclass="harness-brand"><divclass="bar"><divclass="logo"><i></i></div><div><divclass="ttl">Shadows Over Westgate</div><divclass="sub">Persistent World</div></div></div></div>
<pclass="lead">Long ago, merchants from distant lands filled its harbors, and gold flowed as freely as wine — but time, as it does, has a way of curdling mortal splendor.</p>
<p>Today its bones are old stone and salt-worn docks, and bargains are struck beneath every lantern's glow. Here, hoarded secrets, owed favour, and unspoken truths are the true measure of power — although coin certainly helps.</p>
<p>Westgate is a city ever-balanced on a blade's edge, built upon decaying decadence. The masked and nameless guilds clot the veins of the city with their greed and cruelty. Noble houses cling to fading legacies as their bloodlines tangle with curses, ambition, and desperation. Old cults and buried powers hold the Undergate by its throat. Beneath it all, antediluvian things begin to stir — patient, watchful, and hungry.</p>
<blockquote>“To walk Westgate's streets is to wager your soul in a game of chance.”</blockquote>
<p>Every alley offers opportunity, yet each carries a price. While some come seeking fortune or power, others arrive hoping to disappear — and indeed they do, for in these boulevards you are lucky to merely survive. In Westgate, few leave unchanged… and fewer still leave at all.</p>
<pclass="sign">Welcome to Westgate. Mind the shadows.</p>
</div>
<!-- ============ GET STARTED ============ -->
<divclass="wg-wrap wg-section">
<divclass="wg-section__head">
<spanclass="wg-eyebrow">Your First Steps</span>
<h2class="wg-h2">Enter the City</h2>
</div>
<divclass="wg-steps">
<aclass="wg-step wg-card"href="/wiki"><divclass="ico"><i></i></div><h3>How to Join</h3><p>Install Neverwinter Nights: EE, point it at our server, and step through the gate.</p></a>
<aclass="wg-step wg-card"href="/wiki"><divclass="ico"><istyle="border-radius:0;"></i></div><h3>New Player Wiki</h3><p>Starter guides, character creation, and everything you need for your first night.</p></a>
<aclass="wg-step wg-card"href="/wiki"><divclass="ico"><istyle="border-radius:50%;transform:none;"></i></div><h3>The Setting Bible</h3><p>Lore of Westgate — its districts, guilds, noble houses, and buried histories.</p></a>
<aclass="wg-step wg-card"href="/categories"><divclass="ico"><istyle="transform:none;border-radius:2px;"></i></div><h3>Join the Community</h3><p>Introduce yourself in the forums and find your place among Westgate's denizens.</p></a>
</div>
</div>
<!-- ============ LATEST NEWS ============ -->
<divclass="wg-wrap wg-section last">
<divclass="wg-flex-head">
<div>
<spanclass="wg-eyebrow"style="display:block;margin-bottom:10px;">From the Watch</span>
<divclass="body"><divclass="meta">24 Jun 2026 · Announcement</div><h3>The Gates Open — Alpha Has Begun</h3><p>Westgate opens its harbour to its first wave of adventurers. Everything you need to know.</p></div>
<divclass="body"><divclass="meta">21 Jun 2026 · Patch Note</div><h3>Patch 0.3 — The Undergate</h3><p>The tunnels beneath the city are now open. New areas, factions, and dangers await below.</p></div>
<divclass="body"><divclass="meta">18 Jun 2026 · Community</div><h3>The Community Charter</h3><p>Our revised rules and the principles that keep Westgate's streets worth walking.</p></div>
(In the live theme this can instead live in the theme's client-side bundle.)
WHY THIS FILE EXISTS
- The two static pages (home.html / join-the-team.html) need NO JavaScript;
they are pure HTML/CSS (the only inline bit is an <img onerror> fallback).
- The static page (join-the-team.html) needs NO JavaScript; it is pure
HTML/CSS (the only inline bit is an <img onerror> fallback). Home lives
in the westgate-pages plugin now (templates/home.tpl).
- The TOP BAR needs this small controller for: Forums mega-menu, inline
search, the mobile burger/drawer, and the drawer's Forums accordion.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.