Skip to content

Commit 32f4449

Browse files
committed
fixed some issues
1 parent 80bb3e3 commit 32f4449

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.idea
2+
.idea/**
3+
.idea/workspace.xml
4+
.idea/tasks.xml

FrontendMentor06—Order-summary-component/README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Your users should be able to:
3838
### Links
3939

4040
- Solution
41-
URL: [Add solution URL here](https://www.frontendmentor.io/solutions/qr-code-component-using-html-css-svjAZqvJiC)
41+
URL: [Add solution URL here](https://www.frontendmentor.io/solutions/order-summary-component-using-scss-4tTK5rXyNU)
4242
- Live Site
43-
URL: [Add live site URL here](https://github.com/RanitManik/frontendmentor-challenges/FrontendMentor06%E2%80%94Order%20summary%20component/index.html)
44-
- codepen: [click here to see the codepen](https://codepen.io/RANIT-MANIK/pen/ExMVXaL)
43+
URL: [Add live site URL here](https://ranitmanik.github.io/frontendmentor-challenges/FrontendMentor06%E2%80%94Order-summary-component/index.html)
44+
- codepen: [click here to see the codepen](https://codepen.io/RANIT-MANIK/pen/JjzGyzX)
4545

4646
## My process
4747

@@ -58,7 +58,8 @@ Your users should be able to:
5858
- build this project using `SCSS` which i am still learning
5959
- learned about `nesting`, `variables`, `mixins` and some basic stuff about `SCSS`
6060
- discovered that `box-sizing` property can fix `padding` related `overflow` issues
61-
- applied the concept of variable for `screen-size`, in `@media` queries, reducing redundancy and enhancing code readability.
61+
- applied the concept of variable for `screen-size`, in `@media` queries, reducing redundancy and enhancing code
62+
readability.
6263

6364
### Code Highlights
6465

@@ -92,6 +93,8 @@ Your users should be able to:
9293

9394
### Useful resources
9495

96+
- [SCSS documentation](https://sass-lang.com/documentation/)
97+
9598
## Author
9699

97100
- Website - [Ranit Manik](https://ranitmanik.github.io/Portfolio-1.0)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Each project is organized in its own directory, containing HTML, CSS, and JavaSc
1414
| 03 | [Product preview card component](FrontendMentor03—Product-preview-card-component) | [Live Demo](https://ranitmanik.github.io/frontendmentor-challenges/FrontendMentor03%E2%80%94Product-preview-card-component/index.html) |
1515
| 04 | [NFT preview card component](FrontendMentor04—nft-preview-card-component) | [Live Demo](https://ranitmanik.github.io/frontendmentor-challenges/FrontendMentor04%E2%80%94nft-preview-card-component/index.html) |
1616
| 05 | [QR code component](FrontendMentor05—QR%20code%20component) | [Live Demo](https://ranitmanik.github.io/frontendmentor-challenges/FrontendMentor05%E2%80%94QR%20code%20component/index.html) |
17-
| 06 | [Order summary component](FrontendMentor06—Order-summary-component) | [Live Demo](https://github.com/RanitManik/frontendmentor-challenges/FrontendMentor06%E2%80%94Order%20summary%20component/index.html) |
17+
| 06 | [Order summary component](FrontendMentor06—Order-summary-component) | [Live Demo](https://ranitmanik.github.io/frontendmentor-challenges/FrontendMentor06%E2%80%94Order-summary-component/index.html) |
1818

1919
## How to Use
2020

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h2>Product preview card comp</h2>
256256
Published on
257257
<time datetime="2023-12-25">31st Dec 2023</time>
258258
</p>
259-
<h2>nft-preview-card-comp</h2>
259+
<h2>nft preview card comp</h2>
260260
<p class="card-description">
261261
Your challenge is to build out this preview card component and get it looking as close to the design as
262262
possible.

0 commit comments

Comments
 (0)