Skip to content

Commit

Permalink
Remove now unused landing page styles (#10851)
Browse files Browse the repository at this point in the history
I removed the last pages that used these custom styles a while ago
(flutter/website#10176).
  • Loading branch information
parlough authored Jul 7, 2024
1 parent 2cd99aa commit e1901ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 175 deletions.
172 changes: 0 additions & 172 deletions src/_sass/pages/_landing-page.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/_sass/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
@use 'components/toc';

// -- Pages (alpha ordered)
@use 'pages/landing-page';
@use 'pages/not-found';

// -- Overrides
Expand Down
4 changes: 2 additions & 2 deletions src/content/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Page not found
description: Page not found
layout: landing
body_class: landing-page not-found
body_class: not-found
permalink: /404.html
sitemap: false
---

<div class="not-found__wrapper">
<h1>404</h1>
<h1 id="site-content-title">404</h1>
<p>Sorry, we couldn't find that page…</p>
<img src='/assets/images/404/dash_nest.png' class='not-found__illo' alt="Dash pointing you in the right direction">
<p>But Dash is here to help - maybe one of these will point you in the right direction?</p>
Expand Down

0 comments on commit e1901ae

Please sign in to comment.