Skip to content

Commit

Permalink
fix: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
iamenochlee committed Dec 13, 2022
1 parent e4a6c97 commit 52715bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 3 additions & 5 deletions qr-code-component-main/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Frontend Mentor - QR code component solution

This is a solution to the [QR code component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
This is a solution to the [QR code component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

Expand All @@ -24,8 +24,8 @@ This is a solution to the [QR code component challenge on Frontend Mentor](https

### Links

- Solution URL: [Codepen](https://codepen.io/iamenochlee/pen/NWYajXw)
- Live Site URL: [Github Pages](https://iamenochlee.github.io/frontendmentor/frontend-developer-qrcode-exercise/)
- Solution URL: [Github](https://github.com/iamenochlee/frontendmentor/tree/master/qr-code-component-main)
- Live Site URL: [Github Pages](https://iamenochlee.github.io/frontendmentor/qr-code-component-main/)

## My process

Expand All @@ -39,7 +39,6 @@ This is a solution to the [QR code component challenge on Frontend Mentor](https

During this exercise i learned how important it is to properly structure websites/ webpages in needed and only necessary html tags, guring this process i placed all my contents in a div tag, which were not needed, they only crowded my code, and gave me extra work, i had to start afresh, so lets keep our pages well structed.


### Continued development

I am currently focusing on learning react, and will proceed with other frontend developer exercises.
Expand All @@ -49,7 +48,6 @@ I am currently focusing on learning react, and will proceed with other frontend
- [Centering Divs](https://blog.hubspot.com/website/center-div-css#:~:text=You%20can%20do%20this%20by,the%20div) - This was helpful in centering the boxes in this exercise, highly recommended.
- [Working with Images](https://www.w3schools.com/css/css3_images.asp) - This is an amazing article which helped me finally understand images. I'd recommend it to anyone still learning this concept.


## Author

- Frontend Mentor - [@iamenochlee](https://www.frontendmentor.io/profile/iamenochlee)
Expand Down
4 changes: 1 addition & 3 deletions stats-preview-card-component-main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### Links

- Solution URL: [Github](https://github.com/iamenochlee/frontendmentor/stats-preview-card-component-main/)
- Live Site URL: [Github Pages](https://iamenochlee.github.io/frontendmentor/stats-preview-card-component-main/)
- Live Site URL: [Github Pages](https://github.com/iamenochlee/frontendmentor/tree/master/stats-preview-card-component-main)

## My process

Expand All @@ -18,7 +18,6 @@
- CSS Grid
- CSS Flex


### Continued development

I am currently focusing on learning improving my workflow balance, and will proceed with other frontend mentor exercises.
Expand All @@ -28,7 +27,6 @@ I am currently focusing on learning improving my workflow balance, and will proc
- [Centering Divs](https://blog.hubspot.com/website/center-div-css#:~:text=You%20can%20do%20this%20by,the%20div)%20vertically%20and%20horizontally.) - This was helpful in centering the boxes in this exercise, highly recommended.
- [Working with Images](https://www.w3schools.com/css/css3_images.asp) - This is an amazing article which helped me finally understand images. I'd recommend it to anyone still learning this concept.


## Author

- enochlee
Expand Down

0 comments on commit 52715bd

Please sign in to comment.