Skip to content

sabovyan/nike-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌌Nike's history

🌕 This project was created based on html-css/homework requirements

Open sabovyan.github.io/nike-history/ to view it in the browser.


Stack

🌌HTML

  • Metatags
  • Open Graph tags
  • twitter cards
  • Semantic tags

🌌CSS

  • CSS grid
  • flexbox
  • media queries
  • BEM methodology *

Additional tools


Each page and implementation

The project consists of four pages


🌎 Home

image

  • 🌵 banner - CSS Grid

    • for the small screen I've left just one picture and displayed it as a block element
    .banner {
      display: block
    };

    image

  • 🌵 timeline - flexbox

    • I make shoeprints not visible for small screens

🌎 History

  • 🌵 h1 - an animation which makes blinking effect
  • 🌵 sections image
    • section image - float: right this was the only way that I have found to wrap the text around picture

source for this page - History of Nike timeline and facts article from Thestreet


image

  • 🌵 the whole page was aligned using flexbox
  • 🌵 Each card is hover able and has a bit more information and links about the particular person

🌍 Survey

  • 🌵This page was lined up with CSS Grid
  • 🌵 Maybe the layout is not that user-friendly, but I implemented this way to practice grid one more time

💫 footer

  • there is a little animation with :hover & :active for the icons at the end of the footer

* BEM I have tried to use BEM for the whole project I am sure that there are lots of mistakes but I've tried to stick to this methodology