Renaming dashboard to home
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
</div>
|
||||
</a>
|
||||
<nav class="nav">
|
||||
<a href="/" class="nav-link active" data-view="dashboard">Dashboard</a>
|
||||
<a href="/" class="nav-link active" data-view="home">Home</a>
|
||||
<a href="/compare" class="nav-link" data-view="compare">Compare</a>
|
||||
<a href="/rankings" class="nav-link" data-view="rankings">Rankings</a>
|
||||
</nav>
|
||||
@@ -88,8 +88,8 @@
|
||||
</header>
|
||||
|
||||
<main class="main">
|
||||
<!-- Dashboard View -->
|
||||
<section id="dashboard-view" class="view active">
|
||||
<!-- Home View -->
|
||||
<section id="home-view" class="view active">
|
||||
<div class="hero">
|
||||
<h1 class="hero-title">Compare Primary School Performance</h1>
|
||||
<p class="hero-subtitle">Search and compare KS2 results across England's primary schools</p>
|
||||
|
||||
Reference in New Issue
Block a user