diff --git a/.DS_Store b/.DS_Store index bcead23..f3cf943 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/data.js b/data.js index 8624dae..234a130 100644 --- a/data.js +++ b/data.js @@ -1,29 +1,29 @@ var tempScale={ "Steak": [{'info':'No protein denaturization below 40\xB0 C Raw','position':6}, - {'info':'Myosin breaks down 40-55\xB0 C Rare','position':5}, - {'info':'Glycogen breaks down 55-60\xB0 C Medium Rare','position':4}, + {'info':'Myosin denatures 40-55\xB0 C Rare','position':5}, + {'info':'Glycogen denatures 55-60\xB0 C Medium Rare','position':4}, {'info':'Myoglobin denatures 60-70\xB0 C Medium','position':3}, {'info':'Actin denatures 70-120\xB0 C Well','position':2}, - {'info':'Browning reactions occur 120-180\xB0 C','position':1}, + {'info':'Browning reactions 120-180\xB0 C','position':1}, {'info':'Charring at 180+\xB0 C','position':0}], "Tuna": [{'info':'No protein denaturization below 40\xB0 C','position':6}, - {'info':'Myosin breaks down 40-50\xB0 C','position':5}, - {'info':'Myocommata begins to rupture 50\xB0 C','position':4}, + {'info':'Myosin denatures 40-50\xB0 C','position':5}, + {'info':'Myocommata rupture 50\xB0 C','position':4}, {'info':'Myoglobin denatures 60-70\xB0 C','position':3}, {'info':'Actin denatures 70\xB0 C','position':2}, - {'info':'Fibers begin to disintegrate 90+\xB0 C+','position':1}, + {'info':'Fibers disintegrate 90+\xB0 C+','position':1}, {'info':'Charring at 180+\xB0 C+','position':0}], "Turkey": [{'info':'No protein denaturization below 40\xB0 C Raw','position':6}, - {'info':'Myosin breaks down 40-55\xB0 C Rare','position':5}, - {'info':'Glycogen breaks down 55-60\xB0 C Medium Rare','position':4}, + {'info':'Myosin denatures 40-55\xB0 C Rare','position':5}, + {'info':'Glycogen denatures 55-60\xB0 C Medium Rare','position':4}, {'info':'Myoglobin denatures 60-70\xB0 C Medium','position':3}, {'info':'Actin denatures 70-120\xB0 C Well','position':2}, - {'info':'Browning reactions occur 120-180\xB0 C','position':1}, + {'info':'Browning reactions 120-180\xB0 C','position':1}, {'info':'Charring at 180+\xB0 C','position':0}] }; diff --git a/home-screen.css b/home-screen.css index 573cb65..0cdaaac 100644 --- a/home-screen.css +++ b/home-screen.css @@ -1,7 +1,11 @@ -.rules:hover, .about:hover{ +.rules:hover, .about:hover, .newSteak:hover{ color: black !important; } +.newSteak{ + float: right !important; +} + .modal-body img{ height: 200px; border: 1px solid black; diff --git a/home-screen.html b/home-screen.html index 9060c33..b3b5f03 100644 --- a/home-screen.html +++ b/home-screen.html @@ -31,6 +31,7 @@
+ New Meat @@ -70,26 +71,12 @@