This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const aboutItems = [ | |
{ | |
label: 'Project done', | |
number: 45 | |
}, | |
{ | |
label: 'Years of experience', | |
number: 10 | |
} | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"semi": true, | |
"singleQuote": true, | |
"jsxSingleQuote": true, | |
"printWidth": 80, | |
"tabWidth": 2, | |
"useTabs": false, | |
"bracketSpacing": true, | |
"bracketSameLine": false, | |
"singleAttributePerLine": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"semi": true, | |
"singleQuote": true, | |
"jsxSingleQuote": true, | |
"printWidth": 80, | |
"tabWidth": 2, | |
"useTabs": false, | |
"bracketSpacing": true, | |
"bracketSameLine": false, | |
"singleAttributePerLine": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CozyNest - Handcrafted Fashion & Vintage Decor | |
This is CozyNest - Handcrafted Fashion & Vintage Decor E-commerce Website made by codewithsadee | |
=============== HEADER =============== | |
<span class="material-symbols-rounded" aria-hidden="true"> | |
close | |
</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules |