h5bp / Front-end-Developer-Interview-Questions

A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.

Home Page:https://h5bp.org/Front-end-Developer-Interview-Questions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make the website responsive

cezaraugusto opened this issue · comments

Follow-up of #448.

At this moment the website is not responsive, would be cool if we could make it so. Website is built with http://11ty.io and the task is mostly hacking the HTML/CSS.

The main challenge I think is to make the top menu responsive. Hamburger menu sounds like a good option but developer is free to add something they think fits better.

Instructions:

  • fork this repo
  • npm i to install dependencies
  • npm start to run the website at http://localhost:9090
  • hack!

✋ I'm interested in working on this!

Hi @cezaraugusto - I had some free time after work and took a stab at this; happy for feedback & review. Thanks!