Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.68 KB

README.md

File metadata and controls

69 lines (43 loc) · 1.68 KB

Project Description

This project is a simple front-end developer profile page, created to practice responsive web design and adhere to a provided style guide. The design is optimized for both mobile (375px) and desktop (1440px) screen widths, and it ensures accessibility by testing across a full range of screen sizes from 320px to large screens.

Technologies Used

  • HTML
  • CSS
  • Google Fonts (Inter)

Style Guide

Layout

The design is based on the following widths:

  • Mobile: 375px
  • Desktop: 1440px

Colors

Primary

  • Green: hsl(75, 94%, 57%)

Neutral

  • White: hsl(0, 0%, 100%)
  • Grey: hsl(0, 0%, 20%)
  • Dark Grey: hsl(0, 0%, 12%)
  • Off Black: hsl(0, 0%, 8%)

Typography

Body Copy

  • Font size (paragraph): 14px

Font

  • Family: Inter
  • Weights: 400, 600, 700

Installation

  1. Clone the repository: bash git clone https://github.com/Nichodemusdev

  2. Open the project directory: bash cd frontend-profile

  3. Open index.html in your browser to view the profile page.

Usage

To modify the profile page, you can edit the index.html and style.css files. The project uses the Inter font family, which is imported from Google Fonts in the style.css file.

Contributing

If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are warmly welcome.

License

This project is open source and available under the MIT License.

Acknowledgements