-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
2,190 additions
and
916 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
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 not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
[ | ||
{ | ||
"id":1, | ||
"category":"Nutrition_&_Supplements", | ||
"category":"Shop", | ||
}, | ||
|
||
{ | ||
"id":2, | ||
"category":"Clothing", | ||
"category":"Articles", | ||
}, | ||
|
||
{ | ||
"id":3, | ||
"category":"Diet_Meals", | ||
"category":"Workouts", | ||
}, | ||
|
||
{ | ||
"id":4, | ||
"category":"Workout", | ||
} | ||
] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,285 @@ | ||
[ | ||
{ | ||
"id": 1, | ||
"category_id": 1, | ||
"product": "Supplement", | ||
"name": "GoldWhey", | ||
"weight": "4 lbs", | ||
"price": "5500 Rs", | ||
}, | ||
{ | ||
"proteins":[ | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Whey Protein", | ||
"name": "GoldWhey", | ||
"brand": "Optimum Nutriton", | ||
"weight": "4.2 lbs", | ||
"price": "5800 Rs", | ||
"rating":"4.2" | ||
}, | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Mass Gainer", | ||
"name": "Serious Mass Gainer", | ||
"brand": "Optimum Nutriton", | ||
"weight": "6 lbs", | ||
"price": "3250 Rs", | ||
"rating":"3.8" | ||
}, | ||
{ | ||
"id": 1, | ||
"category_id": "Whey Protein", | ||
"category": "Shop", | ||
"name": "Nitro Tech", | ||
"brand":"MuscleTech", | ||
"weight": "4 lbs", | ||
"price": "5300 Rs", | ||
"rating":"4.3" | ||
}, | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Mass Gainer", | ||
"name": "Mass Tech", | ||
"brand":"MuscleTech", | ||
"weight": "7 lbs", | ||
"price": "5600 Rs", | ||
"rating":"4.0" | ||
}, | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Whey Protein", | ||
"name": "Crud Whey", | ||
"brand":"Big Muscle", | ||
"weight": "2.1 lbs", | ||
"price": "949 Rs", | ||
"rating":"3.9" | ||
}, | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Whey Protein", | ||
"name": "ISO Whey", | ||
"brand":"Muscle Blaze", | ||
"weight": "6.6 lbs", | ||
"price": "2949 Rs", | ||
"rating":"4.0" | ||
}, | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Casein Protein", | ||
"name": "Kaged Muscle KASIEN", | ||
"brand":"Kaged Muscle", | ||
"weight": "907 gm", | ||
"price": "2596 Rs", | ||
"rating":"4.5" | ||
}, | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Protien Bars", | ||
"name": "Protien Wafers", | ||
"brand":"Optimum Nutriton", | ||
"size": "9-2 Wafer Packs", | ||
"price": "1854 Rs", | ||
"rating":"4.5" | ||
} | ||
], | ||
|
||
"performance":[ | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Whey Protein", | ||
"name": "GoldWhey", | ||
"brand": "Optimum Nutriton", | ||
"weight": "4.2 lbs", | ||
"price": "5800 Rs", | ||
"rating":"4.2" | ||
}, | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Whey Protein", | ||
"name": "Serious Mass Gainer", | ||
"brand": "Optimum Nutriton", | ||
"weight": "6 lbs", | ||
"price": "3250 Rs", | ||
"rating":"3.8" | ||
}, | ||
{ | ||
"id": 1, | ||
"category_id": "Whey Protein", | ||
"category": "Shop", | ||
"name": "Nitro Tech", | ||
"brand":"MuscleTech", | ||
"weight": "4 lbs", | ||
"price": "5300 Rs", | ||
"rating":"4.3" | ||
}, | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Whey Protein", | ||
"name": "Mass Tech", | ||
"brand":"MuscleTech", | ||
"weight": "7 lbs", | ||
"price": "5600 Rs", | ||
"rating":"4.0" | ||
}, | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Whey Protein", | ||
"name": "Crud Whey", | ||
"brand":"Big Muscle", | ||
"weight": "2.1 lbs", | ||
"price": "949 Rs", | ||
"rating":"3.9" | ||
}, | ||
{ | ||
"id": 1, | ||
"category": "Shop", | ||
"category_id": "Whey Protein", | ||
"name": "ISO Whey", | ||
"brand":"Muscle Blaze", | ||
"weight": "6.6 lbs", | ||
"price": "2949 Rs", | ||
"rating":"4.0" | ||
} | ||
], | ||
|
||
{ | ||
"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" | ||
} | ||
] | ||
"mens sports wear":[ | ||
{ | ||
"id": 2, | ||
"category_id": 2, | ||
"category": "Clothing", | ||
"type": "T-Shirt", | ||
"gender":"Male", | ||
"size": "S" "M" "L" "XL", | ||
"price": "1500 Rs", | ||
"rating":"3.8" | ||
}, | ||
{ | ||
"id": 2, | ||
"category_id": 2, | ||
"category": "Clothing", | ||
"type": "Joggers Pant", | ||
"gender":"Male", | ||
"size": "S" "M" "L" "XL", | ||
"price": "1500 Rs", | ||
"rating":"3.8" | ||
}, | ||
{ | ||
"id": 2, | ||
"category_id": 2, | ||
"category": "Clothing", | ||
"type": "Trunk", | ||
"gender":"Male", | ||
"size": "S" "M" "L" "XL", | ||
"price": "1500 Rs", | ||
"rating":"3.8" | ||
}, | ||
{ | ||
"id": 2, | ||
"category_id": 2, | ||
"category": "Clothing", | ||
"type": "Track Pant", | ||
"gender":"Male", | ||
"size": "S" "M" "L" "XL", | ||
"price": "1500 Rs", | ||
"rating":"3.8" | ||
} | ||
], | ||
"womens sports wear":[ | ||
{ | ||
"id": 2, | ||
"category_id": 2, | ||
"category": "Clothing", | ||
"type": "T-Shirt", | ||
"gender":"Female", | ||
"size": "S" "M" "L" "XL", | ||
"price": "1500 Rs", | ||
"rating":"3.8" | ||
}, | ||
{ | ||
"id": 2, | ||
"category_id": 2, | ||
"category": "Clothing", | ||
"type": "Joggers Pant", | ||
"gender":"Female", | ||
"size": "S" "M" "L" "XL", | ||
"price": "1500 Rs", | ||
"rating":"3.8" | ||
}, | ||
{ | ||
"id": 2, | ||
"category_id": 2, | ||
"category": "Clothing", | ||
"type": "Jeggins", | ||
"gender":"Female", | ||
"size": "S" "M" "L" "XL", | ||
"price": "1500 Rs", | ||
"rating":"3.8" | ||
}, | ||
{ | ||
"id": 2, | ||
"category_id": 2, | ||
"category": "Clothing", | ||
"type": "Track Pant", | ||
"gender":"leggins", | ||
"size": "S" "M" "L" "XL", | ||
"price": "1500 Rs", | ||
"rating":"3.8" | ||
} | ||
], | ||
"Diet_Meals":[ | ||
{ | ||
"id": 3, | ||
"category_id": "Diet_Meals", | ||
"name": "Oat Meal", | ||
"product_type": "Eatable", | ||
}, | ||
{ | ||
"id": 3, | ||
"category_id": "Diet_Meals", | ||
"name": "Tuna and Salad", | ||
"product_type": "Food", | ||
}, | ||
{ | ||
"id": 3, | ||
"category_id": "Diet_Meals", | ||
"name": "Brown Rice", | ||
"product_type": "Food", | ||
}, | ||
{ | ||
"id": 3, | ||
"category_id": "Diet_Meals", | ||
"name": "Rooted Veggies", | ||
"product_type": "Food" | ||
} | ||
], | ||
"Workouts":[ | ||
{ | ||
"id": 4, | ||
"category_id": 4, | ||
"category": "Workouts", | ||
"name": "Chest Press" | ||
|
||
}, | ||
{ | ||
"id": 4, | ||
"category_id": 4, | ||
"category": "Workouts", | ||
"name": "Peck Fly" | ||
}, | ||
{ | ||
"id": 4, | ||
"category_id": 4, | ||
"category": "Workouts", | ||
"name": "Dumbell Press" | ||
}, | ||
{ | ||
"id": 4, | ||
"category_id": 4, | ||
"category": "Workouts", | ||
"name": "Dumbell Press" | ||
}, | ||
] | ||
} |
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.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
Below Pages are created in Navbar Headers user can fint it after clicking or Hover on it | ||
|
||
SHOP PAGE: | ||
|
||
Protiens = (Whey Protein / Wheight Gainers / Casien Protien / Egg Protien, Protein Bars) | ||
|
||
Performance = (Pre-Workout, Post-Workout, Creatine, BCAA, Energy Drinks) | ||
|
||
Weight Management = (Fat Burners, Appetite Control, L-Karnitine, Keto ) | ||
|
||
Vitamins & Health = (Multi-Vitamins, Immune, Greens & Superfoods, Fish Oil,) | ||
|
||
Clothing & Accessories = (Workout Clothing, Shakers Water Bottles, Home Gym Equipment, Dumbells, Gym Bags ) | ||
|
||
|
||
------------------------------------------------------------------------------------------------- | ||
ARTILCES PAGE: | ||
|
||
Blogs = (Training, Competition), Nutrition, Health Care) | ||
|
||
|
||
------------------------------------------------------------------------------------------------- | ||
WORKOUT PAGE: | ||
|
||
Workouts & Excersices = (Build Muscle, Gain Strength, Lose Weight, Get Fit, Compete) | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.