jdegand / edie-homepage

DevChallenges - Legacy - Responsive Web Developer - Edie Homepage

Home Page:https://jdegand.github.io/edie-homepage/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edie Homepage

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

  • Bootstrap icons - use font-size and color to manipulate

  • Bootstrap overflow options are limited. Nothing to target overflow-x or overflow-y ?

  • Grid-template-areas > Bootstrap nested grids

  • Bootstrap grids expect content inside every column - leaving one column or row free is difficult and documentation / examples hard to find

  • Grid-template-areas you can just place a "." and you have free space - bootstrap equivalent to this is ... using br tags or clearfix

  • Rounded class is really weak even at maximum. Feel same can be said about quite a few properties.

  • Chose to make box shadow for only the border-bottom - cause of container class - probably had to rework whole section to add gaps etc

  • Gray on Gray input boxes were not implemented

  • I shifted the 3 picture grid on smaller screens to underneath the paragraph

  • This project refreshed my knowledge of Bootstrap (v5 vs v4).

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

Requirements

  • I can see a page following the given design
  • I can see a page on mobile following the given design
  • I can go to certain locations by selecting links in navigation or footer
  • Surprise me with mobile navigation.

Useful Resources

About

DevChallenges - Legacy - Responsive Web Developer - Edie Homepage

https://jdegand.github.io/edie-homepage/


Languages

Language:HTML 92.2%Language:CSS 7.8%