jsonrocha / assignments

0 stars 0 forks source link

Week 01 day 3 - Octodex - #3

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

Octodex

GitHub has a great mascot called OctoCat. OctoCat even has it's own gallery of variations, created by GitHub itself and fans, called Octodex.

Unfortunately, the Octodex is not responsive*! Today, your task is to recreate the layout of The Octodex as closely as possible, but make it responsive. You can use all the tools you have at your disposal to get the job done. Use your browser's Developer Tools to inspect their site to find the exact font sizes and padding amounts.

* Well, actually it uses javascript set the number of columns on page load, but we want to see interactive responsiveness when we resize our window!

Objectives

Requirements

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources

Recommended Practice:

Even if you have completed them, repetition helps enforce concepts

Reading Material

To prep for tomorrow's lesson, you can read about CSS.

jsonrocha commented 6 years ago

https://github.com/rochaproforma/octodex

mdewey commented 6 years ago

Awesome Work!