Skip to content

Commit

Permalink
add workit-landing-page project
Browse files Browse the repository at this point in the history
  • Loading branch information
natho19 committed Jun 19, 2023
0 parents commit 054be2e
Show file tree
Hide file tree
Showing 29 changed files with 1,206 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.prettierignore
5 changes: 5 additions & 0 deletions 01-workit-landing-page/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.sketch
*.fig
*.xd
.DS_Store
.prettierignore
37 changes: 37 additions & 0 deletions 01-workit-landing-page/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Frontend Mentor - Workit Landing Page Solution

This is a solution to the [Workit landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/workit-landing-page-2fYnyle5lu). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#built-with)

## Contents

### The challenge

Users should be able to:

- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page

### Screenshot

![](./screenshot.jpg)

### Links

- Solution URL: [https://www.frontendmentor.io/solutions/responsive-landing-page-using-sass-and-flexbox-gz7o1VoP1i](https://www.frontendmentor.io/solutions/responsive-landing-page-using-sass-and-flexbox-gz7o1VoP1i)
- Live Site URL: [https://natho19.github.io/workit-landing-page/](https://natho19.github.io/workit-landing-page/)

### Built with

- Semantic HTML5 markup
- Accessibility
- Mobile-first workflow
- Flexbox
- SASS/SCSS
- BEM
Loading

0 comments on commit 054be2e

Please sign in to comment.