Skip to content

Commit

Permalink
"Added Data in
Browse files Browse the repository at this point in the history
Json Files"
  • Loading branch information
ZahidK07 committed Dec 29, 2021
1 parent 0e12750 commit 5d63098
Show file tree
Hide file tree
Showing 46 changed files with 80 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 Data/Home-ShopPage/1stStack.jpeg
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 Data/Home-ShopPage/2ndStack.jpeg
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 Data/Home-ShopPage/3rdStack.jpeg
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 Data/Home-ShopPage/Athelet_1.jpg
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 Data/Home-ShopPage/Athelet_2.jpg
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 Data/Home-ShopPage/Athelet_3.jpg
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 Data/Home-ShopPage/Athelet_4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 Data/Home-ShopPage/CELLU4150005_grey_465x.jpg
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 Data/Home-ShopPage/EVL4410051_grey_465x.jpg
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 Data/Home-ShopPage/RSP6370516_grey_465x.jpg
Binary file added Data/Home-ShopPage/SaleBanner.jpg
Binary file added Data/Logos/BBLogo.png
Binary file added Data/PaymentPage/JnCfBZxa-26031949.mp4
Binary file not shown.
Binary file added Data/PaymentPage/bbcom-horizontal-black.png
Binary file added Data/Video/JnCfBZxa-26031949.mp4
Binary file not shown.
Binary file added Data/Workoutpage/chiseled-logo-header-700xh.jpg
18 changes: 18 additions & 0 deletions Data/category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"id":1,
"category":"Nutrition_&_Supplements"
}
{
"id":2,
"category":"Clothing"
}
{
"id":3,
"category":"Diet_Meals"
}
{
"id":4,
"category":"Workout"
}
]
30 changes: 30 additions & 0 deletions Data/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[
{
"id": 1,
"category_id": 1,
"product": "Supplement",
"name": "GoldWhey",
"weight": 4"lbs",
"price": 5500"Rs",
}
{
"id": 2,
"category_id": 2,
"product": "Clothing",
"type": "T-Shirt",
"size": "S" "M" "L" "XL",
"price": 1500"Rs",
}
{
"id": 3,
"category_id": "Diet_Meals",
"product_type": "Food",
"price": "Depends_On_Plan"
}
{
"id": 4,
"category_id": 4,
"type": "Excercise",
"price": "Depends_On_Plan"
}
]
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
margin: auto;
}

.navbar{
width: 100%;
height: 60px;
background: black;
}

.navbar > img {
height: 30px;
margin-top: 15px;
margin-left: 20px;
}

</style>
</head>
<body >
<div class="navbar">
<img src="./Data/Logos/BBLogo.png" alt="">

</div>
</body>
</html>

0 comments on commit 5d63098

Please sign in to comment.