Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/prod' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
StarOne01 committed Jun 8, 2024
2 parents 69b8043 + 92fe318 commit 2670d8c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ufz.professorvijay.in
14 changes: 13 additions & 1 deletion assets/js/food.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ const items = [
"100g Mussels",
"100g Millet",
"100g Lamb",
"Wallnut 5 piece",
"Masala oats 50 gram",
"Sundal boiled 50 gram"
];

const proteinCounts = {
Expand Down Expand Up @@ -330,6 +333,9 @@ const proteinCounts = {
"100g Mussels": 24,
"100g Millet": 11,
"100g Lamb": 25,
"Wallnut 5 piece": 7.6,
"Masala oats 50 gram": 10,
"Sundal boiled 50 gram": 11
};

const fatCounts = {
Expand Down Expand Up @@ -497,6 +503,9 @@ const fatCounts = {
"100g Mussels": 5,
"100g Millet": 3,
"100g Lamb": 21,
"Wallnut 5 piece": 32.6,
"Masala oats 50 gram": 5,
"Sundal boiled 50 gram": 4
};

const carbohydrateCounts = {
Expand Down Expand Up @@ -664,6 +673,9 @@ const carbohydrateCounts = {
"100g Mussels": 4,
"100g Millet": 72,
"100g Lamb": 0,
"Wallnut 5 piece": 6.85,
"Masala oats 50 gram": 30,
"Sundal boiled 50 gram":9
};

const calorieCounts = [
Expand All @@ -676,5 +688,5 @@ const calorieCounts = [
62, 138, 117, 114, 102, 119, 204, 95, 94, 69, 55, 34, 78, 150, 114, 103, 120,
650, 250, 164, 360, 150, 567, 164, 333, 141, 141, 19, 354, 154, 340, 54, 191,
86, 26, 578, 131, 57, 32, 57, 52, 47, 116, 120, 574, 546, 25, 86, 143, 208,
184, 242, 189, 120, 26, 68, 172, 378, 294,
184, 242, 189, 120, 26, 68, 172, 378, 294,327, 180, 145
];

0 comments on commit 2670d8c

Please sign in to comment.