Skip to content

My submission for the FreeCodeCamp Responsive Web Design Certification Project.

Notifications You must be signed in to change notification settings

Penie1/Product-Landing-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Product Landing Page project for the freeCodeCamp Responsive Web Design Certification.

There are a total of five web programming projects requred to earn the Responsive Web Design certification on freeCodeCamp and, this submission is one of them — the fourth project on the course curriculum.

About Project

Objective: Build an app that is functionally similar to this. Don't copy this demo project.

Here is 👉 my solution

User Stories:

  1. Your product landing page should have a header element with a corresponding id="header"
  2. You can see an image within the header element with a corresponding id="header-img" (A logo would make a good image here)
  3. Within the #header element, you can see a nav element with a corresponding id="nav-bar"
  4. You can see at least three clickable elements inside the nav element, each with the class nav-link
  5. When you click a .nav-link button in the nav element, you are taken to the corresponding section of the landing page
  6. You can watch an embedded product video with id="video"
  7. Your landing page has a form element with a corresponding id="form"
  8. Within the form, there is an input field with id="email" where you can enter an email address
  9. The #email input field should have placeholder text to let users know what the field is for
  10. Additionally, the navbar should contain link (a) elements with the class of nav-link. There should be one for every element with the class main-section
  11. The #email input field uses HTML5 validation to confirm that the entered text is an email address
  12. Within the form, there is a submit input with a corresponding id="submit"
  13. When you click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit)
  14. The navbar should always be at the top of the viewport
  15. Your product landing page should have at least one media query
  16. our product landing page should utilize CSS flexbox at least once

Tools I used:

  • HTML5
  • CSS3
  • Color Hunt
  • HTML Validator

About

My submission for the FreeCodeCamp Responsive Web Design Certification Project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published