Frontend improvements
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<ResourcePreloader/>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&display=swap"/>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Macondo&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600&display=swap"/>
|
||||
<link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]"/>
|
||||
<link rel="stylesheet" href="@Assets["app.css"]"/>
|
||||
<link rel="stylesheet" href="@Assets["RolemasterDb.App.styles.css"]"/>
|
||||
|
||||
@@ -16,24 +16,10 @@
|
||||
else
|
||||
{
|
||||
<div class="play-page">
|
||||
<header class="panel play-hero">
|
||||
<div class="play-hero-copy">
|
||||
<p class="play-eyebrow">Play</p>
|
||||
<h1 class="play-title">Resolve attacks fast. Open the table only when you need context.</h1>
|
||||
<p class="play-summary">Use the attack lane for live results and the direct critical lane when you already know the exact table and severity.</p>
|
||||
</div>
|
||||
<div class="play-hero-meta" aria-label="Play page workflow">
|
||||
<span class="tag">Live lookup</span>
|
||||
<span class="tag">Fast resolution</span>
|
||||
<span class="tag">Table deep links</span>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="play-layout">
|
||||
<section class="panel play-panel play-panel-primary">
|
||||
<div class="play-panel-header">
|
||||
<div class="play-panel-copy">
|
||||
<p class="play-eyebrow">Primary lane</p>
|
||||
<h2 class="panel-title">Attack lookup</h2>
|
||||
</div>
|
||||
</div>
|
||||
@@ -188,7 +174,6 @@ else
|
||||
<section class="panel play-panel play-panel-secondary">
|
||||
<div class="play-panel-header">
|
||||
<div class="play-panel-copy">
|
||||
<p class="play-eyebrow">Quick jump</p>
|
||||
<h2 class="panel-title">Direct critical lookup</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
@using RolemasterDb.App.Components
|
||||
@using RolemasterDb.App.Components.Curation
|
||||
@using RolemasterDb.App.Components.Layout
|
||||
@using RolemasterDb.App.Components.Play
|
||||
@using RolemasterDb.App.Components.Primitives
|
||||
@using RolemasterDb.App.Components.Shell
|
||||
@using RolemasterDb.App.Components.Shared
|
||||
|
||||
Reference in New Issue
Block a user