JamesEnoch89 / assignments

0 stars 0 forks source link

Week 1 Day 3 - Octocat - #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.

Octodex

* 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

Setup

Turning In

Your homework will be assigned to you via issues on your assignments repository. Once you are

These steps will be followed for almost every assignment going forward. Once you've completed at least explorer mode and you're satisfied with your work, let's get it published. First let's get it up on GitHub.

Once you are completely, go to the issue on our assignments repository, leave the link the repo of your work, and close the issue. I will not know you are down until you close the issue.

Extra Material

To work on media queries, watch this video: https://www.youtube.com/watch?v=2KL-z9A56SQ

JamesEnoch89 commented 6 years ago

https://github.com/JamesEnoch89/octacat

mdewey commented 6 years ago

Your images are not showing up on surge because you are using file paths, not urls

https://github.com/JamesEnoch89/octacat/blob/fd42f1de1ccaa1de441b96a252537438188b900d/public/index.html#L20

mdewey commented 6 years ago

Awesome Work!