Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
1MrCarter authored Feb 2, 2024
1 parent a2feb59 commit b862b27
Show file tree
Hide file tree
Showing 45 changed files with 3,463 additions and 0 deletions.
1,075 changes: 1,075 additions & 0 deletions css/styles.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

116 changes: 116 additions & 0 deletions data/products.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
{
"products": [
{
"id": 1,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "130",
"url": "./images/product-1.png",
"category": "Dresses"
},
{
"id": 2,
"title": "Armani Frok Ladies - Imported Fork Blue",
"price": "210",
"url": "./images/product-2.png",
"category": "Dresses"
},
{
"id": 3,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "90",
"url": "./images/product-3.png",
"category": "Jewellery"
},
{
"id": 4,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "100",
"url": "./images/product-4.png",
"category": "Jewellery"
},
{
"id": 5,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "100",
"url": "./images/product-5.png",
"category": "Dresses"
},
{
"id": 6,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "50",
"url": "./images/product-6.png",
"category": "Accessories"
},
{
"id": 7,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "50",
"url": "./images/product-7.png",
"category": "Footwear"
},
{
"id": 8,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "300",
"url": "./images/product-8.png",
"category": "Footwear"
},
{
"id": 9,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "300",
"url": "./images/product-9.png",
"category": "Footwear"
},
{
"id": 10,
"title": "ROG Headphone - Model 25",
"price": "300",
"url": "./images/product-10.png",
"category": "Accessories"
},
{
"id": 11,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "700",
"url": "./images/product-11.png",
"category": "Accessories"
},
{
"id": 12,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "500",
"url": "./images/product-12.png",
"category": "Accessories"
},
{
"id": 13,
"title": "Nike Air Men’s Hoodie - Imported Hoodie Red",
"price": "900",
"url": "./images/product-13.png",
"category": "Accessories"
},
{
"id": 14,
"title": "ROG Headphone - Model 25",
"price": "100",
"url": "./images/product-14.png",
"category": "Accessories"
},
{
"id": 15,
"title": "ROG Headphone - Model 25",
"price": "250",
"url": "./images/product-15.png",
"category": "Accessories"
},
{
"id": 16,
"title": "ROG Headphone - Model 25",
"price": "350",
"url": "./images/product-16.png",
"category": "Accessories"
}
]
}
50 changes: 50 additions & 0 deletions images/apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions images/bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/checked-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions images/eye.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions images/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fashion title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/hide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions images/login.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b862b27

Please sign in to comment.