1099 Make a 404 page for the marketing site #4
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: philip/mythic.nz#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "1099-create-404-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
✅ Deploy Preview for mythic-c4dc9a ready!
72d7e317ea
Toggle QR Code...
Use your smartphone camera to open QR code link.
To edit notification comments on pull requests, go to your Netlify site settings.
I take it back, I think the mascot can be on top for mobile, just maybe a little smaller and adjusting white space.
Mascot on the right for the wide screen version.
Should we remove this since Netlify handles the 404 mapping? In dev we can just hit the page directly.
Flipping the phrasing around to put the link nearer the start and have a more active voice.
fyi help has moved to the marketing site
@ -0,0 +20,4 @@
<h2>
Maybe we can help you find your way.
</h2>
<p>
This second line might be nice as an
h2
Let's remove the
aria-hidden
in this case. I think it's nice to have this text available to screen readers. On the other pages, the alt text is blank so the attribute makes more sense.As an aside though, it looks like
aria-hidden
is not a true boolean attribute; that is, it needs to be set to "true". Its presence alone doesn't remove it from the accessibility api, at least for MacOS VoiceOver. So the other pages could be updated to fix that. TBH, I could be swayed to add in an alt text to the other dragon images just to give a little bit of flavour to non-sighted users.Remove this, it's going into the meta tags.
Maybe "Page not found"?
I think we can get rid of this and just drop the text directly into the code.
@ -0,0 +2,4 @@
class: 404
title: "Page not found"
permalink: 404.html
---
The permalink is needed so 11ty builds "404.html" not "/404/index.html". Netlify needs the former it looks like.