Polish frontend hero consistency and annual ranking layout
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
/>
|
||||
<title>Ranking - HLL Vietnam</title>
|
||||
<link rel="stylesheet" href="./assets/css/styles.css" />
|
||||
<link rel="stylesheet" href="./assets/css/hero-header-compact.css" />
|
||||
</head>
|
||||
<body data-backend-base-url="http://127.0.0.1:8000">
|
||||
<div class="page-shell stats-page-shell">
|
||||
@@ -20,13 +21,13 @@
|
||||
Histórico
|
||||
</a>
|
||||
<a class="public-nav__link" href="./stats.html">
|
||||
Stats
|
||||
Estadísticas
|
||||
</a>
|
||||
<a class="public-nav__link is-active" href="./ranking.html" aria-current="page">
|
||||
Ranking
|
||||
</a>
|
||||
</nav>
|
||||
<header class="hero stats-hero ranking-hero">
|
||||
<header class="hero hero--public-page stats-hero ranking-hero">
|
||||
<div class="hero__overlay"></div>
|
||||
<div class="hero__content">
|
||||
<div class="hero__brand">
|
||||
@@ -41,7 +42,6 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="hero__copy">
|
||||
<p class="eyebrow eyebrow--section">Sección Ranking</p>
|
||||
<h1 class="hero__title">
|
||||
Ranking
|
||||
<span class="hero__title-accent">Global</span>
|
||||
@@ -62,7 +62,7 @@
|
||||
<h2>Top público por ventana</h2>
|
||||
</div>
|
||||
<p class="panel__intro panel__intro--tight">
|
||||
El ranking expone la lectura pública de líderes. Para búsqueda individual usa la sección Stats.
|
||||
El ranking expone la lectura pública de líderes. Para búsqueda individual usa Estadísticas.
|
||||
</p>
|
||||
<form class="ranking-form" id="ranking-form">
|
||||
<div class="ranking-form__grid">
|
||||
@@ -123,7 +123,7 @@
|
||||
<div class="hero__actions ranking-form__actions">
|
||||
<button class="discord-button" type="submit">Actualizar ranking</button>
|
||||
<a class="secondary-button secondary-button--compact" href="./stats.html">
|
||||
Buscar jugador en Stats
|
||||
Buscar jugador en Estadísticas
|
||||
</a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user