Skip to content

Instantly share code, notes, and snippets.

@whalec
Forked from NigelAtOptimised/nigel-hope-welcome.json
Last active November 29, 2021 03:34
Show Gist options
  • Save whalec/034a689613d3d8551d56ed04c7b34f09 to your computer and use it in GitHub Desktop.
Save whalec/034a689613d3d8551d56ed04c7b34f09 to your computer and use it in GitHub Desktop.
Hope GIST ex Website to App
{
"imageURL" : "https://www.totalwellbeingdiet.com/media/xyz/123.jpg",
"avatarURL" : "https://www.totalwellbeingdiet.com/media/xyz/456.jpg",
"targetWeight" : 55.5,
"stretchWeight" : 52,
"targetLoss" : 5.5,
"stretchLoss" : 8,
"weightMeasure" : "kilograms",
"pages" :
[
{
"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",
"type" : "textImage"
},
{
"text" : "<p>I'll offer advice and encouragement...</p>",
"image" : "https://www.totalwellbeingdiet.com/media/xyz/789.jpg",
"type" : "textImage"
},
{
"text" : "<p>And share tips to help you.</p>",
"image" : "https://www.totalwellbeingdiet.com/media/xyz/789.jpg",
"type" : "textImage"
}
]
},
{
"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",
"type" : "textImage"
},
{
"text" : "<p>I'll offer advice and encouragement...</p>",
"image" : "https://www.totalwellbeingdiet.com/media/xyz/789.jpg",
"type" : "textImage"
},
{
"text" : "<p>And share tips to help you.</p>",
"image" : "https://www.totalwellbeingdiet.com/media/xyz/789.jpg",
"type" : "textImage"
}
]
},
{
"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>",
"sections" : [
{
"text" : "Reasonable weight loss for you in 12 weeks"
"type" : "reasonableLossHeading"
},
{
"text" : "How I cam up with this prediction",
"type" : "reasonableLossTooltipHeading"
},
{
"text" : "<p>blah blah</p>",
"type" : "reasonableLossTooltipContent"
},
{
"text" : "A reasonable goal of 5.5kg will get you to...",
"type" : "reasonableLossStatement"
},
{
"text" : "Stretch goal if you're super-focused over the next 12 weeks",
"type" : "stretchLossHeading"
},
{
"text" : "How I cam up with this prediction",
"type" : "stretchLossTooltipHeading"
},
{
"text" : "<p>blah blah</p>",
"type" : "stretchLossTooltipContent"
},
{
"text" : "A stretch goal of 8kg will get you to...",
"type" : "stretchLossStatement"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment