Chapter 3: 404 Penguins Page

404 Overview

Overview

An overlook on what we gonna build

Details

Prototype Penguins

Target

  • Create snowfall animation
  • Make image stick to the page bottom no matter screen size

Components

  • 404 logo
  • Error message
  • Go back button
  • Sticky background image
  • Snowfall animation

Bookmarks

Prepare Files

Overview

Bootstrap the project

Details

What we gonna use

  • bootstrap.min.css
  • CSS keyframe

Building folder structure

The folder structure is pretty similar to OpenCharity project

Folder structure

Bootstraping steps

Bookmarks

Eurostile font

PSD File

Start code

Overview

Implement UI Styling Page Add animation

Details

Components implemented

  • One wrapper container containing
    • Header: 404 with response text and GO BACK button
    • One image as background
    • One div to handle the animation

Styling

Mainly used colors and fonts

@gray_color: #313f4c; @blue-color: #1ca9f9; @white-color: #ffffff; @Eurostile: ‘Eurostile’;

Animation was created using CSS @keyframe. It’s a long explaination. Check out the Bookmarks

Result

result

Bookmarks

CSS keyframe

Link to GitHub project 404 Penguins Page

404 Recap

Overview

Advices on project

Details

  • If you fail try again and again
  • Should not add animation to every section cuz it could be annoying
  • Mention the final project

Bookmarks

Link to GitHub project 404 Penguins Page