Files
scarif/christmas/bethany.html
2022-12-22 00:24:15 +00:00

105 lines
4.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link
rel="stylesheet"
href="https://unpkg.com/papercss@1.9.0/dist/paper.min.css"
/>
<title>Merry Christmas Bethany</title>
</head>
<body>
<div class="paper container">
<h1>Merry Christmas Bethany</h1>
<p>
We wanted to share with you a few of the things we discovered
this year and really enjoyed.
</p>
<p>
We hope you like them. If you decide to try any of them out
please let us know!
</p>
<h2>Food</h2>
<p>
We've discovered/invented a lot of new foods/recipes over the
last year. Hear are some of our favourites
</p>
<div class="card">
<img src="https://cdn3.volusion.com/kceqm.mleru/v/vspfiles/photos/1436-2.jpg?1396347825" alt="Cherimoya">
<div class="card-body">
<h4 class="card-title">Cherimoya</h4>
<h5 class="card-subtitle">A deliciously sweet soft fruit</h5>
<p class="card-text">
Also known as "custard apple", Cherimoya is a delicious
fruit. It's like eating a dessert. The flesh is sweet
and soft, the name "custard apple" is an apt description
</p>
<p>
You might need to find an exotic fruit seller to get
some (such as <a href="https://exoticfruits.co.uk/" target="_blank">Exotic Fruits</a>)
but also keep a look out, we found some at <em>Sainsbury's!</em>
</p>
<p class="card-text alert alert-danger">
Mind you don't eat the seeds as they are poisonous!
</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h4 class="card-title">Cauliflower fudge smoothie</h4>
<h5 class="card-subtitle">Yes you read that right</h5>
<p class="card-text">
Don't be put off by the name. Despite the ingredients
this smoothie is absolutely one of the best tasting
things on the planet, as well as being super healthy.
</p>
<div class="row flex-spaces tabs">
<input id="cfs-tab1" type="radio" name=tabs checked>
<label for="cfs-tab1">Ingredients</label>
<input id="cfs-tab2" type="radio" name=tabs>
<label for="cfs-tab2">Method</label>
<div class="content" id="cfs-content1">
<h5>(Serves 2)</h5>
<ul>
<li>Half an avocado</li>
<li>90g Boiled and frozen cauliflower</li>
<li>4g Hermesetas</li>
<li>200g Coconut water</li>
<li>200g Coconut milk (we recommend <a href="https://www.kokodairyfree.com/products/original-milk/" target="_blank">Koko</a>)</li>
<li>8g Cocoa powder</li>
</ul>
</div>
<div class="content" id="cfs-content2">
<h4>Day before</h4>
<p>
Chop up the cauliflower and boil for 10 minutes
then put it in a bag in the freezer overnight.
</p>
<h4>Method</h4>
<p>
Put everything but the cocoa nibs in a blender
and blend until completely mixed.
</p>
<p>
Serve into glasses and sprinkle cocoa nibs on
top.
</p>
</div>
</div>
</div>
</div>
<h2>Health</h2>
<h2>Things to watch</h2>
<h2>Things to listen to</h2>
<h2>Things to do</h2>
</div>
</body>
</html>