Skip to content

A study project "Using a Public API to Create an Employee Directory"

Notifications You must be signed in to change notification settings

enamarat/techdegree-project-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A study project which demonstrates my ability to write requests to third-party APIs, get responses in JSON format and convert it to HTML on my website. This project represents a database of employees for a fictional company.

Changes in style:

  1. new color for ".card-text" class - rgba(250, 50, 50, 0.7) instead of rgba(50, 50, 50, 0.7) that was before;
  2. new color for ".modal-text" class - rgba(250, 50, 50, 0.7) instead of rgba(50, 50, 50, 0.7) that was before;
  3. new color for ".card:hover .card-text" class - rgba(250, 25, 25, 1) instead of rgba(25, 25, 25, 1) that was before;
  4. new background color for "body" tag - rgba(135, 135, 235, 0.9) instead of rgba(235, 235, 235, 0.9); ;
  5. new background color for ".card:hover" class - rgba(255, 155, 255, 1) instead of rgba(255, 255, 255, 1) that was before;
  6. new property is created for ".card" class - box-shadow: inset -3px -3px 10px 5px rgba(0, 0, 0, 0.8);

About

A study project "Using a Public API to Create an Employee Directory"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published