Last active
November 29, 2021 01:14
-
-
Save NigelAtOptimised/8c2952978ef8d4234a1419a64b80c607 to your computer and use it in GitHub Desktop.
Hope GIST ex Website to App
This file contains hidden or 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
{ | |
"hopeImage" : "https://www.totalwellbeingdiet.com/media/xyz/123.jpg", | |
"hopeAvatar" : "https://www.totalwellbeingdiet.com/media/xyz/456.jpg", | |
"targetWeight" : "55.5", | |
"stretchWeight" : "52", | |
"targetLoss" : "5.5", | |
"stretchLoss" : "8", | |
"weightMeasure" : "kilograms", | |
"page1" : | |
{ | |
"heading" : "Hello Stephanie, I'm <span class='textclr-primary'>Hope</span>", | |
"intro" : "<p>I'm an AI-inspired <span class='textclr-primary'>weight loss</span> coach.</p><p>Next para</p><p>Next para</p>", | |
"sections" : [ | |
{ | |
"text" : "<p>I'll predict how much weight you'll lose by following the 12 Week Program...</p>", | |
"image" : "https://www.totalwellbeingdiet.com/media/xyz/789.jpg" | |
}, | |
{ | |
"text" : "<p>I'll offer advice and encouragement...</p>", | |
"image" : "https://www.totalwellbeingdiet.com/media/xyz/789.jpg" | |
}, | |
{ | |
"text" : "<p>And share tips to help you.</p>", | |
"image" : "https://www.totalwellbeingdiet.com/media/xyz/789.jpg" | |
} | |
] | |
}, | |
"page2" : | |
{ | |
"heading" : "How to <span class='textclr-primary'>thrive</span> on TWD...", | |
"intro" : "<p>I'm an AI-inspired <span class='textclr-primary'>weight loss</span> coach.</p><p>Next para</p><p>Next para</p>", | |
"sections" : [ | |
{ | |
"text" : "<p>I'll predict how much weight you'll lose by following the 12 Week Program...</p>", | |
"image" : "https://www.totalwellbeingdiet.com/media/xyz/789.jpg" | |
}, | |
{ | |
"text" : "<p>I'll offer advice and encouragement...</p>", | |
"image" : "https://www.totalwellbeingdiet.com/media/xyz/789.jpg" | |
}, | |
{ | |
"text" : "<p>And share tips to help you.</p>", | |
"image" : "https://www.totalwellbeingdiet.com/media/xyz/789.jpg" | |
} | |
] | |
}, | |
"page3" : { | |
"heading" : "What you could <span class='textclr-primary'>achieve</span> in 12 weeks", | |
"intro" : "<p>I've noted your goal to lose 5.5kg and reach a goal weight of 55kg.</p><p>Next para</p><p>Next para</p>", | |
"reasonableLossHeading" : "Reasonable weight loss for you in 12 weeks", | |
"reasonableLossTooltipHeading" : "How I cam up with this prediction", | |
"reasonableLossTooltipContent" : "<p>blah blah</p>", | |
"reasonableLossStatement" : "A reasonable goal of 5.5kg will get you to...", | |
"stretchLossHeading" : "Stretch goal if you're super-focused over the next 12 weeks", | |
"stretchLossTooltipHeading" : "How I cam up with this prediction", | |
"stretchLossTooltipContent" : "<p>blah blah</p>", | |
"stretchLossStatement" : "A stretch goal of 8kg will get you to..." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment