Institutional Donors
Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.
Find out moreUsed as a divider between content.
<div class="hr"></div>
<div class="hr"></div>
{}
<h1 class="center-text heading-underline">Lorem ipsum dolor sit amet consectetur</h1>
<h1 class="{% if center %}center-text{% endif %} {% if underline %}heading-underline{% endif %}">{{title}}</h1>
{
"title": "Lorem ipsum dolor sit amet consectetur",
"underline": true,
"center": true
}
<h4>Lorem ipsum dolor sit amet consectetur</h4>
<h4>{{title}}</h4>
{
"title": "Lorem ipsum dolor sit amet consectetur"
}
<h2 class="font-secondary">Explore <span class="lim-header">More</span> Stories</h2>
<h2 class="font-secondary">Explore <span class="lim-header">More</span> Stories</h2>
{}
<h1 class="center-text ">Lorem ipsum dolor sit amet consectetur</h1>
<h1 class="{% if center %}center-text{% endif %} {% if underline %}heading-underline{% endif %}">{{title}}</h1>
{
"title": "Lorem ipsum dolor sit amet consectetur",
"center": true
}
<h3>Lorem ipsum dolor sit amet consectetur</h3>
<h3>{{title}}</h3>
{
"title": "Lorem ipsum dolor sit amet consectetur"
}
<h5>Lorem ipsum dolor sit amet consectetur</h5>
<h5>{{title}}</h5>
{
"title": "Lorem ipsum dolor sit amet consectetur"
}
<h6>Lorem ipsum dolor sit amet consectetur</h6>
<h6>{{title}}</h6>
{
"title": "Lorem ipsum dolor sit amet consectetur"
}
<h1 class=" ">Lorem ipsum dolor sit amet consectetur</h1>
<h1 class="{% if center %}center-text{% endif %} {% if underline %}heading-underline{% endif %}">{{title}}</h1>
{
"title": "Lorem ipsum dolor sit amet consectetur"
}
<h2>Lorem ipsum dolor sit amet consectetur</h2>
<h2>{{title}}</h2>
{
"title": "Lorem ipsum dolor sit amet consectetur"
}
The <b>b element</b> is stylistically different text from normal text, without any special importance
The <b>b element</b> is stylistically different text from normal text, without any special importance
{}
<p>
<a href="#">Link text</a>
</p>
<p>
<a href="#">{{ text }}</a>
</p>
{
"text": "Link text"
}
The <i>i element</i> is text that is set off from the normal text
The <i>i element</i> is text that is set off from the normal text
{}
<strong>Strong is used to indicate strong importance</strong>
<strong>{{ text }}</strong>
{
"text": "Strong is used to indicate strong importance"
}
<div class="field-set field-set--merged">
<span class="field-set__title" for="postcode">Text Field</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-large-col-4">
<label class="field-set__label">Text Field</label>
<input class="field-set__input" type="text">
</div>
<div class="field-set__item form-large-col-4">
<label class="field-set__label">Text Field</label>
<input class="field-set__input" type="text">
</div>
<div class="field-set__item form-large-col-4">
<label class="field-set__label">Text Field</label>
<input class="field-set__input" type="text">
</div>
</div>
</div>
</div>
<div class="field-set field-set--merged">
<span class="field-set__title" for="postcode">{{ merged_field_label }}</span>
<div class="field-set__content">
<div class="field-set__items">
{% for field in merged_fields %}
<div class="field-set__item form-large-col-{{ merge_fields_col }}">
<label class="field-set__label">Text Field</label>
<input class="field-set__input" type="text">
</div>
{% endfor %}
</div>
</div>
</div>
{
"merged_field_label": "Text Field",
"merge_fields_col": 4,
"merged_fields": {
"0": {
"label": "Text Field"
},
"1": {
"label": "Text Field"
},
"2": {
"label": "Text Field"
}
}
}
<div class="field-set ">
<label class="field-set__title" for="text">Time</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item ">
<span class="field-set__label">Select Time</span>
<input class="field-set__input field-set__input-time" type="text">
</div>
</div>
</div>
</div>
<div class="field-set {% if error %} field-set--error{% endif %}">
<label class="field-set__title" for="text">{{ label }}</label>
{% if error %}<span class="error-message">{{error}}</span>{% endif %}
<div class="field-set__content">
{% if tooltip %}
<div class="tooltip">
<span class="tooltip__button">?</span>
<div class="tooltip__content" style="display: none;">{{ tooltip }}</div>
</div>
{% endif %}
<div class="field-set__items">
<div class="field-set__item {% if error %} field-set__item--error{% endif %}">
<span class="field-set__label">{{ placeholder }}</span>
<input class="field-set__input field-set__input-time" type="{{ type }}">
</div>
</div>
</div>
</div>
{
"type": "text",
"placeholder": "Select Time",
"label": "Time"
}
<div class="field-set">
<div class="field-set__content">
<div class="col-wrapper">
<div class="field-set__items">
<div class="payment-types">
<div class="small-col-6 large-col-fifth">
<div class="field-set__item payment-types__item">
<input class="field-set__input field-set__input--radio" id="radioc1" name="radioc" type="radio" />
<label class="field-set__label field-set__label--radio payment-types__label" for="radioc1"><img class="payment-types__icon" src="http://placehold.it/45x30" />Mastercard (debit)</label>
</div>
</div>
<div class="small-col-6 large-col-fifth">
<div class="field-set__item payment-types__item">
<input class="field-set__input field-set__input--radio" id="radioc2" name="radioc" type="radio" />
<label class="field-set__label field-set__label--radio payment-types__label" for="radioc2"><img class="payment-types__icon" src="http://placehold.it/45x30" />Mastercard (credit)</label>
</div>
</div>
<div class="small-col-6 large-col-fifth">
<div class="field-set__item payment-types__item">
<input class="field-set__input field-set__input--radio" id="radioc3" name="radioc" type="radio" checked="checked" />
<label class="field-set__label field-set__label--radio payment-types__label" for="radioc3"><img class="payment-types__icon" src="http://placehold.it/45x30" />Visa (debit)</label>
</div>
</div>
<div class="small-col-6 large-col-fifth">
<div class="field-set__item payment-types__item">
<input class="field-set__input field-set__input--radio" id="radioc4" name="radioc" type="radio" />
<label class="field-set__label field-set__label--radio payment-types__label" for="radioc4"><img class="payment-types__icon" src="http://placehold.it/45x30" />Visa (credit)</label>
</div>
</div>
<div class="small-col-6 large-col-fifth">
<div class="field-set__item payment-types__item">
<input class="field-set__input field-set__input--radio" id="radioc5" name="radioc" type="radio" />
<label class="field-set__label field-set__label--radio payment-types__label" for="radioc5"><img class="payment-types__icon" src="http://placehold.it/45x30" />Paypal</label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="field-set">
<div class="field-set__content">
<div class="col-wrapper">
<div class="field-set__items">
<div class="payment-types">
<div class="small-col-6 large-col-fifth">
<div class="field-set__item payment-types__item">
<input class="field-set__input field-set__input--radio" id="radioc1" name="radioc" type="radio" />
<label class="field-set__label field-set__label--radio payment-types__label" for="radioc1"><img class="payment-types__icon" src="http://placehold.it/45x30" />{{payment.1}}</label>
</div>
</div>
<div class="small-col-6 large-col-fifth">
<div class="field-set__item payment-types__item">
<input class="field-set__input field-set__input--radio" id="radioc2" name="radioc" type="radio" />
<label class="field-set__label field-set__label--radio payment-types__label" for="radioc2"><img class="payment-types__icon" src="http://placehold.it/45x30" />{{payment.2}}</label>
</div>
</div>
<div class="small-col-6 large-col-fifth">
<div class="field-set__item payment-types__item">
<input class="field-set__input field-set__input--radio" id="radioc3" name="radioc" type="radio" checked="checked" />
<label class="field-set__label field-set__label--radio payment-types__label" for="radioc3"><img class="payment-types__icon" src="http://placehold.it/45x30" />{{payment.3}}</label>
</div>
</div>
<div class="small-col-6 large-col-fifth">
<div class="field-set__item payment-types__item">
<input class="field-set__input field-set__input--radio" id="radioc4" name="radioc" type="radio" />
<label class="field-set__label field-set__label--radio payment-types__label" for="radioc4"><img class="payment-types__icon" src="http://placehold.it/45x30" />{{payment.4}}</label>
</div>
</div>
<div class="small-col-6 large-col-fifth">
<div class="field-set__item payment-types__item">
<input class="field-set__input field-set__input--radio" id="radioc5" name="radioc" type="radio" />
<label class="field-set__label field-set__label--radio payment-types__label" for="radioc5"><img class="payment-types__icon" src="http://placehold.it/45x30" />{{payment.5}}</label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{
"payment": {
"1": "Mastercard (debit)",
"2": "Mastercard (credit)",
"3": "Visa (debit)",
"4": "Visa (credit)",
"5": "Paypal"
}
}
<div class="field-set">
<label class="field-set__title" for="text">Address</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-small-col-8 form-large-col-10 field-set__item--pad-right">
<span class="field-set__label"></span>
<input class="field-set__input" type="text">
</div>
<div class="field-set__item form-small-col-4 form-large-col-2">
<input type="submit" value="Find" class="secondary-button">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text">{{ label }}</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-small-col-8 form-large-col-10 field-set__item--pad-right">
<span class="field-set__label">{{ placeholder }}</span>
<input class="field-set__input" type="{{ type }}">
</div>
<div class="field-set__item form-small-col-4 form-large-col-2">
<input type="submit" value="{{button}}" class="secondary-button">
</div>
</div>
</div>
</div>
{
"type": "text",
"placeholder": "",
"label": "Address",
"button": "Find"
}
<div class="field-set ">
<label class="field-set__title" for="text">Sort code</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item field-set__item--sort-code ">
<span class="field-set__label"></span>
<input class="field-set__input" type="text">
</div>
</div>
</div>
</div>
<div class="field-set {% if error %} field-set--error{% endif %}">
<label class="field-set__title" for="text">{{ label }}</label>
{% if error %}<span class="error-message">{{error}}</span>{% endif %}
<div class="field-set__content">
{% if tooltip %}
<div class="tooltip">
<span class="tooltip__button">?</span>
<div class="tooltip__content" style="display: none;">{{ tooltip }}</div>
</div>
{% endif %}
<div class="field-set__items">
<div class="field-set__item field-set__item--sort-code {% if error %} field-set__item--error{% endif %}">
<span class="field-set__label">{{ placeholder }}</span>
<input class="field-set__input" type="{{ type }}">
</div>
</div>
</div>
</div>
{
"type": "text",
"placeholder": "",
"label": "Sort code"
}
<div class="field-set ">
<label class="field-set__title" for="text">Text Input</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item ">
<span class="field-set__label"></span>
<input class="field-set__input" type="text">
</div>
</div>
</div>
</div>
<div class="field-set {% if error %} field-set--error{% endif %}">
<label class="field-set__title" for="text">{{ label }}</label>
{% if error %}<span class="error-message">{{error}}</span>{% endif %}
<div class="field-set__content">
{% if tooltip %}
<div class="tooltip">
<span class="tooltip__button">?</span>
<div class="tooltip__content" style="display: none;">{{ tooltip }}</div>
</div>
{% endif %}
<div class="field-set__items">
<div class="field-set__item {% if error %} field-set__item--error{% endif %}">
<span class="field-set__label">{{ placeholder }}</span>
<input class="field-set__input" type="{{ type }}">
</div>
</div>
</div>
</div>
{
"type": "text",
"placeholder": "",
"label": "Text Input"
}
<div class="field-set field-set--tabbed-radio">
<span class="field-set__title">Direct Debit instruction is</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="form-large-col-4">
<div class="field-set__item">
<input class="field-set__input field-set__input--radio" id="radioe1" name="radioe" type="radio" checked="checked" />
<label class="field-set__label field-set__label--radio" for="radioe1">New</label>
</div>
</div>
<div class="form-large-col-4">
<div class="field-set__item">
<input class="field-set__input field-set__input--radio" id="radioe2" name="radioe" type="radio" />
<label class="field-set__label field-set__label--radio" for="radioe2">Add to existing</label>
</div>
</div>
<div class="form-large-col-4">
<div class="field-set__item">
<input class="field-set__input field-set__input--radio" id="radioe3" name="radioe" type="radio" />
<label class="field-set__label field-set__label--radio" for="radioe3">Replace existing</label>
</div>
</div>
</div>
</div>
<div class="field-set field-set--tabbed-radio">
<span class="field-set__title">{{label}}</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="form-large-col-4">
<div class="field-set__item">
<input class="field-set__input field-set__input--radio" id="radioe1" name="radioe" type="radio" checked="checked" />
<label class="field-set__label field-set__label--radio" for="radioe1">{{values.1}}</label>
</div>
</div>
<div class="form-large-col-4">
<div class="field-set__item">
<input class="field-set__input field-set__input--radio" id="radioe2" name="radioe" type="radio" />
<label class="field-set__label field-set__label--radio" for="radioe2">{{values.2}}</label>
</div>
</div>
<div class="form-large-col-4">
<div class="field-set__item">
<input class="field-set__input field-set__input--radio" id="radioe3" name="radioe" type="radio" />
<label class="field-set__label field-set__label--radio" for="radioe3">{{values.3}}</label>
</div>
</div>
</div>
</div>
{
"label": "Direct Debit instruction is",
"values": {
"1": "New",
"2": "Add to existing",
"3": "Replace existing"
}
}
<div class="field-set field-set--merged">
<span class="field-set__title" for="postcode">Text Field</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-large-col-6">
<label class="field-set__label">Text Field</label>
<input class="field-set__input" type="text">
</div>
<div class="field-set__item form-large-col-6">
<label class="field-set__label">Text Field</label>
<input class="field-set__input" type="text">
</div>
</div>
</div>
</div>
<div class="field-set field-set--merged">
<span class="field-set__title" for="postcode">{{ merged_field_label }}</span>
<div class="field-set__content">
<div class="field-set__items">
{% for field in merged_fields %}
<div class="field-set__item form-large-col-{{ merge_fields_col }}">
<label class="field-set__label">Text Field</label>
<input class="field-set__input" type="text">
</div>
{% endfor %}
</div>
</div>
</div>
{
"merged_field_label": "Text Field",
"merge_fields_col": 6,
"merged_fields": {
"0": {
"label": "Text Field"
},
"1": {
"label": "Text Field"
}
}
}
<div class="field-set">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<input class="field-set__input field-set__input--radio" id="radioa1" name="radioa" type="radio" checked="checked" />
<label class="field-set__label field-set__label--radio" for="radioa1">Visa (debit)</label>
</div>
<div class="field-set__item">
<input class="field-set__input field-set__input--radio" id="radioa2" name="radioa" type="radio" />
<label class="field-set__label field-set__label--radio" for="radioa2">Visa (credit)</label>
</div>
</div>
</div>
</div>
<div class="field-set">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<input class="field-set__input field-set__input--radio" id="radioa1" name="radioa" type="radio" checked="checked" />
<label class="field-set__label field-set__label--radio" for="radioa1">{{values.1}}</label>
</div>
<div class="field-set__item">
<input class="field-set__input field-set__input--radio" id="radioa2" name="radioa" type="radio" />
<label class="field-set__label field-set__label--radio" for="radioa2">{{values.2}}</label>
</div>
</div>
</div>
</div>
{
"values": {
"1": "Visa (debit)",
"2": "Visa (credit)"
}
}
<div class="field-set">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item field-set__item--select">
<!-- Multi field so this is a label - it will be visibly hidden though -->
<label class="field-set__label field-set__label--select">Title</label>
<div class="field-set__input field-set__input--select">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="your-role" name="selecta2">
<option value="mr">Mr</option>
<option value="miss">Miss</option>
<option value="mrs">Mrs</option>
</select>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="field-set">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item field-set__item--select">
<!-- Multi field so this is a label - it will be visibly hidden though -->
<label class="field-set__label field-set__label--select">{{label}}</label>
<div class="field-set__input field-set__input--select">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="your-role" name="selecta2">
<option value="mr">{{values.1}}</option>
<option value="miss">{{values.2}}</option>
<option value="mrs">{{values.3}}</option>
</select>
</div>
</div>
</div>
</div>
</div>
</div>
{
"label": "Title",
"values": {
"1": "Mr",
"2": "Miss",
"3": "Mrs"
}
}
<div class="field-set ">
<label class="field-set__title" for="text">Text Input</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item ">
<span class="field-set__label"></span>
<input class="field-set__input" type="text">
</div>
</div>
</div>
</div>
<div class="field-set {% if error %} field-set--error{% endif %}">
<label class="field-set__title" for="text">{{ label }}</label>
{% if error %}<span class="error-message">{{error}}</span>{% endif %}
<div class="field-set__content">
{% if tooltip %}
<div class="tooltip">
<span class="tooltip__button">?</span>
<div class="tooltip__content" style="display: none;">{{ tooltip }}</div>
</div>
{% endif %}
<div class="field-set__items">
<div class="field-set__item {% if error %} field-set__item--error{% endif %}">
<span class="field-set__label">{{ placeholder }}</span>
<input class="field-set__input" type="{{ type }}">
</div>
</div>
</div>
</div>
{
"type": "text",
"placeholder": "",
"label": "Text Input"
}
<div class="inner">
<div class="field-set">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<label class="field-set__label field-set__label--toggle">
<h4>Tearfund action emails</h4>
Join us and find out more about how you can put your faith into action to see His Kingdom come.
</label>
<div class="field-set__item--switch">
<input class="field-set__input field-set__input--switch" id="checkboxa" name="checkbox" type="checkbox" checked="checked" />
<span class="field-set__switch-slider"></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="inner">
<div class="field-set">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<label class="field-set__label field-set__label--toggle">
<h4>Tearfund action emails</h4>
Join us and find out more about how you can put your faith into action to see His Kingdom come.
</label>
<div class="field-set__item--switch">
<input class="field-set__input field-set__input--switch" id="checkboxa" name="checkbox" type="checkbox" checked="checked" />
<span class="field-set__switch-slider"></span>
</div>
</div>
</div>
</div>
</div>
</div>
{}
<div class="field-set">
<div class="field-set__item">
<div class="field-set__item field-set__input-limit-item form-large-col-12">
<label class="field-set__label">Text Input</label>
<input class="field-set__input field-set__input-limit" data-limit="50" type="textarea" />
</div>
</div>
</div>
<div class="field-set">
<div class="field-set__item">
<div class="field-set__item field-set__input-limit-item form-large-col-12">
<label class="field-set__label">{{label}}</label>
<input class="field-set__input field-set__input-limit" data-limit="{{limit}}" type="{{type}}" />
</div>
</div>
</div>
{
"type": "textarea",
"placeholder": "",
"label": "Text Input",
"limit": 50
}
<div class="field-set ">
<label class="field-set__title" for="text">Text Input</label>
<div class="field-set__content">
<div class="tooltip">
<span class="tooltip__button">?</span>
<div class="tooltip__content" style="display: none;">Tooltip text</div>
</div>
<div class="field-set__items">
<div class="field-set__item ">
<span class="field-set__label"></span>
<input class="field-set__input" type="text">
</div>
</div>
</div>
</div>
<div class="field-set {% if error %} field-set--error{% endif %}">
<label class="field-set__title" for="text">{{ label }}</label>
{% if error %}<span class="error-message">{{error}}</span>{% endif %}
<div class="field-set__content">
{% if tooltip %}
<div class="tooltip">
<span class="tooltip__button">?</span>
<div class="tooltip__content" style="display: none;">{{ tooltip }}</div>
</div>
{% endif %}
<div class="field-set__items">
<div class="field-set__item {% if error %} field-set__item--error{% endif %}">
<span class="field-set__label">{{ placeholder }}</span>
<input class="field-set__input" type="{{ type }}">
</div>
</div>
</div>
</div>
{
"type": "text",
"placeholder": "",
"label": "Text Input",
"tooltip": "Tooltip text"
}
<div class="field-set ">
<label class="field-set__title" for="text">Date</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item ">
<span class="field-set__label">Select Date</span>
<input class="field-set__input field-set__input-datetime" type="text">
</div>
</div>
</div>
</div>
<div class="field-set {% if error %} field-set--error{% endif %}">
<label class="field-set__title" for="text">{{ label }}</label>
{% if error %}<span class="error-message">{{error}}</span>{% endif %}
<div class="field-set__content">
{% if tooltip %}
<div class="tooltip">
<span class="tooltip__button">?</span>
<div class="tooltip__content" style="display: none;">{{ tooltip }}</div>
</div>
{% endif %}
<div class="field-set__items">
<div class="field-set__item {% if error %} field-set__item--error{% endif %}">
<span class="field-set__label">{{ placeholder }}</span>
<input class="field-set__input field-set__input-datetime" type="{{ type }}">
</div>
</div>
</div>
</div>
{
"type": "text",
"placeholder": "Select Date",
"label": "Date"
}
<div class="form__disclaimer">
<div class="article-inner">
<p><em>We’d love to occasionally contact you using your email address. We will share updates on our latest campaigns and ways that you can take action. Of course, you can change your preferences at any time – just email info@tearfund.org or call 0208 977 9144. We promise never to pass your details on to another organisation for marketing purposes.</em></p>
</div>
</div>
<div class="form__disclaimer">
<div class="article-inner">
<p><em>{{ disclaimer }}</em></p>
</div>
</div>
{
"disclaimer": "We\u2019d love to occasionally contact you using your email address. We will share updates on our latest campaigns and ways that you can take action. Of course, you can change your preferences at any time \u2013 just email info@tearfund.org or call 0208 977 9144. We promise never to pass your details on to another organisation for marketing purposes."
}
We’d love to occasionally contact you using your email address. We will share updates on our latest campaigns and ways that you can take action. Of course, you can change your preferences at any time – just email info@tearfund.org or call 0208 977 9144. We promise never to pass your details on to another organisation for marketing purposes.
<div class="field-set ">
<label class="field-set__title" for="text">Date</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item ">
<span class="field-set__label">Select Date</span>
<input class="field-set__input field-set__input-date" value="15-8-2018" data-min-date="15.8.2018" data-max-date="15.10.2018" allowInput="true" type="text">
</div>
</div>
</div>
</div>
<div class="field-set {% if error %} field-set--error{% endif %}">
<label class="field-set__title" for="text">{{ label }}</label>
{% if error %}<span class="error-message">{{error}}</span>{% endif %}
<div class="field-set__content">
{% if tooltip %}
<div class="tooltip">
<span class="tooltip__button">?</span>
<div class="tooltip__content" style="display: none;">{{ tooltip }}</div>
</div>
{% endif %}
<div class="field-set__items">
<div class="field-set__item {% if error %} field-set__item--error{% endif %}">
<span class="field-set__label">{{ placeholder }}</span>
<input class="field-set__input field-set__input-date" value="{{ default_date }}" data-min-date="15.8.2018" data-max-date="15.10.2018" allowInput="true" type="{{ type }}">
</div>
</div>
</div>
</div>
{
"type": "text",
"placeholder": "Select Date",
"label": "Date",
"default_date": "15-8-2018"
}
<div class="field-set field-set--error">
<label class="field-set__title" for="text">Email Input</label>
<span class="error-message">Please enter a valid email address</span> <div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item field-set__item--error">
<span class="field-set__label">you@yourdomain.com</span>
<input class="field-set__input" type="email">
</div>
</div>
</div>
</div>
<div class="field-set {% if error %} field-set--error{% endif %}">
<label class="field-set__title" for="text">{{ label }}</label>
{% if error %}<span class="error-message">{{error}}</span>{% endif %}
<div class="field-set__content">
{% if tooltip %}
<div class="tooltip">
<span class="tooltip__button">?</span>
<div class="tooltip__content" style="display: none;">{{ tooltip }}</div>
</div>
{% endif %}
<div class="field-set__items">
<div class="field-set__item {% if error %} field-set__item--error{% endif %}">
<span class="field-set__label">{{ placeholder }}</span>
<input class="field-set__input" type="{{ type }}">
</div>
</div>
</div>
</div>
{
"type": "email",
"placeholder": "you@yourdomain.com",
"label": "Email Input",
"error": "Please enter a valid email address"
}
<div class="field-set">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<input class="field-set__input field-set__input--checkbox default-style" id="checkbox1" name="checkbox" type="checkbox" />
<label class="field-set__label field-set__label--checkbox" for="checkbox1"><span class="field-set__label-text">This is a really long choice that could be used as a confirmation</span></label>
</div>
<div class="field-set__item">
<input class="field-set__input field-set__input--checkbox default-style" id="checkbox2" name="checkbox" type="checkbox" />
<label class="field-set__label field-set__label--checkbox" for="checkbox2"><span class="field-set__label-text">Choice B</span></label>
</div>
<div class="field-set__item">
<input class="field-set__input field-set__input--checkbox default-style" id="checkbox3" name="checkbox" type="checkbox" />
<label class="field-set__label field-set__label--checkbox" for="checkbox3"><span class="field-set__label-text">Choice C</span></label>
</div>
</div>
</div>
</div>
<div class="field-set">
<div class="field-set__content">
<div class="field-set__items">
{% for value in values %}
<div class="field-set__item">
<input class="field-set__input field-set__input--checkbox default-style" id="checkbox{{loop.index}}" name="checkbox" type="checkbox" />
<label class="field-set__label field-set__label--checkbox" for="checkbox{{loop.index}}"><span class="field-set__label-text">{{value}}</span></label>
</div>
{% endfor %}
</div>
</div>
</div>
{
"label": "Title",
"values": {
"1": "This is a really long choice that could be used as a confirmation",
"2": "Choice B",
"3": "Choice C"
}
}
<div class="pl-color pl-color-brand-green">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-brand-red">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-brand-turquoise">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-brand-orange">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-brand-green">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-brand-red">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-brand-turquoise">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-brand-orange">
<div class="pl-color-swatch"></div>
</div>
{}
<div class="pl-color pl-color-dark-grey">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-mid-grey">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-light-grey">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-footer-grey">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-border-grey">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-dark-grey">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-mid-grey">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-light-grey">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-footer-grey">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-border-grey">
<div class="pl-color-swatch"></div>
</div>
{}
<div class="pl-color pl-color-green-primary">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-secondary">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-yellow-primary">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-yellow-secondary">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-primary">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-secondary">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-yellow-primary">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-yellow-secondary">
<div class="pl-color-swatch"></div>
</div>
{}
<div class="pl-color pl-color-green-tint-100">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-90">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-80">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-70">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-60">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-50">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-40">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-30">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-20">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-10">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-100">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-90">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-80">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-70">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-60">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-50">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-40">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-30">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-20">
<div class="pl-color-swatch"></div>
</div>
<div class="pl-color pl-color-green-tint-10">
<div class="pl-color-swatch"></div>
</div>
{}
<div class="inner clearfix patternlab-grid-display">
<div class="large-col-12">One column</div>
<div class="large-col-6">Two columns</div>
<div class="large-col-6">Two columns</div>
<div class="large-col-4">Three columns</div>
<div class="large-col-4">Three columns</div>
<div class="large-col-4">Three columns</div>
<div class="large-col-3">Four columns</div>
<div class="large-col-3">Four columns</div>
<div class="large-col-3">Four columns</div>
<div class="large-col-3">Four columns</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
</div>
<div class="inner clearfix patternlab-grid-display">
<div class="large-col-12">One column</div>
<div class="large-col-6">Two columns</div>
<div class="large-col-6">Two columns</div>
<div class="large-col-4">Three columns</div>
<div class="large-col-4">Three columns</div>
<div class="large-col-4">Three columns</div>
<div class="large-col-3">Four columns</div>
<div class="large-col-3">Four columns</div>
<div class="large-col-3">Four columns</div>
<div class="large-col-3">Four columns</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
<div class="large-col-1">1</div>
</div>
{
"row": {
"1": {
"span": "6"
},
"2": {
"span": "6"
}
}
}
<a href="#" class="share-button share-button--facebook">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/facebook.svg" /> <div class="share-button__text"> Facebook</div>
</div>
</a>
<a href="#" class="share-button share-button--facebook">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/facebook.svg" /> <div class="share-button__text"> Facebook</div>
</div>
</a>
{}
<a href="#" class="share-button share-button--email">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/email.svg" /> <div class="share-button__text"> Email</div>
</div>
</a>
<a href="#" class="share-button share-button--email">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/email.svg" /> <div class="share-button__text"> Email</div>
</div>
</a>
{}
<a href="#" class="share-button share-button--whatsapp">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/twitter.svg" /> <div class="share-button__text"> Whatsapp</div>
</div>
</a>
<a href="#" class="share-button share-button--whatsapp">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/twitter.svg" /> <div class="share-button__text"> Whatsapp</div>
</div>
</a>
{}
<a href="#" class="share-button share-button--twitter">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/twitter.svg" /> <div class="share-button__text"> Twitter</div>
</div>
</a>
<a href="#" class="share-button share-button--twitter">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/twitter.svg" /> <div class="share-button__text"> Twitter</div>
</div>
</a>
{}
<div class="grey-section">
<div class="inner">
<h1>Grey section</h1>
</div>
</div>
<div class="grey-section">
<div class="inner">
<h1>Grey section</h1>
</div>
</div>
{}
<div class="dark-grey-section dark-grey-section--c19 section--overlap-top clearfix">
<div class="container">
<div class="image-quote">
<picture class="animate-up">
<source media="(min-width: 1400px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg">
<source media="(min-width: 1200px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg">
<source media="(min-width: 1000px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg">
<source media="(min-width: 800px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg">
<source media="(min-width: 647px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg">
<source media="(min-width: 465px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg">
<source media="(min-width: 375px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg" alt="alt">
<img src="/images/mainsite5/c19/mobile-image-quote.jpg" alt="alt">
</picture>
<blockquote class="quote-block quote-block-- quote-block--yellow ">
<div class="quote-block__container">
<p>'Everything seemed hopeless, but I still prayed for a breakthrough.'</p>
</div>
</blockquote> </div>
<div class="inner center-text">
<h2 class="c19">Your generosity makes amazing things happen</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
<div class="dark-grey-section dark-grey-section--c19 section--overlap-top clearfix">
<div class="container">
<div class="image-quote">
<picture class="animate-up">
<source media="(min-width: 1400px)" srcset="{{ image.mobile }}">
<source media="(min-width: 1200px)" srcset="{{ image.mobile }}">
<source media="(min-width: 1000px)" srcset="{{ image.mobile }}">
<source media="(min-width: 800px)" srcset="{{ image.mobile }}">
<source media="(min-width: 647px)" srcset="{{ image.mobile }}">
<source media="(min-width: 465px)" srcset="{{ image.mobile }}">
<source media="(min-width: 375px)" srcset="{{ image.mobile }}" alt="{{ image.alt }}">
<img src="{{ image.mobile }}" alt="{{ image.alt }}">
</picture>
{% include 'components/quotes/quote-block' with quote %}
</div>
<div class="inner center-text">
<h2 class="c19">Your generosity makes amazing things happen</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
{
"image": {
"mobile": "\/images\/mainsite5\/c19\/mobile-image-quote.jpg",
"desktop": "\/images\/mainsite5\/c19\/desktop-image-quote.jpg",
"alt": "alt"
},
"quote": {
"colour": "yellow",
"quote": "'Everything seemed hopeless, but I still prayed for a breakthrough.'"
}
}
'Everything seemed hopeless, but I still prayed for a breakthrough.'
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
<div class="accordion accordion--gvt" data-initial-open="true">
<div class="accordion__item">
<h3 class="accordion__title">Where can I go?</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad aut, obcaecati eveniet. Aperiam est, mollitia quasi nam quod modi suscipit ut saepe similique autem labore animi voluptate natus amet quam.</p></p>
</div>
<div class="accordion__item">
<h3 class="accordion__title">Where can I go?</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad aut, obcaecati eveniet. Aperiam est, mollitia quasi nam quod modi suscipit ut saepe similique autem labore animi voluptate natus amet quam.</p></p>
</div>
<div class="accordion__item">
<h3 class="accordion__title">Where can I go?</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad aut, obcaecati eveniet. Aperiam est, mollitia quasi nam quod modi suscipit ut saepe similique autem labore animi voluptate natus amet quam.</p></p>
</div>
</div>
<div class="accordion accordion--gvt" data-initial-open="true">
{% for faq in faqs %}
<div class="accordion__item">
<h3 class="accordion__title">{{ faq.title }}</h3>
<p>{{ faq.content }}</p>
</div>
{% endfor %}
</div>
{
"faqs": {
"0": {
"title": "Where can I go?",
"content": "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad aut, obcaecati eveniet. Aperiam est, mollitia quasi nam quod modi suscipit ut saepe similique autem labore animi voluptate natus amet quam.<\/p>"
},
"1": {
"title": "Where can I go?",
"content": "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad aut, obcaecati eveniet. Aperiam est, mollitia quasi nam quod modi suscipit ut saepe similique autem labore animi voluptate natus amet quam.<\/p>"
},
"2": {
"title": "Where can I go?",
"content": "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad aut, obcaecati eveniet. Aperiam est, mollitia quasi nam quod modi suscipit ut saepe similique autem labore animi voluptate natus amet quam.<\/p>"
}
}
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad aut, obcaecati eveniet. Aperiam est, mollitia quasi nam quod modi suscipit ut saepe similique autem labore animi voluptate natus amet quam.</p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad aut, obcaecati eveniet. Aperiam est, mollitia quasi nam quod modi suscipit ut saepe similique autem labore animi voluptate natus amet quam.</p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad aut, obcaecati eveniet. Aperiam est, mollitia quasi nam quod modi suscipit ut saepe similique autem labore animi voluptate natus amet quam.</p>
<div class="inner">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<figure class="img-40-right">
<img src="http://placehold.it/600x400" alt="Image">
<figcaption class="caption">Caption goes here</figcaption>
</figure>
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="inner">
<p>{{para_one}}</p>
<figure class="img-40-right">
<img src="http://placehold.it/600x400" alt="Image">
<figcaption class="caption">Caption goes here</figcaption>
</figure>
<p>{{para_two}}</p>
<p>{{para_one}}</p>
<p>{{para_two}}</p>
</div>
{
"para_one": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"para_two": "Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<div class="inner">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<figure class="img-40-right">
<img src="http://placehold.it/600x400" alt="Image">
</figure>
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="inner">
<p>{{para_one}}</p>
<figure class="img-40-right">
<img src="http://placehold.it/600x400" alt="Image">
</figure>
<p>{{para_two}}</p>
<p>{{para_one}}</p>
<p>{{para_two}}</p>
</div>
{
"para_one": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"para_two": "Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Use this code to ensure video's work properly on all screen sizes.
<div class="inner">
<!-- RESPONSIVE VIDEO CODE -->
<div class="rwd-video">
<iframe class="video" width="560" height="315" src="https://www.youtube.com/embed/fqhVK4EtPR4" frameborder="0" allowfullscreen=""></iframe>
</div>
<!-- END RESPONSIVE VIDEO CODE -->
</div>
<div class="inner">
<!-- RESPONSIVE VIDEO CODE -->
<div class="rwd-video">
<iframe class="video" width="560" height="315" src="{{video_url}}" frameborder="0" allowfullscreen=""></iframe>
</div>
<!-- END RESPONSIVE VIDEO CODE -->
</div>
{
"video_url": "https:\/\/www.youtube.com\/embed\/fqhVK4EtPR4"
}
<div class="inner">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<figure class="img-40-left">
<img src="http://placehold.it/600x400" alt="Image">
</figure>
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="inner">
<p>{{para_one}}</p>
<figure class="img-40-left">
<img src="http://placehold.it/600x400" alt="Image">
</figure>
<p>{{para_two}}</p>
<p>{{para_one}}</p>
<p>{{para_two}}</p>
</div>
{
"para_one": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"para_two": "Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<section class="image-section image-section--mobile-white full-banner--image" data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg">
<div class="inner">
<h1>Image section</h1>
</div>
</section>
<section class="image-section image-section--mobile-white full-banner--image" data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg">
<div class="inner">
<h1>Image section</h1>
</div>
</section>
{}
This text sits within the 'article-inner' class. This is how all stories will be formatted on the site.
<div class="article-inner">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="article-inner">
<p>{{para_one}}</p>
<p>{{para_two}}</p>
</div>
{
"para_one": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"para_two": "Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
This is a sentence with a <span class="tooltip-inline" title="This is the definition">tooltip</span>.
This is a sentence with a <span class="tooltip-inline" title="This is the definition">tooltip</span>.
{}
<div class="banner-overlap">
<div class="inner">
<h2 class="no-margin">LOREM IPSUM</h2>
</div>
</div>
<div class="banner-overlap">
<div class="inner">
<h2 class="no-margin">LOREM IPSUM</h2>
</div>
</div>
{}
<div class="inner">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<figure class="img-40-left">
<img src="http://placehold.it/600x400" alt="Image">
<figcaption class="caption">Caption goes here</figcaption>
</figure>
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="inner">
<p>{{para_one}}</p>
<figure class="img-40-left">
<img src="http://placehold.it/600x400" alt="Image">
<figcaption class="caption">Caption goes here</figcaption>
</figure>
<p>{{para_two}}</p>
<p>{{para_one}}</p>
<p>{{para_two}}</p>
</div>
{
"para_one": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"para_two": "Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<div class="inner">
<div class="tabbed-header">
<div class="inner">
</div>
</div>
<div class="tabbed-container">
<div class="tabbed__item" data-title="First">
First content
</div>
<div class="tabbed__item" data-title="Second">
Second content
</div>
<div class="tabbed__item" data-title="Third">
Third content
</div>
<div class="tabbed__item" data-title="Fourth">
Fourth content
</div>
</div>
</div>
<div class="inner">
<div class="tabbed-header">
<div class="inner">
</div>
</div>
<div class="tabbed-container">
{% for tab in tabs %}
<div class="tabbed__item" data-title="{{ tab.title }}">
{{ tab.content }}
</div>
{% endfor %}
</div>
</div>
{
"tabs": {
"0": {
"title": "First",
"content": "First content"
},
"1": {
"title": "Second",
"content": "Second content"
},
"2": {
"title": "Third",
"content": "Third content"
},
"3": {
"title": "Fourth",
"content": "Fourth content"
}
}
}
<div class="grey-section"> <div class="inner">
<div class="promo-triple">
<div class="promo-triple__col">
<div class="promo-triple__content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam</p>
</div>
</div>
<div class="promo-triple__col">
<div class="promo-triple__content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.</p>
</div>
</div>
<div class="promo-triple__col">
<div class="promo-triple__content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
</div>
</div>
</div>
{% if promo_background %} <div class="grey-section"> {% endif %}
<div class="inner">
<div class="promo-triple">
{% for promo in promo_boxes %}
<div class="promo-triple__col">
<div class="promo-triple__content">
<p>{{ promo }}</p>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
{
"promo_boxes": {
"0": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam",
"1": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.",
"2": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
},
"promo_background": "grey"
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<div class="reveal">
<a class="button reveal__button" href="javascript:void()" data-reveal="reveal1">Click to reveal</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
<div class="reveal">
<a class="button reveal__button" href="javascript:void()" data-reveal="{{reveal_id}}">{{reveal_button}}</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="{{reveal_id}}">
<p>
{{reveal_content}}
</p>
</div>
</div>
{
"reveal_button": "Click to reveal",
"reveal_id": "reveal1",
"reveal_content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula."
}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
<div class="inner">
<div class="large-col-7">
Test
</div>
<div class="large-col-5">
Video
</div>
</div>
<div class="inner">
<div class="large-col-7">
{{ video_section.content }}
</div>
<div class="large-col-5">
{{ video_section.video }}
</div>
</div>
{
"video_section": {
"content": "Test",
"video": "Video"
}
}
<div class="inner">
<div class="promo-triple">
<div class="promo-triple__col">
<div class="promo-triple__content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam</p>
</div>
</div>
<div class="promo-triple__col">
<div class="promo-triple__content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.</p>
</div>
</div>
<div class="promo-triple__col">
<div class="promo-triple__content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
</div>
</div>
</div>
{% if promo_background %} <div class="grey-section"> {% endif %}
<div class="inner">
<div class="promo-triple">
{% for promo in promo_boxes %}
<div class="promo-triple__col">
<div class="promo-triple__content">
<p>{{ promo }}</p>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
{
"promo_boxes": {
"0": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam",
"1": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.",
"2": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
}
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Standard format for paragraph text on pages.
<div class="inner">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="inner">
<p>{{para_one}}</p>
<p>{{para_two}}</p>
</div>
{
"para_one": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"para_two": "Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<div class="jubilee-quote jubilee-quote--guilain-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'WORKING WITH MY HANDS MAKES ME VERY HAPPY<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--guilain-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'WORKING WITH MY HANDS MAKES ME VERY HAPPY<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'WORKING WITH MY HANDS MAKES ME VERY HAPPY.’
<div class="jubilee-quote jubilee-quote--clarice-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'WE’D CARRY OUR CHILDREN TO HOSPITAL<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--clarice-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'WE’D CARRY OUR CHILDREN TO HOSPITAL<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'WE’D CARRY OUR CHILDREN TO HOSPITAL.’
<h1 class="jubilee-heading">Jubilee style heading</h1>
<h1 class="jubilee-heading">Jubilee style heading</h1>
{}
<div class="jubilee-quote jubilee-quote--davina-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'Life around here is hard<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--davina-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'Life around here is hard<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'Life around here is hard.’
<div class="jubilee-lockdown">
<h1><span class="yellow">We won't stop</span> <span class="white until">until</span> <span class="white poverty">poverty</span> <span class="white stops">stops</span><span class="full-stop">.</span></h1>
<div class="jubilee-lockdown__top"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__bottom"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__right"><div class="line line--vertical"></div></div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical"></div>
<div class="jubilee-lockdown__left-kick"><div class="line line--horizontal"></div></div>
</div>
</div>
<div class="jubilee-lockdown">
<h1><span class="yellow">We won't stop</span> <span class="white until">until</span> <span class="white poverty">poverty</span> <span class="white stops">stops</span><span class="full-stop">.</span></h1>
<div class="jubilee-lockdown__top"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__bottom"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__right"><div class="line line--vertical"></div></div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical"></div>
<div class="jubilee-lockdown__left-kick"><div class="line line--horizontal"></div></div>
</div>
</div>
{}
<div class="jubilee-quote jubilee-quote--birungi-2" style="background-image: url(/images/mainsite5/jubilee/birungi-restored.jpg);">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'I long to see other girls restored and set free<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--birungi-2" style="background-image: url(/images/mainsite5/jubilee/birungi-restored.jpg);">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'I long to see other girls restored and set free<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'I long to see other girls restored and set free.'
<div class="jubilee-quote jubilee-quote--david-1">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>‘I made a promise to a God I didn’t know existed "show yourself to me and I’ll follow you”<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--david-1">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>‘I made a promise to a God I didn’t know existed "show yourself to me and I’ll follow you”<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
‘I made a promise to a God I didn’t know existed "show yourself to me and I’ll follow you”.’
<div class="jubilee-quote jubilee-quote--birungi-1" style="background-image: url(/images/mainsite5/jubilee/birungi-equal.jpg);">
<div class="inner">
<div class="large-offset-6 large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'God’s word says we are all equal<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--birungi-1" style="background-image: url(/images/mainsite5/jubilee/birungi-equal.jpg);">
<div class="inner">
<div class="large-offset-6 large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'God’s word says we are all equal<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'God’s word says we are all equal.'
<div class="jubilee-quote jubilee-quote--guilain-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'MY LEGS WERE SHATTERED<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--guilain-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'MY LEGS WERE SHATTERED<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'MY LEGS WERE SHATTERED.’
<div class="jubilee-quote jubilee-quote--manish-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'MY CHURCH IS GETTING MORE INTEREST FROM LOCAL PEOPLE<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--manish-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'MY CHURCH IS GETTING MORE INTEREST FROM LOCAL PEOPLE<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'MY CHURCH IS GETTING MORE INTEREST FROM LOCAL PEOPLE.’
<div class="jubilee-quote jubilee-quote--chris-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'THIS IS SOMEWHERE GOD CAN USE ME<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--chris-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'THIS IS SOMEWHERE GOD CAN USE ME<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'THIS IS SOMEWHERE GOD CAN USE ME.’
<div class="jubilee-quote jubilee-quote--beth-2">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'I asked if I could do it too<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--beth-2">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'I asked if I could do it too<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'I asked if I could do it too.'
<div class="jubilee-quote jubilee-quote--manish-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'TO SERVE GOD IS MY GREATEST JOY<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--manish-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'TO SERVE GOD IS MY GREATEST JOY<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'TO SERVE GOD IS MY GREATEST JOY.’
<div class="jubilee-quote jubilee-quote--amani-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'THE RATES OF SEXUAL VIOLENCE HERE HAVE REDUCED<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--amani-1">
<div class="inner">
<div class="large-col-6 large-offset-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'THE RATES OF SEXUAL VIOLENCE HERE HAVE REDUCED<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'THE RATES OF SEXUAL VIOLENCE HERE HAVE REDUCED.’
<div class="jubilee-quote jubilee-quote--david-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>‘I never wanted to be a pop star – ever<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--david-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>‘I never wanted to be a pop star – ever<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
‘I never wanted to be a pop star – ever.’
<div class="parralax jubilee-section jubilee-section--actions">
<div class="inner">
<h1 class="jubilee-heading">Count me in</h1>
<p class="jubilee-p-large">In 50 years we’ve seen millions of lives restored.<br />
But with your help there’s more we can do.<br />
<strong>How will you join us in 2018?</strong></p>
<div class="jubilee-totalisers">
<div class="jubilee-totalisers__pray">
<div class="jubilee-totalisers__totaliser center-text">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--heading">
<h2 class="jubilee-heading">Pray</h2>
<div class="jubilee-lockdown__top"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__bottom"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__right"><div class="line line--vertical"></div></div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical"></div>
<div class="jubilee-lockdown__left-kick"><div class="line line--horizontal"></div></div>
</div>
</div>
<div class="pie-chart" data-options='{"segmentShowStroke": true, "showTooltips": false}' data-data='[{"value": 30, "color":"#FCD901", "highlight":"#FCD901"}, {"value": 70, "color":"#F4F4F4", "highlight":"#F4F4F4"}]'>
<!-- png fallback for the chart, for no-js. Optional -->
<img src="/images/mainsite5/pie-chart-fallback.png" />
</div>
<div class="totaliser-plus-you">+ YOU</div>
<p>Be part of <strong>one million prayers</strong> raised on behalf of the global poor</p>
<a href="javascript:void(0)" class="button reveal__button" data-reveal-toggle="true" data-reveal="pray">Pray Now</a>
</div>
</div>
<div class="jubilee-totalisers__act">
<div class="jubilee-totalisers__totaliser center-text">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--heading">
<h2 class="jubilee-heading">Act</h2>
<div class="jubilee-lockdown__top"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__bottom"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__right"><div class="line line--vertical"></div></div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical"></div>
<div class="jubilee-lockdown__left-kick"><div class="line line--horizontal"></div></div>
</div>
</div>
<div class="pie-chart" data-options='{"segmentShowStroke": true, "showTooltips": false}' data-data='[{"value": 40, "color":"#FCD901", "highlight":"#FCD901"}, {"value": 40, "color":"#F4F4F4", "highlight":"#F4F4F4"}]'>
<!-- png fallback for the chart, for no-js. Optional -->
<img src="/images/mainsite5/pie-chart-fallback.png" />
</div>
<p>Be one of <strong>50,000 christians taking action</strong> against global poverty</p>
<a href="javascript:void(0)" class="button reveal__button" data-reveal-toggle="true" data-reveal="act">Act Now</a>
</div>
</div>
<div class="jubilee-totalisers__give">
<div class="jubilee-totalisers__totaliser center-text">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--heading">
<h2 class="jubilee-heading">Give</h2>
<div class="jubilee-lockdown__top"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__bottom"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__right"><div class="line line--vertical"></div></div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical"></div>
<div class="jubilee-lockdown__left-kick"><div class="line line--horizontal"></div></div>
</div>
</div>
<div class="pie-chart" data-options='{"segmentShowStroke": true, "showTooltips": false}' data-data='[{"value": 90, "color":"#FCD901", "highlight":"#FCD901"}, {"value": 10, "color":"#F4F4F4", "highlight":"#F4F4F4"}]'>
<!-- png fallback for the chart, for no-js. Optional -->
<img src="/images/mainsite5/pie-chart-fallback.png" />
</div>
<p>Help <strong>restore five million lives</strong> from material and spiritual poverty</p>
<a href="javascript:void(0)" class="button reveal__button" data-reveal-toggle="true" data-reveal="give">Give Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-cta-section jubilee-cta-section--pray reveal__element" data-reveal="pray">
<div class="inner no-padding">
<div class="jubilee-cta-section__arrow large-col-4">
<div class="triangle triangle--white"></div>
</div>
</div>
<div class="inner pray--stage-one">
<div class="lightbox__close-circle lightbox__close-circle--jubilee"><a href="#" class="lightbox__close lightbox__close--jubilee lightbox__close--icon"></a></div>
<h2 class="jubilee-heading">Your prayer makes a difference</h2>
<p class="no-margin">My name is</p>
<input type="text" class="jubilee-cta-input jubilee-cta-input--pray-name" name="">
<p class="jubilee-cta-input--follow-line">and I’m praying this prayer to end poverty.</p>
<div class="jubilee-cta-section--narrow">
<p class="jubilee-prayer">Gracious and generous God, you became poor so that we might be enriched by your love, and you gave the world’s wealth and resources as a common inheritance of all human beings.</p>
<p class="jubilee-prayer">We pray you would strengthen your church to be a beacon of hospitality for the poor.</p>
<p class="jubilee-prayer">We pray that, seeing the light of Christ’s love, the nations and peoples of the world may fight not to kill, but to outdo one another in care for the poor, and in actions of gracious generosity.</p>
<p class="jubilee-prayer">Through Him who for our sakes did not grasp the wealth of heaven, but instead gave all to live for us as a slave, and die for us in pain, Jesus Christ our Lord and Saviour.</p>
<p class="jubilee-prayer">Amen</p>
</div>
<a class="button jubilee-landing-pray-button" href="javascript:void(0)">Submit</a>
</div>
<div class="inner pray--stage-two">
<h2 class="jubilee-heading">Thank you <span class="f-name"></span>!</h2>
<p>You’re now part of one million prayers raised this year on behalf of the global poor.</p>
<p>We won’t stop crying out for an end to poverty. You can continue praying with us by signing up to our weekly One Voice prayer email.</p>
<div class="form__inner">
<div class="field-set field-set--merged">
<span class="field-set__title" for="name">Name</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-large-col-6">
<label class="field-set__label field-set__label-pray-name">First name</label>
<input class="field-set__input pray-first-name" id="text1" type="text">
</div>
<div class="field-set__item form-large-col-6">
<label class="field-set__label">Last Name</label>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">you@youremail.com</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
</div>
<a class="button jubilee-landing-pray-button" href="javascript:void(0)">KEEP PRAYING</a>
<p>You can change your preferences at any time – just email info@tearfund.org or call 020 3906 3906. We promise never to pass your details onto another organisation for marketing purposes.</p>
</div>
</div>
<div class="jubilee-cta-section jubilee-cta-section--act reveal__element" data-reveal="act">
<div class="inner no-padding">
<div class="jubilee-cta-section__arrow large-col-4 large-offset-4">
<div class="triangle triangle--white"></div>
</div>
</div>
<div class="inner act--stage-one">
<h2 class="jubilee-heading">Your action makes a difference</h2>
<p class="jubilee-cta-section--narrow">
We’re asking the World Bank to phase out fossil fuels by 2020 shifting the balance of its funding, away from fossil fuels and towards local, clean and renewable energy which will lift millions of people out of poverty and send a signal to other investors to follow a zero carbon path.
</p>
<a href="#" class="secondary-button show-lightbox" data-lightbox="2">Read Full Petition</a>
<div class="lightbox lightbox--petition" data-lightbox="2">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
<p>Dear UK Executive Director,</p>
<p>I welcome the World Bank’s current support to provide access to energy for people living in poverty and its Climate Change Action Plan. Access to electricity means women can give birth safely at night, children can study in the evening and farmers can pump water to grow food for their families. </p>
<p>The quickest and cheapest way to improve access to energy for people living in poverty is through energy like solar power which is local, clean and renewable. This will bring light to dark places, without damaging God’s creation and contributing to climate change. </p>
<p>However, I am concerned that the Bank is continuing to support fossil fuel development. This cannot continue if we are to meet the Paris Agreement goals to keep global warming to 1.5C. </p>
<p>Given the UK’s global leadership on climate change, I urge you to call on the World Bank to phase out fossil fuels by 2020 shifting the balance of its funding, away from fossil fuels and towards local, clean and renewable energy which will lift millions of people out of poverty and send a signal to other investors to follow a zero carbon path.</p>
<p>Yours sincerely,</p>
<a href="#" class="button lightbox__button-close">Sign Petition</a>
</div>
<div class="form__inner">
<div class="field-set field-set--merged">
<span class="field-set__title" for="name">Name</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-large-col-6">
<label class="field-set__label">First name</label>
<input class="field-set__input jubilee-cta-input--act-name" id="text1" type="text">
</div>
<div class="field-set__item form-large-col-6">
<label class="field-set__label">Last Name</label>
<input class="field-set__input jubilee-cta-input--act-name-second" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<span class="field-set__title" for="postcode">Address</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-small-col-8 form-large-col-10 field-set__item--pad-right">
<label class="field-set__label">Postcode</label>
<input class="field-set__input" id="postcode" type="text">
</div>
<div class="field-set__item form-small-col-4 form-large-col-2">
<input type="submit" value="Find" class="secondary-button">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">you@youremail.com</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
</div>
<a class="button jubilee-landing-act-button" href="javascript:void(0)">Submit</a>
</div>
<div class="inner act--stage-two">
<h2 class="jubilee-heading">Thank you <span class="f-name"></span>!</h2>
<p class="jubilee-cta-section--narrow">You’re now one of 50,000 people taking action on behalf of the global poor.</p>
<p class="jubilee-cta-section--narrow">We won’t stop campaigning for justice. You can hear about more ways you can take action with Tearfund by signing up to our fortnightly Tearfund Action email.</p>
<div class="form__inner">
<div class="field-set field-set--merged">
<span class="field-set__title" for="name">Name</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-large-col-6">
<label class="field-set__label field-set__label--act-first-name">First name</label>
<input class="field-set__input act-first-name" id="text1" type="text">
</div>
<div class="field-set__item form-large-col-6">
<label class="field-set__label field-set__label--act-second-name">Last Name</label>
<input class="field-set__input act-second-name" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">you@youremail.com</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
</div>
<a class="button jubilee-landing-pray-button" href="javascript:void(0)">Submit</a>
<p class="disclaimer">You can change your preferences at any time – just email info@tearfund.org or call 020 3906 3906. We promise never to pass your details onto another organisation for marketing purposes.</p>
</div>
</div>
<div class="jubilee-cta-section jubilee-cta-section--give reveal__element" data-reveal="give">
<div class="inner no-padding">
<div class="jubilee-cta-section__arrow large-col-4 large-offset-8">
<div class="triangle triangle--white"></div>
</div>
</div>
<div class="inner give--stage-one">
<h2 class="jubilee-heading">Your gift makes a difference</h2>
<p>It will bring change where it is needed most – restoring hope, dignity and possibility.</p>
<div class="fund-selector-field">
<div class="option-selector option-selector--with-text">
<div class="option-selector__item">
<input class="option-selector__input" id="radio3" name="radio2" type="radio" />
<label class="option-selector__label" for="radio3">£7</label>
<span class="option-selector__text">£7 a month for a year could provide a family in Nepal with access to clean water.
</span>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio4" name="radio2" type="radio" />
<label class="option-selector__label" for="radio4">£10</label>
<span class="option-selector__text">£10 a month for a year could provide a woman in Nepal with the skills to provide for her family.</span>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio5" name="radio2" type="radio" />
<label class="option-selector__label" for="radio5">£34</label>
<span class="option-selector__text">£34 a month for a year could reforest a village providing resilience to global warming.</span>
</div>
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio6" name="radio2" type="radio" checked="checked" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
<span class="option-selector__text">Your gift will go where the need is greatest to bring an end to extreme poverty.</span>
</div>
</div>
</div>
<a class="button jubilee-landing-pray-button" href="javascript:void(0)">Submit</a>
<a class="jubilee-one-off" href="https://www.tearfund.org/en/give/greatest_need/">or give a cash gift</a>
</div>
<div class="inner give--stage-two">
<h2 class="jubilee-heading">Come on <span style="color: #fcd500" class="f-name"></span>, if you really cared you'd pray regularly</h2>
<p>Join One Voice</p>
<a class="button jubilee-landing-give-button" href="javascript:void(0)">Submit</a>
</div>
<div class="inner give--thankyou">
<h2 class="jubilee-heading">Thank you! You’ve helped restore five million lives from material and spiritual poverty.</h2>
<p>We won’t stop following Jesus where the need is greatest. You can hear more about Tearfund’s work and be the first to know about urgent appeals by receiving our weekly news emails.
</p>
< MAILING SIGN UP FORM >
<a class="button jubilee-landing-give-button" href="javascript:void(0)">Submit</a>
</div>
</div>
<div class="parralax jubilee-section jubilee-section--actions">
<div class="inner">
<h1 class="jubilee-heading">Count me in</h1>
<p class="jubilee-p-large">In 50 years we’ve seen millions of lives restored.<br />
But with your help there’s more we can do.<br />
<strong>How will you join us in 2018?</strong></p>
<div class="jubilee-totalisers">
<div class="jubilee-totalisers__pray">
<div class="jubilee-totalisers__totaliser center-text">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--heading">
<h2 class="jubilee-heading">Pray</h2>
<div class="jubilee-lockdown__top"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__bottom"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__right"><div class="line line--vertical"></div></div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical"></div>
<div class="jubilee-lockdown__left-kick"><div class="line line--horizontal"></div></div>
</div>
</div>
<div class="pie-chart" data-options='{"segmentShowStroke": true, "showTooltips": false}' data-data='[{"value": 30, "color":"#FCD901", "highlight":"#FCD901"}, {"value": 70, "color":"#F4F4F4", "highlight":"#F4F4F4"}]'>
<!-- png fallback for the chart, for no-js. Optional -->
<img src="/images/mainsite5/pie-chart-fallback.png" />
</div>
<div class="totaliser-plus-you">+ YOU</div>
<p>Be part of <strong>one million prayers</strong> raised on behalf of the global poor</p>
<a href="javascript:void(0)" class="button reveal__button" data-reveal-toggle="true" data-reveal="pray">Pray Now</a>
</div>
</div>
<div class="jubilee-totalisers__act">
<div class="jubilee-totalisers__totaliser center-text">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--heading">
<h2 class="jubilee-heading">Act</h2>
<div class="jubilee-lockdown__top"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__bottom"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__right"><div class="line line--vertical"></div></div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical"></div>
<div class="jubilee-lockdown__left-kick"><div class="line line--horizontal"></div></div>
</div>
</div>
<div class="pie-chart" data-options='{"segmentShowStroke": true, "showTooltips": false}' data-data='[{"value": 40, "color":"#FCD901", "highlight":"#FCD901"}, {"value": 40, "color":"#F4F4F4", "highlight":"#F4F4F4"}]'>
<!-- png fallback for the chart, for no-js. Optional -->
<img src="/images/mainsite5/pie-chart-fallback.png" />
</div>
<p>Be one of <strong>50,000 christians taking action</strong> against global poverty</p>
<a href="javascript:void(0)" class="button reveal__button" data-reveal-toggle="true" data-reveal="act">Act Now</a>
</div>
</div>
<div class="jubilee-totalisers__give">
<div class="jubilee-totalisers__totaliser center-text">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--heading">
<h2 class="jubilee-heading">Give</h2>
<div class="jubilee-lockdown__top"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__bottom"><div class="line line--horizontal"></div></div>
<div class="jubilee-lockdown__right"><div class="line line--vertical"></div></div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical"></div>
<div class="jubilee-lockdown__left-kick"><div class="line line--horizontal"></div></div>
</div>
</div>
<div class="pie-chart" data-options='{"segmentShowStroke": true, "showTooltips": false}' data-data='[{"value": 90, "color":"#FCD901", "highlight":"#FCD901"}, {"value": 10, "color":"#F4F4F4", "highlight":"#F4F4F4"}]'>
<!-- png fallback for the chart, for no-js. Optional -->
<img src="/images/mainsite5/pie-chart-fallback.png" />
</div>
<p>Help <strong>restore five million lives</strong> from material and spiritual poverty</p>
<a href="javascript:void(0)" class="button reveal__button" data-reveal-toggle="true" data-reveal="give">Give Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-cta-section jubilee-cta-section--pray reveal__element" data-reveal="pray">
<div class="inner no-padding">
<div class="jubilee-cta-section__arrow large-col-4">
<div class="triangle triangle--white"></div>
</div>
</div>
<div class="inner pray--stage-one">
<div class="lightbox__close-circle lightbox__close-circle--jubilee"><a href="#" class="lightbox__close lightbox__close--jubilee lightbox__close--icon"></a></div>
<h2 class="jubilee-heading">Your prayer makes a difference</h2>
<p class="no-margin">My name is</p>
<input type="text" class="jubilee-cta-input jubilee-cta-input--pray-name" name="">
<p class="jubilee-cta-input--follow-line">and I’m praying this prayer to end poverty.</p>
<div class="jubilee-cta-section--narrow">
<p class="jubilee-prayer">Gracious and generous God, you became poor so that we might be enriched by your love, and you gave the world’s wealth and resources as a common inheritance of all human beings.</p>
<p class="jubilee-prayer">We pray you would strengthen your church to be a beacon of hospitality for the poor.</p>
<p class="jubilee-prayer">We pray that, seeing the light of Christ’s love, the nations and peoples of the world may fight not to kill, but to outdo one another in care for the poor, and in actions of gracious generosity.</p>
<p class="jubilee-prayer">Through Him who for our sakes did not grasp the wealth of heaven, but instead gave all to live for us as a slave, and die for us in pain, Jesus Christ our Lord and Saviour.</p>
<p class="jubilee-prayer">Amen</p>
</div>
<a class="button jubilee-landing-pray-button" href="javascript:void(0)">Submit</a>
</div>
<div class="inner pray--stage-two">
<h2 class="jubilee-heading">Thank you <span class="f-name"></span>!</h2>
<p>You’re now part of one million prayers raised this year on behalf of the global poor.</p>
<p>We won’t stop crying out for an end to poverty. You can continue praying with us by signing up to our weekly One Voice prayer email.</p>
<div class="form__inner">
<div class="field-set field-set--merged">
<span class="field-set__title" for="name">Name</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-large-col-6">
<label class="field-set__label field-set__label-pray-name">First name</label>
<input class="field-set__input pray-first-name" id="text1" type="text">
</div>
<div class="field-set__item form-large-col-6">
<label class="field-set__label">Last Name</label>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">you@youremail.com</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
</div>
<a class="button jubilee-landing-pray-button" href="javascript:void(0)">KEEP PRAYING</a>
<p>You can change your preferences at any time – just email info@tearfund.org or call 020 3906 3906. We promise never to pass your details onto another organisation for marketing purposes.</p>
</div>
</div>
<div class="jubilee-cta-section jubilee-cta-section--act reveal__element" data-reveal="act">
<div class="inner no-padding">
<div class="jubilee-cta-section__arrow large-col-4 large-offset-4">
<div class="triangle triangle--white"></div>
</div>
</div>
<div class="inner act--stage-one">
<h2 class="jubilee-heading">Your action makes a difference</h2>
<p class="jubilee-cta-section--narrow">
We’re asking the World Bank to phase out fossil fuels by 2020 shifting the balance of its funding, away from fossil fuels and towards local, clean and renewable energy which will lift millions of people out of poverty and send a signal to other investors to follow a zero carbon path.
</p>
<a href="#" class="secondary-button show-lightbox" data-lightbox="2">Read Full Petition</a>
<div class="lightbox lightbox--petition" data-lightbox="2">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
<p>Dear UK Executive Director,</p>
<p>I welcome the World Bank’s current support to provide access to energy for people living in poverty and its Climate Change Action Plan. Access to electricity means women can give birth safely at night, children can study in the evening and farmers can pump water to grow food for their families. </p>
<p>The quickest and cheapest way to improve access to energy for people living in poverty is through energy like solar power which is local, clean and renewable. This will bring light to dark places, without damaging God’s creation and contributing to climate change. </p>
<p>However, I am concerned that the Bank is continuing to support fossil fuel development. This cannot continue if we are to meet the Paris Agreement goals to keep global warming to 1.5C. </p>
<p>Given the UK’s global leadership on climate change, I urge you to call on the World Bank to phase out fossil fuels by 2020 shifting the balance of its funding, away from fossil fuels and towards local, clean and renewable energy which will lift millions of people out of poverty and send a signal to other investors to follow a zero carbon path.</p>
<p>Yours sincerely,</p>
<a href="#" class="button lightbox__button-close">Sign Petition</a>
</div>
<div class="form__inner">
<div class="field-set field-set--merged">
<span class="field-set__title" for="name">Name</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-large-col-6">
<label class="field-set__label">First name</label>
<input class="field-set__input jubilee-cta-input--act-name" id="text1" type="text">
</div>
<div class="field-set__item form-large-col-6">
<label class="field-set__label">Last Name</label>
<input class="field-set__input jubilee-cta-input--act-name-second" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<span class="field-set__title" for="postcode">Address</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-small-col-8 form-large-col-10 field-set__item--pad-right">
<label class="field-set__label">Postcode</label>
<input class="field-set__input" id="postcode" type="text">
</div>
<div class="field-set__item form-small-col-4 form-large-col-2">
<input type="submit" value="Find" class="secondary-button">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">you@youremail.com</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
</div>
<a class="button jubilee-landing-act-button" href="javascript:void(0)">Submit</a>
</div>
<div class="inner act--stage-two">
<h2 class="jubilee-heading">Thank you <span class="f-name"></span>!</h2>
<p class="jubilee-cta-section--narrow">You’re now one of 50,000 people taking action on behalf of the global poor.</p>
<p class="jubilee-cta-section--narrow">We won’t stop campaigning for justice. You can hear about more ways you can take action with Tearfund by signing up to our fortnightly Tearfund Action email.</p>
<div class="form__inner">
<div class="field-set field-set--merged">
<span class="field-set__title" for="name">Name</span>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-large-col-6">
<label class="field-set__label field-set__label--act-first-name">First name</label>
<input class="field-set__input act-first-name" id="text1" type="text">
</div>
<div class="field-set__item form-large-col-6">
<label class="field-set__label field-set__label--act-second-name">Last Name</label>
<input class="field-set__input act-second-name" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">you@youremail.com</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
</div>
<a class="button jubilee-landing-pray-button" href="javascript:void(0)">Submit</a>
<p class="disclaimer">You can change your preferences at any time – just email info@tearfund.org or call 020 3906 3906. We promise never to pass your details onto another organisation for marketing purposes.</p>
</div>
</div>
<div class="jubilee-cta-section jubilee-cta-section--give reveal__element" data-reveal="give">
<div class="inner no-padding">
<div class="jubilee-cta-section__arrow large-col-4 large-offset-8">
<div class="triangle triangle--white"></div>
</div>
</div>
<div class="inner give--stage-one">
<h2 class="jubilee-heading">Your gift makes a difference</h2>
<p>It will bring change where it is needed most – restoring hope, dignity and possibility.</p>
<div class="fund-selector-field">
<div class="option-selector option-selector--with-text">
<div class="option-selector__item">
<input class="option-selector__input" id="radio3" name="radio2" type="radio" />
<label class="option-selector__label" for="radio3">£7</label>
<span class="option-selector__text">£7 a month for a year could provide a family in Nepal with access to clean water.
</span>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio4" name="radio2" type="radio" />
<label class="option-selector__label" for="radio4">£10</label>
<span class="option-selector__text">£10 a month for a year could provide a woman in Nepal with the skills to provide for her family.</span>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio5" name="radio2" type="radio" />
<label class="option-selector__label" for="radio5">£34</label>
<span class="option-selector__text">£34 a month for a year could reforest a village providing resilience to global warming.</span>
</div>
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio6" name="radio2" type="radio" checked="checked" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
<span class="option-selector__text">Your gift will go where the need is greatest to bring an end to extreme poverty.</span>
</div>
</div>
</div>
<a class="button jubilee-landing-pray-button" href="javascript:void(0)">Submit</a>
<a class="jubilee-one-off" href="https://www.tearfund.org/en/give/greatest_need/">or give a cash gift</a>
</div>
<div class="inner give--stage-two">
<h2 class="jubilee-heading">Come on <span style="color: #fcd500" class="f-name"></span>, if you really cared you'd pray regularly</h2>
<p>Join One Voice</p>
<a class="button jubilee-landing-give-button" href="javascript:void(0)">Submit</a>
</div>
<div class="inner give--thankyou">
<h2 class="jubilee-heading">Thank you! You’ve helped restore five million lives from material and spiritual poverty.</h2>
<p>We won’t stop following Jesus where the need is greatest. You can hear more about Tearfund’s work and be the first to know about urgent appeals by receiving our weekly news emails.
</p>
< MAILING SIGN UP FORM >
<a class="button jubilee-landing-give-button" href="javascript:void(0)">Submit</a>
</div>
</div>
{}
In 50 years we’ve seen millions of lives restored.
But with your help there’s more we can do.
How will you join us in 2018?
My name is
and I’m praying this prayer to end poverty.
Gracious and generous God, you became poor so that we might be enriched by your love, and you gave the world’s wealth and resources as a common inheritance of all human beings.
We pray you would strengthen your church to be a beacon of hospitality for the poor.
We pray that, seeing the light of Christ’s love, the nations and peoples of the world may fight not to kill, but to outdo one another in care for the poor, and in actions of gracious generosity.
Through Him who for our sakes did not grasp the wealth of heaven, but instead gave all to live for us as a slave, and die for us in pain, Jesus Christ our Lord and Saviour.
Amen
You’re now part of one million prayers raised this year on behalf of the global poor.
We won’t stop crying out for an end to poverty. You can continue praying with us by signing up to our weekly One Voice prayer email.
You can change your preferences at any time – just email info@tearfund.org or call 020 3906 3906. We promise never to pass your details onto another organisation for marketing purposes.
We’re asking the World Bank to phase out fossil fuels by 2020 shifting the balance of its funding, away from fossil fuels and towards local, clean and renewable energy which will lift millions of people out of poverty and send a signal to other investors to follow a zero carbon path.
Read Full PetitionDear UK Executive Director,
I welcome the World Bank’s current support to provide access to energy for people living in poverty and its Climate Change Action Plan. Access to electricity means women can give birth safely at night, children can study in the evening and farmers can pump water to grow food for their families.
The quickest and cheapest way to improve access to energy for people living in poverty is through energy like solar power which is local, clean and renewable. This will bring light to dark places, without damaging God’s creation and contributing to climate change.
However, I am concerned that the Bank is continuing to support fossil fuel development. This cannot continue if we are to meet the Paris Agreement goals to keep global warming to 1.5C.
Given the UK’s global leadership on climate change, I urge you to call on the World Bank to phase out fossil fuels by 2020 shifting the balance of its funding, away from fossil fuels and towards local, clean and renewable energy which will lift millions of people out of poverty and send a signal to other investors to follow a zero carbon path.
Yours sincerely,
Sign PetitionYou’re now one of 50,000 people taking action on behalf of the global poor.
We won’t stop campaigning for justice. You can hear about more ways you can take action with Tearfund by signing up to our fortnightly Tearfund Action email.
You can change your preferences at any time – just email info@tearfund.org or call 020 3906 3906. We promise never to pass your details onto another organisation for marketing purposes.
It will bring change where it is needed most – restoring hope, dignity and possibility.
We won’t stop following Jesus where the need is greatest. You can hear more about Tearfund’s work and be the first to know about urgent appeals by receiving our weekly news emails.
< MAILING SIGN UP FORM > Submit<div class="jubilee-quote jubilee-quote--clarice-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'WHEN THE CLINIC OPENED WE WERE VERY HAPPY<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--clarice-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'WHEN THE CLINIC OPENED WE WERE VERY HAPPY<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'WHEN THE CLINIC OPENED WE WERE VERY HAPPY.’
<div class="jubilee-quote jubilee-quote--chris-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'YOU CAN MAKE A DIFFERENCE<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--chris-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'YOU CAN MAKE A DIFFERENCE<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'YOU CAN MAKE A DIFFERENCE.’
<div class="jubilee-quote jubilee-quote--amani-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'NEARLY 60 PER CENT OF WOMEN IN DRC WILL EXPERIENCE VIOLENCE<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--amani-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'NEARLY 60 PER CENT OF WOMEN IN DRC WILL EXPERIENCE VIOLENCE<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'NEARLY 60 PER CENT OF WOMEN IN DRC WILL EXPERIENCE VIOLENCE.’
<div class="jubilee-quote jubilee-quote--beth-1">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'I'm really lucky with all I have<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--beth-1">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'I'm really lucky with all I have<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'I'm really lucky with all I have.'
<div class="jubilee-quote jubilee-quote--alina-1">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'I'm the boss<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--alina-1">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'I'm the boss<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'I'm the boss.'
<div class="jubilee-quote jubilee-quote--davina-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'Maybe one day I can build a house<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--davina-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'Maybe one day I can build a house<span>.</span>’</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'Maybe one day I can build a house.’
<div class="jubilee-quote jubilee-quote--alina-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'Being together is very good<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jubilee-quote jubilee-quote--alina-2">
<div class="inner">
<div class="large-col-6">
<div class="jubilee-lockdown jubilee-lockdown--secondary jubilee-lockdown--quote">
<p>'Being together is very good<span>.</span>'</p>
<div class="jubilee-lockdown__top">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__bottom">
<div class="line line--horizontal line-active"></div>
</div>
<div class="jubilee-lockdown__right">
<div class="line line--vertical line-active"></div>
</div>
<div class="jubilee-lockdown__left">
<div class="line line--vertical line-active"></div>
<div class="jubilee-lockdown__left-kick">
<div class="line line--horizontal line-active"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
'Being together is very good.'
<div class="c20-promo">
<strong>2.5 million</strong> people received life-changing support in last year alone.
</div>
<div class="c20-promo">
{{ text | raw }}
</div>
{
"text": "<strong>2.5 million<\/strong> people received life-changing support in last year alone."
}
<h1 class="c20-heading c20-heading--level--1">
<div class="c20-heading__top">Lorem ipsum</div>
<div class="c20-heading__dash c20-dash"></div>
<div class="c20-heading__bottom">Dolor sit amet?</div>
</h1>
<h{{ level }} class="c20-heading c20-heading--level--{{ level }}">
<div class="c20-heading__top">{{ top | raw }}</div>
<div class="c20-heading__dash c20-dash"></div>
<div class="c20-heading__bottom">{{ bottom | raw }}</div>
</h{{ level }}>
{
"level": 1,
"top": "Lorem ipsum",
"bottom": "Dolor sit amet?"
}
<div class="c20-rich-text
c20-rich-text--align--center c20-rich-text--with-lead">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eleifend, turpis a tristique mollis, quam lorem fermentum mi, at aliquam neque neque vel ligula. Aliquam suscipit orci quis enim posuere commodo.</p></p>Nunc sit amet accumsan eros, quis euismod libero. Quisque dictum lectus purus, ut fringilla dui fringilla non. Vivamus finibus condimentum velit a scelerisque. Cras sit amet dolor ultricies, consequat velit vel, accumsan neque. Nam at lacus a quam eleifend sagittis sit amet ut orci. Suspendisse vitae purus lectus.</p>
</div>
<div class="c20-rich-text
{% if center %} c20-rich-text--align--center{% endif %}
{% if lead %} c20-rich-text--with-lead{% endif %}">
{{ content | raw }}
</div>
{
"center": true,
"lead": true,
"content": "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eleifend, turpis a tristique mollis, quam lorem fermentum mi, at aliquam neque neque vel ligula. Aliquam suscipit orci quis enim posuere commodo.<\/p><\/p>Nunc sit amet accumsan eros, quis euismod libero. Quisque dictum lectus purus, ut fringilla dui fringilla non. Vivamus finibus condimentum velit a scelerisque. Cras sit amet dolor ultricies, consequat velit vel, accumsan neque. Nam at lacus a quam eleifend sagittis sit amet ut orci. Suspendisse vitae purus lectus.<\/p>"
}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eleifend, turpis a tristique mollis, quam lorem fermentum mi, at aliquam neque neque vel ligula. Aliquam suscipit orci quis enim posuere commodo.
Nunc sit amet accumsan eros, quis euismod libero. Quisque dictum lectus purus, ut fringilla dui fringilla non. Vivamus finibus condimentum velit a scelerisque. Cras sit amet dolor ultricies, consequat velit vel, accumsan neque. Nam at lacus a quam eleifend sagittis sit amet ut orci. Suspendisse vitae purus lectus.<picture class=" c20-picture">
<source srcset="/images/mainsite5/c20/section-2.png 387w /images/mainsite5/c20/section-2.png 774w" media="" />
<img class=" c20-picture__image" src="/images/mainsite5/c20/section-2.png" alt="" />
</picture>
<picture class="{{ pictureClass }} c20-picture">
{% for source in sources %}
<source srcset="{{ source.srcset }}" media="{{ source.media }}" />
{% endfor %}
<img class="{{ imageClass }} c20-picture__image" src="{{ src }}" alt="{{ alt }}" />
</picture>
{
"pictureClass": "",
"imageClass": "",
"sources": {
"0": {
"srcset": "\/images\/mainsite5\/c20\/section-2.png 387w \/images\/mainsite5\/c20\/section-2.png 774w",
"media": ""
}
},
"src": "\/images\/mainsite5\/c20\/section-2.png",
"alt": ""
}
<div class="c-donate-widget">
<div id="pageheader_0_DonateWidget_PnlWidget" class="c-donate-widget__form js-donate-widget__form">
<h3 id="pageheader_0_DonateWidget_HdrTitle" class="c-donate-widget__title">Donate now</h3>
<div class="js-donate-widget__controls">
<div id="pageheader_0_DonateWidget_PnlHandles" class="c-donate-widget__handles-container">
<div id="pageheader_0_DonateWidget_PnlFreq" class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input id="pageheader_0_DonateWidget_ctl01" type="radio" name="pageheader_0$DonateWidget$frequency" value="ctl01" checked="checked" class="js-donate-widget__freq-radio" data-frequency="Once"/><label for="pageheader_0_DonateWidget_ctl01">Once</label>
</div>
</div>
<div id="pageheader_0_DonateWidget_PnlAmounts" class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="Once">
<div class="c-donate-widget__radio">
<input id="pageheader_0_DonateWidget_ctl7" type="radio" name="pageheader_0$DonateWidget$Once" value="ctl7" checked="checked" class="js-donate-widget__amount-radio" data-amount="7"/><label for="pageheader_0_DonateWidget_ctl7">£7</label>
</div>
<div class="c-donate-widget__radio">
<input id="pageheader_0_DonateWidget_ctl14" type="radio" name="pageheader_0$DonateWidget$Once" value="ctl14" checked="checked" class="js-donate-widget__amount-radio" data-amount="14"/><label for="pageheader_0_DonateWidget_ctl14">£14</label>
</div>
<div class="c-donate-widget__radio">
<input id="pageheader_0_DonateWidget_ctl21" type="radio" name="pageheader_0$DonateWidget$Once" value="ctl21" checked="checked" class="js-donate-widget__amount-radio" data-amount="21"/><label for="pageheader_0_DonateWidget_ctl21">£21</label>
</div>
</div>
</div>
</div>
<div id="pageheader_0_DonateWidget_PnlContent" class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="Once" data-amount="7">
<p class="c-donate-widget__handle-content-text">£7 a month over a year could help provide one family like Tamam’s with life-saving support to rebuild their lives.</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="Once" data-amount="14">
<p class="c-donate-widget__handle-content-text">£14 a month over a year could help provide two families like Tamam’s with life-saving support to rebuild their lives.</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="Once" data-amount="21">
<p class="c-donate-widget__handle-content-text">£21 a month over a year could help provide three families like Tamam’s with life-saving support to rebuild their lives.</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input name="pageheader_0$DonateWidget$InpOther" type="number" id="pageheader_0_DonateWidget_InpOther" class="c-donate-widget__input js-donate-widget__other" min="1" placeholder="other"/>
</div>
</div>
<input type="button" name="pageheader_0$DonateWidget$BtnDonate" value="Donate now" onclick="javascript:__doPostBack('pageheader_0$DonateWidget$BtnDonate','')" id="pageheader_0_DonateWidget_BtnDonate" class="button c-donate-widget__button"/>
</div>
</div>
<div class="c-donate-widget">
<div id="pageheader_0_DonateWidget_PnlWidget" class="c-donate-widget__form js-donate-widget__form">
<h3 id="pageheader_0_DonateWidget_HdrTitle" class="c-donate-widget__title">Donate now</h3>
{# <p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p> #}
<div class="js-donate-widget__controls">
<div id="pageheader_0_DonateWidget_PnlHandles" class="c-donate-widget__handles-container">
<div id="pageheader_0_DonateWidget_PnlFreq" class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input id="pageheader_0_DonateWidget_ctl01" type="radio" name="pageheader_0$DonateWidget$frequency" value="ctl01" checked="checked" class="js-donate-widget__freq-radio" data-frequency="Once"/><label for="pageheader_0_DonateWidget_ctl01">Once</label>
</div>
</div>
<div id="pageheader_0_DonateWidget_PnlAmounts" class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="Once">
{% for amount, text in amounts %}
<div class="c-donate-widget__radio">
<input id="pageheader_0_DonateWidget_ctl{{ amount }}" type="radio" name="pageheader_0$DonateWidget$Once" value="ctl{{ amount }}" checked="checked" class="js-donate-widget__amount-radio" data-amount="{{ amount }}"/><label for="pageheader_0_DonateWidget_ctl{{ amount }}">£{{ amount }}</label>
</div>
{% endfor %}
</div>
</div>
</div>
<div id="pageheader_0_DonateWidget_PnlContent" class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount, text in amounts %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="Once" data-amount="{{ amount }}">
<p class="c-donate-widget__handle-content-text">{{ text | raw }}</p>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__input-container">
<input name="pageheader_0$DonateWidget$InpOther" type="number" id="pageheader_0_DonateWidget_InpOther" class="c-donate-widget__input js-donate-widget__other" min="1" placeholder="other"/>
</div>
</div>
<input type="button" name="pageheader_0$DonateWidget$BtnDonate" value="Donate now" onclick="javascript:__doPostBack('pageheader_0$DonateWidget$BtnDonate','')" id="pageheader_0_DonateWidget_BtnDonate" class="button c-donate-widget__button"/>
</div>
</div>
{
"amounts": {
"7": "£7 a month over a year could help provide one family like Tamam’s with life-saving support to rebuild their lives.",
"14": "£14 a month over a year could help provide two families like Tamam’s with life-saving support to rebuild their lives.",
"21": "£21 a month over a year could help provide three families like Tamam’s with life-saving support to rebuild their lives."
}
}
<div id="bb-map"></div>
<div id="bb-map"></div>
{}
<div class="grey-section">
<div class="inner">
<div class="where-we-work">
<div id="where-we-work__map" data-svg="/images/mainsite5/about-us-map.svg"></div>
</div>
</div>
</div>
<div class="inner">
<ul class="where-we-work__regions">
<li class="where-we-work__region" data-key="central-africa">
<h3 class="where-we-work__region-title">East and Central Africa</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/burundi/" data-id="{46F8C0C4-3112-4AA6-AD08-FB69DAAF7E15}">Burundi</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/car/" data-id="{ECADFE0D-221A-4D44-BA35-D911B6AC8684}">Central African Republic</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/democratic_republic_of_congo/" data-id="{56A3B366-725C-4EBE-8960-B669C34F9ABB}">Democratic Republic of Congo</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/ethiopia/" data-id="{5A630FD5-C449-4467-9FA3-913DD15EFA1F}">Ethiopia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/kenya/" data-id="{70C6E472-A16D-404B-A5CD-DD08CAEF14F8}">Kenya</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/somalia/" data-id="{6643C53B-0C1A-4943-B546-165504D66C3E}">Somalia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/uganda/" data-id="{11AB7CCF-E355-429D-83E7-48BAFD04790B}">Uganda</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/south_sudan/" data-id="{C6C98130-1775-45E2-8A8A-EA45CF021091}">South Sudan</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/rwanda/" data-id="{C237F973-BE84-44E0-B234-6C67FEE7B801}">Rwanda</a></li></ul>
</li>
<li class="where-we-work__region" data-key="northern-africa">
<h3 class="where-we-work__region-title">West Africa</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/burkina_faso/" data-id="{4C376F5F-CCD7-4C85-8C76-F629D4B66E20}">Burkina Faso</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/chad/" data-id="{43B0B826-A591-4DF8-88B4-B584CE37264D}">Chad</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/egypt/" data-id="{D5D06328-4C66-4A41-B7D0-F5F9570EA83C}">Egypt</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/ivory_coast/" data-id="{B01EB0B1-E0AA-4E2C-A069-F31CDB8B016E}">Ivory Coast</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/mali/" data-id="{49520900-F8DF-4705-9526-975E8DAE1C70}">Mali</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/nigeria/" data-id="{46BCAD56-BFEB-49AB-8F13-D4F5A48E04D6}">Nigeria</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/niger/" data-id="{B58323D4-3953-45D7-B20D-ABA3B3DE5DE8}">Niger</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/liberia/" data-id="{913E1D59-069C-45E0-B032-0BDBF6018071}">Liberia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/sierra_leone/" data-id="{D8F0729B-7EF0-4A75-A0D2-1E51DB17F1F1}">Sierra Leone</a></li></ul>
</li>
<li class="where-we-work__region" data-key="southern-africa">
<h3 class="where-we-work__region-title">Southern Africa</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/angola/" data-id="{5EBDB855-94E5-4F19-A16C-9B482224304A}">Angola</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/new_zambia/" data-id="{7F15075A-FB42-4898-ACAA-B8A7F72AC175}">Zambia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/mozambique/" data-id="{1ADDEB9C-923F-4CB0-BD81-61ACF54F8DB2}">Mozambique</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/zimbabwe/" data-id="{7916452A-33E1-45CE-ABC0-21DAB51ACCCA}">Zimbabwe</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/tanzania/" data-id="{01C3D8EC-1EB2-4B9C-97EA-655BC1FC5FBC}">Tanzania</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/malawi/" data-id="{6F9B40AE-56F3-4C39-A1FF-6235CCFE859B}">Malawi</a></li></ul>
</li>
<li class="where-we-work__region" data-key="asia">
<h3 class="where-we-work__region-title">Asia</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/afghanistan/" data-id="{36EA9A63-20F3-4DD7-9E5B-5F8554D46260}">Afghanistan</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/bangladesh/" data-id="{1CEE2F16-748A-4912-B337-9FD63B810A14}">Bangladesh</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/cambodia/" data-id="{7A6B4F50-90D3-42AE-9CE3-97504FC1F43B}">Cambodia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/central_asian_states/" data-id="{3210D20E-B430-4CAD-8DA3-72671CBF46D8}">Central Asian States</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/india/" data-id="{4E672FD6-F62F-4E6B-965E-77A1F0482F06}">India</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/nepal/" data-id="{572717D1-AFB4-48E2-8BA3-9D308B90909F}">Nepal</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/pakistan/" data-id="{490F4335-2C63-448A-A4BD-F3E9D1AC36D6}">Pakistan</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/vanuatu/" data-id="{32DEBF8B-E7A6-42BD-B6B4-B73F92155C2E}">Vanuatu</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/iraq/" data-id="{30CB8936-FEE9-4239-A9FC-16027F72EF4A}">Iraq</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/jordan/" data-id="{0635E0E6-4E13-4D2B-A0AA-CC93A40A605D}">Jordan</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/yemen/" data-id="{EA315DC8-DB0D-4E6A-927B-FDE7A53C253C}">Yemen</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/lebanon/" data-id="{DC346A6F-E067-4F48-9628-92F298316346}">Lebanon</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/syria/" data-id="{35D8D3D7-B690-408F-AC6D-FA9C297B9662}">Syria</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/mekong_subregion/" data-id="{E39E9AAF-241A-41EB-B012-20DD6246E653}">Mekong subregion</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/philippines/" data-id="{BCAB2440-2AA1-4403-84A0-634DA170CF41}">Philippines</a></li></ul>
</li>
<li class="where-we-work__region" data-key="latin-america">
<h3 class="where-we-work__region-title">Latin America & Caribbean</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/colombia/" data-id="{E23F1563-9415-4BA3-8D6E-2DE2EFA1DF80}">Colombia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/bolivia/" data-id="{CA1F800E-3A38-48E1-852A-2CF926509935}">Bolivia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/brazil/" data-id="{3DC3E1B9-CD27-4147-AD50-0A232CED1DDE}">Brazil</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/guatemala/" data-id="{549CC313-7F21-4EDB-B567-1AB988BC1849}">Guatemala</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/haiti/" data-id="{5125F40A-C0CB-441F-A3F2-7E26B499D157}">Haiti</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/honduras/" data-id="{3D5D3107-2F88-4763-B573-B0773E65ADDE}">Honduras</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/nicaragua/" data-id="{A437DAF3-C03A-4868-A727-8B7C6F53B1CC}">Nicaragua</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/peru/" data-id="{3BA60102-508A-48C8-A56C-9E0BDD265736}">Peru</a></li></ul>
</li>
<li class="where-we-work__region" data-key="europe">
<h3 class="where-we-work__region-title">UK</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/europe/northern_ireland/" data-id="{039830F9-4691-4EAC-ACE8-89BFD729106F}">Northern Ireland</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/europe/scotland/" data-id="{C2620E46-2417-42F9-A775-C3CCF3366E6A}">Scotland</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/europe/wales/" data-id="{A8715478-34B6-4FC3-AC9F-F985198351E2}">Wales</a></li></ul>
</li>
</ul>
<div class="grey-section">
<div class="inner">
<div class="where-we-work">
<div id="where-we-work__map" data-svg="/images/mainsite5/about-us-map.svg"></div>
</div>
</div>
</div>
<div class="inner">
<ul class="where-we-work__regions">
<li class="where-we-work__region" data-key="central-africa">
<h3 class="where-we-work__region-title">East and Central Africa</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/burundi/" data-id="{46F8C0C4-3112-4AA6-AD08-FB69DAAF7E15}">Burundi</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/car/" data-id="{ECADFE0D-221A-4D44-BA35-D911B6AC8684}">Central African Republic</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/democratic_republic_of_congo/" data-id="{56A3B366-725C-4EBE-8960-B669C34F9ABB}">Democratic Republic of Congo</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/ethiopia/" data-id="{5A630FD5-C449-4467-9FA3-913DD15EFA1F}">Ethiopia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/kenya/" data-id="{70C6E472-A16D-404B-A5CD-DD08CAEF14F8}">Kenya</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/somalia/" data-id="{6643C53B-0C1A-4943-B546-165504D66C3E}">Somalia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/uganda/" data-id="{11AB7CCF-E355-429D-83E7-48BAFD04790B}">Uganda</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/south_sudan/" data-id="{C6C98130-1775-45E2-8A8A-EA45CF021091}">South Sudan</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/east_and_central_africa/rwanda/" data-id="{C237F973-BE84-44E0-B234-6C67FEE7B801}">Rwanda</a></li></ul>
</li>
<li class="where-we-work__region" data-key="northern-africa">
<h3 class="where-we-work__region-title">West Africa</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/burkina_faso/" data-id="{4C376F5F-CCD7-4C85-8C76-F629D4B66E20}">Burkina Faso</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/chad/" data-id="{43B0B826-A591-4DF8-88B4-B584CE37264D}">Chad</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/egypt/" data-id="{D5D06328-4C66-4A41-B7D0-F5F9570EA83C}">Egypt</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/ivory_coast/" data-id="{B01EB0B1-E0AA-4E2C-A069-F31CDB8B016E}">Ivory Coast</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/mali/" data-id="{49520900-F8DF-4705-9526-975E8DAE1C70}">Mali</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/nigeria/" data-id="{46BCAD56-BFEB-49AB-8F13-D4F5A48E04D6}">Nigeria</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/niger/" data-id="{B58323D4-3953-45D7-B20D-ABA3B3DE5DE8}">Niger</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/liberia/" data-id="{913E1D59-069C-45E0-B032-0BDBF6018071}">Liberia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/west_africa/sierra_leone/" data-id="{D8F0729B-7EF0-4A75-A0D2-1E51DB17F1F1}">Sierra Leone</a></li></ul>
</li>
<li class="where-we-work__region" data-key="southern-africa">
<h3 class="where-we-work__region-title">Southern Africa</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/angola/" data-id="{5EBDB855-94E5-4F19-A16C-9B482224304A}">Angola</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/new_zambia/" data-id="{7F15075A-FB42-4898-ACAA-B8A7F72AC175}">Zambia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/mozambique/" data-id="{1ADDEB9C-923F-4CB0-BD81-61ACF54F8DB2}">Mozambique</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/zimbabwe/" data-id="{7916452A-33E1-45CE-ABC0-21DAB51ACCCA}">Zimbabwe</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/tanzania/" data-id="{01C3D8EC-1EB2-4B9C-97EA-655BC1FC5FBC}">Tanzania</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/southern_africa/malawi/" data-id="{6F9B40AE-56F3-4C39-A1FF-6235CCFE859B}">Malawi</a></li></ul>
</li>
<li class="where-we-work__region" data-key="asia">
<h3 class="where-we-work__region-title">Asia</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/afghanistan/" data-id="{36EA9A63-20F3-4DD7-9E5B-5F8554D46260}">Afghanistan</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/bangladesh/" data-id="{1CEE2F16-748A-4912-B337-9FD63B810A14}">Bangladesh</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/cambodia/" data-id="{7A6B4F50-90D3-42AE-9CE3-97504FC1F43B}">Cambodia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/central_asian_states/" data-id="{3210D20E-B430-4CAD-8DA3-72671CBF46D8}">Central Asian States</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/india/" data-id="{4E672FD6-F62F-4E6B-965E-77A1F0482F06}">India</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/nepal/" data-id="{572717D1-AFB4-48E2-8BA3-9D308B90909F}">Nepal</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/pakistan/" data-id="{490F4335-2C63-448A-A4BD-F3E9D1AC36D6}">Pakistan</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/vanuatu/" data-id="{32DEBF8B-E7A6-42BD-B6B4-B73F92155C2E}">Vanuatu</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/iraq/" data-id="{30CB8936-FEE9-4239-A9FC-16027F72EF4A}">Iraq</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/jordan/" data-id="{0635E0E6-4E13-4D2B-A0AA-CC93A40A605D}">Jordan</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/yemen/" data-id="{EA315DC8-DB0D-4E6A-927B-FDE7A53C253C}">Yemen</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/lebanon/" data-id="{DC346A6F-E067-4F48-9628-92F298316346}">Lebanon</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/syria/" data-id="{35D8D3D7-B690-408F-AC6D-FA9C297B9662}">Syria</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/mekong_subregion/" data-id="{E39E9AAF-241A-41EB-B012-20DD6246E653}">Mekong subregion</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/asia/philippines/" data-id="{BCAB2440-2AA1-4403-84A0-634DA170CF41}">Philippines</a></li></ul>
</li>
<li class="where-we-work__region" data-key="latin-america">
<h3 class="where-we-work__region-title">Latin America & Caribbean</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/colombia/" data-id="{E23F1563-9415-4BA3-8D6E-2DE2EFA1DF80}">Colombia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/bolivia/" data-id="{CA1F800E-3A38-48E1-852A-2CF926509935}">Bolivia</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/brazil/" data-id="{3DC3E1B9-CD27-4147-AD50-0A232CED1DDE}">Brazil</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/guatemala/" data-id="{549CC313-7F21-4EDB-B567-1AB988BC1849}">Guatemala</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/haiti/" data-id="{5125F40A-C0CB-441F-A3F2-7E26B499D157}">Haiti</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/honduras/" data-id="{3D5D3107-2F88-4763-B573-B0773E65ADDE}">Honduras</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/nicaragua/" data-id="{A437DAF3-C03A-4868-A727-8B7C6F53B1CC}">Nicaragua</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/latin_america_and_caribbean/peru/" data-id="{3BA60102-508A-48C8-A56C-9E0BDD265736}">Peru</a></li></ul>
</li>
<li class="where-we-work__region" data-key="europe">
<h3 class="where-we-work__region-title">UK</h3>
<ul class="where-we-work__countries"><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/europe/northern_ireland/" data-id="{039830F9-4691-4EAC-ACE8-89BFD729106F}">Northern Ireland</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/europe/scotland/" data-id="{C2620E46-2417-42F9-A775-C3CCF3366E6A}">Scotland</a></li><li><a href="http://www.tearfund.org/en/about_us/what_we_do_and_where/countries/europe/wales/" data-id="{A8715478-34B6-4FC3-AC9F-F985198351E2}">Wales</a></li></ul>
</li>
</ul>
{}
<div id="run-map"></div>
<div class="inner clearfix run-locations">
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Reigate_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">REIGATE HALF MARATHON</h4>
<p>23 SEPTEMBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Belfast_Half_Marathon" class="scaffolding-triple-col">
<h4 class="run-heading">BELFAST HALF MARATHON</h4>
<p>23 SEPTEMBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Great_bristol_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">GREAT BRISTOL HALF MARATHON</h4>
<p>23 SEPTEMBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Great_scottish_run_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">GREAT SCOTTISH RUN</h4>
<p>30 SEPTEMBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Ealing_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">EALING HALF MARATHON</h4>
<p>30 SEPTEMBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Bournemouth_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">BOURNEMOUTH HALF MARATHON</h4>
<p>7 OCTOBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Cardiff_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">CARDIFF HALF MARATHON</h4>
<p>7 OCTOBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Great_birmingham_run" class="scaffolding-triple-col">
<h4 class="run-heading">GREAT BIRMINGHAM RUN</h4>
<p>14 OCTOBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/manchester_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">MANCHESTER HALF MARATHON</h4>
<p>14 OCTOBER 2018</p>
</a>
</div>
<div id="run-map"></div>
<div class="inner clearfix run-locations">
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Reigate_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">REIGATE HALF MARATHON</h4>
<p>23 SEPTEMBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Belfast_Half_Marathon" class="scaffolding-triple-col">
<h4 class="run-heading">BELFAST HALF MARATHON</h4>
<p>23 SEPTEMBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Great_bristol_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">GREAT BRISTOL HALF MARATHON</h4>
<p>23 SEPTEMBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Great_scottish_run_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">GREAT SCOTTISH RUN</h4>
<p>30 SEPTEMBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Ealing_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">EALING HALF MARATHON</h4>
<p>30 SEPTEMBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Bournemouth_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">BOURNEMOUTH HALF MARATHON</h4>
<p>7 OCTOBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Cardiff_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">CARDIFF HALF MARATHON</h4>
<p>7 OCTOBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/Great_birmingham_run" class="scaffolding-triple-col">
<h4 class="run-heading">GREAT BIRMINGHAM RUN</h4>
<p>14 OCTOBER 2018</p>
</a>
<a href="https://www.tearfund.org/about_you/Fundraise/Run_to_beat_poverty/manchester_half_marathon" class="scaffolding-triple-col">
<h4 class="run-heading">MANCHESTER HALF MARATHON</h4>
<p>14 OCTOBER 2018</p>
</a>
</div>
{}
23 SEPTEMBER 2018
23 SEPTEMBER 2018
23 SEPTEMBER 2018
30 SEPTEMBER 2018
30 SEPTEMBER 2018
7 OCTOBER 2018
7 OCTOBER 2018
14 OCTOBER 2018
14 OCTOBER 2018
<article class="summary-box summary-box--green-secondary ">
<h1 class="summary-box__title">Institutional Donors</h1>
<p class="summary-box__copy">Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.</p>
<a href="#" class="summary-box__more">Find out more</a>
</article>
<article class="summary-box {% if summary_box_colour %} summary-box--{{ summary_box_colour }} {% endif %}">
<h1 class="summary-box__title">{{ summary_box_title }}</h1>
<p class="summary-box__copy">{{ summary_box_copy }}</p>
<a href="{{ summary_box_cta_url }}" class="summary-box__more">{{ summary_box_cta }}</a>
</article>
{
"summary_box_title": "Institutional Donors",
"summary_box_copy": "Tearfund\u2019s partnership with institutional donors builds relationships that shape thinking, policy and response to development.",
"summary_box_cta": "Find out more",
"summary_box_cta_url": "#",
"summary_box_colour": "green-secondary"
}
Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.
Find out more<article class="summary-box ">
<h1 class="summary-box__title">Institutional Donors</h1>
<p class="summary-box__copy">Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.</p>
<a href="#" class="summary-box__more">Find out more</a>
</article>
<article class="summary-box {% if summary_box_colour %} summary-box--{{ summary_box_colour }} {% endif %}">
<h1 class="summary-box__title">{{ summary_box_title }}</h1>
<p class="summary-box__copy">{{ summary_box_copy }}</p>
<a href="{{ summary_box_cta_url }}" class="summary-box__more">{{ summary_box_cta }}</a>
</article>
{
"summary_box_title": "Institutional Donors",
"summary_box_copy": "Tearfund\u2019s partnership with institutional donors builds relationships that shape thinking, policy and response to development.",
"summary_box_cta": "Find out more",
"summary_box_cta_url": "#"
}
Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.
Find out more<a href="javascript:void(0)" class="button show-lightbox" data-lightbox="giving">Give Now</a>
<div class="lightbox lightbox--grey" data-lightbox="giving">
<div class="lightbox__close-circle"><a href="#" class="lightbox__close lightbox__close--icon"></a></div>
<img src="/images/mainsite5/cycle-hope/giving-image.png">
<p>A monthly gift of £5 could help someone like Anastasia support her family. Please give now.</p>
<div class="fund-selector-field giving-bar__giving lightbox-giving">
<div class="option-selector option-selector--with-text">
<div class="option-selector__item checked">
<input class="option-selector__input option-selector__c16" data-value="5" id="radio3" name="radio2" type="radio" checked="checked" >
<label class="option-selector__label" for="radio3">£5</label>
</div>
<div class="option-selector__item ">
<input class="option-selector__input option-selector__c16" data-value="10" id="radio3" name="radio2" type="radio" >
<label class="option-selector__label" for="radio3">£10</label>
</div>
<div class="option-selector__item ">
<input class="option-selector__input option-selector__c16" data-value="20" id="radio3" name="radio2" type="radio" >
<label class="option-selector__label" for="radio3">£20</label>
</div>
<div class="option-selector__item ">
<input class="option-selector__input option-selector__c16" data-value="40" id="radio3" name="radio2" type="radio" >
<label class="option-selector__label" for="radio3">£40</label>
</div>
<div class="option-selector__item ">
<input class="option-selector__input option-selector__c16" data-value="80" id="radio3" name="radio2" type="radio" >
<label class="option-selector__label" for="radio3">£80</label>
</div>
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input option-selector__c16" data-value="6" id="radio8" name="radio2" type="radio">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" value="5" type="text">
</div>
</div>
</div>
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-12">
<input class="field-set__input field-set__input--radio radio-regularly" id="radio12" name="radio4" type="radio" data-frequency="regularly" checked="checked">
<label class="field-set__label field-set__label--radio" for="radio12">Regularly</label>
</div>
<div class="form-small-col-12">
<input class="field-set__input field-set__input--radio" id="radio11" name="radio4" type="radio" data-frequency="once">
<label class="field-set__label field-set__label--radio" for="radio11">Once</label>
</div>
</div>
<input type="hidden" name="frequency"></input>
<input class="giving-bar__input giving-bar__input-selectors"></input>
<a class="button giving-bar__donate" href="javascript:void(0)">Next</a>
</div>
</div>
<a href="javascript:void(0)" class="button show-lightbox" data-lightbox="giving">Give Now</a>
<div class="lightbox lightbox--grey" data-lightbox="giving">
<div class="lightbox__close-circle"><a href="#" class="lightbox__close lightbox__close--icon"></a></div>
<img src="{{giving_lightbox_image}}">
<p>{{giving_lightbox_para}}</p>
<div class="fund-selector-field giving-bar__giving lightbox-giving">
<div class="option-selector option-selector--with-text">
{% for amount in giving_lightbox_amounts %}
<div class="option-selector__item {% if loop.index == 1 %}checked{% endif %}">
<input class="option-selector__input option-selector__c16" data-value="{{amount}}" id="radio3" name="radio2" type="radio" {% if loop.index == 1 %} checked="checked" {% endif %}>
<label class="option-selector__label" for="radio3">£{{amount}}</label>
</div>
{% endfor %}
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input option-selector__c16" data-value="6" id="radio8" name="radio2" type="radio">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" value="5" type="text">
</div>
</div>
</div>
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-12">
<input class="field-set__input field-set__input--radio radio-regularly" id="radio12" name="radio4" type="radio" data-frequency="regularly" checked="checked">
<label class="field-set__label field-set__label--radio" for="radio12">Regularly</label>
</div>
<div class="form-small-col-12">
<input class="field-set__input field-set__input--radio" id="radio11" name="radio4" type="radio" data-frequency="once">
<label class="field-set__label field-set__label--radio" for="radio11">Once</label>
</div>
</div>
<input type="hidden" name="frequency"></input>
<input class="giving-bar__input giving-bar__input-selectors"></input>
<a class="button giving-bar__donate" href="javascript:void(0)">Next</a>
</div>
</div>
{
"giving_lightbox_image": "\/images\/mainsite5\/cycle-hope\/giving-image.png",
"giving_lightbox_para": "A monthly gift of \u00a35 could help someone like Anastasia support her family. Please give now.",
"giving_lightbox_amounts": {
"0": "5",
"1": "10",
"2": "20",
"3": "40",
"4": "80"
}
}
<article class="summary-box summary-box--green-primary ">
<h1 class="summary-box__title">Institutional Donors</h1>
<p class="summary-box__copy">Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.</p>
<a href="#" class="summary-box__more">Find out more</a>
</article>
<article class="summary-box {% if summary_box_colour %} summary-box--{{ summary_box_colour }} {% endif %}">
<h1 class="summary-box__title">{{ summary_box_title }}</h1>
<p class="summary-box__copy">{{ summary_box_copy }}</p>
<a href="{{ summary_box_cta_url }}" class="summary-box__more">{{ summary_box_cta }}</a>
</article>
{
"summary_box_title": "Institutional Donors",
"summary_box_copy": "Tearfund\u2019s partnership with institutional donors builds relationships that shape thinking, policy and response to development.",
"summary_box_cta": "Find out more",
"summary_box_cta_url": "#",
"summary_box_colour": "green-primary"
}
Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.
Find out more<article class="summary-box summary-box--yellow-primary ">
<h1 class="summary-box__title">Institutional Donors</h1>
<p class="summary-box__copy">Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.</p>
<a href="#" class="summary-box__more">Find out more</a>
</article>
<article class="summary-box {% if summary_box_colour %} summary-box--{{ summary_box_colour }} {% endif %}">
<h1 class="summary-box__title">{{ summary_box_title }}</h1>
<p class="summary-box__copy">{{ summary_box_copy }}</p>
<a href="{{ summary_box_cta_url }}" class="summary-box__more">{{ summary_box_cta }}</a>
</article>
{
"summary_box_title": "Institutional Donors",
"summary_box_copy": "Tearfund\u2019s partnership with institutional donors builds relationships that shape thinking, policy and response to development.",
"summary_box_cta": "Find out more",
"summary_box_cta_url": "#",
"summary_box_colour": "yellow-primary"
}
Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.
Find out more<article class="summary-box summary-box--yellow-secondary ">
<h1 class="summary-box__title">Institutional Donors</h1>
<p class="summary-box__copy">Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.</p>
<a href="#" class="summary-box__more">Find out more</a>
</article>
<article class="summary-box {% if summary_box_colour %} summary-box--{{ summary_box_colour }} {% endif %}">
<h1 class="summary-box__title">{{ summary_box_title }}</h1>
<p class="summary-box__copy">{{ summary_box_copy }}</p>
<a href="{{ summary_box_cta_url }}" class="summary-box__more">{{ summary_box_cta }}</a>
</article>
{
"summary_box_title": "Institutional Donors",
"summary_box_copy": "Tearfund\u2019s partnership with institutional donors builds relationships that shape thinking, policy and response to development.",
"summary_box_cta": "Find out more",
"summary_box_cta_url": "#",
"summary_box_colour": "yellow-secondary"
}
Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.
Find out more<div class="summary-boxes">
<div class="summary-boxes__item">
<article class="summary-box ">
<h1 class="summary-box__title">Institutional Donors</h1>
<p class="summary-box__copy">Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.</p>
<a href="#" class="summary-box__more">Find out more</a>
</article> </div>
<div class="summary-boxes__item">
<article class="summary-box ">
<h1 class="summary-box__title">Institutional Donors</h1>
<p class="summary-box__copy">Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.</p>
<a href="#" class="summary-box__more">Find out more</a>
</article> </div>
<div class="summary-boxes__item">
<article class="summary-box ">
<h1 class="summary-box__title">Institutional Donors</h1>
<p class="summary-box__copy">Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.</p>
<a href="#" class="summary-box__more">Find out more</a>
</article> </div>
</div>
<div class="summary-boxes">
{% set vars = {"summary_box_title": "Institutional Donors",
"summary_box_copy": "Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.",
"summary_box_cta": "Find out more",
"summary_box_cta_url": "#"} %}
<div class="summary-boxes__item">
{% include 'components/giving/summary-box' with vars %}
</div>
<div class="summary-boxes__item">
{% include 'components/giving/summary-box' with vars %}
</div>
<div class="summary-boxes__item">
{% include 'components/giving/summary-box' with vars %}
</div>
</div>
{}
Tearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.
Find out moreTearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.
Find out moreTearfund’s partnership with institutional donors builds relationships that shape thinking, policy and response to development.
Find out more<div class="content-highlight">
<div class="content-highlight__list inner">
<!-- <li class="content-highlight__logo"> Blah blah blah</li> -->
<div class="content-highlight__text"><a href="#">Download our new app</a>
<!-- <li class="content-highlight__link"> Vist the app store</li> -->
<div class="content-highlight__close"><a href="javascript:void(0)" onclick="slideDown();">X</a></div></div>
</div>
</div>
<div class="content-highlight">
<div class="content-highlight__list inner">
<!-- <li class="content-highlight__logo"> Blah blah blah</li> -->
<div class="content-highlight__text"><a href="#">Download our new app</a>
<!-- <li class="content-highlight__link"> Vist the app store</li> -->
<div class="content-highlight__close"><a href="javascript:void(0)" onclick="slideDown();">X</a></div></div>
</div>
</div>
{}
<div class="content-highlight content-highlight--cookie-notification">
<div class="content-highlight__list inner">
<div class="content-highlight__text">We use cookies to ensure we give you the best experience on our website. To change your preferences, see our Cookie Policy. Just click "Accept Cookies" to indicate you agree to the use of cookies on your device.
</div>
<div class="content-highlight__buttons">
<a class="button button--white" href="#">Cookie Policy</a>
<a class="button button--white accept-cookies" href="javascript:void(0)">Accept Cookies</a>
</div>
</div>
<div class="content-highlight content-highlight--cookie-notification">
<div class="content-highlight__list inner">
<div class="content-highlight__text">We use cookies to ensure we give you the best experience on our website. To change your preferences, see our Cookie Policy. Just click "Accept Cookies" to indicate you agree to the use of cookies on your device.
</div>
<div class="content-highlight__buttons">
<a class="button button--white" href="#">Cookie Policy</a>
<a class="button button--white accept-cookies" href="javascript:void(0)">Accept Cookies</a>
</div>
</div>
{}
<h2 class="lim-marque">
<span class="fade-out">Less</span> <strong><span class="fade-out">is</span> <span class="lim-marque__highlight">More</span></strong>
</h2>
<h2 class="lim-marque">
<span class="fade-out">Less</span> <strong><span class="fade-out">is</span> <span class="lim-marque__highlight">More</span></strong>
</h2>
{}
<div class="article-inner">
<div class="gvt-trip-overview">
<div class="gvt-trip-overview__meta">
<span class="gvt-trip-overview__label">Placement dates:</span>
<span class="gvt-trip-overview__value">10 Feb 2018 - 03 Aug 2018</span>
</div>
<div class="gvt-trip-overview__meta">
<span class="gvt-trip-overview__label">Application deadline:</span>
<span class="gvt-trip-overview__value">01 Sep 2017</span>
</div>
<div class="gvt-trip-overview__meta">
<span class="gvt-trip-overview__label">Interviews:</span>
<span class="gvt-trip-overview__value">29 Sep 2017 - 30 Sep 2017 Tearfund (GB)</span>
</div>
<div class="gvt-trip-overview__meta">
<span class="gvt-trip-overview__label">Pre-departure training:</span>
<span class="gvt-trip-overview__value">24 Oct 2017 - 26 Oct 2017 Tearfund (GB)</span>
</div>
</div>
</div>
<div class="article-inner">
<div class="gvt-trip-overview">
<div class="gvt-trip-overview__meta">
<span class="gvt-trip-overview__label">Placement dates:</span>
<span class="gvt-trip-overview__value">10 Feb 2018 - 03 Aug 2018</span>
</div>
<div class="gvt-trip-overview__meta">
<span class="gvt-trip-overview__label">Application deadline:</span>
<span class="gvt-trip-overview__value">01 Sep 2017</span>
</div>
<div class="gvt-trip-overview__meta">
<span class="gvt-trip-overview__label">Interviews:</span>
<span class="gvt-trip-overview__value">29 Sep 2017 - 30 Sep 2017 Tearfund (GB)</span>
</div>
<div class="gvt-trip-overview__meta">
<span class="gvt-trip-overview__label">Pre-departure training:</span>
<span class="gvt-trip-overview__value">24 Oct 2017 - 26 Oct 2017 Tearfund (GB)</span>
</div>
</div>
</div>
{}
<li class="trips-list__item" style="float:none;">
<article class="trip-summary-item" data-who="["me"]" data-when="["2017 Winter"]" data-where="["South Africa"]" data-what="["6months"]">
<a id="pagelayout_0_article_1_rptTripList_ctl00_lnkItemLink" class="trip-summary-item__link" href="/en/about_you/go_overseas/current_trips/3_months_south_africa_2018/">
<span class="trip-summary-item__image"><img src="http://www.tearfund.org/~/media/images/go_overseas/trip_thumbnails/mlf2.jpg?h=170&la=en&w=300&crop=1" alt=""></span>
<div class="trip-summary-item__details">
<h1 class="trip-summary-item__title">3 months: South Africa 18</h1>
<div class="trip-summary-item__meta">
<span class="trip-summary-item__label"><span class="icon-calendar-small"></span></span>
<span class="trip-summary-item__value">30 Mar 2018 - 01 Jul 2018</span>
</div>
<div class="trip-summary-item__meta">
<span class="trip-summary-item__label trip-summary-item__label--cost">£</span>
<span class="trip-summary-item__value">2,950.00</span>
</div>
</div>
</a>
</article>
</li>
<li class="trips-list__item" style="float:none;">
<article class="trip-summary-item" data-who="["me"]" data-when="["2017 Winter"]" data-where="["South Africa"]" data-what="["6months"]">
<a id="pagelayout_0_article_1_rptTripList_ctl00_lnkItemLink" class="trip-summary-item__link" href="/en/about_you/go_overseas/current_trips/3_months_south_africa_2018/">
<span class="trip-summary-item__image"><img src="http://www.tearfund.org/~/media/images/go_overseas/trip_thumbnails/mlf2.jpg?h=170&la=en&w=300&crop=1" alt=""></span>
<div class="trip-summary-item__details">
<h1 class="trip-summary-item__title">3 months: South Africa 18</h1>
<div class="trip-summary-item__meta">
<span class="trip-summary-item__label"><span class="icon-calendar-small"></span></span>
<span class="trip-summary-item__value">30 Mar 2018 - 01 Jul 2018</span>
</div>
<div class="trip-summary-item__meta">
<span class="trip-summary-item__label trip-summary-item__label--cost">£</span>
<span class="trip-summary-item__value">2,950.00</span>
</div>
</div>
</a>
</article>
</li>
{}
<div class="gvt-trip-picker">
<div class="gvt-trip-picker__controls">
<div id="pagelayout_0_articleheader_0_titlebottom_0_PnlFilters" class="gvt-trip-picker__filters">
<div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--who"><span class="custom-select__selected-value">Who</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl02" class="custom-select__input">
<option value="Who" data-null="true">Who</option>
<option value="me">Just me</option>
<option value="couple">We're a couple</option>
<option value="family">We're a family</option>
<option value="group">We're a group</option>
</select></div><div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--when"><span class="custom-select__selected-value">When</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl05" class="custom-select__input">
<option value="When" data-null="true">When</option>
<option value="2017 Winter">2017 Winter</option>
<option value="2018 Spring">2018 Spring</option>
<option value="2018 Summer">2018 Summer</option>
<option value="2018 Autumn">2018 Autumn</option>
<option value="2018 Winter">2018 Winter</option>
<option value="2019 Spring">2019 Spring</option>
</select></div><div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--where"><span class="custom-select__selected-value">Where</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl08" class="custom-select__input">
<option value="Where" data-null="true">Where</option>
<option value="Bangladesh">Bangladesh</option>
<option value="Bolivia">Bolivia</option>
<option value="Cambodia">Cambodia</option>
<option value="Colombia">Colombia</option>
<option value="India">India</option>
<option value="Malawi">Malawi</option>
<option value="Peru">Peru</option>
<option value="South Africa">South Africa</option>
<option value="Tanzania">Tanzania</option>
<option value="Thailand">Thailand</option>
<option value="Uganda">Uganda</option>
<option value="Zambia">Zambia</option>
</select></div><div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--what"><span class="custom-select__selected-value">How Long</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl11" class="custom-select__input">
<option value="How Long" data-null="true">How Long</option>
<option value="2weeks">2 Weeks</option>
<option value="1month">1 Month</option>
<option value="3months">3 Months</option>
<option value="6months">6 Months</option>
<option value="other">Other</option>
</select></div>
</div>
<a href="#" class="gvt-trip-picker__reset">Show All</a>
</div>
<div class="gvt-trip-picker__options">
<a class="ls-button-red" title="Find out more" href="/en/about_you/go_overseas/my_trip/faqs_new/">All you need to know</a>
<a class="ls-button-turquoise" title="Apply Now" href="/en/about_you/go_overseas/my_trip/apply_now/">Apply Now</a>
</div>
</div>
<div class="gvt-trip-picker">
<div class="gvt-trip-picker__controls">
<div id="pagelayout_0_articleheader_0_titlebottom_0_PnlFilters" class="gvt-trip-picker__filters">
<div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--who"><span class="custom-select__selected-value">Who</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl02" class="custom-select__input">
<option value="Who" data-null="true">Who</option>
<option value="me">Just me</option>
<option value="couple">We're a couple</option>
<option value="family">We're a family</option>
<option value="group">We're a group</option>
</select></div><div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--when"><span class="custom-select__selected-value">When</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl05" class="custom-select__input">
<option value="When" data-null="true">When</option>
<option value="2017 Winter">2017 Winter</option>
<option value="2018 Spring">2018 Spring</option>
<option value="2018 Summer">2018 Summer</option>
<option value="2018 Autumn">2018 Autumn</option>
<option value="2018 Winter">2018 Winter</option>
<option value="2019 Spring">2019 Spring</option>
</select></div><div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--where"><span class="custom-select__selected-value">Where</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl08" class="custom-select__input">
<option value="Where" data-null="true">Where</option>
<option value="Bangladesh">Bangladesh</option>
<option value="Bolivia">Bolivia</option>
<option value="Cambodia">Cambodia</option>
<option value="Colombia">Colombia</option>
<option value="India">India</option>
<option value="Malawi">Malawi</option>
<option value="Peru">Peru</option>
<option value="South Africa">South Africa</option>
<option value="Tanzania">Tanzania</option>
<option value="Thailand">Thailand</option>
<option value="Uganda">Uganda</option>
<option value="Zambia">Zambia</option>
</select></div><div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--what"><span class="custom-select__selected-value">How Long</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl11" class="custom-select__input">
<option value="How Long" data-null="true">How Long</option>
<option value="2weeks">2 Weeks</option>
<option value="1month">1 Month</option>
<option value="3months">3 Months</option>
<option value="6months">6 Months</option>
<option value="other">Other</option>
</select></div>
</div>
<a href="#" class="gvt-trip-picker__reset">Show All</a>
</div>
<div class="gvt-trip-picker__options">
<a class="ls-button-red" title="Find out more" href="/en/about_you/go_overseas/my_trip/faqs_new/">All you need to know</a>
<a class="ls-button-turquoise" title="Apply Now" href="/en/about_you/go_overseas/my_trip/apply_now/">Apply Now</a>
</div>
</div>
{}
<!-- PARENT CONTAINER START -->
<div class="inner clearfix equaliser-row event-cards event-cards--big_quiz">
<!-- EVENT CARD START -->
<div class="large-col-4">
<article class="event-card equalise">
<div class="event-card__top">
<div class="event-card__date">
0.7 Miles Away
</div>
<h1 class="event-card__title">Comedy Night with Andy Kind</h1>
<div class="event-card__location">St Jude’s Church, Liverpool</div>
</div>
<div class="event-card__details">
<div class="event-card__meta">
<div class="event-card__icon event-card__time">10-12am</div>
<a class="event-card__icon event-card__map">View on map</a>
<a class="event-card__icon event-card__location-desktop">St Jude’s Church, Liverpool</a>
<a class="event-card__icon event-card__website">www.tearfund.org</a>
<a href="tel:01234 567890" class="event-card__icon event-card__phone">01234 567890</a>
<a class="event-card__icon event-card__email">email@tearfund.org</a>
</div>
<p></p>
<div class="center-text">
<a href="event_cta" class="button">Book now</a>
</div>
</div>
<hr />
<div class="center-text">
<div class="event-card__icon event-card__more"></div>
</div>
</article>
</div>
<!-- EVENT CARD END -->
</div>
<!-- PARENT CONTAINER END -->
<!-- PARENT CONTAINER START -->
<div class="inner clearfix equaliser-row event-cards event-cards--{{ modifier }}">
<!-- EVENT CARD START -->
{% if event_feature %}
<div class="large-col-12">
{% else %}
<div class="large-col-4">
{% endif %}
<article class="event-card {% if event_feature %}event-card--featured {% else %} equalise{% endif %}">
<div class="event-card__top">
<div class="event-card__date">
{% if event_distance %}
{{ event_distance }}
{% else %}
{{ event_date }}
<span>{{ event_day }}</span>
{% endif %}
</div>
{% if event_image %}
<div class="event-card__desktop-image">
{% if event_feature %}
<div class="evant-card__banner event-card__banner--featured">Featured Event</div>
{% endif %}
<img src="{{ event_image }}">
</div>
{% endif %}
<h1 class="event-card__title">{{ event_title }}</h1>
<div class="event-card__location">{{ event_location }}</div>
</div>
<div class="event-card__details">
{% if event_image %}
<img class="event-card__desktop-mobile" src="{{ event_image }}">
{% endif %}
<div class="event-card__meta">
{% if event_time %}
<div class="event-card__icon event-card__time">{{ event_time }}</div>
{% endif %}
{% if event_location %}
<a class="event-card__icon event-card__map">View on map</a>
<a class="event-card__icon event-card__location-desktop">{{ event_location }}</a>
{% endif %}
{% if event_website %}
<a class="event-card__icon event-card__website">{{ event_website }}</a>
{% endif %}
{% if event_phone %}
<a href="tel:{{ event_phone }}" class="event-card__icon event-card__phone">{{ event_phone }}</a>
{% endif %}
{% if event_email %}
<a class="event-card__icon event-card__email">{{ event_email }}</a>
{% endif %}
</div>
<p>{{ event_description }}</p>
{% if event_cta %}
<div class="center-text">
<a href="event_cta" class="button">Book now</a>
</div>
{% endif %}
</div>
<hr />
<div class="center-text">
<div class="event-card__icon event-card__more"></div>
</div>
</article>
</div>
<!-- EVENT CARD END -->
</div>
<!-- PARENT CONTAINER END -->
{
"event_date": "26 SEPTEMBER",
"event_day": "WEDNESDAY",
"event_title": "Comedy Night with Andy Kind",
"event_location": "St Jude\u2019s Church, Liverpool",
"event_time": "10-12am",
"event_email": "email@tearfund.org",
"event_phone": "01234 567890",
"event_website": "www.tearfund.org",
"event_image": null,
"event_description": null,
"event_cta": true,
"event_feature": false,
"modifier": "big_quiz",
"event_button": null,
"event_distance": "0.7 Miles Away"
}
<!-- PARENT CONTAINER START -->
<div class="inner clearfix equaliser-row event-cards event-cards--">
<!-- EVENT CARD START -->
<div class="large-col-12">
<article class="event-card event-card--featured ">
<div class="event-card__top">
<div class="event-card__date">
26 SEPTEMBER
<span>WEDNESDAY</span>
</div>
<div class="event-card__desktop-image">
<div class="evant-card__banner event-card__banner--featured">Featured Event</div>
<img src="https://images.unsplash.com/photo-1471086569966-db3eebc25a59?ixlib=rb-0.3.5&s=7fc5fb9bc96aae0d6dfc36bb4839e758&auto=format&fit=crop&w=1350&q=80">
</div>
<h1 class="event-card__title">Comedy Night with Andy Kind</h1>
<div class="event-card__location">St Jude’s Church, Liverpool</div>
</div>
<div class="event-card__details">
<img class="event-card__desktop-mobile" src="https://images.unsplash.com/photo-1471086569966-db3eebc25a59?ixlib=rb-0.3.5&s=7fc5fb9bc96aae0d6dfc36bb4839e758&auto=format&fit=crop&w=1350&q=80">
<div class="event-card__meta">
<div class="event-card__icon event-card__time">10-12am</div>
<a class="event-card__icon event-card__map">View on map</a>
<a class="event-card__icon event-card__location-desktop">St Jude’s Church, Liverpool</a>
<a class="event-card__icon event-card__website">www.tearfund.org</a>
<a href="tel:01234 567890" class="event-card__icon event-card__phone">01234 567890</a>
<a class="event-card__icon event-card__email">email@tearfund.org</a>
</div>
<p>Join us for an evening of comedy for all the family from award-winning comedian Andy Kind.</p>
<div class="center-text">
<a href="event_cta" class="button">Book now</a>
</div>
</div>
<hr />
<div class="center-text">
<div class="event-card__icon event-card__more"></div>
</div>
</article>
</div>
<!-- EVENT CARD END -->
</div>
<!-- PARENT CONTAINER END -->
<!-- PARENT CONTAINER START -->
<div class="inner clearfix equaliser-row event-cards event-cards--{{ modifier }}">
<!-- EVENT CARD START -->
{% if event_feature %}
<div class="large-col-12">
{% else %}
<div class="large-col-4">
{% endif %}
<article class="event-card {% if event_feature %}event-card--featured {% else %} equalise{% endif %}">
<div class="event-card__top">
<div class="event-card__date">
{% if event_distance %}
{{ event_distance }}
{% else %}
{{ event_date }}
<span>{{ event_day }}</span>
{% endif %}
</div>
{% if event_image %}
<div class="event-card__desktop-image">
{% if event_feature %}
<div class="evant-card__banner event-card__banner--featured">Featured Event</div>
{% endif %}
<img src="{{ event_image }}">
</div>
{% endif %}
<h1 class="event-card__title">{{ event_title }}</h1>
<div class="event-card__location">{{ event_location }}</div>
</div>
<div class="event-card__details">
{% if event_image %}
<img class="event-card__desktop-mobile" src="{{ event_image }}">
{% endif %}
<div class="event-card__meta">
{% if event_time %}
<div class="event-card__icon event-card__time">{{ event_time }}</div>
{% endif %}
{% if event_location %}
<a class="event-card__icon event-card__map">View on map</a>
<a class="event-card__icon event-card__location-desktop">{{ event_location }}</a>
{% endif %}
{% if event_website %}
<a class="event-card__icon event-card__website">{{ event_website }}</a>
{% endif %}
{% if event_phone %}
<a href="tel:{{ event_phone }}" class="event-card__icon event-card__phone">{{ event_phone }}</a>
{% endif %}
{% if event_email %}
<a class="event-card__icon event-card__email">{{ event_email }}</a>
{% endif %}
</div>
<p>{{ event_description }}</p>
{% if event_cta %}
<div class="center-text">
<a href="event_cta" class="button">Book now</a>
</div>
{% endif %}
</div>
<hr />
<div class="center-text">
<div class="event-card__icon event-card__more"></div>
</div>
</article>
</div>
<!-- EVENT CARD END -->
</div>
<!-- PARENT CONTAINER END -->
{
"event_date": "26 SEPTEMBER",
"event_day": "WEDNESDAY",
"event_title": "Comedy Night with Andy Kind",
"event_location": "St Jude\u2019s Church, Liverpool",
"event_time": "10-12am",
"event_email": "email@tearfund.org",
"event_phone": "01234 567890",
"event_website": "www.tearfund.org",
"event_image": "https:\/\/images.unsplash.com\/photo-1471086569966-db3eebc25a59?ixlib=rb-0.3.5&s=7fc5fb9bc96aae0d6dfc36bb4839e758&auto=format&fit=crop&w=1350&q=80",
"event_description": "Join us for an evening of comedy for all the family from award-winning comedian Andy Kind.",
"event_cta": true,
"event_feature": true,
"event_button": true
}
<!-- PARENT CONTAINER START -->
<div class="inner clearfix equaliser-row event-cards event-cards--">
<!-- EVENT CARD START -->
<div class="large-col-4">
<article class="event-card equalise">
<div class="event-card__top">
<div class="event-card__date">
26 SEPTEMBER
<span>WEDNESDAY</span>
</div>
<div class="event-card__desktop-image">
<img src="https://images.unsplash.com/photo-1471086569966-db3eebc25a59?ixlib=rb-0.3.5&s=7fc5fb9bc96aae0d6dfc36bb4839e758&auto=format&fit=crop&w=1350&q=80">
</div>
<h1 class="event-card__title">Comedy Night with Andy Kind</h1>
<div class="event-card__location">St Jude’s Church, Liverpool</div>
</div>
<div class="event-card__details">
<img class="event-card__desktop-mobile" src="https://images.unsplash.com/photo-1471086569966-db3eebc25a59?ixlib=rb-0.3.5&s=7fc5fb9bc96aae0d6dfc36bb4839e758&auto=format&fit=crop&w=1350&q=80">
<div class="event-card__meta">
<div class="event-card__icon event-card__time">10-12am</div>
<a class="event-card__icon event-card__map">View on map</a>
<a class="event-card__icon event-card__location-desktop">St Jude’s Church, Liverpool</a>
<a class="event-card__icon event-card__website">www.tearfund.org</a>
<a href="tel:01234 567890" class="event-card__icon event-card__phone">01234 567890</a>
<a class="event-card__icon event-card__email">email@tearfund.org</a>
</div>
<p>Join us for an evening of comedy for all the family from award-winning comedian Andy Kind.</p>
<div class="center-text">
<a href="event_cta" class="button">Book now</a>
</div>
</div>
<hr />
<div class="center-text">
<div class="event-card__icon event-card__more"></div>
</div>
</article>
</div>
<!-- EVENT CARD END -->
</div>
<!-- PARENT CONTAINER END -->
<!-- PARENT CONTAINER START -->
<div class="inner clearfix equaliser-row event-cards event-cards--{{ modifier }}">
<!-- EVENT CARD START -->
{% if event_feature %}
<div class="large-col-12">
{% else %}
<div class="large-col-4">
{% endif %}
<article class="event-card {% if event_feature %}event-card--featured {% else %} equalise{% endif %}">
<div class="event-card__top">
<div class="event-card__date">
{% if event_distance %}
{{ event_distance }}
{% else %}
{{ event_date }}
<span>{{ event_day }}</span>
{% endif %}
</div>
{% if event_image %}
<div class="event-card__desktop-image">
{% if event_feature %}
<div class="evant-card__banner event-card__banner--featured">Featured Event</div>
{% endif %}
<img src="{{ event_image }}">
</div>
{% endif %}
<h1 class="event-card__title">{{ event_title }}</h1>
<div class="event-card__location">{{ event_location }}</div>
</div>
<div class="event-card__details">
{% if event_image %}
<img class="event-card__desktop-mobile" src="{{ event_image }}">
{% endif %}
<div class="event-card__meta">
{% if event_time %}
<div class="event-card__icon event-card__time">{{ event_time }}</div>
{% endif %}
{% if event_location %}
<a class="event-card__icon event-card__map">View on map</a>
<a class="event-card__icon event-card__location-desktop">{{ event_location }}</a>
{% endif %}
{% if event_website %}
<a class="event-card__icon event-card__website">{{ event_website }}</a>
{% endif %}
{% if event_phone %}
<a href="tel:{{ event_phone }}" class="event-card__icon event-card__phone">{{ event_phone }}</a>
{% endif %}
{% if event_email %}
<a class="event-card__icon event-card__email">{{ event_email }}</a>
{% endif %}
</div>
<p>{{ event_description }}</p>
{% if event_cta %}
<div class="center-text">
<a href="event_cta" class="button">Book now</a>
</div>
{% endif %}
</div>
<hr />
<div class="center-text">
<div class="event-card__icon event-card__more"></div>
</div>
</article>
</div>
<!-- EVENT CARD END -->
</div>
<!-- PARENT CONTAINER END -->
{
"event_date": "26 SEPTEMBER",
"event_day": "WEDNESDAY",
"event_title": "Comedy Night with Andy Kind",
"event_location": "St Jude\u2019s Church, Liverpool",
"event_time": "10-12am",
"event_email": "email@tearfund.org",
"event_phone": "01234 567890",
"event_website": "www.tearfund.org",
"event_image": "https:\/\/images.unsplash.com\/photo-1471086569966-db3eebc25a59?ixlib=rb-0.3.5&s=7fc5fb9bc96aae0d6dfc36bb4839e758&auto=format&fit=crop&w=1350&q=80",
"event_description": "Join us for an evening of comedy for all the family from award-winning comedian Andy Kind.",
"event_cta": true,
"event_feature": false
}
<a href="#" class="button show-lightbox" data-lightbox="2">Large lightbox</a>
<div class="lightbox lightbox--large" data-lightbox="2">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<div class="lightbox__close-circle"><a href="#" class="lightbox__close lightbox__close--icon"></a></div>
</div>
<a href="#" class="button show-lightbox" data-lightbox="{{lightbox_id}}">{{button}}</a>
<div class="lightbox {% if large %} lightbox--large{% endif %}" data-lightbox="{{lightbox_id}}">
<p>{{content}}</p>
<div class="lightbox__close-circle"><a href="#" class="lightbox__close lightbox__close--icon"></a></div>
</div>
{
"lightbox_id": "2",
"content": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"button": "Large lightbox",
"large": true
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<a href="#" class="button show-lightbox" data-lightbox="1">Regular lightbox</a>
<div class="lightbox " data-lightbox="1">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<div class="lightbox__close-circle"><a href="#" class="lightbox__close lightbox__close--icon"></a></div>
</div>
<a href="#" class="button show-lightbox" data-lightbox="{{lightbox_id}}">{{button}}</a>
<div class="lightbox {% if large %} lightbox--large{% endif %}" data-lightbox="{{lightbox_id}}">
<p>{{content}}</p>
<div class="lightbox__close-circle"><a href="#" class="lightbox__close lightbox__close--icon"></a></div>
</div>
{
"lightbox_id": "1",
"content": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"button": "Regular lightbox"
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<div class="uk-aidmatch-footer">
<div class="inner">
<div class="uk-aidmatch-footer__image">
<picture class="">
<source media="(min-width: 465px)" srcset="/images/mainsite5/dfid/LentAppeal_Component_Sticker_DESKTOP_NEW.png, /images/mainsite5/dfid/LentAppeal_Component_Sticker_DESKTOP_NEW@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE.png, /images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE@2x.png 2x">
<img src="/images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE.png" alt="Lent appeal">
</picture>
</div>
<div class="uk-aidmatch-footer__copy">
<h2>LIFT FAMILIES OUT
OF THE RUBBISH</h2>
<p>Rubina lives in a waste-strewn slum and her disabled son has breathing problems. Your donation could set up recycling hubs to clear away the rubbish.</p>
<a class="button" href="#">Donate now</a>
<div class="ukaidmatchlogo">
<img class="mobile-only" src="/images/mainsite5/ukaidmatchlogo.jpg">
</div>
</div>
</div>
</div>
<div class="uk-aidmatch-footer">
<div class="inner">
<div class="uk-aidmatch-footer__image">
<picture class="">
<source media="(min-width: 465px)" srcset="/images/mainsite5/dfid/LentAppeal_Component_Sticker_DESKTOP_NEW.png, /images/mainsite5/dfid/LentAppeal_Component_Sticker_DESKTOP_NEW@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE.png, /images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE@2x.png 2x">
<img src="/images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE.png" alt="Lent appeal">
</picture>
</div>
<div class="uk-aidmatch-footer__copy">
<h2>LIFT FAMILIES OUT
OF THE RUBBISH</h2>
<p>Rubina lives in a waste-strewn slum and her disabled son has breathing problems. Your donation could set up recycling hubs to clear away the rubbish.</p>
<a class="button" href="#">Donate now</a>
<div class="ukaidmatchlogo">
<img class="mobile-only" src="/images/mainsite5/ukaidmatchlogo.jpg">
</div>
</div>
</div>
</div>
{}
<div class="grey-section ukaidmatch-giving">
<div class="inner">
<img class="ukaidmatch-sticker" src="/images/mainsite5/donation-doubled.png" />
<div>
<img class="ukaidmatch-logo" src="/images/mainsite5/ukaidmatchlogo.jpg">
<h2 class="font-secondary">Your money matched</h2>
<p>Until 17 May donations to our Matched Giving will be doubled by the UK Government, up to £2 million. Donations to this appeal will help Tearfund transform lives around the world where the need is greatest. </p>
<p class="ukaidmatch-giving__strong"><strong>Matched funding from the UK government will be used by our partners in Pakistan to set up recycling hubs and improve the lives of people in slums.</strong></p>
<a class="button" href="#">Donate Now</a>
</div>
</div>
</div>
<div class="grey-section ukaidmatch-giving">
<div class="inner">
<img class="ukaidmatch-sticker" src="/images/mainsite5/donation-doubled.png" />
<div>
<img class="ukaidmatch-logo" src="/images/mainsite5/ukaidmatchlogo.jpg">
<h2 class="font-secondary">Your money matched</h2>
<p>Until 17 May donations to our Matched Giving will be doubled by the UK Government, up to £2 million. Donations to this appeal will help Tearfund transform lives around the world where the need is greatest. </p>
<p class="ukaidmatch-giving__strong"><strong>Matched funding from the UK government will be used by our partners in Pakistan to set up recycling hubs and improve the lives of people in slums.</strong></p>
<a class="button" href="#">Donate Now</a>
</div>
</div>
</div>
{}
Until 17 May donations to our Matched Giving will be doubled by the UK Government, up to £2 million. Donations to this appeal will help Tearfund transform lives around the world where the need is greatest.
Matched funding from the UK government will be used by our partners in Pakistan to set up recycling hubs and improve the lives of people in slums.
Donate Now<div class="multiple-banner">
<div class="banner-grid-1xp">
<a href="#" class="">
<div class="banner-grid banner-grid-1
banner-emergency__strip banner-emergency__chevron
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
</div>
</div>
<div class="multiple-banner">
{% if banners|length == 3 %}
<div class="banner-grid-1xp-2xl">
{% elseif banners|length == 2 %}
<div class="banner-grid-1xp-1xp">
{% elseif banners|length == 1 %}
<div class="banner-grid-1xp">
{% endif %}
{% for banner in banners %}
<a href="#" class="">
<div class="banner-grid banner-grid-{{ loop.index }}
{% if banner.breaking %}
banner-grid--breaking-news
{% endif %}
{% if banner.emergency %}
banner-emergency__strip banner-emergency__chevron
{% endif %}
" data-image="{{ banner.image }}">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>{{ banner.title }}</h1>
<p>{{ banner.content }}</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
{% endfor %}
</div>
</div>
{
"banners": {
"1": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg",
"emergency": true
}
}
}
<div class="multiple-banner">
<div class="banner-grid-1xp">
<a href="#" class="">
<div class="banner-grid banner-grid-1
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
</div>
</div>
<div class="multiple-banner">
{% if banners|length == 3 %}
<div class="banner-grid-1xp-2xl">
{% elseif banners|length == 2 %}
<div class="banner-grid-1xp-1xp">
{% elseif banners|length == 1 %}
<div class="banner-grid-1xp">
{% endif %}
{% for banner in banners %}
<a href="#" class="">
<div class="banner-grid banner-grid-{{ loop.index }}
{% if banner.breaking %}
banner-grid--breaking-news
{% endif %}
{% if banner.emergency %}
banner-emergency__strip banner-emergency__chevron
{% endif %}
" data-image="{{ banner.image }}">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>{{ banner.title }}</h1>
<p>{{ banner.content }}</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
{% endfor %}
</div>
</div>
{
"banners": {
"1": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg"
}
}
}
<div class="multiple-banner">
<div class="banner-grid-1xp-2xl">
<a href="#" class="">
<div class="banner-grid banner-grid-1
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
<a href="#" class="">
<div class="banner-grid banner-grid-2
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
<a href="#" class="">
<div class="banner-grid banner-grid-3
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
</div>
</div>
<div class="multiple-banner">
{% if banners|length == 3 %}
<div class="banner-grid-1xp-2xl">
{% elseif banners|length == 2 %}
<div class="banner-grid-1xp-1xp">
{% elseif banners|length == 1 %}
<div class="banner-grid-1xp">
{% endif %}
{% for banner in banners %}
<a href="#" class="">
<div class="banner-grid banner-grid-{{ loop.index }}
{% if banner.breaking %}
banner-grid--breaking-news
{% endif %}
{% if banner.emergency %}
banner-emergency__strip banner-emergency__chevron
{% endif %}
" data-image="{{ banner.image }}">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>{{ banner.title }}</h1>
<p>{{ banner.content }}</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
{% endfor %}
</div>
</div>
{
"banners": {
"1": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg"
},
"2": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg"
},
"3": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg"
}
}
}
<div class="multiple-banner">
<div class="banner-grid-1xp-2xl">
<a href="#" class="">
<div class="banner-grid banner-grid-1
banner-grid--breaking-news
" data-image="">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
<a href="#" class="">
<div class="banner-grid banner-grid-2
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
<a href="#" class="">
<div class="banner-grid banner-grid-3
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
</div>
</div>
<div class="multiple-banner">
{% if banners|length == 3 %}
<div class="banner-grid-1xp-2xl">
{% elseif banners|length == 2 %}
<div class="banner-grid-1xp-1xp">
{% elseif banners|length == 1 %}
<div class="banner-grid-1xp">
{% endif %}
{% for banner in banners %}
<a href="#" class="">
<div class="banner-grid banner-grid-{{ loop.index }}
{% if banner.breaking %}
banner-grid--breaking-news
{% endif %}
{% if banner.emergency %}
banner-emergency__strip banner-emergency__chevron
{% endif %}
" data-image="{{ banner.image }}">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>{{ banner.title }}</h1>
<p>{{ banner.content }}</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
{% endfor %}
</div>
</div>
{
"banners": {
"1": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"breaking": true
},
"2": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg"
},
"3": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg"
}
}
}
<div class="multiple-banner">
<div class="banner-grid-1xp-1xp">
<a href="#" class="">
<div class="banner-grid banner-grid-1
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
<a href="#" class="">
<div class="banner-grid banner-grid-2
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
</div>
</div>
<div class="multiple-banner">
{% if banners|length == 3 %}
<div class="banner-grid-1xp-2xl">
{% elseif banners|length == 2 %}
<div class="banner-grid-1xp-1xp">
{% elseif banners|length == 1 %}
<div class="banner-grid-1xp">
{% endif %}
{% for banner in banners %}
<a href="#" class="">
<div class="banner-grid banner-grid-{{ loop.index }}
{% if banner.breaking %}
banner-grid--breaking-news
{% endif %}
{% if banner.emergency %}
banner-emergency__strip banner-emergency__chevron
{% endif %}
" data-image="{{ banner.image }}">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>{{ banner.title }}</h1>
<p>{{ banner.content }}</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
{% endfor %}
</div>
</div>
{
"banners": {
"1": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg"
},
"2": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg"
}
}
}
<div class="multiple-banner">
<div class="banner-grid-1xp-2xl">
<a href="#" class="">
<div class="banner-grid banner-grid-1
banner-grid--breaking-news
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
<a href="#" class="">
<div class="banner-grid banner-grid-2
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
<a href="#" class="">
<div class="banner-grid banner-grid-3
" data-image="/slider/photo1.jpg">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>Building lives in the Phillipines</h1>
<p>Help children like Nina step out of the shadow of conflict</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
</div>
</div>
<div class="multiple-banner">
{% if banners|length == 3 %}
<div class="banner-grid-1xp-2xl">
{% elseif banners|length == 2 %}
<div class="banner-grid-1xp-1xp">
{% elseif banners|length == 1 %}
<div class="banner-grid-1xp">
{% endif %}
{% for banner in banners %}
<a href="#" class="">
<div class="banner-grid banner-grid-{{ loop.index }}
{% if banner.breaking %}
banner-grid--breaking-news
{% endif %}
{% if banner.emergency %}
banner-emergency__strip banner-emergency__chevron
{% endif %}
" data-image="{{ banner.image }}">
<div class="banner-grid__panel">
<div class="banner-grid__overlay"></div>
<div class="banner-grid__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<div class="position">
<div class="banner-grid__content">
<h1>{{ banner.title }}</h1>
<p>{{ banner.content }}</p>
</div>
<div class="banner-grid__content--hover">
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</a>
{% endfor %}
</div>
</div>
{
"banners": {
"1": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg",
"breaking": true
},
"2": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg"
},
"3": {
"title": "Building lives in the Phillipines",
"content": "Help children like Nina step out of the shadow of conflict",
"image": "\/slider\/photo1.jpg"
}
}
}
<div class="run-section">
<div class="inner">
<h2 style="text-align: center;"><strong>What you’ll receive from Tearfund:</strong></h2>
<div class="large-col-6">
<img alt="" style="max-width: 1280px; width: 100%;" src="/~/media/images/run_to_beat_poverty/run_to_beat_poverty_running_photos_1.jpg">
</div>
<div class="large-col-6">
<ul>
<li>Fundraising pack and dedicated fundraising support</li>
<li>Tearfund T-shirt or running vest, plus iron-on letters to customise your kit</li>
<li>Tearfund water bottle</li>
<li>10-week half marathon training and nutrition programme</li>
<li>Cheering materials for your friends and family including clapper sticks, a T-shirt and balloons</li>
<li>A warm Tearfund reception at the finish-line</li>
</ul>
</div>
</div>
<div class="inner">
<div style="text-align: center;">
<a href="/en/about_you/fundraise/run_to_beat_poverty/sign_up/" class="button">SIGN UP NOW</a>
</div>
</div>
</div>
<div class="run-section">
<div class="inner">
<h2 style="text-align: center;"><strong>What you’ll receive from Tearfund:</strong></h2>
<div class="large-col-6">
<img alt="" style="max-width: 1280px; width: 100%;" src="/~/media/images/run_to_beat_poverty/run_to_beat_poverty_running_photos_1.jpg">
</div>
<div class="large-col-6">
<ul>
<li>Fundraising pack and dedicated fundraising support</li>
<li>Tearfund T-shirt or running vest, plus iron-on letters to customise your kit</li>
<li>Tearfund water bottle</li>
<li>10-week half marathon training and nutrition programme</li>
<li>Cheering materials for your friends and family including clapper sticks, a T-shirt and balloons</li>
<li>A warm Tearfund reception at the finish-line</li>
</ul>
</div>
</div>
<div class="inner">
<div style="text-align: center;">
<a href="/en/about_you/fundraise/run_to_beat_poverty/sign_up/" class="button">SIGN UP NOW</a>
</div>
</div>
</div>
{}
<div class="related-articles">
<div class="inner">
<h2 class="related-articles__title">More like this</h2>
<div class="large-row">
<div class="large-col-4">
<article class="related-article">
<a href="#">
<img class="related-article__image" src="http://placehold.it/400x225">
</a>
<h1 class="related-article__title">Title of article</h1>
<div class="related-article__byline byline">by <span class="author">Author Name</span></div>
<p class="related-article__description">Short text</p>
<a href="#">Continue Reading</a>
</article>
</div>
<div class="large-col-4">
<article class="related-article">
<a href="#">
<img class="related-article__image" src="http://placehold.it/400x225">
</a>
<h1 class="related-article__title">Title of article</h1>
<div class="related-article__byline byline">by <span class="author">Author Name</span></div>
<p class="related-article__description">Summary text here, which will be the first 20 - 30 words of this post ie you know something...</p>
<a href="#">Continue Reading</a>
</article>
</div>
<div class="large-col-4">
<article class="related-article">
<a href="#">
<img class="related-article__image" src="http://placehold.it/400x225">
</a>
<h1 class="related-article__title">Title of article</h1>
<div class="related-article__byline byline">by <span class="author">Author Name</span></div>
<p class="related-article__description">Short text</p>
<a href="#">Continue Reading</a>
</article>
</div>
</div>
</div>
</div>
<div class="related-articles">
<div class="inner">
<h2 class="related-articles__title">{{ related_title }}</h2>
<div class="large-row">
{% for related_article in related_articles %}
<div class="large-col-4">
<article class="related-article">
{% if related_article.image %}
<a href="{{ related_article.url }}">
<img class="related-article__image" src="{{ related_article.image }}">
</a>
{% endif %}
<h1 class="related-article__title">{{ related_article.title }}</h1>
<div class="related-article__byline byline">by <span class="author">{{ related_article.author }}</span></div>
<p class="related-article__description">{{ related_article.summary }}</p>
<a href="{{ related_article.url }}">{{ related_article.link_text }}</a>
</article>
</div>
{% endfor %}
</div>
</div>
</div>
{
"related_title": "More like this",
"related_articles": {
"0": {
"title": "Title of article",
"author": "Author Name",
"summary": "Short text",
"url": "#",
"link_text": "Continue Reading",
"image": "http:\/\/placehold.it\/400x225"
},
"1": {
"title": "Title of article",
"author": "Author Name",
"summary": "Summary text here, which will be the first 20 - 30 words of this post ie you know something...",
"url": "#",
"link_text": "Continue Reading",
"image": "http:\/\/placehold.it\/400x225"
},
"2": {
"title": "Title of article",
"author": "Author Name",
"summary": "Short text",
"url": "#",
"link_text": "Continue Reading",
"image": "http:\/\/placehold.it\/400x225"
}
}
}
<div class="grey-section border-both">
<div class="article-inner">
<h4 class="related-stories-title">Related Stories</h4>
<div class="related-stories">
<div class="related-story">
<div class="related-story__image-container">
<div class="related-story__image circular-image">
<a href="#">
<img src="http://placehold.it/160x160">
<div class="circular-image-hover">
<div class="circular-image-hover__read">Read</div>
</div>
</a>
</div>
</div>
<div class="related-story__content">
<h1 class="related-story__header">
<a href="#">Title of article</a>
</h1>
<div class="related-story__summary">Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150</div>
<div class="related-story__meta">
<div class="related-story__post-meta">Posted on Jan 15th 2015 by Author Name</div>
<div class="related-story__author-image circular-image">
<img class="social-share-sticky__avatar-image" src="http://placehold.it/200x200">
</div>
</div>
</div>
</div>
</div>
<div class="related-stories">
<div class="related-story">
<div class="related-story__image-container">
<div class="related-story__image circular-image">
<a href="#">
<img src="http://placehold.it/160x160">
<div class="circular-image-hover">
<div class="circular-image-hover__read">Read</div>
</div>
</a>
</div>
</div>
<div class="related-story__content">
<h1 class="related-story__header">
<a href="#">Title of article</a>
</h1>
<div class="related-story__summary">Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150</div>
<div class="related-story__meta">
<div class="related-story__post-meta">Posted on Jan 15th 2015 by Author Name</div>
<div class="related-story__author-image circular-image">
<img class="social-share-sticky__avatar-image" src="http://placehold.it/200x200">
</div>
</div>
</div>
</div>
</div>
<div class="related-stories">
<div class="related-story">
<div class="related-story__image-container">
<div class="related-story__image circular-image">
<a href="#">
<img src="http://placehold.it/160x160">
<div class="circular-image-hover">
<div class="circular-image-hover__read">Read</div>
</div>
</a>
</div>
</div>
<div class="related-story__content">
<h1 class="related-story__header">
<a href="#">Title of article</a>
</h1>
<div class="related-story__summary">Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150</div>
<div class="related-story__meta">
<div class="related-story__post-meta">Posted on Jan 15th 2015 by Author Name</div>
<div class="related-story__author-image circular-image">
<img class="social-share-sticky__avatar-image" src="http://placehold.it/200x200">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="grey-section border-both">
<div class="article-inner">
<h4 class="related-stories-title">Related Stories</h4>
{% for related_story in related_stories %}
<div class="related-stories">
<div class="related-story">
<div class="related-story__image-container">
<div class="related-story__image circular-image">
<a href="{{ related_story.url }}">
<img src="{{ related_story.image }}">
<div class="circular-image-hover">
<div class="circular-image-hover__read">Read</div>
</div>
</a>
</div>
</div>
<div class="related-story__content">
<h1 class="related-story__header">
<a href="{{ related_story.url }}">{{ related_story.title }}</a>
</h1>
<div class="related-story__summary">{{ related_story.summary }}</div>
<div class="related-story__meta">
<div class="related-story__post-meta">Posted on {{ related_story.date }} by {{ related_story.author }}</div>
<div class="related-story__author-image circular-image">
<img class="social-share-sticky__avatar-image" src="http://placehold.it/200x200">
</div>
</div>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
{
"related_story_title": "Related Stories",
"related_stories": {
"0": {
"title": "Title of article",
"date": " Jan 15th 2015",
"author": "Author Name",
"summary": "Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150",
"url": "#",
"image": "http:\/\/placehold.it\/160x160"
},
"1": {
"title": "Title of article",
"date": " Jan 15th 2015",
"author": "Author Name",
"summary": "Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150",
"url": "#",
"image": "http:\/\/placehold.it\/160x160"
},
"2": {
"title": "Title of article",
"date": " Jan 15th 2015",
"author": "Author Name",
"summary": "Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150",
"url": "#",
"image": "http:\/\/placehold.it\/160x160"
}
}
}
<div class="related-articles">
<div class="inner">
<h2 class="related-articles__title">More like this</h2>
<div class="large-row">
<div class="large-col-4">
<article class="related-article">
<h1 class="related-article__title">Title of article</h1>
<div class="related-article__byline byline">by <span class="author">Author Name</span></div>
<p class="related-article__description">Short text</p>
<a href="#">Continue Reading</a>
</article>
</div>
<div class="large-col-4">
<article class="related-article">
<h1 class="related-article__title">Title of article</h1>
<div class="related-article__byline byline">by <span class="author">Author Name</span></div>
<p class="related-article__description">Summary text here, which will be the first 20 - 30 words of this post ie you know something...</p>
<a href="#">Continue Reading</a>
</article>
</div>
<div class="large-col-4">
<article class="related-article">
<h1 class="related-article__title">Title of article</h1>
<div class="related-article__byline byline">by <span class="author">Author Name</span></div>
<p class="related-article__description">Short text</p>
<a href="#">Continue Reading</a>
</article>
</div>
</div>
</div>
</div>
<div class="related-articles">
<div class="inner">
<h2 class="related-articles__title">{{ related_title }}</h2>
<div class="large-row">
{% for related_article in related_articles %}
<div class="large-col-4">
<article class="related-article">
{% if related_article.image %}
<a href="{{ related_article.url }}">
<img class="related-article__image" src="{{ related_article.image }}">
</a>
{% endif %}
<h1 class="related-article__title">{{ related_article.title }}</h1>
<div class="related-article__byline byline">by <span class="author">{{ related_article.author }}</span></div>
<p class="related-article__description">{{ related_article.summary }}</p>
<a href="{{ related_article.url }}">{{ related_article.link_text }}</a>
</article>
</div>
{% endfor %}
</div>
</div>
</div>
{
"related_title": "More like this",
"related_articles": {
"0": {
"title": "Title of article",
"author": "Author Name",
"summary": "Short text",
"url": "#",
"link_text": "Continue Reading"
},
"1": {
"title": "Title of article",
"author": "Author Name",
"summary": "Summary text here, which will be the first 20 - 30 words of this post ie you know something...",
"url": "#",
"link_text": "Continue Reading"
},
"2": {
"title": "Title of article",
"author": "Author Name",
"summary": "Short text",
"url": "#",
"link_text": "Continue Reading"
}
}
}
<div class="article-action ">
<div class="article-action__content">
<h3 class="article-action__heading"><span>Act</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.</p>
<a href="#" class="secondary-button">Act</a>
</div>
</div>
{% if article_action_background_image %}<div class="fullwidth-banner fullwidth-banner--article-action" data-image="{{ article_action_background_image }}">
{% endif %}
<div class="article-action {% if article_action_background_image %}article-action--image{% endif %}">
<div class="article-action__content">
<h3 class="article-action__heading"><span>{{ article_action_title }}</span></h3>
<p>{{ article_action_text }}</p>
{% if article_action_type == "button" %}
<a href="{{ article_action_url }}" class="secondary-button">{{ article_action_button }}</a>
{% elseif article_action_type == "social" %}
<div class="inline-share-buttons">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% elseif article_action_type == "form" %}
<div class="article-action__reveal">
<div>FORM HERE</div>
<button class="button" type="input">Submit</button>
</div>
<a href="javascript:void(0)" class="secondary-button article-action__reveal-button">Act</a>
{% elseif article_action_type == "complete" %}
<h3 class="article-action__heading">THANK YOU FOR ACTING WITH US</h3>
{% endif %}
</div>
</div>
{% if article_action_background_image %}</div>{% endif %}
{
"article_action_title": "Act",
"article_action_text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.",
"article_action_type": "button",
"article_action_url": "#",
"article_action_button": "Act"
}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.
Act <div class="article-action ">
<div class="article-action__content">
<h3 class="article-action__heading"><span>Act</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.</p>
<div class="inline-share-buttons">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
</div>
</div>
{% if article_action_background_image %}<div class="fullwidth-banner fullwidth-banner--article-action" data-image="{{ article_action_background_image }}">
{% endif %}
<div class="article-action {% if article_action_background_image %}article-action--image{% endif %}">
<div class="article-action__content">
<h3 class="article-action__heading"><span>{{ article_action_title }}</span></h3>
<p>{{ article_action_text }}</p>
{% if article_action_type == "button" %}
<a href="{{ article_action_url }}" class="secondary-button">{{ article_action_button }}</a>
{% elseif article_action_type == "social" %}
<div class="inline-share-buttons">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% elseif article_action_type == "form" %}
<div class="article-action__reveal">
<div>FORM HERE</div>
<button class="button" type="input">Submit</button>
</div>
<a href="javascript:void(0)" class="secondary-button article-action__reveal-button">Act</a>
{% elseif article_action_type == "complete" %}
<h3 class="article-action__heading">THANK YOU FOR ACTING WITH US</h3>
{% endif %}
</div>
</div>
{% if article_action_background_image %}</div>{% endif %}
{
"article_action_title": "Act",
"article_action_text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.",
"article_action_type": "social",
"article_action_url": "#",
"article_action_button": "Act"
}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.
<div class="fullwidth-banner fullwidth-banner--article-action" data-image="/slider/photo4.jpg">
<div class="article-action article-action--image">
<div class="article-action__content">
<h3 class="article-action__heading"><span>Act</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.</p>
<a href="#" class="secondary-button">Act</a>
</div>
</div>
</div>
{% if article_action_background_image %}<div class="fullwidth-banner fullwidth-banner--article-action" data-image="{{ article_action_background_image }}">
{% endif %}
<div class="article-action {% if article_action_background_image %}article-action--image{% endif %}">
<div class="article-action__content">
<h3 class="article-action__heading"><span>{{ article_action_title }}</span></h3>
<p>{{ article_action_text }}</p>
{% if article_action_type == "button" %}
<a href="{{ article_action_url }}" class="secondary-button">{{ article_action_button }}</a>
{% elseif article_action_type == "social" %}
<div class="inline-share-buttons">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% elseif article_action_type == "form" %}
<div class="article-action__reveal">
<div>FORM HERE</div>
<button class="button" type="input">Submit</button>
</div>
<a href="javascript:void(0)" class="secondary-button article-action__reveal-button">Act</a>
{% elseif article_action_type == "complete" %}
<h3 class="article-action__heading">THANK YOU FOR ACTING WITH US</h3>
{% endif %}
</div>
</div>
{% if article_action_background_image %}</div>{% endif %}
{
"article_action_title": "Act",
"article_action_text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.",
"article_action_type": "button",
"article_action_url": "#",
"article_action_button": "Act",
"article_action_background_image": "\/slider\/photo4.jpg"
}
<div class="article-action ">
<div class="article-action__content">
<h3 class="article-action__heading"><span>Act</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.</p>
<div class="article-action__reveal">
<div>FORM HERE</div>
<button class="button" type="input">Submit</button>
</div>
<a href="javascript:void(0)" class="secondary-button article-action__reveal-button">Act</a>
</div>
</div>
{% if article_action_background_image %}<div class="fullwidth-banner fullwidth-banner--article-action" data-image="{{ article_action_background_image }}">
{% endif %}
<div class="article-action {% if article_action_background_image %}article-action--image{% endif %}">
<div class="article-action__content">
<h3 class="article-action__heading"><span>{{ article_action_title }}</span></h3>
<p>{{ article_action_text }}</p>
{% if article_action_type == "button" %}
<a href="{{ article_action_url }}" class="secondary-button">{{ article_action_button }}</a>
{% elseif article_action_type == "social" %}
<div class="inline-share-buttons">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% elseif article_action_type == "form" %}
<div class="article-action__reveal">
<div>FORM HERE</div>
<button class="button" type="input">Submit</button>
</div>
<a href="javascript:void(0)" class="secondary-button article-action__reveal-button">Act</a>
{% elseif article_action_type == "complete" %}
<h3 class="article-action__heading">THANK YOU FOR ACTING WITH US</h3>
{% endif %}
</div>
</div>
{% if article_action_background_image %}</div>{% endif %}
{
"article_action_title": "Act",
"article_action_text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.",
"article_action_type": "form",
"article_action_url": "#",
"article_action_button": "Act"
}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.
<div class="article-end-content">
<div class="article-inner">
<div class="author-share">
<div class="author-bio">
<div class="author-bio__author-avatar circular-image">
<img class="avatar-image" src="http://placehold.it/200x200">
</div>
<div class="author-bio__info">
<div class="author-bio__info-name">Mark Lang</div>
<div class="author-bio__info-about">
Part of the Tearfund digital team - making a supporters day awesome
<div class="author-bio__link"><a href="#">Read more from Mark</a></div>
</div>
</div>
</div>
<div class="inline-share-buttons inline-share-buttons__author">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
<div style="clear: both;"></div>
</div>
</div>
</div>
<div class="article-end-content">
<div class="article-inner">
<div class="author-share">
{% if article_end_has_author %}
<div class="author-bio">
<div class="author-bio__author-avatar circular-image">
<img class="avatar-image" src="{{ article_end_avatar }}">
</div>
<div class="author-bio__info">
<div class="author-bio__info-name">{{ article_end_author }}</div>
<div class="author-bio__info-about">
{{ article_end_summary }}
<div class="author-bio__link"><a href="{{ article_end_url }}">Read more from Mark</a></div>
</div>
</div>
</div>
{% endif %}
<div class="inline-share-buttons {% if article_end_has_author %}inline-share-buttons__author{% endif %}">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
<div style="clear: both;"></div>
</div>
</div>
</div>
{
"article_end_author": "Mark Lang",
"article_end_summary": "Part of the Tearfund digital team - making a supporters day awesome",
"article_end_url": "#",
"article_end_avatar": "http:\/\/placehold.it\/200x200",
"article_end_has_author": true
}
<div class="grey-section border-both">
<div class="article-inner">
<h4 class="related-stories-title">Related Stories</h4>
<div class="related-stories">
<div class="related-story">
<div class="related-story__image-container">
<div class="related-story__image circular-image">
<a href="#"><img src="http://placehold.it/160x160"><div class="circular-image-hover"><div class="circular-image-hover__read">Read</div></div></a>
</div>
</div>
<div class="related-story__content">
<h1 class="related-story__header animate"><a href="#">Without Tearfund’s help we wouldn’t have survived</a></h1>
<div class="related-story__summary">Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150</div>
<div class="related-story__meta">
<div class="related-story__post-meta">Posted on Jan 15th 2015 by Mark Lang</div>
<div class="related-story__author-image circular-image"><img class="social-share-sticky__avatar-image" src="http://placehold.it/200x200"></div>
</div>
</div>
</div>
</div>
<div class="related-stories">
<div class="related-story">
<div class="related-story__image-container">
<div class="related-story__image circular-image">
<a href="#"><img src="http://placehold.it/160x160"><div class="circular-image-hover"><div class="circular-image-hover__read">Read</div></div></a>
</div>
</div>
<div class="related-story__content">
<h1 class="related-story__header animate"><a href="#">Without Tearfund’s help we wouldn’t have survived</a></h1>
<div class="related-story__summary">Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150</div>
<div class="related-story__meta">
<div class="related-story__post-meta">Posted on Jan 15th 2015 by Mark Lang</div>
<div class="related-story__author-image circular-image"><img class="social-share-sticky__avatar-image" src="http://placehold.it/200x200"></div>
</div>
</div>
</div>
</div>
<div class="related-stories">
<div class="related-story">
<div class="related-story__image-container">
<div class="related-story__image circular-image">
<a href="#"><img src="http://placehold.it/160x160"><div class="circular-image-hover"><div class="circular-image-hover__read">Read</div></div></a>
</div>
</div>
<div class="related-story__content">
<h1 class="related-story__header animate"><a href="#">Without Tearfund’s help we wouldn’t have survived</a></h1>
<div class="related-story__summary">Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150</div>
<div class="related-story__meta">
<div class="related-story__post-meta">Posted on Jan 15th 2015 by Mark Lang</div>
<div class="related-story__author-image circular-image"><img class="social-share-sticky__avatar-image" src="http://placehold.it/200x200"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="grey-section border-both">
<div class="article-inner">
<h4 class="related-stories-title">{{ related_stories_title }}</h4>
{% for story in related_stories %}
<div class="related-stories">
<div class="related-story">
<div class="related-story__image-container">
<div class="related-story__image circular-image">
<a href="{{ story.url }}"><img src="{{ story.thumbnail }}"><div class="circular-image-hover"><div class="circular-image-hover__read">Read</div></div></a>
</div>
</div>
<div class="related-story__content">
<h1 class="related-story__header animate"><a href="{{ story.url }}">{{ story.title }}</a></h1>
<div class="related-story__summary">{{ story.summary }}</div>
<div class="related-story__meta">
<div class="related-story__post-meta">Posted on {{ story.date }} by {{ story.author }}</div>
<div class="related-story__author-image circular-image"><img class="social-share-sticky__avatar-image" src="{{ story.author_image }}"></div>
</div>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
{
"related_stories_title": "Related Stories",
"related_stories": {
"0": {
"title": "Without Tearfund\u2019s help we wouldn\u2019t have survived",
"summary": "Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150",
"date": "Jan 15th 2015",
"author": "Mark Lang",
"author_image": "http:\/\/placehold.it\/200x200",
"thumbnail": "http:\/\/placehold.it\/160x160",
"url": "#"
},
"1": {
"title": "Without Tearfund\u2019s help we wouldn\u2019t have survived",
"summary": "Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150",
"date": "Jan 15th 2015",
"author": "Mark Lang",
"author_image": "http:\/\/placehold.it\/200x200",
"thumbnail": "http:\/\/placehold.it\/160x160",
"url": "#"
},
"2": {
"title": "Without Tearfund\u2019s help we wouldn\u2019t have survived",
"summary": "Sher Bahadur Sole and his wife Thuli survived the Nepal earthquake but their lives were left hanging by a thread in the awful aftermath. Max Chrac 150",
"date": "Jan 15th 2015",
"author": "Mark Lang",
"author_image": "http:\/\/placehold.it\/200x200",
"thumbnail": "http:\/\/placehold.it\/160x160",
"url": "#"
}
}
}
<div class="article-end-content">
<div class="article-inner">
<div class="author-share">
<div class="inline-share-buttons ">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
<div style="clear: both;"></div>
</div>
</div>
</div>
<div class="article-end-content">
<div class="article-inner">
<div class="author-share">
{% if article_end_has_author %}
<div class="author-bio">
<div class="author-bio__author-avatar circular-image">
<img class="avatar-image" src="{{ article_end_avatar }}">
</div>
<div class="author-bio__info">
<div class="author-bio__info-name">{{ article_end_author }}</div>
<div class="author-bio__info-about">
{{ article_end_summary }}
<div class="author-bio__link"><a href="{{ article_end_url }}">Read more from Mark</a></div>
</div>
</div>
</div>
{% endif %}
<div class="inline-share-buttons {% if article_end_has_author %}inline-share-buttons__author{% endif %}">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
<div style="clear: both;"></div>
</div>
</div>
</div>
{
"article_end_author": "Mark Lang",
"article_end_summary": "Part of the Tearfund digital team - making a supporters day awesome",
"article_end_url": "#",
"article_end_avatar": "http:\/\/placehold.it\/200x200",
"article_end_has_author": false
}
<div class="article-action ">
<div class="article-action__content">
<h3 class="article-action__heading"><span>Act</span></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.</p>
<h3 class="article-action__heading">THANK YOU FOR ACTING WITH US</h3>
</div>
</div>
{% if article_action_background_image %}<div class="fullwidth-banner fullwidth-banner--article-action" data-image="{{ article_action_background_image }}">
{% endif %}
<div class="article-action {% if article_action_background_image %}article-action--image{% endif %}">
<div class="article-action__content">
<h3 class="article-action__heading"><span>{{ article_action_title }}</span></h3>
<p>{{ article_action_text }}</p>
{% if article_action_type == "button" %}
<a href="{{ article_action_url }}" class="secondary-button">{{ article_action_button }}</a>
{% elseif article_action_type == "social" %}
<div class="inline-share-buttons">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% elseif article_action_type == "form" %}
<div class="article-action__reveal">
<div>FORM HERE</div>
<button class="button" type="input">Submit</button>
</div>
<a href="javascript:void(0)" class="secondary-button article-action__reveal-button">Act</a>
{% elseif article_action_type == "complete" %}
<h3 class="article-action__heading">THANK YOU FOR ACTING WITH US</h3>
{% endif %}
</div>
</div>
{% if article_action_background_image %}</div>{% endif %}
{
"article_action_title": "Act",
"article_action_text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.",
"article_action_type": "complete",
"article_action_url": "#",
"article_action_button": "Act"
}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at eros lacus. Aenean dapibus odio quis ex tristique tincidunt.
<nav class="breadcrumb breadcrumb--green ">
<ol class="breadcrumb__list inner">
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Top Level 1</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Another Level 2</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Level 3</a></li>
<li class="breadcrumb__item">Current</li>
</ol>
</nav>
<nav class="breadcrumb {% if breadcrumb_colour %}breadcrumb--{{breadcrumb_colour}}{% endif %} ">
<ol class="breadcrumb__list inner">
{% for breadcrumb in breadcrumbs %}
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">{{ breadcrumb }}</a></li>
{% endfor %}
<li class="breadcrumb__item">{{ breadcrumb_current }}</li>
</ol>
</nav>
{
"breadcrumbs": {
"0": "Top Level 1",
"1": "Another Level 2",
"2": "Level 3"
},
"breadcrumb_current": "Current",
"breadcrumb_colour": "green"
}
<nav class="breadcrumb breadcrumb--orange ">
<ol class="breadcrumb__list inner">
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Top Level 1</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Another Level 2</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Level 3</a></li>
<li class="breadcrumb__item">Current</li>
</ol>
</nav>
<nav class="breadcrumb {% if breadcrumb_colour %}breadcrumb--{{breadcrumb_colour}}{% endif %} ">
<ol class="breadcrumb__list inner">
{% for breadcrumb in breadcrumbs %}
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">{{ breadcrumb }}</a></li>
{% endfor %}
<li class="breadcrumb__item">{{ breadcrumb_current }}</li>
</ol>
</nav>
{
"breadcrumbs": {
"0": "Top Level 1",
"1": "Another Level 2",
"2": "Level 3"
},
"breadcrumb_current": "Current",
"breadcrumb_colour": "orange"
}
<nav class="breadcrumb ">
<ol class="breadcrumb__list inner">
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Top Level 1</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Another Level 2</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Level 3</a></li>
<li class="breadcrumb__item">Current</li>
</ol>
</nav>
<nav class="breadcrumb {% if breadcrumb_colour %}breadcrumb--{{breadcrumb_colour}}{% endif %} ">
<ol class="breadcrumb__list inner">
{% for breadcrumb in breadcrumbs %}
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">{{ breadcrumb }}</a></li>
{% endfor %}
<li class="breadcrumb__item">{{ breadcrumb_current }}</li>
</ol>
</nav>
{
"breadcrumbs": {
"0": "Top Level 1",
"1": "Another Level 2",
"2": "Level 3"
},
"breadcrumb_current": "Current"
}
<nav class="breadcrumb breadcrumb--red ">
<ol class="breadcrumb__list inner">
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Top Level 1</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Another Level 2</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Level 3</a></li>
<li class="breadcrumb__item">Current</li>
</ol>
</nav>
<nav class="breadcrumb {% if breadcrumb_colour %}breadcrumb--{{breadcrumb_colour}}{% endif %} ">
<ol class="breadcrumb__list inner">
{% for breadcrumb in breadcrumbs %}
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">{{ breadcrumb }}</a></li>
{% endfor %}
<li class="breadcrumb__item">{{ breadcrumb_current }}</li>
</ol>
</nav>
{
"breadcrumbs": {
"0": "Top Level 1",
"1": "Another Level 2",
"2": "Level 3"
},
"breadcrumb_current": "Current",
"breadcrumb_colour": "red"
}
<nav class="breadcrumb breadcrumb--grey ">
<ol class="breadcrumb__list inner">
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Top Level 1</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Another Level 2</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Level 3</a></li>
<li class="breadcrumb__item">Current</li>
</ol>
</nav>
<nav class="breadcrumb {% if breadcrumb_colour %}breadcrumb--{{breadcrumb_colour}}{% endif %} ">
<ol class="breadcrumb__list inner">
{% for breadcrumb in breadcrumbs %}
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">{{ breadcrumb }}</a></li>
{% endfor %}
<li class="breadcrumb__item">{{ breadcrumb_current }}</li>
</ol>
</nav>
{
"breadcrumbs": {
"0": "Top Level 1",
"1": "Another Level 2",
"2": "Level 3"
},
"breadcrumb_current": "Current",
"breadcrumb_colour": "grey"
}
<nav class="breadcrumb breadcrumb--white ">
<ol class="breadcrumb__list inner">
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Top Level 1</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Another Level 2</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Level 3</a></li>
<li class="breadcrumb__item">Current</li>
</ol>
</nav>
<nav class="breadcrumb {% if breadcrumb_colour %}breadcrumb--{{breadcrumb_colour}}{% endif %} ">
<ol class="breadcrumb__list inner">
{% for breadcrumb in breadcrumbs %}
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">{{ breadcrumb }}</a></li>
{% endfor %}
<li class="breadcrumb__item">{{ breadcrumb_current }}</li>
</ol>
</nav>
{
"breadcrumbs": {
"0": "Top Level 1",
"1": "Another Level 2",
"2": "Level 3"
},
"breadcrumb_current": "Current",
"breadcrumb_colour": "white"
}
<nav class="breadcrumb breadcrumb--turquoise ">
<ol class="breadcrumb__list inner">
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Top Level 1</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Another Level 2</a></li>
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">Level 3</a></li>
<li class="breadcrumb__item">Current</li>
</ol>
</nav>
<nav class="breadcrumb {% if breadcrumb_colour %}breadcrumb--{{breadcrumb_colour}}{% endif %} ">
<ol class="breadcrumb__list inner">
{% for breadcrumb in breadcrumbs %}
<li class="breadcrumb__item"><a class="breadcrumb__link" href="#" rel="index up up up">{{ breadcrumb }}</a></li>
{% endfor %}
<li class="breadcrumb__item">{{ breadcrumb_current }}</li>
</ol>
</nav>
{
"breadcrumbs": {
"0": "Top Level 1",
"1": "Another Level 2",
"2": "Level 3"
},
"breadcrumb_current": "Current",
"breadcrumb_colour": "turquoise"
}
<a href="#" class="button show-lightbox" data-lightbox="poster">Poster maker</a>
<div class="lightbox lightbox--full" data-lightbox="poster" data-class="full">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
<div class="inner">
<h1>Poster maker</h1>
<div class="cakes-poster inner"></div>
</div>
</div>
<a href="#" class="button show-lightbox" data-lightbox="poster">{{ poster_button }}</a>
<div class="lightbox lightbox--full" data-lightbox="poster" data-class="full">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
<div class="inner">
<h1>Poster maker</h1>
<div class="cakes-poster inner"></div>
</div>
</div>
{
"poster_button": "Poster maker"
}
<div class="footsteps-issue-header grey-section">
<div class="banner-text inner">
<h1 class="centered">Footsteps Issue 92</h1>
<div class="custom-select url-select">
<span class="custom-select__selected-value">Footsteps Issue 92</span>
<select class="custom-select__input" id="your-role" name="selecta2">
<option value="#issue1">Footsteps Issue 92</option>
<option value="#issue2">Footsteps Issue 93</option>
<option value="#issue3">Footsteps Issue 94</option>
</select>
</div>
</div>
</div>
<div class="footsteps-issue-header grey-section">
<div class="banner-text inner">
<h1 class="centered">Footsteps Issue 92</h1>
<div class="custom-select url-select">
<span class="custom-select__selected-value">Footsteps Issue 92</span>
<select class="custom-select__input" id="your-role" name="selecta2">
<option value="#issue1">Footsteps Issue 92</option>
<option value="#issue2">Footsteps Issue 93</option>
<option value="#issue3">Footsteps Issue 94</option>
</select>
</div>
</div>
</div>
{}
<div class="grey-section border-both">
<div class="inner">
<div class="footsteps-options">
<div class="footsteps-options__row">
<div class="footsteps-options__col footsteps-options__col--left">
<h2 class="footsteps-options__header">Footsteps title</h2>
<p>OVERVIEW TEXT</p>
</div>
<div class="footsteps-options__col footsteps-options__col--right">
<a href="CUSTOM UPLOADED MEDIA URL" target="_blank" class="secondary-button" download="2017-Tearfund-Footsteps-101-Caring-for-orphans-En">Download</a>
<a href="CUSTOM SHOPIFY URL" target="_blank" class="secondary-button">Buy printed copies</a>
<a href="http://www.facebook.com/sharer.php?u=PAGE_URL" target="_blank" class="secondary-button">share</a>
</div>
</div>
</div>
</div>
</div>
<div class="grey-section border-both">
<div class="inner">
<div class="footsteps-options">
<div class="footsteps-options__row">
<div class="footsteps-options__col footsteps-options__col--left">
<h2 class="footsteps-options__header">{{footsteps_title}}</h2>
<p>OVERVIEW TEXT</p>
</div>
<div class="footsteps-options__col footsteps-options__col--right">
<a href="CUSTOM UPLOADED MEDIA URL" target="_blank" class="secondary-button" download="2017-Tearfund-Footsteps-101-Caring-for-orphans-En">Download</a>
<a href="CUSTOM SHOPIFY URL" target="_blank" class="secondary-button">Buy printed copies</a>
<a href="http://www.facebook.com/sharer.php?u=PAGE_URL" target="_blank" class="secondary-button">share</a>
</div>
</div>
</div>
</div>
</div>
{
"footsteps_title": "Footsteps title",
"footsteps_overview": "Overview"
}
<div class="inner">
<div class="scaffolding-triple">
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive circular-image">
<picture>
<source media="(min-width: 1px)" srcset="http://placehold.it/200x200?mw=200&mh=200, http://placehold.it/200x200?mw=400&mh=400 2x">
<img src="http://placehold.it/200x200" alt="">
</picture>
<div class="position hero-summary-top-overlay hero-summary-top-overlay--circular ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
">A Title</h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive circular-image">
<picture>
<source media="(min-width: 1px)" srcset="http://placehold.it/200x200?mw=200&mh=200, http://placehold.it/200x200?mw=400&mh=400 2x">
<img src="http://placehold.it/200x200" alt="">
</picture>
<div class="position hero-summary-top-overlay hero-summary-top-overlay--circular ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
"></h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive circular-image">
<picture>
<source media="(min-width: 1px)" srcset="http://placehold.it/200x200?mw=200&mh=200, http://placehold.it/200x200?mw=400&mh=400 2x">
<img src="http://placehold.it/200x200" alt="">
</picture>
<div class="position hero-summary-top-overlay hero-summary-top-overlay--circular ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
">A Title</h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
</div>
</div>
<div class="inner">
<div class="scaffolding-triple">
{% for hero_summary in hero_summaries %}
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary {% if hero_summary.card %}hero-summary--card{% endif %}">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive {% if hero_summary.circular %}circular-image{% endif %}">
{% if hero_summary.image %}
{% if hero_summary.circular %}
<picture>
<source media="(min-width: 1px)" srcset="{{ hero_summary.image }}?mw=200&mh=200, {{ hero_summary.image }}?mw=400&mh=400 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% else %}
<picture>
<source media="(min-width: 1400px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="{{ hero_summary.image }}?mw=223&mh=168, {{ hero_summary.image }}?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="{{ hero_summary.image }}?mw=343&mh=248, {{ hero_summary.image }}?mw=686%mh=496 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% endif %}
{% endif %}
{% if hero_summary.icon %}
<img src="{{ hero_summary.icon }}">
{% endif %}
{% if hero_summary.title_below != true %}
<div class="position hero-summary-top-overlay {% if hero_summary.circular %}hero-summary-top-overlay--circular{% endif %} ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
{% if hero_summary.small_title %}
hero-summary-title--image--small
{% endif %}
">{{ hero_summary.title }}</h2>
</div>
</div>
{% endif %}
</span>
</div>
{% if hero_summary.card %}
<div class="hero-summary-card__summary">
{% endif %}
{% if hero_summary.title_below %}
<h2 class="hero-summary-title">{{ hero_summary.title }}</h2>
{% endif %}
<p>{{ hero_summary.summary }}</p>
{% if hero_summary.link_text %}
<a class="hero-summary-link button" href="{{ hero_summary.url }}">{{ hero_summary.link_text }}</a>
{% endif %}
{% if hero_summary.card %}
</div>
{% endif %}
</div>
<!-- /hero-summary -->
</div>
{% endfor %}
</div>
</div>
{
"hero_summaries": {
"0": {
"title": "A Title",
"image": "http:\/\/placehold.it\/200x200",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"circular": true
},
"1": {
"image": "http:\/\/placehold.it\/200x200",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"circular": true
},
"2": {
"title": "A Title",
"image": "http:\/\/placehold.it\/200x200",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"circular": true
}
}
}
<div class="inner hero-summary-list">
<div class="hero-summary-list__item">
<div class="hero-summary-list__content">
<h2 class="hero-summary-title">A Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
</div>
</div>
<div class="hero-summary-list__item">
<div class="hero-summary-list__content">
<h2 class="hero-summary-title"></h2>
<p>A short summary text block goes in here to give more information about this section.</p>
</div>
</div>
<div class="hero-summary-list__item">
<div class="hero-summary-list__content">
<h2 class="hero-summary-title">A Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
</div>
</div>
</div>
<div class="inner hero-summary-list">
{% for hero_summary in hero_summaries %}
<div class="hero-summary-list__item">
{% if hero_summary.icon %}
<div class="hero-summary-list__image">
<img src="{{ hero_summary.icon }}">
</div>
{% endif %}
<div class="hero-summary-list__content">
<h2 class="hero-summary-title">{{ hero_summary.title }}</h2>
<p>{{ hero_summary.summary }}</p>
</div>
</div>
{% endfor %}
</div>
{
"hero_summaries": {
"0": {
"title": "A Title",
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more"
},
"1": {
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more"
},
"2": {
"title": "A Title",
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more"
}
}
}
A short summary text block goes in here to give more information about this section.
A short summary text block goes in here to give more information about this section.
A short summary text block goes in here to give more information about this section.
<div class="inner">
<div class="scaffolding-triple">
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="position hero-summary-top-overlay ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
">A Title</h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="position hero-summary-top-overlay ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
"></h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="position hero-summary-top-overlay ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
">A Title</h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
</div>
</div>
<div class="inner">
<div class="scaffolding-triple">
{% for hero_summary in hero_summaries %}
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary {% if hero_summary.card %}hero-summary--card{% endif %}">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive {% if hero_summary.circular %}circular-image{% endif %}">
{% if hero_summary.image %}
{% if hero_summary.circular %}
<picture>
<source media="(min-width: 1px)" srcset="{{ hero_summary.image }}?mw=200&mh=200, {{ hero_summary.image }}?mw=400&mh=400 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% else %}
<picture>
<source media="(min-width: 1400px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="{{ hero_summary.image }}?mw=223&mh=168, {{ hero_summary.image }}?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="{{ hero_summary.image }}?mw=343&mh=248, {{ hero_summary.image }}?mw=686%mh=496 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% endif %}
{% endif %}
{% if hero_summary.icon %}
<img src="{{ hero_summary.icon }}">
{% endif %}
{% if hero_summary.title_below != true %}
<div class="position hero-summary-top-overlay {% if hero_summary.circular %}hero-summary-top-overlay--circular{% endif %} ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
{% if hero_summary.small_title %}
hero-summary-title--image--small
{% endif %}
">{{ hero_summary.title }}</h2>
</div>
</div>
{% endif %}
</span>
</div>
{% if hero_summary.card %}
<div class="hero-summary-card__summary">
{% endif %}
{% if hero_summary.title_below %}
<h2 class="hero-summary-title">{{ hero_summary.title }}</h2>
{% endif %}
<p>{{ hero_summary.summary }}</p>
{% if hero_summary.link_text %}
<a class="hero-summary-link button" href="{{ hero_summary.url }}">{{ hero_summary.link_text }}</a>
{% endif %}
{% if hero_summary.card %}
</div>
{% endif %}
</div>
<!-- /hero-summary -->
</div>
{% endfor %}
</div>
</div>
{
"hero_summaries": {
"0": {
"title": "A Title",
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more"
},
"1": {
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more"
},
"2": {
"title": "A Title",
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more"
}
}
}
<div class="inner">
<div class="scaffolding-triple">
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="position hero-summary-top-overlay ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
hero-summary-title--image--small
">A Title</h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="position hero-summary-top-overlay ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
hero-summary-title--image--small
"></h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="position hero-summary-top-overlay ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
hero-summary-title--image--small
">A Title</h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
</div>
</div>
<div class="inner">
<div class="scaffolding-triple">
{% for hero_summary in hero_summaries %}
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary {% if hero_summary.card %}hero-summary--card{% endif %}">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive {% if hero_summary.circular %}circular-image{% endif %}">
{% if hero_summary.image %}
{% if hero_summary.circular %}
<picture>
<source media="(min-width: 1px)" srcset="{{ hero_summary.image }}?mw=200&mh=200, {{ hero_summary.image }}?mw=400&mh=400 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% else %}
<picture>
<source media="(min-width: 1400px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="{{ hero_summary.image }}?mw=223&mh=168, {{ hero_summary.image }}?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="{{ hero_summary.image }}?mw=343&mh=248, {{ hero_summary.image }}?mw=686%mh=496 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% endif %}
{% endif %}
{% if hero_summary.icon %}
<img src="{{ hero_summary.icon }}">
{% endif %}
{% if hero_summary.title_below != true %}
<div class="position hero-summary-top-overlay {% if hero_summary.circular %}hero-summary-top-overlay--circular{% endif %} ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
{% if hero_summary.small_title %}
hero-summary-title--image--small
{% endif %}
">{{ hero_summary.title }}</h2>
</div>
</div>
{% endif %}
</span>
</div>
{% if hero_summary.card %}
<div class="hero-summary-card__summary">
{% endif %}
{% if hero_summary.title_below %}
<h2 class="hero-summary-title">{{ hero_summary.title }}</h2>
{% endif %}
<p>{{ hero_summary.summary }}</p>
{% if hero_summary.link_text %}
<a class="hero-summary-link button" href="{{ hero_summary.url }}">{{ hero_summary.link_text }}</a>
{% endif %}
{% if hero_summary.card %}
</div>
{% endif %}
</div>
<!-- /hero-summary -->
</div>
{% endfor %}
</div>
</div>
{
"hero_summaries": {
"0": {
"title": "A Title",
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"small_title": true
},
"1": {
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"small_title": true
},
"2": {
"title": "A Title",
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"small_title": true
}
}
}
<div class="inner">
<div class="hero-summary clearfix">
<div class="large-col-8">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/940x360?mw=400&mh=300, http://placehold.it/940x360?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/940x360?mw=223&mh=168, http://placehold.it/940x360?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/940x360?mw=400&mh=300, http://placehold.it/940x360?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/940x360?mw=343&mh=248, http://placehold.it/940x360?mw=686%mh=496 2x">
<img src="http://placehold.it/940x360" alt="">
</picture>
</span>
</div>
</div>
<div class="large-col-4">
<h2 class="hero-summary-title animate" style="height: 20px;">
A Title
</h2>
<p class="animate">A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button animate" href="">See more</a>
</div>
</div>
</div>
<div class="inner">
<div class="hero-summary clearfix">
<div class="large-col-8">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/940x360?mw=400&mh=300, http://placehold.it/940x360?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/940x360?mw=223&mh=168, http://placehold.it/940x360?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/940x360?mw=400&mh=300, http://placehold.it/940x360?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/940x360?mw=343&mh=248, http://placehold.it/940x360?mw=686%mh=496 2x">
<img src="http://placehold.it/940x360" alt="">
</picture>
</span>
</div>
</div>
<div class="large-col-4">
<h2 class="hero-summary-title animate" style="height: 20px;">
A Title
</h2>
<p class="animate">A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button animate" href="">See more</a>
</div>
</div>
</div>
{}
A short summary text block goes in here to give more information about this section.
See more<div class="inner">
<div class="scaffolding-triple">
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary hero-summary--card">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="position hero-summary-top-overlay ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
">A Title</h2>
</div>
</div>
</span>
</div>
<div class="hero-summary-card__summary">
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary hero-summary--card">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="position hero-summary-top-overlay ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
"></h2>
</div>
</div>
</span>
</div>
<div class="hero-summary-card__summary">
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary hero-summary--card">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="position hero-summary-top-overlay ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
">A Title</h2>
</div>
</div>
</span>
</div>
<div class="hero-summary-card__summary">
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
</div>
<!-- /hero-summary -->
</div>
</div>
</div>
<div class="inner">
<div class="scaffolding-triple">
{% for hero_summary in hero_summaries %}
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary {% if hero_summary.card %}hero-summary--card{% endif %}">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive {% if hero_summary.circular %}circular-image{% endif %}">
{% if hero_summary.image %}
{% if hero_summary.circular %}
<picture>
<source media="(min-width: 1px)" srcset="{{ hero_summary.image }}?mw=200&mh=200, {{ hero_summary.image }}?mw=400&mh=400 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% else %}
<picture>
<source media="(min-width: 1400px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="{{ hero_summary.image }}?mw=223&mh=168, {{ hero_summary.image }}?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="{{ hero_summary.image }}?mw=343&mh=248, {{ hero_summary.image }}?mw=686%mh=496 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% endif %}
{% endif %}
{% if hero_summary.icon %}
<img src="{{ hero_summary.icon }}">
{% endif %}
{% if hero_summary.title_below != true %}
<div class="position hero-summary-top-overlay {% if hero_summary.circular %}hero-summary-top-overlay--circular{% endif %} ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
{% if hero_summary.small_title %}
hero-summary-title--image--small
{% endif %}
">{{ hero_summary.title }}</h2>
</div>
</div>
{% endif %}
</span>
</div>
{% if hero_summary.card %}
<div class="hero-summary-card__summary">
{% endif %}
{% if hero_summary.title_below %}
<h2 class="hero-summary-title">{{ hero_summary.title }}</h2>
{% endif %}
<p>{{ hero_summary.summary }}</p>
{% if hero_summary.link_text %}
<a class="hero-summary-link button" href="{{ hero_summary.url }}">{{ hero_summary.link_text }}</a>
{% endif %}
{% if hero_summary.card %}
</div>
{% endif %}
</div>
<!-- /hero-summary -->
</div>
{% endfor %}
</div>
</div>
{
"hero_summaries": {
"0": {
"title": "A Title",
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"card": true
},
"1": {
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"card": true
},
"2": {
"title": "A Title",
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"card": true
}
}
}
<div class="inner">
<div class="scaffolding-triple">
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive circular-image">
<picture>
<source media="(min-width: 1px)" srcset="http://placehold.it/200x200?mw=200&mh=200, http://placehold.it/200x200?mw=400&mh=400 2x">
<img src="http://placehold.it/200x200" alt="">
</picture>
<div class="position hero-summary-top-overlay hero-summary-top-overlay--circular ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
hero-summary-title--image--small
">A Title</h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive circular-image">
<picture>
<source media="(min-width: 1px)" srcset="http://placehold.it/200x200?mw=200&mh=200, http://placehold.it/200x200?mw=400&mh=400 2x">
<img src="http://placehold.it/200x200" alt="">
</picture>
<div class="position hero-summary-top-overlay hero-summary-top-overlay--circular ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
hero-summary-title--image--small
"></h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive circular-image">
<picture>
<source media="(min-width: 1px)" srcset="http://placehold.it/200x200?mw=200&mh=200, http://placehold.it/200x200?mw=400&mh=400 2x">
<img src="http://placehold.it/200x200" alt="">
</picture>
<div class="position hero-summary-top-overlay hero-summary-top-overlay--circular ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
hero-summary-title--image--small
">A Title</h2>
</div>
</div>
</span>
</div>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
</div>
</div>
<div class="inner">
<div class="scaffolding-triple">
{% for hero_summary in hero_summaries %}
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary {% if hero_summary.card %}hero-summary--card{% endif %}">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive {% if hero_summary.circular %}circular-image{% endif %}">
{% if hero_summary.image %}
{% if hero_summary.circular %}
<picture>
<source media="(min-width: 1px)" srcset="{{ hero_summary.image }}?mw=200&mh=200, {{ hero_summary.image }}?mw=400&mh=400 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% else %}
<picture>
<source media="(min-width: 1400px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="{{ hero_summary.image }}?mw=223&mh=168, {{ hero_summary.image }}?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="{{ hero_summary.image }}?mw=343&mh=248, {{ hero_summary.image }}?mw=686%mh=496 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% endif %}
{% endif %}
{% if hero_summary.icon %}
<img src="{{ hero_summary.icon }}">
{% endif %}
{% if hero_summary.title_below != true %}
<div class="position hero-summary-top-overlay {% if hero_summary.circular %}hero-summary-top-overlay--circular{% endif %} ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
{% if hero_summary.small_title %}
hero-summary-title--image--small
{% endif %}
">{{ hero_summary.title }}</h2>
</div>
</div>
{% endif %}
</span>
</div>
{% if hero_summary.card %}
<div class="hero-summary-card__summary">
{% endif %}
{% if hero_summary.title_below %}
<h2 class="hero-summary-title">{{ hero_summary.title }}</h2>
{% endif %}
<p>{{ hero_summary.summary }}</p>
{% if hero_summary.link_text %}
<a class="hero-summary-link button" href="{{ hero_summary.url }}">{{ hero_summary.link_text }}</a>
{% endif %}
{% if hero_summary.card %}
</div>
{% endif %}
</div>
<!-- /hero-summary -->
</div>
{% endfor %}
</div>
</div>
{
"hero_summaries": {
"0": {
"title": "A Title",
"image": "http:\/\/placehold.it\/200x200",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"circular": true,
"small_title": true
},
"1": {
"image": "http:\/\/placehold.it\/200x200",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"circular": true,
"small_title": true
},
"2": {
"title": "A Title",
"image": "http:\/\/placehold.it\/200x200",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"circular": true,
"small_title": true
}
}
}
<div class="inner">
<div class="scaffolding-triple">
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
</span>
</div>
<h2 class="hero-summary-title">A Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
</span>
</div>
<h2 class="hero-summary-title"></h2>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary ">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive ">
<picture>
<source media="(min-width: 1400px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="http://placehold.it/400x300?mw=223&mh=168, http://placehold.it/400x300?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="http://placehold.it/400x300?mw=400&mh=300, http://placehold.it/400x300?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300?mw=343&mh=248, http://placehold.it/400x300?mw=686%mh=496 2x">
<img src="http://placehold.it/400x300" alt="">
</picture>
</span>
</div>
<h2 class="hero-summary-title">A Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
<a class="hero-summary-link button" href="">See more</a>
</div>
<!-- /hero-summary -->
</div>
</div>
</div>
<div class="inner">
<div class="scaffolding-triple">
{% for hero_summary in hero_summaries %}
<div class="scaffolding-triple-col">
<!-- hero-summary -->
<div class="hero-summary {% if hero_summary.card %}hero-summary--card{% endif %}">
<div class="hero-summary-top flexbox flexboxlegacy">
<span class="hero-summary-top-responsive {% if hero_summary.circular %}circular-image{% endif %}">
{% if hero_summary.image %}
{% if hero_summary.circular %}
<picture>
<source media="(min-width: 1px)" srcset="{{ hero_summary.image }}?mw=200&mh=200, {{ hero_summary.image }}?mw=400&mh=400 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% else %}
<picture>
<source media="(min-width: 1400px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 768px)" srcset="{{ hero_summary.image }}?mw=223&mh=168, {{ hero_summary.image }}?mw=446&mh=336 2x">
<source media="(min-width: 647px)" srcset="{{ hero_summary.image }}?mw=400&mh=300, {{ hero_summary.image }}?mw=800&mh=600 2x">
<source media="(min-width: 375px)" srcset="{{ hero_summary.image }}?mw=343&mh=248, {{ hero_summary.image }}?mw=686%mh=496 2x">
<img src="{{ hero_summary.image }}" alt="{{ hero_summary.alt }}">
</picture>
{% endif %}
{% endif %}
{% if hero_summary.icon %}
<img src="{{ hero_summary.icon }}">
{% endif %}
{% if hero_summary.title_below != true %}
<div class="position hero-summary-top-overlay {% if hero_summary.circular %}hero-summary-top-overlay--circular{% endif %} ">
<div class="hero-summary-title--container">
<h2 class="hero-summary-title hero-summary-title--image
{% if hero_summary.small_title %}
hero-summary-title--image--small
{% endif %}
">{{ hero_summary.title }}</h2>
</div>
</div>
{% endif %}
</span>
</div>
{% if hero_summary.card %}
<div class="hero-summary-card__summary">
{% endif %}
{% if hero_summary.title_below %}
<h2 class="hero-summary-title">{{ hero_summary.title }}</h2>
{% endif %}
<p>{{ hero_summary.summary }}</p>
{% if hero_summary.link_text %}
<a class="hero-summary-link button" href="{{ hero_summary.url }}">{{ hero_summary.link_text }}</a>
{% endif %}
{% if hero_summary.card %}
</div>
{% endif %}
</div>
<!-- /hero-summary -->
</div>
{% endfor %}
</div>
</div>
{
"hero_summaries": {
"0": {
"title": "A Title",
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"title_below": true
},
"1": {
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"title_below": true
},
"2": {
"title": "A Title",
"image": "http:\/\/placehold.it\/400x300",
"summary": "A short summary text block goes in here to give more information about this section.",
"url:": "#",
"link_text": "See more",
"title_below": true
}
}
}
<div class="hero-summary-single">
<div class="hero-summary-single__content">
<h2 class="no-margin-top">A Title</h2>
<p>Cake sales and coffee mornings are fun, sociable and a great way to raise money. Everyone can get involved and they’re very easy to organise. You don’t need to be a master baker – just buy and resell cakes. We’ll give you all the resources, recipes and tips you’ll need to host a Big Bake – and all the money you raise will help families in poverty across the world.</p>
<a class="button" href="">See more</a>
</div>
<div class="hero-summary-single__image">
<picture>
<source media="(min-width: 375px)" srcset="http://placehold.it/1200x800, 2x">
<img src="http://placehold.it/1200x800" alt="We wont stop until poverty stops">
</picture>
</div>
</div>
{% for hero_summary in single_hero_summaries %}
<div class="hero-summary-single">
<div class="hero-summary-single__content">
<h2 class="no-margin-top">{{ hero_summary.title }}</h2>
<p>{{ hero_summary.summary }}</p>
<a class="button" href="{{ hero_summary.url }}">{{ hero_summary.link_text }}</a>
</div>
<div class="hero-summary-single__image">
<picture>
<source media="(min-width: 375px)" srcset="{{ hero_summary.image }}, {{ hero_summary.image_retina }} 2x">
<img src="{{ hero_summary.image }}" alt="We wont stop until poverty stops">
</picture>
</div>
</div>
{% endfor %}
{
"single_hero_summaries": {
"0": {
"title": "A Title",
"image": "http:\/\/placehold.it\/1200x800",
"summary": "Cake sales and coffee mornings are fun, sociable and a great way to raise money. Everyone can get involved and they\u2019re very easy to organise. You don\u2019t need to be a master baker \u2013 just buy and resell cakes. We\u2019ll give you all the resources, recipes and tips you\u2019ll need to host a Big Bake \u2013 and all the money you raise will help families in poverty across the world.",
"url:": "#",
"link_text": "See more"
}
}
}
Cake sales and coffee mornings are fun, sociable and a great way to raise money. Everyone can get involved and they’re very easy to organise. You don’t need to be a master baker – just buy and resell cakes. We’ll give you all the resources, recipes and tips you’ll need to host a Big Bake – and all the money you raise will help families in poverty across the world.
See more<div class="clearfix">
<div class="large-col-4">
<div class="rounded-corners quiz-box quiz-box--red">
<h3>FAQS</h3>
<p>It wouldn't be a quiz without questions - we want to answer all of yours here.</p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/FAQs" class="button button--transparent button--bold">Read More</a>
</div>
</div>
</div>
<div class="clearfix">
<div class="large-col-4">
<div class="rounded-corners quiz-box quiz-box--{{ box_colour }}">
<h3>FAQS</h3>
<p>It wouldn't be a quiz without questions - we want to answer all of yours here.</p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/FAQs" class="button button--transparent button--bold">Read More</a>
</div>
</div>
</div>
{
"box_colour": "red"
}
<div class="big-quiz-countdown countdown">
<div class="inner">
<span>7 Days 3 Hours</span> to go until
</div>
</div>
<div class="full-banner full-banner--quiz-night full-banner--quiz-night-guide full-banner--image" data-image="/images/mainsite5/big-quiz-night/turquoise_texture.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title full-banner__title--open-sans full-banner__title--small">resources</h1>
<p>Everything you need to run your Big Quiz night</p> <div class="quiz-night-resources-header-image"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
<div class="big-quiz-countdown countdown">
<div class="inner">
<span>7 Days 3 Hours</span> to go until
</div>
</div>
<div class="full-banner full-banner--quiz-night full-banner--quiz-night-guide full-banner--image" data-image="/images/mainsite5/big-quiz-night/turquoise_texture.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title full-banner__title--open-sans full-banner__title--small">{{ header_name }}</h1>
{% if subtitle %}<p>{{ subtitle }}</p>{% endif %}
<div class="quiz-night-{{ header_name }}-header-image"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
{
"header_name": "resources",
"subtitle": "Everything you need to run your Big Quiz night"
}
<div class="quiz-dashboard quiz-dashboard--totaliser quiz-dashboard--totaliser-thankyou quiz-dashboard--totaliser-center">
<div class="totaliser-container">
<picture class="totaliser-plane">
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Stage3b_Plane.png, /images/mainsite5/big-quiz-night/Stage3b_Plane@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/Stage3b_Plane.png" alt="Thank you" title="Thank you">
</picture>
<div class="totaliser-thankyou">Thank You</div>
<div class="totaliser-intro">for being part of The Big Quiz Night</div>
<picture class="totaliser-logo">
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/tflogo.png, /images/mainsite5/big-quiz-night/tflogo@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/tflogo.png" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</picture>
</div>
</div>
<div class="quiz-dashboard quiz-dashboard--totaliser quiz-dashboard--totaliser-thankyou quiz-dashboard--totaliser-center">
<div class="totaliser-container">
<picture class="totaliser-plane">
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Stage3b_Plane.png, /images/mainsite5/big-quiz-night/Stage3b_Plane@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/Stage3b_Plane.png" alt="Thank you" title="Thank you">
</picture>
<div class="totaliser-thankyou">Thank You</div>
<div class="totaliser-intro">for being part of The Big Quiz Night</div>
<picture class="totaliser-logo">
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/tflogo.png, /images/mainsite5/big-quiz-night/tflogo@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/tflogo.png" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</picture>
</div>
</div>
{
"total": "16520"
}
<div class="grey-section">
<div class="inner clearfix">
<div class="large-col-8 large-offset-2 center-text">
<h2 class="quiz-night-heading">Let's Get Quizzical</h2>
<p><strong>Thanks for being part of Tearfund's Big Quiz Night.</strong></p>
<p>Together, we’re putting on the biggest multi-venue, nationwide quiz ever – and it’s all in the name of fighting poverty. On this page you’ll find loads of useful tips and info, ensuring your Big Quiz Night is fun, involves your community and runs smoothly.</p>
</div>
</div>
<div class="inner">
<div class="quiz-guide-heading">
<h2 class="quiz-night-heading"><span>Seven steps</span> to an amazing night</h2>
</div>
<div class="quiz-step quiz-step--white">
<div class="large-col-7">
<h3 class="quiz-night-heading"><span>Step 1</span> Sign Up</h3>
<p>Once you’ve registered your church/group, we’ll send you the Big Quiz Night Pack. It’s full of great resources to help make your night a success. You’ll also receive regular emails from us from September to keep you on track and encourage you. If you haven’t signed up yet, you can <a href="~/link.aspx?_id=AAC2EBC4116E49459FA623E287044F6B&_z=z">sign up here</a>.</p>
</div>
<div class="large-col-5 quiz-pack">
<p><strong>What’s in the pack</strong><br />
USB stick with the quiz film, quiz questions and answers, posters, team answer sheet, to-do checklist and fundraising ideas</p>
</div>
</div>
<div class="quiz-step quiz-step--green quiz-step--chefs">
<div class="large-col-5">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/AnimationBakerChef@2x.gif, /images/mainsite5/big-quiz-night/AnimationBakerChef@2x.gif 2x">
<img src="/images/mainsite5/big-quiz-night/AnimationBakerChef.gif" alt="Chefs">
</picture>
</div>
<div class="large-col-7">
<h3 class="quiz-night-heading"><span>Step 2</span> BOOK YOUR VENUE</h3>
<p>We know that schedules get busy, so as soon as you can check the date – 17 November – with your church (or other venue) and book in your Big Quiz Night.</p>
<h3 class="quiz-night-heading"><span>Step 3</span> GATHER YOUR TEAM</h3>
<p>A great quiz needs a great team. Think of people who could help with catering (if you’re doing food), someone to be MC, the all-important audio/visual team and some people to help set up. The more the merrier.</p>
</div>
</div>
<div class="quiz-step quiz-step--white">
<div class="large-col-7">
<h3 class="quiz-night-heading"><span>Step 4</span> START PROMOTING BIG</h3>
<p>It’s never too early to begin the hype. You can download notices and put up posters once your pack arrives. Make sure your congregation, friends, family, pets etc know that this is an event not to be missed.</p>
<h3 class="quiz-night-heading"><span>Step 5</span> UNPACK YOUR QUIZ PACK</h3>
<p>Once you’ve received your pack, you can order more of the resources inside, familiarise yourself with the video and photocopy as many of the answer sheets as you need. Any questions? Check out our big <a href="/About_you/Fundraise/The_Big_Quiz_Night/FAQs">FAQ page</a></p>
</div>
<div class="large-col-5">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/pirate.png, /images/mainsite5/big-quiz-night/pirate@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/pirate.png" alt="Pirate">
</picture>
</div>
</div>
<div class="quiz-step quiz-step--green quiz-step--superhero">
<!-- <div class="large-col-5"> -->
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/superhero.png, /images/mainsite5/big-quiz-night/superhero@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/superhero.png" alt="Superhero">
</picture>
<!-- </div> -->
<div class="large-col-7 large-offset-5">
<h3 class="quiz-night-heading"><span>Step 6</span> CUSTOMISE YOUR BIG QUIZ</h3>
<p>No two churches are alike, and no Big Quiz Night has to be either. Tailor your night to whatever suits you best, whether that’s adding food, music, fundraising challenges – whatever you fancy. We’ll include lots of fundraising ideas in your pack, but feel free to go wild in coming up with your own. Every pound raised will make a massive difference to people in need.</p>
</div>
</div>
<div class="quiz-step quiz-step--white quiz-step--bottom-rounded">
<div class="large-col-7">
<h3 class="quiz-night-heading"><span>Step 7</span> THE BIG NIGHT</h3>
<p>Link up to our online dashboard, which will be hosted at www.tearfund.org/[dashboard]
There, you’ll be able to let us know how many people took part in your Big Quiz, so we can announce the grand total of nationwide attendees. You can follow along with all the action on social media with the hashtag #BQN
</p>
<p><strong>And most importantly, have an amazing time!</strong></p>
</div>
<div class="large-col-5">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/popcorn.png, /images/mainsite5/big-quiz-night/popcorn@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/popcorn.png" alt="Popcorn">
</picture>
</div>
</div>
</div>
</div>
<div class="grey-section">
<div class="inner clearfix">
<div class="large-col-8 large-offset-2 center-text">
<h2 class="quiz-night-heading">Let's Get Quizzical</h2>
<p><strong>Thanks for being part of Tearfund's Big Quiz Night.</strong></p>
<p>Together, we’re putting on the biggest multi-venue, nationwide quiz ever – and it’s all in the name of fighting poverty. On this page you’ll find loads of useful tips and info, ensuring your Big Quiz Night is fun, involves your community and runs smoothly.</p>
</div>
</div>
<div class="inner">
<div class="quiz-guide-heading">
<h2 class="quiz-night-heading"><span>Seven steps</span> to an amazing night</h2>
</div>
<div class="quiz-step quiz-step--white">
<div class="large-col-7">
<h3 class="quiz-night-heading"><span>Step 1</span> Sign Up</h3>
<p>Once you’ve registered your church/group, we’ll send you the Big Quiz Night Pack. It’s full of great resources to help make your night a success. You’ll also receive regular emails from us from September to keep you on track and encourage you. If you haven’t signed up yet, you can <a href="~/link.aspx?_id=AAC2EBC4116E49459FA623E287044F6B&_z=z">sign up here</a>.</p>
</div>
<div class="large-col-5 quiz-pack">
<p><strong>What’s in the pack</strong><br />
USB stick with the quiz film, quiz questions and answers, posters, team answer sheet, to-do checklist and fundraising ideas</p>
</div>
</div>
<div class="quiz-step quiz-step--green quiz-step--chefs">
<div class="large-col-5">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/AnimationBakerChef@2x.gif, /images/mainsite5/big-quiz-night/AnimationBakerChef@2x.gif 2x">
<img src="/images/mainsite5/big-quiz-night/AnimationBakerChef.gif" alt="Chefs">
</picture>
</div>
<div class="large-col-7">
<h3 class="quiz-night-heading"><span>Step 2</span> BOOK YOUR VENUE</h3>
<p>We know that schedules get busy, so as soon as you can check the date – 17 November – with your church (or other venue) and book in your Big Quiz Night.</p>
<h3 class="quiz-night-heading"><span>Step 3</span> GATHER YOUR TEAM</h3>
<p>A great quiz needs a great team. Think of people who could help with catering (if you’re doing food), someone to be MC, the all-important audio/visual team and some people to help set up. The more the merrier.</p>
</div>
</div>
<div class="quiz-step quiz-step--white">
<div class="large-col-7">
<h3 class="quiz-night-heading"><span>Step 4</span> START PROMOTING BIG</h3>
<p>It’s never too early to begin the hype. You can download notices and put up posters once your pack arrives. Make sure your congregation, friends, family, pets etc know that this is an event not to be missed.</p>
<h3 class="quiz-night-heading"><span>Step 5</span> UNPACK YOUR QUIZ PACK</h3>
<p>Once you’ve received your pack, you can order more of the resources inside, familiarise yourself with the video and photocopy as many of the answer sheets as you need. Any questions? Check out our big <a href="/About_you/Fundraise/The_Big_Quiz_Night/FAQs">FAQ page</a></p>
</div>
<div class="large-col-5">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/pirate.png, /images/mainsite5/big-quiz-night/pirate@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/pirate.png" alt="Pirate">
</picture>
</div>
</div>
<div class="quiz-step quiz-step--green quiz-step--superhero">
<!-- <div class="large-col-5"> -->
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/superhero.png, /images/mainsite5/big-quiz-night/superhero@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/superhero.png" alt="Superhero">
</picture>
<!-- </div> -->
<div class="large-col-7 large-offset-5">
<h3 class="quiz-night-heading"><span>Step 6</span> CUSTOMISE YOUR BIG QUIZ</h3>
<p>No two churches are alike, and no Big Quiz Night has to be either. Tailor your night to whatever suits you best, whether that’s adding food, music, fundraising challenges – whatever you fancy. We’ll include lots of fundraising ideas in your pack, but feel free to go wild in coming up with your own. Every pound raised will make a massive difference to people in need.</p>
</div>
</div>
<div class="quiz-step quiz-step--white quiz-step--bottom-rounded">
<div class="large-col-7">
<h3 class="quiz-night-heading"><span>Step 7</span> THE BIG NIGHT</h3>
<p>Link up to our online dashboard, which will be hosted at www.tearfund.org/[dashboard]
There, you’ll be able to let us know how many people took part in your Big Quiz, so we can announce the grand total of nationwide attendees. You can follow along with all the action on social media with the hashtag #BQN
</p>
<p><strong>And most importantly, have an amazing time!</strong></p>
</div>
<div class="large-col-5">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/popcorn.png, /images/mainsite5/big-quiz-night/popcorn@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/popcorn.png" alt="Popcorn">
</picture>
</div>
</div>
</div>
</div>
{}
Thanks for being part of Tearfund's Big Quiz Night.
Together, we’re putting on the biggest multi-venue, nationwide quiz ever – and it’s all in the name of fighting poverty. On this page you’ll find loads of useful tips and info, ensuring your Big Quiz Night is fun, involves your community and runs smoothly.
Once you’ve registered your church/group, we’ll send you the Big Quiz Night Pack. It’s full of great resources to help make your night a success. You’ll also receive regular emails from us from September to keep you on track and encourage you. If you haven’t signed up yet, you can sign up here.
What’s in the pack
USB stick with the quiz film, quiz questions and answers, posters, team answer sheet, to-do checklist and fundraising ideas
We know that schedules get busy, so as soon as you can check the date – 17 November – with your church (or other venue) and book in your Big Quiz Night.
A great quiz needs a great team. Think of people who could help with catering (if you’re doing food), someone to be MC, the all-important audio/visual team and some people to help set up. The more the merrier.
It’s never too early to begin the hype. You can download notices and put up posters once your pack arrives. Make sure your congregation, friends, family, pets etc know that this is an event not to be missed.
Once you’ve received your pack, you can order more of the resources inside, familiarise yourself with the video and photocopy as many of the answer sheets as you need. Any questions? Check out our big FAQ page
No two churches are alike, and no Big Quiz Night has to be either. Tailor your night to whatever suits you best, whether that’s adding food, music, fundraising challenges – whatever you fancy. We’ll include lots of fundraising ideas in your pack, but feel free to go wild in coming up with your own. Every pound raised will make a massive difference to people in need.
Link up to our online dashboard, which will be hosted at www.tearfund.org/[dashboard] There, you’ll be able to let us know how many people took part in your Big Quiz, so we can announce the grand total of nationwide attendees. You can follow along with all the action on social media with the hashtag #BQN
And most importantly, have an amazing time!
<div class="clearfix">
<div class="large-col-4">
<div class="rounded-corners quiz-box quiz-box--grey">
<h3>FAQS</h3>
<p>It wouldn't be a quiz without questions - we want to answer all of yours here.</p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/FAQs" class="button button--transparent button--bold">Read More</a>
</div>
</div>
</div>
<div class="clearfix">
<div class="large-col-4">
<div class="rounded-corners quiz-box quiz-box--{{ box_colour }}">
<h3>FAQS</h3>
<p>It wouldn't be a quiz without questions - we want to answer all of yours here.</p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/FAQs" class="button button--transparent button--bold">Read More</a>
</div>
</div>
</div>
{
"box_colour": "grey"
}
<div class="quiz-next-year">
<div class="inner">
<div class="large-col-4">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Stage3b_Trumpeter.png, /images/mainsite5/big-quiz-night/Stage3b_Trumpeter@2x.png 2x">
<img class="quiz-trumpeter" src="/images/mainsite5/big-quiz-night/Stage3b_Trumpeter@2x.png" alt="Car">
</picture>
</div>
<div class="large-col-8">
<h2 class="quiz-night-heading">THE BIG QUIZ NIGHT WILL BE BACK</h2>
<p>The Big Quiz will be back on November XX 2019. Save the date in your calendar and register your interest here. We’ll keep you up to date.</p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/Sign_up" class="button button--bold">REGISTER YOUR INTEREST</a>
</div>
</div>
</div>
<div class="quiz-next-year">
<div class="inner">
<div class="large-col-4">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Stage3b_Trumpeter.png, /images/mainsite5/big-quiz-night/Stage3b_Trumpeter@2x.png 2x">
<img class="quiz-trumpeter" src="/images/mainsite5/big-quiz-night/Stage3b_Trumpeter@2x.png" alt="Car">
</picture>
</div>
<div class="large-col-8">
<h2 class="quiz-night-heading">THE BIG QUIZ NIGHT WILL BE BACK</h2>
<p>The Big Quiz will be back on November XX 2019. Save the date in your calendar and register your interest here. We’ll keep you up to date.</p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/Sign_up" class="button button--bold">REGISTER YOUR INTEREST</a>
</div>
</div>
</div>
{}
<div class="clearfix">
<div class="large-col-4">
<div class="rounded-corners quiz-box quiz-box--turquoise">
<h3>FAQS</h3>
<p>It wouldn't be a quiz without questions - we want to answer all of yours here.</p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/FAQs" class="button button--transparent button--bold">Read More</a>
</div>
</div>
</div>
<div class="clearfix">
<div class="large-col-4">
<div class="rounded-corners quiz-box quiz-box--{{ box_colour }}">
<h3>FAQS</h3>
<p>It wouldn't be a quiz without questions - we want to answer all of yours here.</p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/FAQs" class="button button--transparent button--bold">Read More</a>
</div>
</div>
</div>
{
"box_colour": "turquoise"
}
<div id="quiz-map"> </div>
<div id="quiz-map"> </div>
{}
<div class="clearfix">
<div class="large-col-4">
<div class="rounded-corners quiz-box quiz-box--orange">
<h3>FAQS</h3>
<p>It wouldn't be a quiz without questions - we want to answer all of yours here.</p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/FAQs" class="button button--transparent button--bold">Read More</a>
</div>
</div>
</div>
<div class="clearfix">
<div class="large-col-4">
<div class="rounded-corners quiz-box quiz-box--{{ box_colour }}">
<h3>FAQS</h3>
<p>It wouldn't be a quiz without questions - we want to answer all of yours here.</p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/FAQs" class="button button--transparent button--bold">Read More</a>
</div>
</div>
</div>
{
"box_colour": "orange"
}
<div class="inner big-quiz-totals clearfix" style="position:relative;">
<div class="large-col-6">
<img src="/images/mainsite5/big-quiz-night/Big_Quiz_Map_Totaliser_Static.jpg" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</div>
<div class="large-col-6 big-quiz-totals__right">
<div class="big-quiz-total-section">
<div class="big-quiz-totaliser-title">Total number of churches:</div>
<div class="zero-counter big-quiz-totaliser-number" data-from="0" data-to="498">
<span class="zero-counter__value">0</span>
</div>
</div>
<div class="big-quiz-total-section">
<div class="big-quiz-totaliser-title">Total number of quizzers:</div>
<div class="zero-counter big-quiz-totaliser-number" data-from="0" data-to="22197">
<span class="zero-counter__value">0</span>
</div>
</div>
</div>
</div>
<div class="inner big-quiz-totals clearfix" style="position:relative;">
<div class="large-col-6">
<img src="/images/mainsite5/big-quiz-night/Big_Quiz_Map_Totaliser_Static.jpg" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</div>
<div class="large-col-6 big-quiz-totals__right">
<div class="big-quiz-total-section">
<div class="big-quiz-totaliser-title">Total number of churches:</div>
<div class="zero-counter big-quiz-totaliser-number" data-from="0" data-to="498">
<span class="zero-counter__value">0</span>
</div>
</div>
<div class="big-quiz-total-section">
<div class="big-quiz-totaliser-title">Total number of quizzers:</div>
<div class="zero-counter big-quiz-totaliser-number" data-from="0" data-to="22197">
<span class="zero-counter__value">0</span>
</div>
</div>
</div>
</div>
{}
<div class="quiz-dashboard quiz-dashboard--stage-1 quiz-dashboard--totaliser quiz-dashboard--totaliser-center" style="position: relative">>
<div class="totaliser-container">
<div class="totaliser-intro">Total number of Quizzers:</div>
<!-- <div class="totaliser-total">16520</div>
--> <div class="zero-counter totaliser-total" data-from="0" data-to="16520">
<span class="zero-counter__value">16520</span>
</div>
<picture class="totaliser-dinosaur">
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Totaliser_Dinosaur.png, /images/mainsite5/big-quiz-night/Totaliser_Dinosaur@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/Totaliser_Dinosaur.png" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</picture>
</div>
</div>
<div class="quiz-dashboard quiz-dashboard--stage-2 quiz-dashboard--churches quiz-dashboard--totaliser-center">
<div class="totaliser-container">
<div class="large-col-6">
<div>
<div class="totaliser-intro">Total number of churches:</div>
<!-- <div class="totaliser-total">16520</div>
--> <div class="zero-counter totaliser-total" data-from="0" data-to="720">
<span class="zero-counter__value">720</span>
</div>
</div>
</div>
<div class="large-col-6">
<img src="/images/mainsite5/big-quiz-night/map.png" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</div>
</div>
</div>
<div class="quiz-dashboard quiz-dashboard--stage-3 quiz-dashboard--totaliser quiz-dashboard--totaliser-thankyou quiz-dashboard--totaliser-center">
<div class="totaliser-container">
<picture class="totaliser-plane">
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Stage3b_Plane.png, /images/mainsite5/big-quiz-night/Stage3b_Plane@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/Stage3b_Plane.png" alt="Thank you" title="Thank you">
</picture>
<div class="totaliser-thankyou">Thank You</div>
<div class="totaliser-intro">for being part of The Big Quiz Night</div>
<picture class="totaliser-logo">
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/tflogo.png, /images/mainsite5/big-quiz-night/tflogo@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/tflogo.png" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</picture>
</div>
</div>
<div class="quiz-dashboard quiz-dashboard--stage-1 quiz-dashboard--totaliser quiz-dashboard--totaliser-center" style="position: relative">>
<div class="totaliser-container">
<div class="totaliser-intro">Total number of Quizzers:</div>
<!-- <div class="totaliser-total">{{ total }}</div>
--> <div class="zero-counter totaliser-total" data-from="0" data-to="{{ total }}">
<span class="zero-counter__value">{{ total }}</span>
</div>
<picture class="totaliser-dinosaur">
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Totaliser_Dinosaur.png, /images/mainsite5/big-quiz-night/Totaliser_Dinosaur@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/Totaliser_Dinosaur.png" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</picture>
</div>
</div>
<div class="quiz-dashboard quiz-dashboard--stage-2 quiz-dashboard--churches quiz-dashboard--totaliser-center">
<div class="totaliser-container">
<div class="large-col-6">
<div>
<div class="totaliser-intro">Total number of churches:</div>
<!-- <div class="totaliser-total">{{ total }}</div>
--> <div class="zero-counter totaliser-total" data-from="0" data-to="{{ church_total }}">
<span class="zero-counter__value">{{ church_total }}</span>
</div>
</div>
</div>
<div class="large-col-6">
<img src="/images/mainsite5/big-quiz-night/map.png" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</div>
</div>
</div>
<div class="quiz-dashboard quiz-dashboard--stage-3 quiz-dashboard--totaliser quiz-dashboard--totaliser-thankyou quiz-dashboard--totaliser-center">
<div class="totaliser-container">
<picture class="totaliser-plane">
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Stage3b_Plane.png, /images/mainsite5/big-quiz-night/Stage3b_Plane@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/Stage3b_Plane.png" alt="Thank you" title="Thank you">
</picture>
<div class="totaliser-thankyou">Thank You</div>
<div class="totaliser-intro">for being part of The Big Quiz Night</div>
<picture class="totaliser-logo">
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/tflogo.png, /images/mainsite5/big-quiz-night/tflogo@2x.png 2x">
<img src="/images/mainsite5/big-quiz-night/tflogo.png" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</picture>
</div>
</div>
{
"total": "16520",
"church_total": "720"
}
<div class="grey-section">
<div class="inner">
<div class="team-name-container">
<div class="large-col-6 best-team-name">
<div class="quiz-guide-heading">
<h2 class="quiz-night-heading">
<span>BEST TEAM NAMES</span>
</h2>
</div>
<div class="quiz-team-name">
<span>1</span> Team w/ short name
</div>
<div class="quiz-team-name quiz-team-name--coloured">
<span>2</span> Team with a pretty long name
</div>
<div class="quiz-team-name">
<span>3</span> Team w/ short name
</div>
<div class="quiz-team-name quiz-team-name--coloured">
<span>4</span> Team with medium name
</div>
<div class="quiz-team-name">
<span>5</span> Team with very, very, very long two-line name
</div>
</div>
<div class="large-col-6 worst-team-name">
<div class="quiz-guide-heading quiz-guide-heading--red">
<h2 class="quiz-night-heading">
<span>WORST TEAM NAMES</span>
</h2>
</div>
<div class="quiz-team-name">
<span>1</span> Team w/ short name
</div>
<div class="quiz-team-name quiz-team-name--coloured">
<span>2</span> Team with a pretty long name
</div>
<div class="quiz-team-name">
<span>3</span> Team w/ short name
</div>
<div class="quiz-team-name quiz-team-name--coloured">
<span>4</span> Team with medium name
</div>
<div class="quiz-team-name">
<span>5</span> Team with very, very, very long two-line name
</div>
</div>
</div>
</div>
</div>
<div class="grey-section">
<div class="inner">
<div class="team-name-container">
<div class="large-col-6 best-team-name">
<div class="quiz-guide-heading">
<h2 class="quiz-night-heading">
<span>BEST TEAM NAMES</span>
</h2>
</div>
<div class="quiz-team-name">
<span>1</span> Team w/ short name
</div>
<div class="quiz-team-name quiz-team-name--coloured">
<span>2</span> Team with a pretty long name
</div>
<div class="quiz-team-name">
<span>3</span> Team w/ short name
</div>
<div class="quiz-team-name quiz-team-name--coloured">
<span>4</span> Team with medium name
</div>
<div class="quiz-team-name">
<span>5</span> Team with very, very, very long two-line name
</div>
</div>
<div class="large-col-6 worst-team-name">
<div class="quiz-guide-heading quiz-guide-heading--red">
<h2 class="quiz-night-heading">
<span>WORST TEAM NAMES</span>
</h2>
</div>
<div class="quiz-team-name">
<span>1</span> Team w/ short name
</div>
<div class="quiz-team-name quiz-team-name--coloured">
<span>2</span> Team with a pretty long name
</div>
<div class="quiz-team-name">
<span>3</span> Team w/ short name
</div>
<div class="quiz-team-name quiz-team-name--coloured">
<span>4</span> Team with medium name
</div>
<div class="quiz-team-name">
<span>5</span> Team with very, very, very long two-line name
</div>
</div>
</div>
</div>
</div>
{}
<div class="quiz-dashboard quiz-dashboard--churches quiz-dashboard--totaliser-center">
<div class="totaliser-container">
<div class="large-col-6">
<div>
<div class="totaliser-intro">Total number of churches:</div>
<!-- <div class="totaliser-total">720</div>
--> <div class="zero-counter totaliser-total" data-from="0" data-to="720">
<span class="zero-counter__value">720</span>
</div>
</div>
</div>
<div class="large-col-6">
<img src="/images/mainsite5/big-quiz-night/map.png" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</div>
</div>
</div>
<div class="quiz-dashboard quiz-dashboard--churches quiz-dashboard--totaliser-center">
<div class="totaliser-container">
<div class="large-col-6">
<div>
<div class="totaliser-intro">Total number of churches:</div>
<!-- <div class="totaliser-total">{{ total }}</div>
--> <div class="zero-counter totaliser-total" data-from="0" data-to="{{ total }}">
<span class="zero-counter__value">{{ total }}</span>
</div>
</div>
</div>
<div class="large-col-6">
<img src="/images/mainsite5/big-quiz-night/map.png" alt="Totaliser Dinosaur" title="Totaliser Dinosaur">
</div>
</div>
</div>
{
"total": "720"
}
<!-- <div class="big-quiz-pro-poster inner"></div>
-->
<!-- <div class="big-quiz-home-poster inner"></div>
-->
<!-- <div class="quiz-poster inner"></div>
-->
<div class="grey-section clearfix">
<div class="inner clearfix">
<div class="large-col-10 large-offset-1 center-text">
<h2 class="quiz-night-heading">ORDER MORE RESOURCES</h2>
<p>Use our simple online form to order more printed resources for your Big Quiz Night:
<br /><strong>
A3 posters, stickers, team name cards, giving forms and T-shirts.</strong></p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/Sign_up" class="button button--bold">Order Resources</a>
</div>
</div>
<div class="row">
<div class="inner">
<div class="quiz-guide-heading">
<h2 class="quiz-night-heading"><span>CREATE A PROMOTIONAL FLYER</span></h2>
</div>
<div class="quiz-step quiz-step--white quiz-step quiz-step--white-flyer quiz-step--bottom-rounded center-text">
<p><strong>We’ve made it really easy for you to customise your own flyer, which you can then download as a PDF ready for printing.</strong></p>
<div class="large-col-6">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option1@2x.jpg 2x">
<img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg" alt="Flyer">
</picture>
<h3 class="quiz-night-heading">OPTION 1</h3>
<h3 class="quiz-night-heading quiz-night-heading--turquoise">FOR PROFESSIONAL PRINTING</h3>
<p>Our recommended option. This creates a high-quality A5 flyer ready for professional printing. You can then send the file to your local printing shop or preferred online service.</p>
<a data-lightbox="1" class="button button--bold show-lightbox" href="#">CREATE A FLYER FOR
PROFESSIONAL PRINTING</a>
</div>
<div class="large-col-6">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option2@2x.jpg 2x">
<img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg" alt="Flyer">
</picture>
<h3 class="quiz-night-heading">OPTION 1</h3>
<h3 class="quiz-night-heading quiz-night-heading--turquoise">FOR HOME / OFFICE PRINTING</h3>
<p>For printing on a home or office printer. This option is for churches where professional printing isn’t an option. For best results, we suggest using card rather than paper.</p>
<a data-lightbox="2" class="button button--bold show-lightbox" href="#">CREATE A FLYER FOR
HOME / OFFICE PRINTING</a>
</div>
</div>
</div>
</div>
</div>
<div class="lightbox lightbox--full" data-lightbox="1" data-class="full">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
<div class="inner">
<h1>Poster maker</h1>
<div class="big-quiz-pro-poster inner"></div>
</div>
</div>
<div class="lightbox lightbox--full" data-lightbox="2" data-class="full">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
<div class="inner">
<h1>Poster maker</h1>
<div class="big-quiz-home-poster inner"></div>
</div>
</div>
<!-- <div class="big-quiz-pro-poster inner"></div>
-->
<!-- <div class="big-quiz-home-poster inner"></div>
-->
<!-- <div class="quiz-poster inner"></div>
-->
<div class="grey-section clearfix">
<div class="inner clearfix">
<div class="large-col-10 large-offset-1 center-text">
<h2 class="quiz-night-heading">ORDER MORE RESOURCES</h2>
<p>Use our simple online form to order more printed resources for your Big Quiz Night:
<br /><strong>
A3 posters, stickers, team name cards, giving forms and T-shirts.</strong></p>
<a href="/About_you/Fundraise/The_Big_Quiz_Night/Sign_up" class="button button--bold">Order Resources</a>
</div>
</div>
<div class="row">
<div class="inner">
<div class="quiz-guide-heading">
<h2 class="quiz-night-heading"><span>CREATE A PROMOTIONAL FLYER</span></h2>
</div>
<div class="quiz-step quiz-step--white quiz-step quiz-step--white-flyer quiz-step--bottom-rounded center-text">
<p><strong>We’ve made it really easy for you to customise your own flyer, which you can then download as a PDF ready for printing.</strong></p>
<div class="large-col-6">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option1@2x.jpg 2x">
<img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg" alt="Flyer">
</picture>
<h3 class="quiz-night-heading">OPTION 1</h3>
<h3 class="quiz-night-heading quiz-night-heading--turquoise">FOR PROFESSIONAL PRINTING</h3>
<p>Our recommended option. This creates a high-quality A5 flyer ready for professional printing. You can then send the file to your local printing shop or preferred online service.</p>
<a data-lightbox="1" class="button button--bold show-lightbox" href="#">CREATE A FLYER FOR
PROFESSIONAL PRINTING</a>
</div>
<div class="large-col-6">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option2@2x.jpg 2x">
<img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg" alt="Flyer">
</picture>
<h3 class="quiz-night-heading">OPTION 1</h3>
<h3 class="quiz-night-heading quiz-night-heading--turquoise">FOR HOME / OFFICE PRINTING</h3>
<p>For printing on a home or office printer. This option is for churches where professional printing isn’t an option. For best results, we suggest using card rather than paper.</p>
<a data-lightbox="2" class="button button--bold show-lightbox" href="#">CREATE A FLYER FOR
HOME / OFFICE PRINTING</a>
</div>
</div>
</div>
</div>
</div>
<div class="lightbox lightbox--full" data-lightbox="1" data-class="full">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
<div class="inner">
<h1>Poster maker</h1>
<div class="big-quiz-pro-poster inner"></div>
</div>
</div>
<div class="lightbox lightbox--full" data-lightbox="2" data-class="full">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
<div class="inner">
<h1>Poster maker</h1>
<div class="big-quiz-home-poster inner"></div>
</div>
</div>
{}
Use our simple online form to order more printed resources for your Big Quiz Night:
A3 posters, stickers, team name cards, giving forms and T-shirts.
We’ve made it really easy for you to customise your own flyer, which you can then download as a PDF ready for printing.
Our recommended option. This creates a high-quality A5 flyer ready for professional printing. You can then send the file to your local printing shop or preferred online service.
CREATE A FLYER FOR PROFESSIONAL PRINTINGFor printing on a home or office printer. This option is for churches where professional printing isn’t an option. For best results, we suggest using card rather than paper.
CREATE A FLYER FOR HOME / OFFICE PRINTING<div class="big-quiz-countdown countdown">
<div class="inner">
<span>7 Days 3 Hours</span> to go until
</div>
</div>
<div class="full-banner full-banner--quiz-night full-banner--quiz-night-guide full-banner--image" data-image="/images/mainsite5/big-quiz-night/turquoise_texture.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title full-banner__title--open-sans full-banner__title--small">dashboard</h1>
<p>Big Quiz Dashboard</p> <div class="quiz-night-dashboard-header-image"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
<div class="big-quiz-countdown countdown">
<div class="inner">
<span>7 Days 3 Hours</span> to go until
</div>
</div>
<div class="full-banner full-banner--quiz-night full-banner--quiz-night-guide full-banner--image" data-image="/images/mainsite5/big-quiz-night/turquoise_texture.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title full-banner__title--open-sans full-banner__title--small">{{ header_name }}</h1>
{% if subtitle %}<p>{{ subtitle }}</p>{% endif %}
<div class="quiz-night-{{ header_name }}-header-image"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
{
"header_name": "dashboard",
"subtitle": "Big Quiz Dashboard"
}
<div class="big-quiz-countdown countdown">
<div class="inner">
<span>7 Days 3 Hours</span> to go until
</div>
</div>
<div class="full-banner full-banner--quiz-night full-banner--quiz-night-guide full-banner--image" data-image="/images/mainsite5/big-quiz-night/turquoise_texture.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title full-banner__title--open-sans full-banner__title--small">faq</h1>
<div class="quiz-night-faq-header-image"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
<div class="big-quiz-countdown countdown">
<div class="inner">
<span>7 Days 3 Hours</span> to go until
</div>
</div>
<div class="full-banner full-banner--quiz-night full-banner--quiz-night-guide full-banner--image" data-image="/images/mainsite5/big-quiz-night/turquoise_texture.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title full-banner__title--open-sans full-banner__title--small">{{ header_name }}</h1>
{% if subtitle %}<p>{{ subtitle }}</p>{% endif %}
<div class="quiz-night-{{ header_name }}-header-image"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
{
"header_name": "faq"
}
<div class="big-quiz-countdown">
<div class="inner">
Total raised so far:<span> £47014</span>
</div>
</div>
<div class="big-quiz-countdown">
<div class="inner">
Total raised so far:<span> £47014</span>
</div>
</div>
{}
<div class="article-summary-details__tags">
</div>
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{}
<div class="article-end-content">
<div class="article-inner">
<div class="author-share">
<div class="inline-share-buttons ">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
<a class="social-share__link social-share__link--print share-button-print" href="#" target="_blank">Print</a>
</div>
</div>
</div>
</div>
<div class="article-end-content">
<div class="article-inner">
<div class="author-share">
{% if author %}
<div class="author-bio">
<div class="author-bio__author-avatar circular-image">
<img class="avatar-image" src="http://placehold.it/200x200">
</div>
<div class="author-bio__info">
<div class="author-bio__info-name">{{ author }}</div>
<div class="author-bio__info-about">
{{ bio }}
<div class="author-bio__link"><a href="#">Read more from {{ author | split(' ', 2)[0] }}</a></div>
</div>
</div>
</div>
{% endif %}
<div class="inline-share-buttons {% if author %}inline-share-buttons__author{% endif %}">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
<a class="social-share__link social-share__link--print share-button-print" href="#" target="_blank">Print</a>
</div>
</div>
</div>
</div>
{}
<div class="article-end-content">
<div class="article-inner">
<div class="author-share">
<div class="author-bio">
<div class="author-bio__author-avatar circular-image">
<img class="avatar-image" src="http://placehold.it/200x200">
</div>
<div class="author-bio__info">
<div class="author-bio__info-name">Mark Lang</div>
<div class="author-bio__info-about">
Part of the Tearfund digital team - making a supporters day awesome
<div class="author-bio__link"><a href="#">Read more from Mark</a></div>
</div>
</div>
</div>
<div class="inline-share-buttons inline-share-buttons__author">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
<a class="social-share__link social-share__link--print share-button-print" href="#" target="_blank">Print</a>
</div>
</div>
</div>
</div>
<div class="article-end-content">
<div class="article-inner">
<div class="author-share">
{% if author %}
<div class="author-bio">
<div class="author-bio__author-avatar circular-image">
<img class="avatar-image" src="http://placehold.it/200x200">
</div>
<div class="author-bio__info">
<div class="author-bio__info-name">{{ author }}</div>
<div class="author-bio__info-about">
{{ bio }}
<div class="author-bio__link"><a href="#">Read more from {{ author | split(' ', 2)[0] }}</a></div>
</div>
</div>
</div>
{% endif %}
<div class="inline-share-buttons {% if author %}inline-share-buttons__author{% endif %}">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
<a class="social-share__link social-share__link--print share-button-print" href="#" target="_blank">Print</a>
</div>
</div>
</div>
</div>
{
"avatar": "http:\/\/placehold.it\/200x200",
"author": "Mark Lang",
"read_time": "4 mins",
"bio": "Part of the Tearfund digital team - making a supporters day awesome"
}
<div class="social-share-sticky" style="position:relative">
<div class="article-inner">
<div class="social-share-sticky__author">
<div class="social-share-sticky__author-avatar circular-image">
<img class="social-share-sticky__avatar-image" src="http://placehold.it/200x200">
</div>
<div class="social-share-sticky__author-name">
Posted by Mark Lang - 4 mins
</div>
</div>
<div class="social-share-sticky__share-buttons">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
<a class="social-share__link social-share__link--print share-button-print" href="#" target="_blank">Print</a>
</div>
</div>
</div>
<div class="social-share-sticky" style="position:relative">
<div class="article-inner">
<div class="social-share-sticky__author">
<div class="social-share-sticky__author-avatar circular-image">
<img class="social-share-sticky__avatar-image" src="http://placehold.it/200x200">
</div>
<div class="social-share-sticky__author-name">
Posted by {{ author }} - {{ read_time }}
</div>
</div>
<div class="social-share-sticky__share-buttons">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
<a class="social-share__link social-share__link--print share-button-print" href="#" target="_blank">Print</a>
</div>
</div>
</div>
{
"avatar": "http:\/\/placehold.it\/200x200",
"author": "Mark Lang",
"read_time": "4 mins",
"bio": "Part of the Tearfund digital team - making a supporters day awesome"
}
<div class="image-quote">
<picture class="image-quote__image-right">
<source media="(min-width: 1400px)" srcset="/images/mainsite5/c19/desktop-image-quote.jpg">
<source media="(min-width: 1200px)" srcset="/images/mainsite5/c19/desktop-image-quote.jpg">
<source media="(min-width: 1000px)" srcset="/images/mainsite5/c19/desktop-image-quote.jpg">
<source media="(min-width: 800px)" srcset="/images/mainsite5/c19/desktop-image-quote.jpg">
<source media="(min-width: 647px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg">
<source media="(min-width: 465px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg">
<source media="(min-width: 375px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg" alt="alt">
<img src="/images/mainsite5/c19/mobile-image-quote.jpg" alt="alt" class="animate-left">
</picture>
<blockquote class="quote-block quote-block--left quote-block--grey ">
<div class="quote-block__container">
<p>'Everything seemed hopeless, but I still prayed for a breakthrough.'</p>
</div>
</blockquote></div>
<div class="image-quote">
<picture class="image-quote__image-{{ image.position }}">
<source media="(min-width: 1400px)" srcset="{{ image.desktop }}">
<source media="(min-width: 1200px)" srcset="{{ image.desktop }}">
<source media="(min-width: 1000px)" srcset="{{ image.desktop }}">
<source media="(min-width: 800px)" srcset="{{ image.desktop }}">
<source media="(min-width: 647px)" srcset="{{ image.mobile }}">
<source media="(min-width: 465px)" srcset="{{ image.mobile }}">
<source media="(min-width: 375px)" srcset="{{ image.mobile }}" alt="{{ image.alt }}">
<img src="{{ image.mobile }}" alt="{{ image.alt }}" class="animate-left">
</picture>
{% include 'components/quotes/quote-block' with quote %}
</div>
{
"image": {
"mobile": "\/images\/mainsite5\/c19\/mobile-image-quote.jpg",
"desktop": "\/images\/mainsite5\/c19\/desktop-image-quote.jpg",
"alt": "alt",
"position": "right"
},
"quote": {
"colour": "grey",
"quote": "'Everything seemed hopeless, but I still prayed for a breakthrough.'",
"position": "left"
}
}
'Everything seemed hopeless, but I still prayed for a breakthrough.'
<div class="image-quote">
<picture class="image-quote__image-left">
<source media="(min-width: 1400px)" srcset="/images/mainsite5/c19/desktop-image-quote.jpg">
<source media="(min-width: 1200px)" srcset="/images/mainsite5/c19/desktop-image-quote.jpg">
<source media="(min-width: 1000px)" srcset="/images/mainsite5/c19/desktop-image-quote.jpg">
<source media="(min-width: 800px)" srcset="/images/mainsite5/c19/desktop-image-quote.jpg">
<source media="(min-width: 647px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg">
<source media="(min-width: 465px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg">
<source media="(min-width: 375px)" srcset="/images/mainsite5/c19/mobile-image-quote.jpg" alt="alt">
<img src="/images/mainsite5/c19/mobile-image-quote.jpg" alt="alt" class="animate-left">
</picture>
<blockquote class="quote-block quote-block-- quote-block--grey animate-right">
<div class="quote-block__container">
<p>'Everything seemed hopeless, but I still prayed for a breakthrough.'</p>
</div>
</blockquote></div>
<div class="image-quote">
<picture class="image-quote__image-{{ image.position }}">
<source media="(min-width: 1400px)" srcset="{{ image.desktop }}">
<source media="(min-width: 1200px)" srcset="{{ image.desktop }}">
<source media="(min-width: 1000px)" srcset="{{ image.desktop }}">
<source media="(min-width: 800px)" srcset="{{ image.desktop }}">
<source media="(min-width: 647px)" srcset="{{ image.mobile }}">
<source media="(min-width: 465px)" srcset="{{ image.mobile }}">
<source media="(min-width: 375px)" srcset="{{ image.mobile }}" alt="{{ image.alt }}">
<img src="{{ image.mobile }}" alt="{{ image.alt }}" class="animate-left">
</picture>
{% include 'components/quotes/quote-block' with quote %}
</div>
{
"image": {
"mobile": "\/images\/mainsite5\/c19\/mobile-image-quote.jpg",
"desktop": "\/images\/mainsite5\/c19\/desktop-image-quote.jpg",
"alt": "alt",
"position": "left"
},
"quote": {
"colour": "grey",
"quote": "'Everything seemed hopeless, but I still prayed for a breakthrough.'",
"animate": "animate-right"
}
}
'Everything seemed hopeless, but I still prayed for a breakthrough.'
<blockquote class="quote-block quote-block-- quote-block--yellow animate-right">
<div class="quote-block__container">
<p>'Everything seemed hopeless, but I still prayed for a breakthrough.'</p>
</div>
</blockquote>
<blockquote class="quote-block quote-block--{{ position }} quote-block--{{ colour }} {{ animate }}">
<div class="quote-block__container">
<p>{{ quote }}</p>
</div>
</blockquote>
{
"colour": "yellow",
"quote": "'Everything seemed hopeless, but I still prayed for a breakthrough.'",
"animate": "animate-right"
}
'Everything seemed hopeless, but I still prayed for a breakthrough.'
<blockquote class="quote-block quote-block-- quote-block--grey animate-right">
<div class="quote-block__container">
<p>'Everything seemed hopeless, but I still prayed for a breakthrough.'</p>
</div>
</blockquote>
<blockquote class="quote-block quote-block--{{ position }} quote-block--{{ colour }} {{ animate }}">
<div class="quote-block__container">
<p>{{ quote }}</p>
</div>
</blockquote>
{
"colour": "grey",
"quote": "'Everything seemed hopeless, but I still prayed for a breakthrough.'",
"animate": "animate-right"
}
'Everything seemed hopeless, but I still prayed for a breakthrough.'
<div class="inner">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<div class="inline-share-buttons">
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
</blockquote>
</div>
<div class="inner">
<blockquote>
<p>{{quote}}</p>
<div class="inline-share-buttons">
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
</blockquote>
</div>
{
"quote": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Standard format for paragraph text on pages.
<div class="inner">
<blockquote>
<p>'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'</p>
<cite class="citation">Quote Source</cite>
<div class="inline-share-buttons">
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
</blockquote>
</div>
<div class="inner">
<blockquote>
<p>{{quote}}</p>
<cite class="citation">{{source}}</cite>
<div class="inline-share-buttons">
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
</blockquote>
</div>
{
"quote": "'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'",
"source": "Quote Source"
}
'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
Quote Source
<div class="grey-section border-both">
<div class="inner c-carousel-pub-inner">
<div class="c-carousel-pub js-pub-carousel">
<div class="c-carousel-pub__tiles">
<div class="c-carousel-pub__tile">
<h4>No time to waste – the plastic pollution crisis</h4>
<div class="large-row">
<div class="large-col-6">
<p>Plastic pollution is damaging the health and livelihoods of millions of people living in poverty. This report outlines the problem - the huge recent increase in the distribution of single-use plastics across the globe to countries lacking the capacity to collect and manage waste. And it presents the solutions - while developing country governments and citizens around the world are an important part of the solution, primary responsibility lies squarely with MNCs and developed country governments to invest in systemic change.</p>
<a class="button" href="#" target="_blank">Read now</a>
<p>The full report is also available in <a href="#" target="_blank">Portuguese</a>, while the executive summary of this report is available in <a href="#" target="_blank">French</a>, <a href="#" target="_blank">Spanish</a> and <a href="#" target="_blank">Portuguese</a>.</p>
</div>
<div class="large-col-6">
<a href="#" target="_blank">
<figure class="c-carousel-pub__image">
<img src="../../images/TILZ/sample-doc.jpg" alt="alternative description here" title="Front cover image">
<figcaption class="caption"></figcaption>
</figure>
</a>
</div>
</div>
</div>
<div class="c-carousel-pub__tile">
<h4>No time to waste – the plastic pollution crisis</h4>
<div class="large-row">
<div class="large-col-6">
<p>Plastic pollution is damaging the health and livelihoods of millions of people living in poverty. This report outlines the problem - the huge recent increase in the distribution of single-use plastics across the globe to countries lacking the capacity to collect and manage waste. And it presents the solutions - while developing country governments and citizens around the world are an important part of the solution, primary responsibility lies squarely with MNCs and developed country governments to invest in systemic change.</p>
<a class="button" href="#" target="_blank">Read now</a>
<p>The full report is also available in <a href="#" target="_blank">Portuguese</a>, while the executive summary of this report is available in <a href="#" target="_blank">French</a>, <a href="#" target="_blank">Spanish</a> and <a href="#" target="_blank">Portuguese</a>.</p>
</div>
<div class="large-col-6">
<a href="#" target="_blank">
<figure class="c-carousel-pub__image">
<img src="../../images/TILZ/sample-doc.jpg" alt="alternative description here" title="Front cover image">
<figcaption class="caption"></figcaption>
</figure>
</a>
</div>
</div>
</div>
<div class="c-carousel-pub__tile">
<h4>No time to waste – the plastic pollution crisis</h4>
<div class="large-row">
<div class="large-col-6">
<p>Plastic pollution is damaging the health and livelihoods of millions of people living in poverty. This report outlines the problem - the huge recent increase in the distribution of single-use plastics across the globe to countries lacking the capacity to collect and manage waste. And it presents the solutions - while developing country governments and citizens around the world are an important part of the solution, primary responsibility lies squarely with MNCs and developed country governments to invest in systemic change.</p>
<a class="button" href="#" target="_blank">Read now</a>
<p>The full report is also available in <a href="#" target="_blank">Portuguese</a>, while the executive summary of this report is available in <a href="#" target="_blank">French</a>, <a href="#" target="_blank">Spanish</a> and <a href="#" target="_blank">Portuguese</a>.</p>
</div>
<div class="large-col-6">
<a href="#" target="_blank">
<figure class="c-carousel-pub__image">
<img src="../../images/TILZ/sample-doc.jpg" alt="alternative description here" title="Front cover image">
<figcaption class="caption"></figcaption>
</figure>
</a>
</div>
</div>
</div>
<div class="c-carousel-pub__tile">
<h4>No time to waste – the plastic pollution crisis</h4>
<div class="large-row">
<div class="large-col-6">
<p>Plastic pollution is damaging the health and livelihoods of millions of people living in poverty. This report outlines the problem - the huge recent increase in the distribution of single-use plastics across the globe to countries lacking the capacity to collect and manage waste. And it presents the solutions - while developing country governments and citizens around the world are an important part of the solution, primary responsibility lies squarely with MNCs and developed country governments to invest in systemic change.</p>
<a class="button" href="#" target="_blank">Read now</a>
<p>The full report is also available in <a href="#" target="_blank">Portuguese</a>, while the executive summary of this report is available in <a href="#" target="_blank">French</a>, <a href="#" target="_blank">Spanish</a> and <a href="#" target="_blank">Portuguese</a>.</p>
</div>
<div class="large-col-6">
<a href="#" target="_blank">
<figure class="c-carousel-pub__image">
<img src="../../images/TILZ/sample-doc.jpg" alt="alternative description here" title="Front cover image">
<figcaption class="caption"></figcaption>
</figure>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="grey-section border-both">
<div class="inner c-carousel-pub-inner">
<div class="c-carousel-pub js-pub-carousel">
<div class="c-carousel-pub__tiles">
{% for item in pub_carousel_items %}
<div class="c-carousel-pub__tile">
<h4>No time to waste – the plastic pollution crisis</h4>
<div class="large-row">
<div class="large-col-6">
<p>Plastic pollution is damaging the health and livelihoods of millions of people living in poverty. This report outlines the problem - the huge recent increase in the distribution of single-use plastics across the globe to countries lacking the capacity to collect and manage waste. And it presents the solutions - while developing country governments and citizens around the world are an important part of the solution, primary responsibility lies squarely with MNCs and developed country governments to invest in systemic change.</p>
<a class="button" href="#" target="_blank">Read now</a>
<p>The full report is also available in <a href="#" target="_blank">Portuguese</a>, while the executive summary of this report is available in <a href="#" target="_blank">French</a>, <a href="#" target="_blank">Spanish</a> and <a href="#" target="_blank">Portuguese</a>.</p>
</div>
<div class="large-col-6">
<a href="#" target="_blank">
<figure class="c-carousel-pub__image">
<img src="../../images/TILZ/sample-doc.jpg" alt="alternative description here" title="Front cover image">
<figcaption class="caption"></figcaption>
</figure>
</a>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
{
"pub_carousel_items": {
"0": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#"
},
"1": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#"
},
"2": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#"
},
"3": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#"
}
}
}
Plastic pollution is damaging the health and livelihoods of millions of people living in poverty. This report outlines the problem - the huge recent increase in the distribution of single-use plastics across the globe to countries lacking the capacity to collect and manage waste. And it presents the solutions - while developing country governments and citizens around the world are an important part of the solution, primary responsibility lies squarely with MNCs and developed country governments to invest in systemic change.
Read nowThe full report is also available in Portuguese, while the executive summary of this report is available in French, Spanish and Portuguese.
Plastic pollution is damaging the health and livelihoods of millions of people living in poverty. This report outlines the problem - the huge recent increase in the distribution of single-use plastics across the globe to countries lacking the capacity to collect and manage waste. And it presents the solutions - while developing country governments and citizens around the world are an important part of the solution, primary responsibility lies squarely with MNCs and developed country governments to invest in systemic change.
Read nowThe full report is also available in Portuguese, while the executive summary of this report is available in French, Spanish and Portuguese.
Plastic pollution is damaging the health and livelihoods of millions of people living in poverty. This report outlines the problem - the huge recent increase in the distribution of single-use plastics across the globe to countries lacking the capacity to collect and manage waste. And it presents the solutions - while developing country governments and citizens around the world are an important part of the solution, primary responsibility lies squarely with MNCs and developed country governments to invest in systemic change.
Read nowThe full report is also available in Portuguese, while the executive summary of this report is available in French, Spanish and Portuguese.
Plastic pollution is damaging the health and livelihoods of millions of people living in poverty. This report outlines the problem - the huge recent increase in the distribution of single-use plastics across the globe to countries lacking the capacity to collect and manage waste. And it presents the solutions - while developing country governments and citizens around the world are an important part of the solution, primary responsibility lies squarely with MNCs and developed country governments to invest in systemic change.
Read nowThe full report is also available in Portuguese, while the executive summary of this report is available in French, Spanish and Portuguese.
<div class="giving-widget-stacked">
<div class="giving-widget-stacked__header">
<h2 class="mobile-only">Double your donation</h2>
<img src="/images/mainsite5/ukaidmatchlogo.jpg" />
<h2 class="desktop-only">Double your donation</h2>
<p class="clearfix">Donate now and have your gift doubled by the UK government (up to £2 million).</p>
</div>
<div class="fund-selector-field">
<div class="option-selector">
<div class="option-selector__item checked">
<input class="option-selector__input" id="radio17" name="radio6" type="radio" checked="checked">
<label class="option-selector__label" data-amount="42" for="radio17">£42</label>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio18" name="radio6" type="radio">
<label class="option-selector__label" data-amount="70" for="radio18">£70</label>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio19" name="radio6" type="radio">
<label class="option-selector__label" data-amount="97" for="radio19">£97</label>
</div>
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio20" name="radio6" type="radio">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" placeholder="other">
</div>
</div>
</div>
</div>
<p class="dfid-giving-handles"><strong>£42 doubled could provide waste collection for two families.</p>
<div class="dfid-table">
<div class="dfid-table__amount">
<div class="dfid-table__number">£<span class="number">35</span></div>
<div class="dfid-table__description">Your gift</div>
</div>
<div class="dfid-table__amount">
<div class="dfid-table__number"><span class="yellow">+</span> £<span class="number">35</span></div>
<div class="dfid-table__description">matched by the UK Government</div>
</div>
<div class="dfid-table__total">
<div class="dfid-table__number"><span class="yellow">= </span>£<span class="number">70</span></div>
</div>
</div>
<a class="button" href="#">Donate now</a>
</div>
<div class="giving-widget-stacked">
<div class="giving-widget-stacked__header">
<h2 class="mobile-only">Double your donation</h2>
<img src="/images/mainsite5/ukaidmatchlogo.jpg" />
<h2 class="desktop-only">Double your donation</h2>
<p class="clearfix">Donate now and have your gift doubled by the UK government (up to £2 million).</p>
</div>
<div class="fund-selector-field">
<div class="option-selector">
<div class="option-selector__item checked">
<input class="option-selector__input" id="radio17" name="radio6" type="radio" checked="checked">
<label class="option-selector__label" data-amount="42" for="radio17">£42</label>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio18" name="radio6" type="radio">
<label class="option-selector__label" data-amount="70" for="radio18">£70</label>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio19" name="radio6" type="radio">
<label class="option-selector__label" data-amount="97" for="radio19">£97</label>
</div>
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio20" name="radio6" type="radio">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" placeholder="other">
</div>
</div>
</div>
</div>
<p class="dfid-giving-handles"><strong>£42 doubled could provide waste collection for two families.</p>
<div class="dfid-table">
<div class="dfid-table__amount">
<div class="dfid-table__number">£<span class="number">35</span></div>
<div class="dfid-table__description">Your gift</div>
</div>
<div class="dfid-table__amount">
<div class="dfid-table__number"><span class="yellow">+</span> £<span class="number">35</span></div>
<div class="dfid-table__description">matched by the UK Government</div>
</div>
<div class="dfid-table__total">
<div class="dfid-table__number"><span class="yellow">= </span>£<span class="number">70</span></div>
</div>
</div>
<a class="button" href="#">Donate now</a>
</div>
{}
<div class="giving-widget ">
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">I want to give to</label>
<span class="fund-selector__destination">the Central African Republic</span>
<div class="fund-selector-field">
<div class="option-selector option-selector--with-text">
<div class="option-selector__item option-selector__item--">
<input class="option-selector__input" id="radio1" name="" type="radio" value="" />
<label class="option-selector__label" for="radio1">£10</label>
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
</div>
<div class="option-selector__item option-selector__item--">
<input class="option-selector__input" id="radio2" name="" type="radio" value="" />
<label class="option-selector__label" for="radio2">£20</label>
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
</div>
<div class="option-selector__item option-selector__item--">
<input class="option-selector__input" id="radio3" name="" type="radio" value="" />
<label class="option-selector__label" for="radio3">£50</label>
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
</div>
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio10" name="radio3" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
</div>
</div>
</div>
<!-- -->
<div class="giving-handles">
<div class="giving-handles__handle giving-handles__handle-" data-amount="">
</div>
<div class="giving-handles__handle giving-handles__handle-" data-amount="">
</div>
<div class="giving-handles__handle giving-handles__handle-" data-amount="">
</div>
</div>
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Give by</span></button>
<a class="secondary-giving-widget-ask" href="#">or make one off gift</a>
</div>
</div>
</div>
<div class="giving-widget {% if giving_page %} giving-widget--giving-page{% endif %}">
{% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %}
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">{{ fund_selector_title }}</label>
{% if fund_selected %}
<span class="fund-selector__destination">{{ fund_selected }}</span>
{% endif %}
{% if funds %}
<div class="fund-selector__destinations fund-selector-field">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="destination-select">
{% for fund in funds %}
<option value="{{ fund.id }}">{{ fund.name }}</option>
{% endfor %}
</select>
</div>
</div>
{% endif %}
<div class="fund-selector-field">
{% if fund_input_type == 'text' %}
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% elseif fund_input_type == 'radio' %}
<div class="option-selector {% if fund_radios[0].text %}option-selector--with-text{% endif %}">
{% for radio in fund_radios %}
<div class="option-selector__item option-selector__item--{{ radio.regularity }}">
<input class="option-selector__input" id="{{ radio.id }}" name="{{ radio.regularity }}" type="radio" value="{{ radio.amount }}" {% if radio.checked %} checked="checked"{% endif %}/>
<label class="option-selector__label" for="{{ radio.id }}">{{ radio.label }}</label>
{% if radio.text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
{% endfor %}
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio10" name="radio3" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% if fund_radios_custom_input_text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
</div>
{% endif %}
</div>
<!-- {% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %} -->
{% if fund_input_type == 'radio' %}
<div class="giving-handles">
{% for radio in fund_radios %}
<div class="giving-handles__handle giving-handles__handle-{{ radio.regularity }}" data-amount="{{ radio.amount }}">
{{ radio.handle }}
</div>
{% endfor %}
</div>
{% endif %}
{% if giving_options %}
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
{% if fund_frequency %}
<div class="payment-methods__item payment-methods__item--regularly">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
{% endif %}
</div>
{% else %}
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Give by</span></button>
<a class="secondary-giving-widget-ask" href="#">or make one off gift</a>
</div>
{% endif %}
</div>
</div>
{
"fund_selector_title": "I want to give to",
"funds": false,
"give_button_text": "Give by",
"fund_input_type": "radio",
"fund_selected": "the Central African Republic",
"fund_radios": {
"0": {
"label": "\u00a310",
"id": "radio1",
"text": "Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei."
},
"1": {
"label": "\u00a320",
"id": "radio2",
"text": "Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei."
},
"2": {
"label": "\u00a350",
"id": "radio3",
"text": "Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei."
}
},
"fund_radios_custom_input_text": "Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei."
}
<div class="giving-widget ">
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">I want to give to</label>
<div class="fund-selector__destinations fund-selector-field">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="destination-select">
<option value="1">The greatest need</option>
<option value="2">the Central African Republic</option>
<option value="3">the South Sudan Crisis</option>
</select>
</div>
</div>
<div class="fund-selector-field">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
</div>
<!-- <div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
-->
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
<div class="payment-methods__item payment-methods__item--regularly">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
</div>
</div>
</div>
<div class="giving-widget {% if giving_page %} giving-widget--giving-page{% endif %}">
{% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %}
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">{{ fund_selector_title }}</label>
{% if fund_selected %}
<span class="fund-selector__destination">{{ fund_selected }}</span>
{% endif %}
{% if funds %}
<div class="fund-selector__destinations fund-selector-field">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="destination-select">
{% for fund in funds %}
<option value="{{ fund.id }}">{{ fund.name }}</option>
{% endfor %}
</select>
</div>
</div>
{% endif %}
<div class="fund-selector-field">
{% if fund_input_type == 'text' %}
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% elseif fund_input_type == 'radio' %}
<div class="option-selector {% if fund_radios[0].text %}option-selector--with-text{% endif %}">
{% for radio in fund_radios %}
<div class="option-selector__item option-selector__item--{{ radio.regularity }}">
<input class="option-selector__input" id="{{ radio.id }}" name="{{ radio.regularity }}" type="radio" value="{{ radio.amount }}" {% if radio.checked %} checked="checked"{% endif %}/>
<label class="option-selector__label" for="{{ radio.id }}">{{ radio.label }}</label>
{% if radio.text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
{% endfor %}
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio10" name="radio3" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% if fund_radios_custom_input_text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
</div>
{% endif %}
</div>
<!-- {% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %} -->
{% if fund_input_type == 'radio' %}
<div class="giving-handles">
{% for radio in fund_radios %}
<div class="giving-handles__handle giving-handles__handle-{{ radio.regularity }}" data-amount="{{ radio.amount }}">
{{ radio.handle }}
</div>
{% endfor %}
</div>
{% endif %}
{% if giving_options %}
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
{% if fund_frequency %}
<div class="payment-methods__item payment-methods__item--regularly">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
{% endif %}
</div>
{% else %}
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Give by</span></button>
<a class="secondary-giving-widget-ask" href="#">or make one off gift</a>
</div>
{% endif %}
</div>
</div>
{
"fund_selector_title": "I want to give to",
"funds": {
"0": {
"name": "The greatest need",
"id": 1
},
"1": {
"name": "the Central African Republic",
"id": 2
},
"2": {
"name": "the South Sudan Crisis",
"id": 3
}
},
"give_button_text": "Give by",
"fund_input_type": "text",
"giving_options": true,
"fund_frequency": true
}
<div class="giving-widget ">
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">I want to give to</label>
<div class="fund-selector__destinations fund-selector-field">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="destination-select">
<option value="1">The greatest need</option>
<option value="2">the Central African Republic</option>
<option value="3">the South Sudan Crisis</option>
</select>
</div>
</div>
<div class="fund-selector-field">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
</div>
<!-- -->
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Give by</span></button>
<a class="secondary-giving-widget-ask" href="#">or make one off gift</a>
</div>
</div>
</div>
<div class="giving-widget {% if giving_page %} giving-widget--giving-page{% endif %}">
{% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %}
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">{{ fund_selector_title }}</label>
{% if fund_selected %}
<span class="fund-selector__destination">{{ fund_selected }}</span>
{% endif %}
{% if funds %}
<div class="fund-selector__destinations fund-selector-field">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="destination-select">
{% for fund in funds %}
<option value="{{ fund.id }}">{{ fund.name }}</option>
{% endfor %}
</select>
</div>
</div>
{% endif %}
<div class="fund-selector-field">
{% if fund_input_type == 'text' %}
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% elseif fund_input_type == 'radio' %}
<div class="option-selector {% if fund_radios[0].text %}option-selector--with-text{% endif %}">
{% for radio in fund_radios %}
<div class="option-selector__item option-selector__item--{{ radio.regularity }}">
<input class="option-selector__input" id="{{ radio.id }}" name="{{ radio.regularity }}" type="radio" value="{{ radio.amount }}" {% if radio.checked %} checked="checked"{% endif %}/>
<label class="option-selector__label" for="{{ radio.id }}">{{ radio.label }}</label>
{% if radio.text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
{% endfor %}
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio10" name="radio3" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% if fund_radios_custom_input_text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
</div>
{% endif %}
</div>
<!-- {% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %} -->
{% if fund_input_type == 'radio' %}
<div class="giving-handles">
{% for radio in fund_radios %}
<div class="giving-handles__handle giving-handles__handle-{{ radio.regularity }}" data-amount="{{ radio.amount }}">
{{ radio.handle }}
</div>
{% endfor %}
</div>
{% endif %}
{% if giving_options %}
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
{% if fund_frequency %}
<div class="payment-methods__item payment-methods__item--regularly">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
{% endif %}
</div>
{% else %}
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Give by</span></button>
<a class="secondary-giving-widget-ask" href="#">or make one off gift</a>
</div>
{% endif %}
</div>
</div>
{
"fund_selector_title": "I want to give to",
"funds": {
"0": {
"name": "The greatest need",
"id": 1
},
"1": {
"name": "the Central African Republic",
"id": 2
},
"2": {
"name": "the South Sudan Crisis",
"id": 3
}
},
"give_button_text": "Give by",
"fund_input_type": "text"
}
<div class="giving-widget ">
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">I want to give to</label>
<span class="fund-selector__destination">the Central African Republic</span>
<div class="fund-selector-field">
<div class="option-selector ">
<div class="option-selector__item option-selector__item--">
<input class="option-selector__input" id="radio1" name="" type="radio" value="" />
<label class="option-selector__label" for="radio1">£10</label>
</div>
<div class="option-selector__item option-selector__item--">
<input class="option-selector__input" id="radio2" name="" type="radio" value="" />
<label class="option-selector__label" for="radio2">£20</label>
</div>
<div class="option-selector__item option-selector__item--">
<input class="option-selector__input" id="radio3" name="" type="radio" value="" />
<label class="option-selector__label" for="radio3">£50</label>
</div>
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio10" name="radio3" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
</div>
</div>
</div>
<!-- -->
<div class="giving-handles">
<div class="giving-handles__handle giving-handles__handle-" data-amount="">
</div>
<div class="giving-handles__handle giving-handles__handle-" data-amount="">
</div>
<div class="giving-handles__handle giving-handles__handle-" data-amount="">
</div>
</div>
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Give by</span></button>
<a class="secondary-giving-widget-ask" href="#">or make one off gift</a>
</div>
</div>
</div>
<div class="giving-widget {% if giving_page %} giving-widget--giving-page{% endif %}">
{% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %}
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">{{ fund_selector_title }}</label>
{% if fund_selected %}
<span class="fund-selector__destination">{{ fund_selected }}</span>
{% endif %}
{% if funds %}
<div class="fund-selector__destinations fund-selector-field">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="destination-select">
{% for fund in funds %}
<option value="{{ fund.id }}">{{ fund.name }}</option>
{% endfor %}
</select>
</div>
</div>
{% endif %}
<div class="fund-selector-field">
{% if fund_input_type == 'text' %}
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% elseif fund_input_type == 'radio' %}
<div class="option-selector {% if fund_radios[0].text %}option-selector--with-text{% endif %}">
{% for radio in fund_radios %}
<div class="option-selector__item option-selector__item--{{ radio.regularity }}">
<input class="option-selector__input" id="{{ radio.id }}" name="{{ radio.regularity }}" type="radio" value="{{ radio.amount }}" {% if radio.checked %} checked="checked"{% endif %}/>
<label class="option-selector__label" for="{{ radio.id }}">{{ radio.label }}</label>
{% if radio.text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
{% endfor %}
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio10" name="radio3" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% if fund_radios_custom_input_text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
</div>
{% endif %}
</div>
<!-- {% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %} -->
{% if fund_input_type == 'radio' %}
<div class="giving-handles">
{% for radio in fund_radios %}
<div class="giving-handles__handle giving-handles__handle-{{ radio.regularity }}" data-amount="{{ radio.amount }}">
{{ radio.handle }}
</div>
{% endfor %}
</div>
{% endif %}
{% if giving_options %}
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
{% if fund_frequency %}
<div class="payment-methods__item payment-methods__item--regularly">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
{% endif %}
</div>
{% else %}
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Give by</span></button>
<a class="secondary-giving-widget-ask" href="#">or make one off gift</a>
</div>
{% endif %}
</div>
</div>
{
"fund_selector_title": "I want to give to",
"funds": false,
"give_button_text": "Give by",
"fund_input_type": "radio",
"fund_selected": "the Central African Republic",
"fund_radios": {
"0": {
"label": "\u00a310",
"id": "radio1"
},
"1": {
"label": "\u00a320",
"id": "radio2"
},
"2": {
"label": "\u00a350",
"id": "radio3"
}
}
}
<div class="giving-widget giving-widget--inline">
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<span class="fund-selector__title">DONATE NOW</span>
<div class="fund-selector-field">
<div class="option-selector">
<div class="option-selector__item">
<input class="option-selector__input" id="radio17" name="radio6" type="radio" checked="checked" />
<label class="option-selector__label" for="radio17">£10</label>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio18" name="radio6" type="radio" />
<label class="option-selector__label" for="radio18">£20</label>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio19" name="radio6" type="radio" />
<label class="option-selector__label" for="radio19">£50</label>
</div>
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio20" name="radio6" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" placeholder="other" />
</div>
</div>
</div>
</div>
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
<div class="payment-methods__item payment-methods__item--regularly">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
</div>
</div>
</div>
<div class="giving-widget giving-widget--inline">
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<span class="fund-selector__title">DONATE NOW</span>
<div class="fund-selector-field">
<div class="option-selector">
<div class="option-selector__item">
<input class="option-selector__input" id="radio17" name="radio6" type="radio" checked="checked" />
<label class="option-selector__label" for="radio17">£10</label>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio18" name="radio6" type="radio" />
<label class="option-selector__label" for="radio18">£20</label>
</div>
<div class="option-selector__item">
<input class="option-selector__input" id="radio19" name="radio6" type="radio" />
<label class="option-selector__label" for="radio19">£50</label>
</div>
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio20" name="radio6" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" placeholder="other" />
</div>
</div>
</div>
</div>
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
<div class="payment-methods__item payment-methods__item--regularly">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
</div>
</div>
</div>
{}
<div class="giving-widget ">
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">I want to give to</label>
<span class="fund-selector__destination">the Central African Republic</span>
<div class="fund-selector-field">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
</div>
<!-- -->
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Give by</span></button>
<a class="secondary-giving-widget-ask" href="#">or make one off gift</a>
</div>
</div>
</div>
<div class="giving-widget {% if giving_page %} giving-widget--giving-page{% endif %}">
{% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %}
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">{{ fund_selector_title }}</label>
{% if fund_selected %}
<span class="fund-selector__destination">{{ fund_selected }}</span>
{% endif %}
{% if funds %}
<div class="fund-selector__destinations fund-selector-field">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="destination-select">
{% for fund in funds %}
<option value="{{ fund.id }}">{{ fund.name }}</option>
{% endfor %}
</select>
</div>
</div>
{% endif %}
<div class="fund-selector-field">
{% if fund_input_type == 'text' %}
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% elseif fund_input_type == 'radio' %}
<div class="option-selector {% if fund_radios[0].text %}option-selector--with-text{% endif %}">
{% for radio in fund_radios %}
<div class="option-selector__item option-selector__item--{{ radio.regularity }}">
<input class="option-selector__input" id="{{ radio.id }}" name="{{ radio.regularity }}" type="radio" value="{{ radio.amount }}" {% if radio.checked %} checked="checked"{% endif %}/>
<label class="option-selector__label" for="{{ radio.id }}">{{ radio.label }}</label>
{% if radio.text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
{% endfor %}
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio10" name="radio3" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% if fund_radios_custom_input_text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
</div>
{% endif %}
</div>
<!-- {% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %} -->
{% if fund_input_type == 'radio' %}
<div class="giving-handles">
{% for radio in fund_radios %}
<div class="giving-handles__handle giving-handles__handle-{{ radio.regularity }}" data-amount="{{ radio.amount }}">
{{ radio.handle }}
</div>
{% endfor %}
</div>
{% endif %}
{% if giving_options %}
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
{% if fund_frequency %}
<div class="payment-methods__item payment-methods__item--regularly">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
{% endif %}
</div>
{% else %}
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Give by</span></button>
<a class="secondary-giving-widget-ask" href="#">or make one off gift</a>
</div>
{% endif %}
</div>
</div>
{
"fund_selector_title": "I want to give to",
"funds": false,
"give_button_text": "Give by",
"fund_input_type": "text",
"fund_selected": "the Central African Republic"
}
<div class="giving-widget ">
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title"> </label>
<span class="fund-selector__destination">Your gift is powerful in God's hand.</span>
<div class="fund-selector-field">
<div class="option-selector ">
<div class="option-selector__item option-selector__item--once">
<input class="option-selector__input" id="radio41" name="once" type="radio" value="10" checked="checked"/>
<label class="option-selector__label" for="radio41">£10</label>
</div>
<div class="option-selector__item option-selector__item--once">
<input class="option-selector__input" id="radio42" name="once" type="radio" value="20" />
<label class="option-selector__label" for="radio42">£20</label>
</div>
<div class="option-selector__item option-selector__item--once">
<input class="option-selector__input" id="radio43" name="once" type="radio" value="50" />
<label class="option-selector__label" for="radio43">£50</label>
</div>
<div class="option-selector__item option-selector__item--regular">
<input class="option-selector__input" id="radio44" name="regular" type="radio" value="11" checked="checked"/>
<label class="option-selector__label" for="radio44">£11</label>
</div>
<div class="option-selector__item option-selector__item--regular">
<input class="option-selector__input" id="radio45" name="regular" type="radio" value="21" />
<label class="option-selector__label" for="radio45">£21</label>
</div>
<div class="option-selector__item option-selector__item--regular">
<input class="option-selector__input" id="radio46" name="regular" type="radio" value="51" />
<label class="option-selector__label" for="radio46">£51</label>
</div>
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio10" name="radio3" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
</div>
</div>
</div>
<!-- <div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
-->
<div class="giving-handles">
<div class="giving-handles__handle giving-handles__handle-once" data-amount="10">
£10 could do this that and that
</div>
<div class="giving-handles__handle giving-handles__handle-once" data-amount="20">
£20 could do this that and that
</div>
<div class="giving-handles__handle giving-handles__handle-once" data-amount="50">
£50 could do this that and that
</div>
<div class="giving-handles__handle giving-handles__handle-regular" data-amount="11">
£10 regularly could do this that and that
</div>
<div class="giving-handles__handle giving-handles__handle-regular" data-amount="21">
£20 regularly could do this that and that
</div>
<div class="giving-handles__handle giving-handles__handle-regular" data-amount="51">
£50 regularly could do this that and that
</div>
</div>
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
<div class="payment-methods__item payment-methods__item--regularly">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
</div>
</div>
</div>
<div class="giving-widget {% if giving_page %} giving-widget--giving-page{% endif %}">
{% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %}
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">{{ fund_selector_title }}</label>
{% if fund_selected %}
<span class="fund-selector__destination">{{ fund_selected }}</span>
{% endif %}
{% if funds %}
<div class="fund-selector__destinations fund-selector-field">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="destination-select">
{% for fund in funds %}
<option value="{{ fund.id }}">{{ fund.name }}</option>
{% endfor %}
</select>
</div>
</div>
{% endif %}
<div class="fund-selector-field">
{% if fund_input_type == 'text' %}
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% elseif fund_input_type == 'radio' %}
<div class="option-selector {% if fund_radios[0].text %}option-selector--with-text{% endif %}">
{% for radio in fund_radios %}
<div class="option-selector__item option-selector__item--{{ radio.regularity }}">
<input class="option-selector__input" id="{{ radio.id }}" name="{{ radio.regularity }}" type="radio" value="{{ radio.amount }}" {% if radio.checked %} checked="checked"{% endif %}/>
<label class="option-selector__label" for="{{ radio.id }}">{{ radio.label }}</label>
{% if radio.text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
{% endfor %}
<div class="option-selector__item option-selector__item--with-input">
<input class="option-selector__input" id="radio10" name="radio3" type="radio" />
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
{% if fund_radios_custom_input_text %}
<span class="option-selector__text">Vivamus egestas mi sagittis lacus tempus blandit. Duis et euismod niba blas mei.</span>
{% endif %}
</div>
</div>
{% endif %}
</div>
<!-- {% if fund_frequency %}
<div class="fund-selector-field field-set--tabbed-radio payment-frequency">
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio1" name="radio" type="radio" checked="checked" data-frequency="once" />
<label class="field-set__label field-set__label--radio" for="radio1">Once</label>
</div>
<div class="form-small-col-6">
<input class="field-set__input field-set__input--radio" id="radio2" name="radio" type="radio" data-frequency="regularly" />
<label class="field-set__label field-set__label--radio" for="radio2">Regularly</label>
</div>
</div>
{% endif %} -->
{% if fund_input_type == 'radio' %}
<div class="giving-handles">
{% for radio in fund_radios %}
<div class="giving-handles__handle giving-handles__handle-{{ radio.regularity }}" data-amount="{{ radio.amount }}">
{{ radio.handle }}
</div>
{% endfor %}
</div>
{% endif %}
{% if giving_options %}
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
{% if fund_frequency %}
<div class="payment-methods__item payment-methods__item--regularly">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
{% endif %}
</div>
{% else %}
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Give by</span></button>
<a class="secondary-giving-widget-ask" href="#">or make one off gift</a>
</div>
{% endif %}
</div>
</div>
{
"fund_selector_title": " ",
"funds": false,
"give_button_text": "Give by",
"fund_input_type": "radio",
"fund_selected": "Your gift is powerful in God's hand.",
"fund_radios": {
"0": {
"label": "\u00a310",
"amount": "10",
"id": "radio41",
"regularity": "once",
"handle": "\u00a310 could do this that and that",
"checked": true
},
"1": {
"label": "\u00a320",
"amount": "20",
"id": "radio42",
"regularity": "once",
"handle": "\u00a320 could do this that and that"
},
"2": {
"label": "\u00a350",
"amount": "50",
"id": "radio43",
"regularity": "once",
"handle": "\u00a350 could do this that and that"
},
"3": {
"label": "\u00a311",
"amount": "11",
"id": "radio44",
"regularity": "regular",
"handle": "\u00a310 regularly could do this that and that",
"checked": true
},
"4": {
"label": "\u00a321",
"amount": "21",
"id": "radio45",
"regularity": "regular",
"handle": "\u00a320 regularly could do this that and that"
},
"5": {
"label": "\u00a351",
"amount": "51",
"id": "radio46",
"regularity": "regular",
"handle": "\u00a350 regularly could do this that and that"
}
},
"giving_options": true,
"fund_frequency": true
}
<div class="giving-widget" data-image-id="example-image-2" data-text-id="example-text-2">
<div class="destination-info">
<div id="example-image-2" class="destination-info__image" data-image="http://lorempixel.com/380/155"></div>
<div id="example-text-2" class="destination-info__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque quis tincidunt odio, ac convallis orci. Nulla elementum convallis lorem ar.</div>
</div>
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">I want to give to</label>
<div class="fund-selector__destinations fund-selector-field">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="destination-select">
<option data-image="http://lorempixel.com/100/100" data-text="Quisque quis tincidunt odio, ac convallis orci. Nulla elementum convallis lorem ar." value="1">The Greatest Need</option>
<option data-image="http://lorempixel.com/200/200" data-text="Lorem ipsum dolor sit amet, consectetur adipiscing elit." value="2">the Central African Republic</option>
<option data-image="http://lorempixel.com/300/300" data-text="three" value="3">the South Sudan Crisis</option>
</select>
</div>
</div>
<div class="fund-selector-field">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
</div>
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
</div>
</div>
<div class="giving-widget" data-image-id="example-image-2" data-text-id="example-text-2">
<div class="destination-info">
<div id="example-image-2" class="destination-info__image" data-image="http://lorempixel.com/380/155"></div>
<div id="example-text-2" class="destination-info__text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque quis tincidunt odio, ac convallis orci. Nulla elementum convallis lorem ar.</div>
</div>
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label for="destination-select" class="fund-selector__title">I want to give to</label>
<div class="fund-selector__destinations fund-selector-field">
<div class="custom-select">
<span class="custom-select__selected-value"></span>
<select class="custom-select__input" id="destination-select">
<option data-image="http://lorempixel.com/100/100" data-text="Quisque quis tincidunt odio, ac convallis orci. Nulla elementum convallis lorem ar." value="1">The Greatest Need</option>
<option data-image="http://lorempixel.com/200/200" data-text="Lorem ipsum dolor sit amet, consectetur adipiscing elit." value="2">the Central African Republic</option>
<option data-image="http://lorempixel.com/300/300" data-text="three" value="3">the South Sudan Crisis</option>
</select>
</div>
</div>
<div class="fund-selector-field">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text" />
</div>
</div>
<div class="fund-selector-field">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
</div>
</div>
{}
<div class="churches-chart">
<div class="churches-chart__image" data-svg="/images/mainsite5/churches-chart/donut.svg">
<img src="/images/mainsite5/churches-chart/churches-chart-placehold.png" alt="Connected chart">
</div>
<ul class="churches-chart__legend">
<li class="churches-chart__legend-item churches-chart__legend-item--give" data-id="give"><a href="#give-section">Partner your church</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--respond" data-id="respond"><a href="#respond-section">Pray</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--connect-church" data-id="connect-church"><a href="#connect-church-section">Act</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--prayer" data-id="prayer"><a href="#prayer-section">Resources</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--youth" data-id="youth"><a href="#youth-section">Request a speaker</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--church-life" data-id="church-life"><a href="#church-life-section">Youth</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--go-with-tearfund" data-id="go-with-tearfund"><a href="#go-with-tearfund-section">Go Overseas</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--lend-a-hand" data-id="lend-a-hand"><a href="#lend-a-hand">Emergency Response</a></li>
</ul>
<div class="churches-chart__details">
<article id="give-section" class="churches-chart-detail churches-chart-detail--give">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Partner your church</h1>
<div class="churches-chart-detail__copy">
<p>You can build a lasting relationship between your church and one of our church based partners overseas through Connected Church.</p>
</div>
<a class="button" href="https://connected.tearfund.org/">Find out more</a>
</article>
<article id="respond-section" class="churches-chart-detail churches-chart-detail--respond">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Pray</h1>
<div class="churches-chart-detail__copy">
<p>Tearfund’s work is rooted in prayer. Get your church praying about where it’s needed the most. Click through to sign up for One Voice prayer emails and to find resources for your church.</p>
</div>
<a class="button" href="http://www.tearfund.org/pray">View Resources and Sign Up</a>
</article>
</article>
<article id="connect-church-section" class="churches-chart-detail churches-chart-detail--connect-church">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Act</h1>
<div class="churches-chart-detail__copy">
<p>We need to take action to beat poverty and injustice. This includes calling on leaders in the UK and globally to change laws and policies, and making changes in our own lives too. Click through to sign up for Tearfund Action emails and to find resources for your church.</p>
</div>
<a class="button" href="http://www.tearfund.org/action">View Resources and Sign Up</a>
</article>
<article id="prayer-section" class="churches-chart-detail churches-chart-detail--prayer">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Resources</h1>
<div class="churches-chart-detail__copy">
<p>All of our resources in one handy space! Check out our Bible studies, information to help you organise a fundraiser, service outlines and other ready-to-use resources.</p>
</div>
<a class="button" href="https://www.tearfund.org/en/about_you/resources/for_churches/">View Resources
</a>
</article>
<article id="youth-section" class="churches-chart-detail churches-chart-detail--youth">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Request a speaker</h1>
<div class="churches-chart-detail__copy">
<p>Inspire your church with an accredited Tearfund speaker who can share amazing stories of lives changed through our church-based partners overseas.</p>
</div>
<a class="button" href="https://www.tearfund.org/en/about_you/book_a_speaker/">Book a speaker</a>
</article>
<article id="church-life-section" class="churches-chart-detail churches-chart-detail--church-life">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Youth</h1>
<div class="churches-chart-detail__copy">
<p>Bible studies, activities and lesson plans to keep young people informed, inspired and involved.</p>
</div>
<a class="button" href="https://www.tearfund.org/en/about_you/youth/">See resources</a>
</article>
<article id="go-with-tearfund-section" class="churches-chart-detail churches-chart-detail--go-with-tearfund">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Go Overseas</h1>
<div class="churches-chart-detail__copy">
<p>Come on a Tearfund Go overseas trip with a group from your church and get inspired together.</p>
</div>
<a class="button" href="https://www.tearfund.org/en/about_you/go_overseas/">View trips</a>
</article>
<article id="lend-a-hand-section" class="churches-chart-detail churches-chart-detail--lend-a-hand">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Emergency Response</h1>
<div class="churches-chart-detail__copy">
<p>When disasters strike overseas, there is often desperate need and the Church feels moved to help. Click through to support the latest emergency and sign up to the Church Leader Newsletter below to receive information and updates when they happen. </p>
</div>
<a class="button" href="https://www.tearfund.org/en/latest/burundi_crisis_appeal/">Respond to emergencies</a>
</article>
</div>
</div>
<div class="churches-chart">
<div class="churches-chart__image" data-svg="/images/mainsite5/churches-chart/donut.svg">
<img src="/images/mainsite5/churches-chart/churches-chart-placehold.png" alt="Connected chart">
</div>
<ul class="churches-chart__legend">
<li class="churches-chart__legend-item churches-chart__legend-item--give" data-id="give"><a href="#give-section">Partner your church</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--respond" data-id="respond"><a href="#respond-section">Pray</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--connect-church" data-id="connect-church"><a href="#connect-church-section">Act</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--prayer" data-id="prayer"><a href="#prayer-section">Resources</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--youth" data-id="youth"><a href="#youth-section">Request a speaker</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--church-life" data-id="church-life"><a href="#church-life-section">Youth</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--go-with-tearfund" data-id="go-with-tearfund"><a href="#go-with-tearfund-section">Go Overseas</a></li>
<li class="churches-chart__legend-item churches-chart__legend-item--lend-a-hand" data-id="lend-a-hand"><a href="#lend-a-hand">Emergency Response</a></li>
</ul>
<div class="churches-chart__details">
<article id="give-section" class="churches-chart-detail churches-chart-detail--give">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Partner your church</h1>
<div class="churches-chart-detail__copy">
<p>You can build a lasting relationship between your church and one of our church based partners overseas through Connected Church.</p>
</div>
<a class="button" href="https://connected.tearfund.org/">Find out more</a>
</article>
<article id="respond-section" class="churches-chart-detail churches-chart-detail--respond">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Pray</h1>
<div class="churches-chart-detail__copy">
<p>Tearfund’s work is rooted in prayer. Get your church praying about where it’s needed the most. Click through to sign up for One Voice prayer emails and to find resources for your church.</p>
</div>
<a class="button" href="http://www.tearfund.org/pray">View Resources and Sign Up</a>
</article>
</article>
<article id="connect-church-section" class="churches-chart-detail churches-chart-detail--connect-church">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Act</h1>
<div class="churches-chart-detail__copy">
<p>We need to take action to beat poverty and injustice. This includes calling on leaders in the UK and globally to change laws and policies, and making changes in our own lives too. Click through to sign up for Tearfund Action emails and to find resources for your church.</p>
</div>
<a class="button" href="http://www.tearfund.org/action">View Resources and Sign Up</a>
</article>
<article id="prayer-section" class="churches-chart-detail churches-chart-detail--prayer">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Resources</h1>
<div class="churches-chart-detail__copy">
<p>All of our resources in one handy space! Check out our Bible studies, information to help you organise a fundraiser, service outlines and other ready-to-use resources.</p>
</div>
<a class="button" href="https://www.tearfund.org/en/about_you/resources/for_churches/">View Resources
</a>
</article>
<article id="youth-section" class="churches-chart-detail churches-chart-detail--youth">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Request a speaker</h1>
<div class="churches-chart-detail__copy">
<p>Inspire your church with an accredited Tearfund speaker who can share amazing stories of lives changed through our church-based partners overseas.</p>
</div>
<a class="button" href="https://www.tearfund.org/en/about_you/book_a_speaker/">Book a speaker</a>
</article>
<article id="church-life-section" class="churches-chart-detail churches-chart-detail--church-life">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Youth</h1>
<div class="churches-chart-detail__copy">
<p>Bible studies, activities and lesson plans to keep young people informed, inspired and involved.</p>
</div>
<a class="button" href="https://www.tearfund.org/en/about_you/youth/">See resources</a>
</article>
<article id="go-with-tearfund-section" class="churches-chart-detail churches-chart-detail--go-with-tearfund">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Go Overseas</h1>
<div class="churches-chart-detail__copy">
<p>Come on a Tearfund Go overseas trip with a group from your church and get inspired together.</p>
</div>
<a class="button" href="https://www.tearfund.org/en/about_you/go_overseas/">View trips</a>
</article>
<article id="lend-a-hand-section" class="churches-chart-detail churches-chart-detail--lend-a-hand">
<div class="churches-chart-detail__icon"></div>
<h1 class="churches-chart-detail__title">Emergency Response</h1>
<div class="churches-chart-detail__copy">
<p>When disasters strike overseas, there is often desperate need and the Church feels moved to help. Click through to support the latest emergency and sign up to the Church Leader Newsletter below to receive information and updates when they happen. </p>
</div>
<a class="button" href="https://www.tearfund.org/en/latest/burundi_crisis_appeal/">Respond to emergencies</a>
</article>
</div>
</div>
{}
You can build a lasting relationship between your church and one of our church based partners overseas through Connected Church.
Tearfund’s work is rooted in prayer. Get your church praying about where it’s needed the most. Click through to sign up for One Voice prayer emails and to find resources for your church.
We need to take action to beat poverty and injustice. This includes calling on leaders in the UK and globally to change laws and policies, and making changes in our own lives too. Click through to sign up for Tearfund Action emails and to find resources for your church.
All of our resources in one handy space! Check out our Bible studies, information to help you organise a fundraiser, service outlines and other ready-to-use resources.
Inspire your church with an accredited Tearfund speaker who can share amazing stories of lives changed through our church-based partners overseas.
Bible studies, activities and lesson plans to keep young people informed, inspired and involved.
Come on a Tearfund Go overseas trip with a group from your church and get inspired together.
When disasters strike overseas, there is often desperate need and the Church feels moved to help. Click through to support the latest emergency and sign up to the Church Leader Newsletter below to receive information and updates when they happen.
<div class="transparency-chart">
<div class="transparency-chart__image" data-svg="/images/mainsite5/transparency-chart/donut.svg">
<img src="/images/mainsite5/transparency-chart/donut.png" alt="Transparency chart">
</div>
<ul class="transparency-chart__legend">
<li class="transparency-chart__legend-item transparency-chart__legend-item--disaster-response" data-id="disaster-response"><a href="#disaster-response-section">Disaster Response</a></li>
<li class="transparency-chart__legend-item transparency-chart__legend-item--developing-communities" data-id="developing-communities"><a href="#developing-communities-section">Developing Communities</a></li>
<li class="transparency-chart__legend-item transparency-chart__legend-item--global-church" data-id="global-church"><a href="#global-church-section">Enabling the global church to act</a></li>
<li class="transparency-chart__legend-item transparency-chart__legend-item--changing-policies" data-id="changing-policies"><a href="#changing-policies-section">Changing unjust policies</a></li>
<li class="transparency-chart__legend-item transparency-chart__legend-item--fundraising" data-id="fundraising"><a href="#fundraising-section">Fundraising</a></li>
<li class="transparency-chart__legend-item transparency-chart__legend-item--running-costs" data-id="running-costs"><a href="#running-costs-section">Support & Running costs</a></li>
</ul>
<div class="transparency-chart__details">
<article id="disaster-response-section" class="transparency-chart-detail transparency-chart-detail--disaster-response">
<span class="transparency-chart-detail__spend">38p</span>
<h1 class="transparency-chart-detail__title">Responding to Disaster</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
<article id="developing-communities-section" class="transparency-chart-detail transparency-chart-detail--developing-communities">
<span class="transparency-chart-detail__spend">31p</span>
<h1 class="transparency-chart-detail__title">Developing Communities</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
<article id="global-church-section" class="transparency-chart-detail transparency-chart-detail--global-church">
<span class="transparency-chart-detail__spend">10p</span>
<h1 class="transparency-chart-detail__title">Enabling the Global Church to Act</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
<article id="changing-policies-section" class="transparency-chart-detail transparency-chart-detail--changing-policies">
<span class="transparency-chart-detail__spend">6p</span>
<h1 class="transparency-chart-detail__title">Changing unjust policies</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
<article id="fundraising-section" class="transparency-chart-detail transparency-chart-detail--fundraising">
<span class="transparency-chart-detail__spend">9p</span>
<h1 class="transparency-chart-detail__title">Fundraising</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
<article id="running-costs-section" class="transparency-chart-detail transparency-chart-detail--running-costs">
<span class="transparency-chart-detail__spend">6p</span>
<h1 class="transparency-chart-detail__title">Support & Running costs</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
</div>
</div>
<div class="transparency-chart">
<div class="transparency-chart__image" data-svg="/images/mainsite5/transparency-chart/donut.svg">
<img src="/images/mainsite5/transparency-chart/donut.png" alt="Transparency chart">
</div>
<ul class="transparency-chart__legend">
<li class="transparency-chart__legend-item transparency-chart__legend-item--disaster-response" data-id="disaster-response"><a href="#disaster-response-section">Disaster Response</a></li>
<li class="transparency-chart__legend-item transparency-chart__legend-item--developing-communities" data-id="developing-communities"><a href="#developing-communities-section">Developing Communities</a></li>
<li class="transparency-chart__legend-item transparency-chart__legend-item--global-church" data-id="global-church"><a href="#global-church-section">Enabling the global church to act</a></li>
<li class="transparency-chart__legend-item transparency-chart__legend-item--changing-policies" data-id="changing-policies"><a href="#changing-policies-section">Changing unjust policies</a></li>
<li class="transparency-chart__legend-item transparency-chart__legend-item--fundraising" data-id="fundraising"><a href="#fundraising-section">Fundraising</a></li>
<li class="transparency-chart__legend-item transparency-chart__legend-item--running-costs" data-id="running-costs"><a href="#running-costs-section">Support & Running costs</a></li>
</ul>
<div class="transparency-chart__details">
<article id="disaster-response-section" class="transparency-chart-detail transparency-chart-detail--disaster-response">
<span class="transparency-chart-detail__spend">38p</span>
<h1 class="transparency-chart-detail__title">Responding to Disaster</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
<article id="developing-communities-section" class="transparency-chart-detail transparency-chart-detail--developing-communities">
<span class="transparency-chart-detail__spend">31p</span>
<h1 class="transparency-chart-detail__title">Developing Communities</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
<article id="global-church-section" class="transparency-chart-detail transparency-chart-detail--global-church">
<span class="transparency-chart-detail__spend">10p</span>
<h1 class="transparency-chart-detail__title">Enabling the Global Church to Act</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
<article id="changing-policies-section" class="transparency-chart-detail transparency-chart-detail--changing-policies">
<span class="transparency-chart-detail__spend">6p</span>
<h1 class="transparency-chart-detail__title">Changing unjust policies</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
<article id="fundraising-section" class="transparency-chart-detail transparency-chart-detail--fundraising">
<span class="transparency-chart-detail__spend">9p</span>
<h1 class="transparency-chart-detail__title">Fundraising</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
<article id="running-costs-section" class="transparency-chart-detail transparency-chart-detail--running-costs">
<span class="transparency-chart-detail__spend">6p</span>
<h1 class="transparency-chart-detail__title">Support & Running costs</h1>
<img src="http://placehold.it/430x240" alt="" class="transparency-chart-detail__media">
<div class="transparency-chart-detail__copy">
<p>Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.</p>
</div>
</article>
</div>
</div>
{}
Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.
Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.
Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.
Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.
Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.
Most people (92%) who are affected, or killed, by disasters are in poor countries. Our 50 years’ experience responding to floods; earthquakes; tsunamis; typhoons; food crises and conflicts enable us to act quickly, using your support to save lives.
<div class="full-banner
"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
">About us</h1>
<!-- Buttons -->
<!-- If article has author -->
<div class="article-byline article-byline--no-image ">
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "About us",
"banner_author": "Author Name",
"banner_read_time": "4",
"banner_date": "6 April 2013"
}
<div class="full-banner
full-banner--image full-banner--gradient full-banner--gradient-full
"
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
">About us</h1>
<!-- Buttons -->
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "About us",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg",
"banner_gradient": true,
"banner_gradient_setting": "full"
}
<div class="full-banner
"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content full-banner__content--author-no-bg">
<!-- If author header -->
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
<h1 class="full-banner__title
full-banner__title--small ">About us</h1>
<!-- Buttons -->
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "About us",
"banner_author_avatar": "http:\/\/placehold.it\/200x200",
"banner_title_small": true
}
<header class="run-to-the-beat-header">
<div class="responsive-image-header">
<picture class="">
<source media="(min-width: 1400px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=1400, https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=2800 2x">
<source media="(min-width: 1200px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=1200, https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=2400 2x">
<source media="(min-width: 1000px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=1000, https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=2000 2x">
<source media="(min-width: 800px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=800, https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=1600 2x">
<source media="(min-width: 647px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=647, https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=1294 2x">
<source media="(min-width: 465px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEMarque2x.jpg?w=465, https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEMarque2x.jpg?w=930 2x">
<source media="(min-width: 375px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEMarque2x.jpg?w=375, https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEMarque2x.jpg?w=750 2x">
<img src="https://www.tearfund.org/~/media/images/testing/story-header-desktop.jpg" alt="Bolivia">
</picture>
<div class="responsive-image-header__text-container">
<div class="responsive-image-header__text">
<p>Poverty destroys lives.<br />Join the fightback.</p>
<a class="button" href="#">Sign up now</a>
</div>
</div>
<picture class="mobile-only">
<source media="(min-width: 647px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=647, https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=1294 2x">
<source media="(min-width: 465px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=465, https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=930 2x">
<source media="(min-width: 375px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=375, https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=750 2x">
<img src="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg" alt="Bolivia">
</picture>
</div>
</header>
<header class="run-to-the-beat-header">
<div class="responsive-image-header">
<picture class="">
<source media="(min-width: 1400px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=1400, https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=2800 2x">
<source media="(min-width: 1200px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=1200, https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=2400 2x">
<source media="(min-width: 1000px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=1000, https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=2000 2x">
<source media="(min-width: 800px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=800, https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=1600 2x">
<source media="(min-width: 647px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=647, https://www.tearfund.org/~/media/images/run_to_beat_poverty/desktop/HubBanner2x.jpg?w=1294 2x">
<source media="(min-width: 465px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEMarque2x.jpg?w=465, https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEMarque2x.jpg?w=930 2x">
<source media="(min-width: 375px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEMarque2x.jpg?w=375, https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEMarque2x.jpg?w=750 2x">
<img src="https://www.tearfund.org/~/media/images/testing/story-header-desktop.jpg" alt="Bolivia">
</picture>
<div class="responsive-image-header__text-container">
<div class="responsive-image-header__text">
<p>Poverty destroys lives.<br />Join the fightback.</p>
<a class="button" href="#">Sign up now</a>
</div>
</div>
<picture class="mobile-only">
<source media="(min-width: 647px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=647, https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=1294 2x">
<source media="(min-width: 465px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=465, https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=930 2x">
<source media="(min-width: 375px)" srcset="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=375, https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg?w=750 2x">
<img src="https://www.tearfund.org/~/media/images/run_to_beat_poverty/MOBILEHubBanner2x.jpg" alt="Bolivia">
</picture>
</div>
</header>
{}
<div class="full-banner
full-banner--image full-banner--featured
"
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="inner">
<div class="full-banner--featured-panel"> <div class="full-banner__content-wrapper
full-banner--content-bottom full-banner--content-bottom-mobile"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
full-banner__title--open-sans">The world’s focus on Central Africa</h1>
<p>Where the need is greatest</p>
<!-- Buttons -->
<div class="full-banner__buttons">
<a href="#" class="button">Button</a>
<a href="#" class="button">Button</a>
</div>
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div> </div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "The world\u2019s focus on Central Africa",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg",
"banner_featured": true,
"banner_content_position": "bottom",
"banner_content_position_mobile": "bottom",
"banner_subtitle": "Where the need is greatest",
"banner_button_one": "Button",
"banner_button_url_one": "#",
"banner_button_two": "Button",
"banner_button_url_two": "#",
"banner_font": "open-sans"
}
<div class="full-banner
full-banner--bottom-content full-banner--image full-banner--gradient full-banner--gradient-left full-banner--featured full-banner--fullscreen
"
data-image="/images/mainsite5/gvt-header.jpg" data-mobile-image="/images/mainsite5/gvt-header.jpg"
>
<div class="inner">
<div class="full-banner--featured-panel"> <div class="full-banner__content-wrapper
full-banner--content-bottom full-banner--content-bottom-mobile"><!-- RESPONSIVE CONTAINER -->
<div class="full-banner--content-left"> <!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
">WHERE DOES GOD WANT YOU TO SERVE?</h1>
<!-- Buttons -->
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
</div> <!-- CONTENT END -->
</div>
</div>
<div class="gvt-trip-picker">
<div class="gvt-trip-picker__controls">
<div id="pagelayout_0_articleheader_0_titlebottom_0_PnlFilters" class="gvt-trip-picker__filters">
<div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--who"><span class="custom-select__selected-value">Who</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl02" class="custom-select__input">
<option value="Who" data-null="true">Who</option>
<option value="me">Just me</option>
<option value="couple">We're a couple</option>
<option value="family">We're a family</option>
<option value="group">We're a group</option>
</select></div><div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--when"><span class="custom-select__selected-value">When</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl05" class="custom-select__input">
<option value="When" data-null="true">When</option>
<option value="2017 Winter">2017 Winter</option>
<option value="2018 Spring">2018 Spring</option>
<option value="2018 Summer">2018 Summer</option>
<option value="2018 Autumn">2018 Autumn</option>
<option value="2018 Winter">2018 Winter</option>
<option value="2019 Spring">2019 Spring</option>
</select></div><div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--where"><span class="custom-select__selected-value">Where</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl08" class="custom-select__input">
<option value="Where" data-null="true">Where</option>
<option value="Bangladesh">Bangladesh</option>
<option value="Bolivia">Bolivia</option>
<option value="Cambodia">Cambodia</option>
<option value="Colombia">Colombia</option>
<option value="India">India</option>
<option value="Malawi">Malawi</option>
<option value="Peru">Peru</option>
<option value="South Africa">South Africa</option>
<option value="Tanzania">Tanzania</option>
<option value="Thailand">Thailand</option>
<option value="Uganda">Uganda</option>
<option value="Zambia">Zambia</option>
</select></div><div class="custom-select gvt-trip-picker__select gvt-trip-picker__select--what"><span class="custom-select__selected-value">How Long</span><select name="pagelayout_0$articleheader_0$titlebottom_0$ctl11" class="custom-select__input">
<option value="How Long" data-null="true">How Long</option>
<option value="2weeks">2 Weeks</option>
<option value="1month">1 Month</option>
<option value="3months">3 Months</option>
<option value="6months">6 Months</option>
<option value="other">Other</option>
</select></div>
</div>
<a href="#" class="gvt-trip-picker__reset">Show All</a>
</div>
<div class="gvt-trip-picker__options">
<a class="ls-button-red" title="Find out more" href="/en/about_you/go_overseas/my_trip/faqs_new/">All you need to know</a>
<a class="ls-button-turquoise" title="Apply Now" href="/en/about_you/go_overseas/my_trip/apply_now/">Apply Now</a>
</div>
</div> </div> </div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "WHERE DOES GOD WANT YOU TO SERVE?",
"banner_background_image": "\/images\/mainsite5\/gvt-header.jpg",
"banner_background_image_mobile": "\/images\/mainsite5\/gvt-header.jpg",
"banner_featured": true,
"banner_content_position": "bottom",
"banner_content_position_mobile": "bottom",
"banner_size": "fullscreen",
"banner_gradient": true,
"banner_gradient_setting": "left",
"banner_content_side": "left",
"banner_content_bottom": true,
"banner_gvt": true
}
<div class="full-banner
full-banner--image full-banner--gradient full-banner--gradient- full-banner--featured full-banner--fullscreen full-banner--video
"
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="http://www.tearfund.org/images/mainsite5/c16/c16-poster.jpg">
<source src="/images/videos/mainsite5/summer-campaign/video.mp4" type="video/mp4">
<source src="http://staging.tftech.org.uk/images/videos/mainsite5/c16/yasmin_loop.ogg" type="video/ogg">
<source src="http://staging.tftech.org.uk/images/videos/mainsite5/c16/yasmin_loop.webm" type="video/webm">
</video>
</div>
<div class="inner">
<div class="full-banner--featured-panel"> <div class="full-banner__content-wrapper
full-banner--content-center full-banner--content-center-mobile"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
">Summer appeal</h1>
<!-- Buttons -->
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div> </div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "Summer appeal",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg",
"banner_featured": true,
"banner_size": "fullscreen",
"banner_content_position": "center",
"banner_content_position_mobile": "bottom",
"banner_gradient": true,
"banner_video": true,
"banner_video_mp4": "\/images\/videos\/mainsite5\/summer-campaign\/video.mp4",
"banner_video_ogg": "http:\/\/staging.tftech.org.uk\/images\/videos\/mainsite5\/c16\/yasmin_loop.ogg",
"banner_video_webm": "http:\/\/staging.tftech.org.uk\/images\/videos\/mainsite5\/c16\/yasmin_loop.webm",
"banner_video_poster": "http:\/\/www.tearfund.org\/images\/mainsite5\/c16\/c16-poster.jpg"
}
<div class="full-banner
"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
">About us</h1>
<!-- Buttons -->
<!-- If article has author -->
<div class="article-byline ">
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
<!-- If sharing is on -->
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "About us",
"banner_author": "Author Name",
"banner_read_time": "4",
"banner_date": "6 April 2013",
"banner_author_image": "http:\/\/placehold.it\/200x200",
"banner_sharing": true
}
<div class="full-banner
full-banner--image full-banner--featured full-banner--fullscreen
"
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="inner">
<div class="full-banner--featured-panel"> <div class="full-banner__content-wrapper
full-banner--content-center full-banner--content-center-mobile"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<div class="community-fundraising-banner__logo"></div>
<h1 class="full-banner__title
full-banner__title--open-sans">The word’s focus on Central Africa</h1>
<p>Where the need is greatest</p>
<!-- Buttons -->
<div class="full-banner__buttons">
<a href="#" class="button">Button</a>
<a href="#" class="button">Button</a>
</div>
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div> </div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "The word\u2019s focus on Central Africa",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg",
"banner_featured": true,
"banner_size": "fullscreen",
"banner_content_position": "center",
"banner_content_position_mobile": "center",
"banner_subtitle": "Where the need is greatest",
"banner_button_one": "Button",
"banner_button_url_one": "#",
"banner_button_two": "Button",
"banner_button_url_two": "#",
"banner_logo": true,
"banner_font": "open-sans"
}
<div class="full-banner
full-banner--image full-banner--featured
scalable-banner "
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="/slider/feature-banner.jpg?w=1400, /slider/feature-banner.jpg?w=2800 2x">
<source media="(min-width: 1200px)" srcset="/slider/feature-banner.jpg?w=1200, /slider/feature-banner.jpg?w=2400 2x">
<source media="(min-width: 1000px)" srcset="/slider/feature-banner.jpg?w=1000, /slider/feature-banner.jpg?w=2000 2x">
<source media="(min-width: 800px)" srcset="/slider/feature-banner.jpg?w=800, /slider/feature-banner.jpg?w=1600 2x">
<source media="(min-width: 767px)" srcset="/slider/feature-banner.jpg?w=647, /slider/feature-banner.jpg?w=1294 2x">
<source media="(min-width: 647px)" srcset="/slider/mobile-feature.jpg?w=647, /slider/mobile-feature.jpg?w=1294 2x">
<source media="(min-width: 465px)" srcset="/slider/mobile-feature.jpg?w=465, /slider/mobile-feature.jpg?w=930 2x">
<source media="(min-width: 375px)" srcset="/slider/mobile-feature.jpg?w=375, /slider/mobile-feature.jpg?w=750 2x" alt="Bolivia">
<img src="/slider/mobile-feature.jpg" alt="Bolivia">
</picture>
<div class="scalable_banner__content-container">
<div class="inner">
<div class="full-banner--featured-panel"> <div class="full-banner__content-wrapper
full-banner--content-bottom full-banner--content-bottom-mobile"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
full-banner__title--open-sans">The world’s focus on Central Africa</h1>
<p>Where the need is greatest</p>
<!-- Buttons -->
<div class="full-banner__buttons">
<a href="#" class="button">Button</a>
<a href="#" class="button">Button</a>
</div>
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div> </div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "The world\u2019s focus on Central Africa",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg",
"banner_featured": true,
"banner_content_position": "bottom",
"banner_content_position_mobile": "bottom",
"banner_subtitle": "Where the need is greatest",
"banner_button_one": "Button",
"banner_button_url_one": "#",
"banner_button_two": "Button",
"banner_button_url_two": "#",
"banner_font": "open-sans",
"scalable_banner": true
}
<div class="full-banner
"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
">About us</h1>
<!-- Buttons -->
<!-- If article has author -->
<div class="article-byline ">
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "About us",
"banner_author": "Author Name",
"banner_read_time": "4",
"banner_date": "6 April 2013",
"banner_author_image": "http:\/\/placehold.it\/200x200"
}
<div class="story-hero">
<picture class="story-hero__image">
<source media="(min-width: 1400px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1400, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2800 2x">
<source media="(min-width: 1200px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1200, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2400 2x">
<source media="(min-width: 1000px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1000, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2000 2x">
<source media="(min-width: 800px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=800, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1600 2x">
<source media="(min-width: 647px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=647, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1294 2x">
<source media="(min-width: 465px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=465, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=930 2x">
<source media="(min-width: 375px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=375, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=750 2x" alt="Bolivia">
<img src="https://www.tearfund.org/~/media/images/testing/story-header-mobile.jpg" alt="Bolivia">
</picture>
</div>
<div class="story-hero">
<picture class="story-hero__image">
<source media="(min-width: 1400px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1400, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2800 2x">
<source media="(min-width: 1200px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1200, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2400 2x">
<source media="(min-width: 1000px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1000, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2000 2x">
<source media="(min-width: 800px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=800, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1600 2x">
<source media="(min-width: 647px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=647, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1294 2x">
<source media="(min-width: 465px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=465, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=930 2x">
<source media="(min-width: 375px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=375, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=750 2x" alt="Bolivia">
<img src="https://www.tearfund.org/~/media/images/testing/story-header-mobile.jpg" alt="Bolivia">
</picture>
</div>
{}
<div class="full-banner
full-banner--image
"
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
">About us</h1>
<!-- Buttons -->
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "About us",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg"
}
<div class="full-banner
full-banner--image full-banner--featured full-banner--fullscreen full-banner--video
"
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="http://www.tearfund.org/images/mainsite5/c16/c16-poster.jpg">
<source src="http://staging.tftech.org.uk/images/videos/mainsite5/c16/yasmin_loop.mp4" type="video/mp4">
<source src="http://staging.tftech.org.uk/images/videos/mainsite5/c16/yasmin_loop.ogg" type="video/ogg">
<source src="http://staging.tftech.org.uk/images/videos/mainsite5/c16/yasmin_loop.webm" type="video/webm">
</video>
</div>
<div class="inner">
<div class="full-banner--featured-panel"> <div class="full-banner__content-wrapper
full-banner--content-bottom full-banner--content-bottom-mobile"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
">The world’s focus on Central Africa</h1>
<p>Where the need is greatest</p>
<!-- Buttons -->
<div class="full-banner__buttons">
<a href="#" class="button">Button</a>
<a href="#" class="button">Button</a>
</div>
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div> </div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "The world\u2019s focus on Central Africa",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg",
"banner_featured": true,
"banner_size": "fullscreen",
"banner_content_position": "bottom",
"banner_content_position_mobile": "bottom",
"banner_subtitle": "Where the need is greatest",
"banner_button_one": "Button",
"banner_button_url_one": "#",
"banner_button_two": "Button",
"banner_button_url_two": "#",
"banner_video": true,
"banner_video_mp4": "http:\/\/staging.tftech.org.uk\/images\/videos\/mainsite5\/c16\/yasmin_loop.mp4",
"banner_video_ogg": "http:\/\/staging.tftech.org.uk\/images\/videos\/mainsite5\/c16\/yasmin_loop.ogg",
"banner_video_webm": "http:\/\/staging.tftech.org.uk\/images\/videos\/mainsite5\/c16\/yasmin_loop.webm",
"banner_video_poster": "http:\/\/www.tearfund.org\/images\/mainsite5\/c16\/c16-poster.jpg"
}
<div class="full-banner
full-banner--image full-banner--featured
full-banner--jubilee-sub "
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="inner">
<div class="full-banner--featured-panel"> <div class="full-banner__content-wrapper
full-banner--content-top full-banner--content-top-mobile"><!-- RESPONSIVE CONTAINER -->
<div class="full-banner--content-left"> <!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
full-banner__title--open-sans">PLAY YOUR PART</h1>
<p>To beat poverty and injustice, we need to tackle climate change.</p>
<!-- Buttons -->
<div class="full-banner__buttons">
<a href="#" class="button">Act today</a>
</div>
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
</div> <!-- CONTENT END -->
</div>
</div>
</div> </div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "PLAY YOUR PART",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg",
"banner_featured": true,
"banner_content_side": "left",
"banner_content_position": "top",
"banner_content_position_mobile": "bottom",
"banner_subtitle": "To beat poverty and injustice, we need to tackle climate change.",
"banner_button_one": "Act today",
"banner_button_url_one": "#",
"banner_font": "open-sans",
"banner_jubilee": true
}
<div class="full-banner full-banner--image full-banner--featured scalable-banner">
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1400, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2800 2x">
<source media="(min-width: 1200px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1200, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2400 2x">
<source media="(min-width: 1000px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1000, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2000 2x">
<source media="(min-width: 800px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=800, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1600 2x">
<source media="(min-width: 647px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=647, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1294 2x">
<source media="(min-width: 465px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=465, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=930 2x">
<source media="(min-width: 375px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=375, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=750 2x" alt="Bolivia">
<img src="https://www.tearfund.org/~/media/images/testing/story-header-mobile.jpg" alt="Bolivia">
</picture>
</div>
<div class="full-banner full-banner--image full-banner--featured scalable-banner">
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1400, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2800 2x">
<source media="(min-width: 1200px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1200, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2400 2x">
<source media="(min-width: 1000px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1000, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=2000 2x">
<source media="(min-width: 800px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=800, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1600 2x">
<source media="(min-width: 647px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=647, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=1294 2x">
<source media="(min-width: 465px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=465, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=930 2x">
<source media="(min-width: 375px)" srcset="https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=375, https://www.tearfund.org/~/media/images/Big_Quiz_Night/restoring-lives-header.jpg?w=750 2x" alt="Bolivia">
<img src="https://www.tearfund.org/~/media/images/testing/story-header-mobile.jpg" alt="Bolivia">
</picture>
</div>
{}
<div class="full-banner
full-banner--image
full-banner--jubilee-sub "
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
">About us</h1>
<!-- Buttons -->
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "About us",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg",
"banner_jubilee": true
}
<div id="pagelayout_0_articleheader_0_GivingHeader" class="fullwidth-giving-ask fullwidth-giving-ask--video banner-emergency__chevron banner-emergency__strip" data-image="https://www.tearfund.org/~/media/images/appeals/myanmar/landingpage_banner.jpg?h=450&w=1280" style="background-image: url("https://www.tearfund.org/~/media/images/appeals/myanmar/landingpage_banner.jpg?h=450&w=1280");">
<div class="full-banner--gradient full-banner--gradient-bottom"></div>
<!-- <div class="full-video">
<video width="100%" loop="" height="auto" id="video" autoplay="autoplay" preload="auto" poster="http://www.tearfund.org/images/mainsite5/c16/c16-poster.jpg">
<source src="/images/videos/mainsite5/summer-campaign/video.mp4" type="video/mp4">
<source src="http://staging.tftech.org.uk/images/videos/mainsite5/c16/yasmin_loop.ogg" type="video/ogg">
<source src="http://staging.tftech.org.uk/images/videos/mainsite5/c16/yasmin_loop.webm" type="video/webm">
</video>
</div> -->
<div class="full-banner__video-aspect-ratio">
<div class="full-banner__video-wrap" data-video='[{"url": "/images/videos/mainsite5/summer-campaign/header-loop.mp4","mimeType": "video/mp4"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/bristol.ogv","mimeType": "video/ogg"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/bristol.webm","mimeType": "video/webm"}]'></div>
</div>
<div id="pagelayout_0_articleheader_0_GivingHeaderInner" class="inner">
<h1 id="pagelayout_0_articleheader_0_TitleText" class="fullwidth-giving-ask__title">Something Great Emergency Appeal</h1>
<div id="pagelayout_0_articleheader_0_SecondLine" class="fullwidth-giving-ask__secondary">the Myanmar Refugees Emergency Appeal</div>
<div id="pagelayout_0_articleheader_0_GivingWidget_GivingWidgetInner">
<div id="pagelayout_0_articleheader_0_GivingWidget_GivingLargeRow">
<div id="pagelayout_0_articleheader_0_GivingWidget_GivingWidgetWidth">
<div id="pagelayout_0_articleheader_0_GivingWidget_GivingWidgetOuter" class="giving-widget giving-widget--inline" data-image-id="pagelayout_0_articleheader_0_GivingHeader" data-text-id="pagelayout_0_articleheader_0_TitleText">
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label id="pagelayout_0_articleheader_0_GivingWidget_label_destination" for="destination-select" class="fund-selector__title">DONATE NOW</label>
<span id="pagelayout_0_articleheader_0_GivingWidget_SingleFund" class="fund-selector__destination" giving-page="/en/give/myanmar_refugees_emergency_appeal/"></span>
<div id="pagelayout_0_articleheader_0_GivingWidget_StandardAmount" class="fund-selector-field">
<div class="custom-input custom-input--currency">
<input name="pagelayout_0$articleheader_0$GivingWidget$tbAmount" type="text" id="pagelayout_0_articleheader_0_GivingWidget_tbAmount" class="custom-input__input">
</div>
</div>
<div id="pagelayout_0_articleheader_0_GivingWidget_SinglePaymentMethod" class="fund-selector-field">
<div style="display: block;" class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button onclick="__doPostBack('pagelayout_0$articleheader_0$GivingWidget$btnSinglePayByCard','')" id="pagelayout_0_articleheader_0_GivingWidget_btnSinglePayByCard" class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button onclick="__doPostBack('pagelayout_0$articleheader_0$GivingWidget$btnSinglePayByPaypal','')" id="pagelayout_0_articleheader_0_GivingWidget_btnSinglePayByPaypal" class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="js-background-image" style="background-image: url("https://www.tearfund.org/~/media/images/appeals/myanmar/landingpage_banner.jpg?h=450&w=1280");"></div></div>
<div id="pagelayout_0_articleheader_0_GivingHeader" class="fullwidth-giving-ask fullwidth-giving-ask--video banner-emergency__chevron banner-emergency__strip" data-image="https://www.tearfund.org/~/media/images/appeals/myanmar/landingpage_banner.jpg?h=450&w=1280" style="background-image: url("https://www.tearfund.org/~/media/images/appeals/myanmar/landingpage_banner.jpg?h=450&w=1280");">
<div class="full-banner--gradient full-banner--gradient-bottom"></div>
<!-- <div class="full-video">
<video width="100%" loop="" height="auto" id="video" autoplay="autoplay" preload="auto" poster="http://www.tearfund.org/images/mainsite5/c16/c16-poster.jpg">
<source src="/images/videos/mainsite5/summer-campaign/video.mp4" type="video/mp4">
<source src="http://staging.tftech.org.uk/images/videos/mainsite5/c16/yasmin_loop.ogg" type="video/ogg">
<source src="http://staging.tftech.org.uk/images/videos/mainsite5/c16/yasmin_loop.webm" type="video/webm">
</video>
</div> -->
<div class="full-banner__video-aspect-ratio">
<div class="full-banner__video-wrap" data-video='[{"url": "/images/videos/mainsite5/summer-campaign/header-loop.mp4","mimeType": "video/mp4"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/bristol.ogv","mimeType": "video/ogg"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/bristol.webm","mimeType": "video/webm"}]'></div>
</div>
<div id="pagelayout_0_articleheader_0_GivingHeaderInner" class="inner">
<h1 id="pagelayout_0_articleheader_0_TitleText" class="fullwidth-giving-ask__title">Something Great Emergency Appeal</h1>
<div id="pagelayout_0_articleheader_0_SecondLine" class="fullwidth-giving-ask__secondary">the Myanmar Refugees Emergency Appeal</div>
<div id="pagelayout_0_articleheader_0_GivingWidget_GivingWidgetInner">
<div id="pagelayout_0_articleheader_0_GivingWidget_GivingLargeRow">
<div id="pagelayout_0_articleheader_0_GivingWidget_GivingWidgetWidth">
<div id="pagelayout_0_articleheader_0_GivingWidget_GivingWidgetOuter" class="giving-widget giving-widget--inline" data-image-id="pagelayout_0_articleheader_0_GivingHeader" data-text-id="pagelayout_0_articleheader_0_TitleText">
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<label id="pagelayout_0_articleheader_0_GivingWidget_label_destination" for="destination-select" class="fund-selector__title">DONATE NOW</label>
<span id="pagelayout_0_articleheader_0_GivingWidget_SingleFund" class="fund-selector__destination" giving-page="/en/give/myanmar_refugees_emergency_appeal/"></span>
<div id="pagelayout_0_articleheader_0_GivingWidget_StandardAmount" class="fund-selector-field">
<div class="custom-input custom-input--currency">
<input name="pagelayout_0$articleheader_0$GivingWidget$tbAmount" type="text" id="pagelayout_0_articleheader_0_GivingWidget_tbAmount" class="custom-input__input">
</div>
</div>
<div id="pagelayout_0_articleheader_0_GivingWidget_SinglePaymentMethod" class="fund-selector-field">
<div style="display: block;" class="payment-methods__item payment-methods__item--once">
<div class="payment-methods__button">
<button onclick="__doPostBack('pagelayout_0$articleheader_0$GivingWidget$btnSinglePayByCard','')" id="pagelayout_0_articleheader_0_GivingWidget_btnSinglePayByCard" class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button onclick="__doPostBack('pagelayout_0$articleheader_0$GivingWidget$btnSinglePayByPaypal','')" id="pagelayout_0_articleheader_0_GivingWidget_btnSinglePayByPaypal" class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="js-background-image" style="background-image: url("https://www.tearfund.org/~/media/images/appeals/myanmar/landingpage_banner.jpg?h=450&w=1280");"></div></div>
{}
<div class="full-banner
"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
full-banner__title--small ">ARTICLE HEADER HERE. WHICH CAN BE MORE WORDS LIKE REALLY LONG TITLES</h1>
<!-- Buttons -->
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "ARTICLE HEADER HERE. WHICH CAN BE MORE WORDS LIKE REALLY LONG TITLES",
"banner_title_small": true
}
<div class="full-banner
"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
full-banner__title--small ">ARTICLE HEADER HERE. WHICH CAN BE MORE WORDS LIKE REALLY LONG TITLES</h1>
<!-- Buttons -->
<div class="article-summary-details__tags">
<div class="article-summary-details__tag">
One
</div>
<div class="article-summary-details__tag">
Two
</div>
<div class="article-summary-details__tag">
Three
</div>
</div>
<!-- If article has author -->
<div class="article-byline ">
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
<!-- If sharing is on -->
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "ARTICLE HEADER HERE. WHICH CAN BE MORE WORDS LIKE REALLY LONG TITLES",
"banner_title_small": true,
"banner_author": "Author Name",
"banner_read_time": "4",
"banner_date": "6 April 2013",
"banner_author_image": "http:\/\/placehold.it\/200x200",
"banner_tags": {
"1": "One",
"2": "Two",
"3": "Three"
},
"banner_sharing": true
}
<div class="full-banner
full-banner--image
"
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
full-banner__title--small ">ARTICLE HEADER HERE. WHICH CAN BE MORE WORDS LIKE REALLY LONG TITLES</h1>
<!-- Buttons -->
<div class="article-summary-details__tags">
<div class="article-summary-details__tag">
One
</div>
<div class="article-summary-details__tag">
Two
</div>
<div class="article-summary-details__tag">
Three
</div>
</div>
<!-- If article has author -->
<div class="article-byline ">
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
<!-- If sharing is on -->
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "ARTICLE HEADER HERE. WHICH CAN BE MORE WORDS LIKE REALLY LONG TITLES",
"banner_title_small": true,
"banner_author": "Author Name",
"banner_read_time": "4",
"banner_date": "6 April 2013",
"banner_author_image": "http:\/\/placehold.it\/200x200",
"banner_tags": {
"1": "One",
"2": "Two",
"3": "Three"
},
"banner_sharing": true,
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg"
}
<div class="full-banner
"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
">About us</h1>
<!-- Buttons -->
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "About us"
}
<div class="full-banner
full-banner--filter
"
>
<div class="inner">
<div class="full-banner__content-wrapper
"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
full-banner__title--small ">FILTERED BY: GENDER</h1>
<!-- Buttons -->
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "FILTERED BY: GENDER",
"banner_title_small": true,
"banner_filter": true
}
<header>
<img class="mobile-only" src="/images/mainsite5/jubilee/2-cities/videos/2Cities_Bristol_MOBILE.jpg" />
<div class="full-banner full-banner--video full-banner--image full-banner--two-cities" data-image="/images/mainsite5/jubilee/2-cities/videos/bristol.jpg">
<!-- <div class="inner">
<div class="full-banner__implicit-height-outer">
<div class="full-banner__implicit-height-inner">
<div class="full-banner__content full-banner__content--overlaid">
<h1 class="full-banner__title full-banner--video__title">About us</h1>
</div>
</div>
</div>
</div> -->
<div class="full-banner__video-aspect-ratio">
<div class="full-banner__video-wrap" data-video='[{"url": "/images/mainsite5/jubilee/2-cities/videos/bristol.mp4","mimeType": "video/mp4"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/bristol.ogv","mimeType": "video/ogg"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/bristol.webm","mimeType": "video/webm"}]'></div>
</div>
<!-- <div class="full-banner__video-aspect-ratio">
<div class="full-banner__video-wrap" data-video='[{"url": "/images/mainsite5/jubilee/2-cities/videos/merseyside.mp4","mimeType": "video/mp4"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/merseyside.ogv","mimeType": "video/ogg"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/merseyside.webm","mimeType": "video/webm"}]'></div>
</div> -->
</div>
</header>
<header>
<img class="mobile-only" src="/images/mainsite5/jubilee/2-cities/videos/2Cities_Bristol_MOBILE.jpg" />
<div class="full-banner full-banner--video full-banner--image full-banner--two-cities" data-image="/images/mainsite5/jubilee/2-cities/videos/bristol.jpg">
<!-- <div class="inner">
<div class="full-banner__implicit-height-outer">
<div class="full-banner__implicit-height-inner">
<div class="full-banner__content full-banner__content--overlaid">
<h1 class="full-banner__title full-banner--video__title">{{ banner_title }}</h1>
</div>
</div>
</div>
</div> -->
<div class="full-banner__video-aspect-ratio">
<div class="full-banner__video-wrap" data-video='[{"url": "/images/mainsite5/jubilee/2-cities/videos/bristol.mp4","mimeType": "video/mp4"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/bristol.ogv","mimeType": "video/ogg"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/bristol.webm","mimeType": "video/webm"}]'></div>
</div>
<!-- <div class="full-banner__video-aspect-ratio">
<div class="full-banner__video-wrap" data-video='[{"url": "/images/mainsite5/jubilee/2-cities/videos/merseyside.mp4","mimeType": "video/mp4"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/merseyside.ogv","mimeType": "video/ogg"}, {"url": "/images/mainsite5/jubilee/2-cities/videos/merseyside.webm","mimeType": "video/webm"}]'></div>
</div> -->
</div>
</header>
{
"banner_title": "About us"
}
<div class="full-banner
full-banner--image full-banner--gradient full-banner--gradient-right full-banner--featured full-banner--fullscreen
"
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="inner">
<div class="full-banner--featured-panel"> <div class="full-banner__content-wrapper
full-banner--content-bottom full-banner--content-bottom-mobile"><!-- RESPONSIVE CONTAINER -->
<div class="full-banner--content-right"> <!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
full-banner__title--open-sans">The world’s focus on Central Africa</h1>
<p>Where the need is greatest</p>
<!-- Buttons -->
<div class="full-banner__buttons">
<a href="#" class="button">Button</a>
<a href="#" class="button">Button</a>
</div>
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
</div> <!-- CONTENT END -->
</div>
</div>
</div> </div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "The world\u2019s focus on Central Africa",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg",
"banner_featured": true,
"banner_content_position": "bottom",
"banner_content_position_mobile": "bottom",
"banner_subtitle": "Where the need is greatest",
"banner_button_one": "Button",
"banner_button_url_one": "#",
"banner_button_two": "Button",
"banner_button_url_two": "#",
"banner_font": "open-sans",
"banner_size": "fullscreen",
"banner_gradient": true,
"banner_gradient_setting": "right",
"banner_content_side": "right"
}
<div class="full-banner
full-banner--image full-banner--gradient full-banner--gradient-left full-banner--featured full-banner--fullscreen
"
data-image="/slider/feature-banner.jpg" data-mobile-image="/slider/mobile-feature.jpg"
>
<div class="inner">
<div class="full-banner--featured-panel"> <div class="full-banner__content-wrapper
full-banner--content-bottom full-banner--content-bottom-mobile"><!-- RESPONSIVE CONTAINER -->
<div class="full-banner--content-left"> <!-- CONTENT START -->
<div class="full-banner__content ">
<!-- If author header -->
<h1 class="full-banner__title
full-banner__title--open-sans">The world’s focus on Central Africa</h1>
<p>Where the need is greatest</p>
<!-- Buttons -->
<div class="full-banner__buttons">
<a href="#" class="button">Button</a>
<a href="#" class="button">Button</a>
</div>
<!-- If article has author -->
<!-- If sharing is on -->
<!-- If is filter banner -->
</div> <!-- CONTENT END -->
</div>
</div>
</div> </div>
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
<div class="full-banner
{% if banner_content_bottom %}full-banner--bottom-content {% endif %}
{% if banner_filter %}full-banner--filter {% endif %}
{% if banner_background_image %}full-banner--image {% endif %}
{% if banner_gradient %}full-banner--gradient full-banner--gradient-{{banner_gradient_setting }}{% endif %}
{% if banner_featured %} full-banner--featured{% endif %}
{% if banner_size %} full-banner--{{banner_size}}{% endif %}
{% if banner_video %} full-banner--video{% endif %}
{% if banner_jubilee %} full-banner--jubilee-sub{% endif %}
{% if giving_page %} full-banner--giving{% endif %}
{% if c19_page %} full-banner--c19{% endif %}
{% if scalable_banner %} scalable-banner {% endif %}"
{% if banner_background_image %}
data-image="{{ banner_background_image }}" data-mobile-image="{{ banner_background_image_mobile }}"
{% endif %}
>
{% if scalable_banner %}
<picture class="scalable-banner__image">
<source media="(min-width: 1400px)" srcset="{{ banner_background_image }}?w=1400, {{ banner_background_image }}?w=2800 2x">
<source media="(min-width: 1200px)" srcset="{{ banner_background_image }}?w=1200, {{ banner_background_image }}?w=2400 2x">
<source media="(min-width: 1000px)" srcset="{{ banner_background_image }}?w=1000, {{ banner_background_image }}?w=2000 2x">
<source media="(min-width: 800px)" srcset="{{ banner_background_image }}?w=800, {{ banner_background_image }}?w=1600 2x">
<source media="(min-width: 767px)" srcset="{{ banner_background_image }}?w=647, {{ banner_background_image }}?w=1294 2x">
<source media="(min-width: 647px)" srcset="{{ banner_background_image_mobile }}?w=647, {{ banner_background_image_mobile }}?w=1294 2x">
<source media="(min-width: 465px)" srcset="{{ banner_background_image_mobile }}?w=465, {{ banner_background_image_mobile }}?w=930 2x">
<source media="(min-width: 375px)" srcset="{{ banner_background_image_mobile }}?w=375, {{ banner_background_image_mobile }}?w=750 2x" alt="Bolivia">
<img src="{{ banner_background_image_mobile }}" alt="Bolivia">
</picture>
{% endif %}
{% if banner_video %}
<div class="full-video">
<video width="100%" loop height="auto" id="video" autoplay="autoplay" preload="auto" poster="{{banner_video_poster}}">
<source src="{{banner_video_mp4}}" type="video/mp4">
<source src="{{banner_video_ogg}}" type="video/ogg">
<source src="{{banner_video_webm}}" type="video/webm">
</video>
</div>
{% endif %}
{% if scalable_banner %}
<div class="scalable_banner__content-container">
{% endif %}
<div class="inner">
{% if banner_featured %}<div class="full-banner--featured-panel">{% endif %}
<div class="full-banner__content-wrapper
{% if banner_content_position %} full-banner--content-{{banner_content_position}}{% endif %}
{% if banner_content_position_mobile %} full-banner--content-{{banner_content_position}}-mobile{% endif %}"><!-- RESPONSIVE CONTAINER -->
{% if banner_content_side %}<div class="full-banner--content-{{banner_content_side}}">{% endif %}
<!-- CONTENT START -->
<div class="full-banner__content {% if banner_author_avatar %}full-banner__content--author-no-bg{% endif %}">
<!-- If author header -->
{% if banner_author_avatar %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="http://placehold.it/200x200">
</div>
{% endif %}
{% if banner_logo %}
<div class="community-fundraising-banner__logo"></div>
{% endif %}
<h1 class="full-banner__title
{% if banner_title_small %}full-banner__title--small{% endif %}
{% if banner_font %} full-banner__title--{{banner_font}}{% endif %}">{{ banner_title }}</h1>
{% if banner_subtitle %}<p>{{banner_subtitle}}</p>{% endif %}
<!-- Buttons -->
{% if banner_button_one %}
<div class="full-banner__buttons">
{% if banner_button_one %}
<a href="{{banner_button_url_one }}" class="button">{{banner_button_one }}</a>
{% endif %}
{% if banner_button_two %}
<a href="{{banner_button_url_two }}" class="button">{{banner_button_two }}</a>
{% endif %}
</div>
{% endif %}
{% if banner_tags %}
<div class="article-summary-details__tags">
{% for tag in banner_tags %}
<div class="article-summary-details__tag">
{{ tag }}
</div>
{% endfor %}
</div>
{% endif %}
<!-- If article has author -->
{% if banner_author %}
<div class="article-byline {% if not banner_author_image %} article-byline--no-image {% endif %}">
{% if banner_author_image %}
<div class="article-byline__avatar circular-image">
<img class="article-byline__avatar-image" src="{{ banner_author_image }}">
</div>
{% endif %}
<div class="byline">Posted by <span class="author">Author Name</span> - <span class="minutes">4</span> minute read</div>
<time datetime="2013-04-06">6 April 2013</time>
</div>
{% endif %}
<!-- If sharing is on -->
{% if banner_sharing %}
<div class="inline-share-buttons inline-share-buttons--article-header">
<a class="social-share__link social-share__link--facebook share-button-facebook" href="#" target="_blank">Share on Facebook</a>
<a class="social-share__link social-share__link--twitter share-button-twitter" href="#" target="_blank">Share on Twitter</a>
</div>
{% endif %}
<!-- If is filter banner -->
{% if banner_filter %}
<a href="javascript:void(0)" onclick="history.go(-1);" class="back-page">< Back to previous page</a>
{% endif %}
{% if banner_content_side %}</div>{% endif %}
<!-- CONTENT END -->
</div>
</div>
{% if banner_gvt %}
{% include 'components/gvt/trip-picker' %}
{% endif %}
{% if banner_featured %}</div>{% endif %}
</div>
{% if scalable_banner %}
</div>
{% endif %}
</div>
<!-- <div class="reveal reveal--green">
<div class="inner">
<a class="reveal__button" href="javascript:void()" data-reveal="reveal1" data-open="Click to show" data-close="Click to hide">Click to show</a>
<div class="reveal__element reveal__element--collapsed" data-reveal="reveal1">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tincidunt eget arcu vel lobortis. Nullam massa quam, auctor sed gravida quis, mattis et ante. Vestibulum consequat maximus laoreet. In pulvinar pulvinar diam non lacinia. Donec lorem eros, ullamcorper ac sem sed, eleifend accumsan neque. Pellentesque tristique nulla vitae consectetur cursus. Proin tristique arcu ut tincidunt commodo. Mauris ac lobortis est. Integer vel mauris vel urna pulvinar vulputate. Etiam eros erat, tincidunt eu aliquam id, porttitor ac mi. Praesent et felis fringilla, convallis sapien sit amet, fringilla eros. Donec tincidunt, augue vel ultrices consequat, ex erat vulputate urna, non consequat quam risus nec ligula.
</p>
</div>
</div>
</div> -->
{
"banner_title": "The world\u2019s focus on Central Africa",
"banner_background_image": "\/slider\/feature-banner.jpg",
"banner_background_image_mobile": "\/slider\/mobile-feature.jpg",
"banner_featured": true,
"banner_content_position": "bottom",
"banner_content_position_mobile": "bottom",
"banner_subtitle": "Where the need is greatest",
"banner_button_one": "Button",
"banner_button_url_one": "#",
"banner_button_two": "Button",
"banner_button_url_two": "#",
"banner_font": "open-sans",
"banner_size": "fullscreen",
"banner_gradient": true,
"banner_gradient_setting": "left",
"banner_content_side": "left"
}
<section class="bq19-text-w-image bq19-section bq19-section--white ">
<div class="bq19-text-w-image__content bq19-inner">
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<h2 class="bq19-h2">
Heading Text
</h2>
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
<a class="button bq19-button" href="#">Call to action</a>
</div>
</div>
<div class="bq19-text-w-image__image">
<img srcset="http://placehold.it/468x453 1x, http://placehold.it/936x906 2x"
src="http://placehold.it/468x453"
alt="" />
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section {% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %} {% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}">
<div class="bq19-text-w-image__content bq19-inner">
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
<h2 class="{% if text_with_image.small_headings %}bq19-h3{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading}}
{% else %}
Heading Text
{% endif %}
</h2>
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="button bq19-button" href="#">{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
<div class="bq19-text-w-image__image">
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
</div>
</section>
{% endfor %}
{
"text_with_images": {
"0": {
"img_src": "http:\/\/placehold.it\/468x453",
"img_src_retina": "http:\/\/placehold.it\/936x906",
"background_color": "",
"reverse": false,
"content_sections": {
"0": {
"button_text": "Call to action"
}
}
}
}
}
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with 500 churches and 23,000 people taking part.
On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.
Call to action<section class="bq19-section">
<h2 class="bq19-h2">Centered Text heading</h2>
</section>
<section class="bq19-section">
<h2 class="bq19-h2">Centered Text heading</h2>
</section>
{}
<section class="bq19-split-ctas">
<div class="bq19-split-ctas__col bq19-split-ctas__col--img-offset">
<h2 class="bq19-split-ctas__heading bq19-h3">FAQ'S</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">The answer to all your questions</p>
</div>
<a class="secondary-button bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/faq.gif 1x, /images/mainsite5/big-quiz-2019/faq@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/faq.gif"
alt=""/>
</div>
</div>
<div class="bq19-split-ctas__col bq19-split-ctas__col--dark bq19-split-ctas__col--stars">
<h2 class="bq19-split-ctas__heading bq19-h3">The big quiz night guide</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">Full details about how to host your quiz</p>
</div>
<a class="button button--transparent bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/shakespeare.gif 1x, /images/mainsite5/big-quiz-2019/shakespeare@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/shakespeare.gif"
alt=""/>
</div>
</div>
</section>
<section class="bq19-split-ctas">
{% if split_ctas is defined %}
{% for cta in split_ctas %}
<div class="bq19-split-ctas__col
{% if cta.background_dark %}bq19-split-ctas__col--dark{% endif %}
{% if cta.background_stars %}bq19-split-ctas__col--stars{% endif %}
{% if cta.image_offset %}bq19-split-ctas__col--img-offset{% endif %}
">
{% if cta.heading %}
<h2 class="bq19-split-ctas__heading bq19-h3">{{cta.heading}}</h2>
{% endif %}
<div class="bq19-rich-text">
{% if cta.summary %}
<p class="bq19-split-ctas__summary">{{cta.summary}}</p>
{% endif %}
</div>
{% if cta.button_text %}
<a class="secondary-button bq19-button" href="#">{{cta.button_text}}</a>
{% endif %}
{% if cta.img_src %}
<div class="bq19-split-ctas__image">
<img alt="" src="{{cta.img_src}}">
</div>
{% endif %}
</div>
{% endfor %}
{% else %}
<div class="bq19-split-ctas__col bq19-split-ctas__col--img-offset">
<h2 class="bq19-split-ctas__heading bq19-h3">FAQ'S</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">The answer to all your questions</p>
</div>
<a class="secondary-button bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/faq.gif 1x, /images/mainsite5/big-quiz-2019/faq@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/faq.gif"
alt=""/>
</div>
</div>
<div class="bq19-split-ctas__col bq19-split-ctas__col--dark bq19-split-ctas__col--stars">
<h2 class="bq19-split-ctas__heading bq19-h3">The big quiz night guide</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">Full details about how to host your quiz</p>
</div>
<a class="button button--transparent bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/shakespeare.gif 1x, /images/mainsite5/big-quiz-2019/shakespeare@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/shakespeare.gif"
alt=""/>
</div>
</div>
{% endif %}
</section>
{}
<div class="bq19-hero bq19-resources__hero">
<div class="bq19-inner">
<div class="bq19-hero__text center-text">
<h1 class="bq19-hero__heading">RESOURCES</h1>
<p class="bq19-hero__strapline">Order or download resources to make your night fabulous</p>
<a class="button button--bold bq19-button bq19-button--no-margin" href="#">Sign up to host</a>
</div>
<div class="bq19-hero-image">
<img class="bq19-hero-image__sprite"
srcset="/images/mainsite5/big-quiz-2019-resources/hero.png 1x, /images/mainsite5/big-quiz-2019/hero-image/text@2x.png 2x"
src="/images/mainsite5/big-quiz-2019-resources/hero.png"
alt="" />
</div>
</div>
</div>
<div class="bq19-hero bq19-resources__hero">
<div class="bq19-inner">
<div class="bq19-hero__text center-text">
<h1 class="bq19-hero__heading">RESOURCES</h1>
<p class="bq19-hero__strapline">Order or download resources to make your night fabulous</p>
<a class="button button--bold bq19-button bq19-button--no-margin" href="#">Sign up to host</a>
</div>
<div class="bq19-hero-image">
<img class="bq19-hero-image__sprite"
srcset="/images/mainsite5/big-quiz-2019-resources/hero.png 1x, /images/mainsite5/big-quiz-2019/hero-image/text@2x.png 2x"
src="/images/mainsite5/big-quiz-2019-resources/hero.png"
alt="" />
</div>
</div>
</div>
{}
<section class="bq19-split-ctas">
<div class="bq19-split-ctas__col
">
<h2 class="bq19-split-ctas__heading bq19-h3">This is heading text</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
<a class="secondary-button bq19-button" href="#">Call to Action</a>
<div class="bq19-split-ctas__image">
<img alt="" src="http://placehold.it/360x210">
</div>
</div>
</section>
<section class="bq19-split-ctas">
{% if split_ctas is defined %}
{% for cta in split_ctas %}
<div class="bq19-split-ctas__col
{% if cta.background_dark %}bq19-split-ctas__col--dark{% endif %}
{% if cta.background_stars %}bq19-split-ctas__col--stars{% endif %}
{% if cta.image_offset %}bq19-split-ctas__col--img-offset{% endif %}
">
{% if cta.heading %}
<h2 class="bq19-split-ctas__heading bq19-h3">{{cta.heading}}</h2>
{% endif %}
<div class="bq19-rich-text">
{% if cta.summary %}
<p class="bq19-split-ctas__summary">{{cta.summary}}</p>
{% endif %}
</div>
{% if cta.button_text %}
<a class="secondary-button bq19-button" href="#">{{cta.button_text}}</a>
{% endif %}
{% if cta.img_src %}
<div class="bq19-split-ctas__image">
<img alt="" src="{{cta.img_src}}">
</div>
{% endif %}
</div>
{% endfor %}
{% else %}
<div class="bq19-split-ctas__col bq19-split-ctas__col--img-offset">
<h2 class="bq19-split-ctas__heading bq19-h3">FAQ'S</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">The answer to all your questions</p>
</div>
<a class="secondary-button bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/faq.gif 1x, /images/mainsite5/big-quiz-2019/faq@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/faq.gif"
alt=""/>
</div>
</div>
<div class="bq19-split-ctas__col bq19-split-ctas__col--dark bq19-split-ctas__col--stars">
<h2 class="bq19-split-ctas__heading bq19-h3">The big quiz night guide</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">Full details about how to host your quiz</p>
</div>
<a class="button button--transparent bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/shakespeare.gif 1x, /images/mainsite5/big-quiz-2019/shakespeare@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/shakespeare.gif"
alt=""/>
</div>
</div>
{% endif %}
</section>
{
"split_ctas": {
"0": {
"heading": "This is heading text",
"summary": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"button_text": "Call to Action",
"img_src": "http:\/\/placehold.it\/360x210",
"background_dark": false,
"background_stars": false,
"image_offset": false
}
}
}
<div class="bq19-host-sign-up bq19-section">
<div class="bq19-host-sign-up__top bq19-inner center-text">
<h2 class="bq19-host-sign-up__heading">Be part of something huge</h2>
<a class="bq19-button bq19-button--no-margin button button--bold" href="#">Sign up to host</a>
</div>
<div class="bq19-host-sign-up__bottom">
<img class="bq19-host-sign-up__figure"
srcset="/images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png 1x, /images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png"
alt="" />
</div>
</div>
<div class="bq19-host-sign-up bq19-section">
<div class="bq19-host-sign-up__top bq19-inner center-text">
<h2 class="bq19-host-sign-up__heading">Be part of something huge</h2>
<a class="bq19-button bq19-button--no-margin button button--bold" href="#">Sign up to host</a>
</div>
<div class="bq19-host-sign-up__bottom">
<img class="bq19-host-sign-up__figure"
srcset="/images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png 1x, /images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png"
alt="" />
</div>
</div>
{}
<section class="bq19-text-w-image bq19-section bq19-section--green ">
<div class="bq19-text-w-image__content bq19-inner">
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<h2 class="bq19-h2">
Heading Text
</h2>
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
<a class="button bq19-button" href="#">Call to action</a>
</div>
</div>
<div class="bq19-text-w-image__image">
<img alt="" src="http://placehold.it/468x453">
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section {% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %} {% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}">
<div class="bq19-text-w-image__content bq19-inner">
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
<h2 class="{% if text_with_image.small_headings %}bq19-h3{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading}}
{% else %}
Heading Text
{% endif %}
</h2>
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="button bq19-button" href="#">{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
<div class="bq19-text-w-image__image">
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
</div>
</section>
{% endfor %}
{
"text_with_images": {
"0": {
"img_src": "http:\/\/placehold.it\/468x453",
"background_color": "green",
"reverse": false,
"content_sections": {
"0": {
"button_text": "Call to action"
}
}
}
}
}
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with 500 churches and 23,000 people taking part.
On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.
Call to action<div class="bq19-quote bq19-section bq19-section--white">
<div class="bq19-quote__inner bq19-inner">
<blockquote class="bq19-quote__blockquote">
<div class="bq19-quote__text">
<p class="bq19-quote__text-inner bq19-color-turquoise">‘It was easy to organise, well planned and great fun!’</p>
</div>
<footer class="bq19-quote__footer">Big Quiz Night host</footer>
</blockquote>
</div>
</div>
<div class="bq19-quote bq19-section bq19-section--white">
<div class="bq19-quote__inner bq19-inner">
<blockquote class="bq19-quote__blockquote">
<div class="bq19-quote__text">
<p class="bq19-quote__text-inner bq19-color-turquoise">‘It was easy to organise, well planned and great fun!’</p>
</div>
<footer class="bq19-quote__footer">Big Quiz Night host</footer>
</blockquote>
</div>
</div>
{}
‘It was easy to organise, well planned and great fun!’
<div class="bq19-find-nearest-quiz bq19-section">
<div class="bq19-find-nearest-quiz__top bq19-inner">
<img
alt=""
class="bq19-find-nearest-quiz__car"
src="/images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png"
srcset="/images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png 1x, /images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png 2x"
/>
<h2 class="bq19-find-nearest-quiz__heading">Find your nearest quiz</h2>
<form class="bq19-find-nearest-quiz__form">
<input class="bq19-find-nearest-quiz__input" placeholder="Enter your postcode..." />
<button class="bq19-find-nearest-quiz__button bq19-button button button--bold" href="#">Find a quiz night</button>
</form>
</div>
<div class="bq19-find-nearest-quiz__bottom">
<div class="bq19-find-nearest-quiz__wrapper">
<div class="bq19-find-nearest-quiz__card-container">
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.0 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.1 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.2 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.3 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.4 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.5 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.6 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.7 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.8 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.9 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.10 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.11 Miles Away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
</div>
</div>
</div>
</div>
<div class="bq19-find-nearest-quiz bq19-section">
<div class="bq19-find-nearest-quiz__top bq19-inner">
<img
alt=""
class="bq19-find-nearest-quiz__car"
src="/images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png"
srcset="/images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png 1x, /images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png 2x"
/>
<h2 class="bq19-find-nearest-quiz__heading">Find your nearest quiz</h2>
<form class="bq19-find-nearest-quiz__form">
<input class="bq19-find-nearest-quiz__input" placeholder="Enter your postcode..." />
<button class="bq19-find-nearest-quiz__button bq19-button button button--bold" href="#">Find a quiz night</button>
</form>
</div>
<div class="bq19-find-nearest-quiz__bottom">
<div class="bq19-find-nearest-quiz__wrapper">
<div class="bq19-find-nearest-quiz__card-container">
{% for i in 0..11 %}
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.{{i}} Miles Away</div>
{# NOTE: Removed from design, commenting in case needed #}
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
email@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
{}
<section class="bq19-case-study bq19-section bq19-section--yellow">
<div class="bq19-case-study__content bq19-inner">
<div class="bq19-case-study__media">
<img alt="" src="https://images.unsplash.com/photo-1516676237310-04deffe44aac?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80" class="bq19-case-study__image bq19-object-fit-image" />>
</div>
<div class="bq19-case-study__text">
<h2 class="bq19-case-study__heading bq19-h2">Help people like martha</h2>
<div class="bq19-case-study__rich-text bq19-rich-text">
<p>Every pound raised will transform the lives of people like Martha from Nigeria. She fled her rural village with her young baby when the rest of her family were killed in a dispute over land. Martha feels traumatised and is desperate for counselling and support.</p>
</div>
<a class="bq19-case-study__button button-underline button-underline--white" href="#">Read Martha’s story</a>
</div>
</div>
</section>
<section class="bq19-case-study bq19-section bq19-section--yellow">
<div class="bq19-case-study__content bq19-inner">
<div class="bq19-case-study__media">
<img alt="" src="https://images.unsplash.com/photo-1516676237310-04deffe44aac?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80" class="bq19-case-study__image bq19-object-fit-image" />>
</div>
<div class="bq19-case-study__text">
<h2 class="bq19-case-study__heading bq19-h2">Help people like martha</h2>
<div class="bq19-case-study__rich-text bq19-rich-text">
<p>Every pound raised will transform the lives of people like Martha from Nigeria. She fled her rural village with her young baby when the rest of her family were killed in a dispute over land. Martha feels traumatised and is desperate for counselling and support.</p>
</div>
<a class="bq19-case-study__button button-underline button-underline--white" href="#">Read Martha’s story</a>
</div>
</div>
</section>
{}
Every pound raised will transform the lives of people like Martha from Nigeria. She fled her rural village with her young baby when the rest of her family were killed in a dispute over land. Martha feels traumatised and is desperate for counselling and support.
<section class="bq19__footer-signup bq19-footer-signup bq19-section">
<div class="bq19-inner">
<div class="bq19-footer-signup__content">
<h2 class="bq19-footer-signup__heading bq19-h2 bq19-color-turquoise">hundreds of churches. thousands of people. ONE BIG QUIZ.</h2>
<a class="button bq19-button" href="#">Sign up to host</a>
</div>
<img alt="" class="bq19-footer-signup__mandella" src="/images/mainsite5/big-quiz-2019/mandela.gif" srcset="/images/mainsite5/big-quiz-2019/mandela.gif 1x, /images/mainsite5/big-quiz-2019/mandela@2x.gif 2x">
<img alt="" class="bq19-footer-signup__car" src="/images/mainsite5/big-quiz-2019/nearest-quiz/DeLorean@2x.png" srcset="/images/mainsite5/big-quiz-2019/nearest-quiz/DeLorean@2x.png 1x, /images/mainsite5/big-quiz-2019/nearest-quiz/DeLorean@2x.png 2x">
</div>
<picture>
<source media="(min-width: 48em)" srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background@2x.jpg 2x">
<source srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile@2x.jpg 2x">
<img alt="" class="bq19-footer-signup__background-image bq19-object-fit-image" src="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg">
</picture>
</section>
<section class="bq19__footer-signup bq19-footer-signup bq19-section">
<div class="bq19-inner">
<div class="bq19-footer-signup__content">
<h2 class="bq19-footer-signup__heading bq19-h2 bq19-color-turquoise">hundreds of churches. thousands of people. ONE BIG QUIZ.</h2>
<a class="button bq19-button" href="#">Sign up to host</a>
</div>
<img alt="" class="bq19-footer-signup__mandella" src="/images/mainsite5/big-quiz-2019/mandela.gif" srcset="/images/mainsite5/big-quiz-2019/mandela.gif 1x, /images/mainsite5/big-quiz-2019/mandela@2x.gif 2x">
<img alt="" class="bq19-footer-signup__car" src="/images/mainsite5/big-quiz-2019/nearest-quiz/DeLorean@2x.png" srcset="/images/mainsite5/big-quiz-2019/nearest-quiz/DeLorean@2x.png 1x, /images/mainsite5/big-quiz-2019/nearest-quiz/DeLorean@2x.png 2x">
</div>
<picture>
<source media="(min-width: 48em)" srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background@2x.jpg 2x">
<source srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile@2x.jpg 2x">
<img alt="" class="bq19-footer-signup__background-image bq19-object-fit-image" src="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg">
</picture>
</section>
{}
<div class="bq19-wave bq19-wave--color-green-primary">
<svg class="bq19-wave__image" width="1400px" height="100px" viewBox="0 0 1400 100" preserveAspectRatio="none" focusable="false">
<path d="M0,5 C700,-30 800,220 1400,20 L1400,100 L0,100" />
</svg>
</div>
<div class="bq19-wave bq19-wave--color-green-primary">
<svg class="bq19-wave__image" width="1400px" height="100px" viewBox="0 0 1400 100" preserveAspectRatio="none" focusable="false">
<path d="M0,5 C700,-30 800,220 1400,20 L1400,100 L0,100" />
</svg>
</div>
{}
<section class="bq19-text-w-image bq19-section bq19-section--white ">
<div class="bq19-text-w-image__content bq19-inner">
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<h2 class="bq19-h3">
<span class="bq19-text-w-image__preheading">Step 1</span>
Heading Text
</h2>
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge</p>
</div>
<div class="bq19-rich-text">
<h2 class="bq19-h3">
<span class="bq19-text-w-image__preheading">Step 2</span>
Heading Text
</h2>
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge</p>
</div>
</div>
<div class="bq19-text-w-image__image">
<img alt="" src="http://placehold.it/468x453">
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section {% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %} {% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}">
<div class="bq19-text-w-image__content bq19-inner">
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
<h2 class="{% if text_with_image.small_headings %}bq19-h3{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading}}
{% else %}
Heading Text
{% endif %}
</h2>
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="button bq19-button" href="#">{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
<div class="bq19-text-w-image__image">
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
</div>
</section>
{% endfor %}
{
"text_with_images": {
"0": {
"img_src": "http:\/\/placehold.it\/468x453",
"small_headings": true,
"content_sections": {
"0": {
"preheading": "Step 1",
"text": "<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year\u2019s Big Quiz Night was a huge<\/p>"
},
"1": {
"preheading": "Step 2",
"text": "<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year\u2019s Big Quiz Night was a huge<\/p>"
}
}
}
}
}
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge
<section class="bq19-text-w-image bq19-section bq19-section--white bq19-text-w-image--reverse">
<div class="bq19-text-w-image__content bq19-inner">
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<h2 class="bq19-h2">
Heading Text
</h2>
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
<a class="button bq19-button" href="#">Call to action</a>
</div>
</div>
<div class="bq19-text-w-image__image">
<img alt="" src="http://placehold.it/468x453">
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section {% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %} {% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}">
<div class="bq19-text-w-image__content bq19-inner">
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
<h2 class="{% if text_with_image.small_headings %}bq19-h3{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading}}
{% else %}
Heading Text
{% endif %}
</h2>
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="button bq19-button" href="#">{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
<div class="bq19-text-w-image__image">
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
</div>
</section>
{% endfor %}
{
"text_with_images": {
"0": {
"img_src": "http:\/\/placehold.it\/468x453",
"background_color": "",
"reverse": true,
"content_sections": {
"0": {
"button_text": "Call to action"
}
}
}
}
}
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with 500 churches and 23,000 people taking part.
On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.
Call to action<div class="inner">
<span class="icon-disaster-grey"></span>
<span class="icon-hunger-grey"></span>
<span class="icon-conflict-grey"></span>
<span class="icon-matter-grey"></span>
<span class="icon-health-grey"></span>
<span class="icon-money-grey"></span>
<span class="icon-see-grey"></span>
<span class="icon-blog-grey"></span>
<span class="icon-calendar-grey"></span>
<span class="icon-gender-grey"></span>
<span class="icon-children-grey"></span>
<span class="icon-church-grey"></span>
<span class="icon-water-grey"></span>
<span class="icon-communities-grey"></span>
<span class="icon-injustice-grey"></span>
<span class="icon-vulnerable-grey"></span>
<span class="icon-signup-grey"></span>
<span class="icon-empowerment-grey"></span>
<span class="icon-livelihoods-grey"></span>
<span class="icon-climate-grey"></span>
<span class="icon-hiv-grey"></span>
<span class="icon-marginalised-grey"></span>
<span class="icon-education-grey"></span>
<span class="icon-whole-person-grey"></span>
</div>
<div class="inner">
<span class="icon-disaster-{{colour}}"></span>
<span class="icon-hunger-{{colour}}"></span>
<span class="icon-conflict-{{colour}}"></span>
<span class="icon-matter-{{colour}}"></span>
<span class="icon-health-{{colour}}"></span>
<span class="icon-money-{{colour}}"></span>
<span class="icon-see-{{colour}}"></span>
<span class="icon-blog-{{colour}}"></span>
<span class="icon-calendar-{{colour}}"></span>
<span class="icon-gender-{{colour}}"></span>
<span class="icon-children-{{colour}}"></span>
<span class="icon-church-{{colour}}"></span>
<span class="icon-water-{{colour}}"></span>
<span class="icon-communities-{{colour}}"></span>
<span class="icon-injustice-{{colour}}"></span>
<span class="icon-vulnerable-{{colour}}"></span>
<span class="icon-signup-{{colour}}"></span>
<span class="icon-empowerment-{{colour}}"></span>
<span class="icon-livelihoods-{{colour}}"></span>
<span class="icon-climate-{{colour}}"></span>
<span class="icon-hiv-{{colour}}"></span>
<span class="icon-marginalised-{{colour}}"></span>
<span class="icon-education-{{colour}}"></span>
<span class="icon-whole-person-{{colour}}"></span>
</div>
{
"colour": "grey"
}
<div class="inner">
<span class="icon-disaster-yellow"></span>
<span class="icon-hunger-yellow"></span>
<span class="icon-conflict-yellow"></span>
<span class="icon-matter-yellow"></span>
<span class="icon-health-yellow"></span>
<span class="icon-money-yellow"></span>
<span class="icon-see-yellow"></span>
<span class="icon-blog-yellow"></span>
<span class="icon-calendar-yellow"></span>
<span class="icon-gender-yellow"></span>
<span class="icon-children-yellow"></span>
<span class="icon-church-yellow"></span>
<span class="icon-water-yellow"></span>
<span class="icon-communities-yellow"></span>
<span class="icon-injustice-yellow"></span>
<span class="icon-vulnerable-yellow"></span>
<span class="icon-signup-yellow"></span>
<span class="icon-empowerment-yellow"></span>
<span class="icon-livelihoods-yellow"></span>
<span class="icon-climate-yellow"></span>
<span class="icon-hiv-yellow"></span>
<span class="icon-marginalised-yellow"></span>
<span class="icon-education-yellow"></span>
<span class="icon-whole-person-yellow"></span>
</div>
<div class="inner">
<span class="icon-disaster-{{colour}}"></span>
<span class="icon-hunger-{{colour}}"></span>
<span class="icon-conflict-{{colour}}"></span>
<span class="icon-matter-{{colour}}"></span>
<span class="icon-health-{{colour}}"></span>
<span class="icon-money-{{colour}}"></span>
<span class="icon-see-{{colour}}"></span>
<span class="icon-blog-{{colour}}"></span>
<span class="icon-calendar-{{colour}}"></span>
<span class="icon-gender-{{colour}}"></span>
<span class="icon-children-{{colour}}"></span>
<span class="icon-church-{{colour}}"></span>
<span class="icon-water-{{colour}}"></span>
<span class="icon-communities-{{colour}}"></span>
<span class="icon-injustice-{{colour}}"></span>
<span class="icon-vulnerable-{{colour}}"></span>
<span class="icon-signup-{{colour}}"></span>
<span class="icon-empowerment-{{colour}}"></span>
<span class="icon-livelihoods-{{colour}}"></span>
<span class="icon-climate-{{colour}}"></span>
<span class="icon-hiv-{{colour}}"></span>
<span class="icon-marginalised-{{colour}}"></span>
<span class="icon-education-{{colour}}"></span>
<span class="icon-whole-person-{{colour}}"></span>
</div>
{
"colour": "yellow"
}
<div class="inner">
<span class="icon-disaster-trans"></span>
<span class="icon-hunger-trans"></span>
<span class="icon-conflict-trans"></span>
<span class="icon-matter-trans"></span>
<span class="icon-health-trans"></span>
<span class="icon-money-trans"></span>
<span class="icon-see-trans"></span>
<span class="icon-blog-trans"></span>
<span class="icon-calendar-trans"></span>
<span class="icon-gender-trans"></span>
<span class="icon-children-trans"></span>
<span class="icon-church-trans"></span>
<span class="icon-water-trans"></span>
<span class="icon-communities-trans"></span>
<span class="icon-injustice-trans"></span>
<span class="icon-vulnerable-trans"></span>
<span class="icon-signup-trans"></span>
<span class="icon-empowerment-trans"></span>
<span class="icon-livelihoods-trans"></span>
<span class="icon-climate-trans"></span>
<span class="icon-hiv-trans"></span>
<span class="icon-marginalised-trans"></span>
<span class="icon-education-trans"></span>
<span class="icon-whole-person-trans"></span>
</div>
<div class="inner">
<span class="icon-disaster-{{colour}}"></span>
<span class="icon-hunger-{{colour}}"></span>
<span class="icon-conflict-{{colour}}"></span>
<span class="icon-matter-{{colour}}"></span>
<span class="icon-health-{{colour}}"></span>
<span class="icon-money-{{colour}}"></span>
<span class="icon-see-{{colour}}"></span>
<span class="icon-blog-{{colour}}"></span>
<span class="icon-calendar-{{colour}}"></span>
<span class="icon-gender-{{colour}}"></span>
<span class="icon-children-{{colour}}"></span>
<span class="icon-church-{{colour}}"></span>
<span class="icon-water-{{colour}}"></span>
<span class="icon-communities-{{colour}}"></span>
<span class="icon-injustice-{{colour}}"></span>
<span class="icon-vulnerable-{{colour}}"></span>
<span class="icon-signup-{{colour}}"></span>
<span class="icon-empowerment-{{colour}}"></span>
<span class="icon-livelihoods-{{colour}}"></span>
<span class="icon-climate-{{colour}}"></span>
<span class="icon-hiv-{{colour}}"></span>
<span class="icon-marginalised-{{colour}}"></span>
<span class="icon-education-{{colour}}"></span>
<span class="icon-whole-person-{{colour}}"></span>
</div>
{
"colour": "trans"
}
<a href="#" class="button button--green">Link as a button</a>
<button class="button button--green" type="input">Button as a button</button>
<a href="#" class="button button--green">{{ button_one }}</a>
<button class="button button--green" type="input">{{ button_two }}</button>
{
"button_one": "Link as a button",
"button_two": "Button as a button"
}
<div class="element-bg">
<a href="#" class="button button--white">Link as a button</a>
<button class="button button--white" type="input">Button as a button</button>
</div>
<div class="element-bg">
<a href="#" class="button button--white">{{ button_one }}</a>
<button class="button button--white" type="input">{{ button_two }}</button>
</div>
{
"button_one": "Link as a button",
"button_two": "Button as a button"
}
<a href="#" class="secondary-button">Link as a button</a>
<button class="secondary-button" type="input">Button as a button</button>
<a href="#" class="secondary-button">{{ button_one }}</a>
<button class="secondary-button" type="input">{{ button_two }}</button>
{
"button_one": "Link as a button",
"button_two": "Button as a button"
}
<a href="#" class="button-underline">Button underline</a>
<a href="#" class="button-underline">Button underline</a>
{}
<a href="#" class="button">Link as a button</a>
<button class="button" type="input">Button as a button</button>
<a href="#" class="button">{{ button_one }}</a>
<button class="button" type="input">{{ button_two }}</button>
{
"button_one": "Link as a button",
"button_two": "Button as a button"
}
<div class="element-bg">
<a href="#" class="button button--transparent">Link as a button</a>
<button class="button button--transparent" type="input">Button as a button</button>
</div>
<div class="element-bg">
<a href="#" class="button button--transparent">{{ button_one }}</a>
<button class="button button--transparent" type="input">{{ button_two }}</button>
</div>
{
"button_one": "Link as a button",
"button_two": "Button as a button"
}
<div class="giving-header fullwidth-giving-ask--emergency">
<div class="inner">
<div id="fullwidth-image" class="giving-header__image" data-image="/slider/photo5.jpg"></div>
<div class="large-row">
<div class="large-col-6">
<h1 class="giving-header__title" id="fullwidth-text"> CENTRAL AFRICAN REPUBLIC APPEAL</h1>
<div class="giving-header__link"><a href="#">VIEW PRAYER RESORUCES AND FIND OUT MORE</a></div>
</div>
<div class="large-col-6">
<div class="giving-widget giving-widget--mini">
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<span for="destination-select" class="fund-selector__title">Donate Now</span>
<div class="fund-selector-field">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text">
</div>
</div>
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once" style="display: block;">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
<div class="payment-methods__item payment-methods__item--regularly" style="display: none;">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="giving-header fullwidth-giving-ask--emergency">
<div class="inner">
<div id="fullwidth-image" class="giving-header__image" data-image="/slider/photo5.jpg"></div>
<div class="large-row">
<div class="large-col-6">
<h1 class="giving-header__title" id="fullwidth-text"> CENTRAL AFRICAN REPUBLIC APPEAL</h1>
<div class="giving-header__link"><a href="#">VIEW PRAYER RESORUCES AND FIND OUT MORE</a></div>
</div>
<div class="large-col-6">
<div class="giving-widget giving-widget--mini">
<div class="fund-selector">
<!-- Can be a span or a label. Depends on whether or not there's a select -->
<span for="destination-select" class="fund-selector__title">Donate Now</span>
<div class="fund-selector-field">
<div class="custom-input custom-input--currency">
<input class="custom-input__input" type="text">
</div>
</div>
<div class="fund-selector-field payment-methods">
<div class="payment-methods__item payment-methods__item--once" style="display: block;">
<div class="payment-methods__button">
<button class="button pay-by-card"><span>Pay by card</span></button>
</div>
<div class="payment-methods__button">
<button class="button pay-by-paypal"><span>Pay by</span></button>
</div>
</div>
<div class="payment-methods__item payment-methods__item--regularly" style="display: none;">
<div class="payment-methods__button">
<button class="button pay-by-direct-debit"><span>Pay by Direct Debit</span></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
<div class="inner">
<div class="search-result">
<div class="search-result__type">
<div class="search-result__circle">
WWW
</div>
</div>
<div class="search-result__content">
<a href="#" class="search-result__title"><h2>One big mountain</h2></a>
<a href="#" class="search-result__url">/en/give/one_mountain</a>
<div class="search-result__excerpt">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer in suscipit nisl. Sed volutpat id arcu nec iaculis. Maecenas ullamcorper, urna pretium vulputate pretium, ante nulla dignissim diam, et fringilla nulla justo eu nulla.</p>
</div>
</div>
</div>
</div>
<div class="inner">
{% for result in search_results %}
<div class="search-result">
<div class="search-result__type">
<div class="search-result__circle">
{{ result.type }}
</div>
</div>
<div class="search-result__content">
<a href="#" class="search-result__title"><h2>{{ result.title }}</h2></a>
<a href="#" class="search-result__url">{{ result.url }}</a>
<div class="search-result__excerpt">
<p>{{ result.excerpt }}</p>
</div>
</div>
</div>
{% endfor %}
</div>
{
"search_results": {
"0": {
"type": "WWW",
"title": "One big mountain",
"url": "\/en\/give\/one_mountain",
"excerpt": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer in suscipit nisl. Sed volutpat id arcu nec iaculis. Maecenas ullamcorper, urna pretium vulputate pretium, ante nulla dignissim diam, et fringilla nulla justo eu nulla."
}
}
}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer in suscipit nisl. Sed volutpat id arcu nec iaculis. Maecenas ullamcorper, urna pretium vulputate pretium, ante nulla dignissim diam, et fringilla nulla justo eu nulla.
<div class="pagination clearfix">
<div class="article-inner">
<div class="prev">
<a href="#">< Previous</a>
</div>
<ul class="page-links">
<li class="current">1</li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
</ul>
<div class="next">
<a href="#">Next ></a>
</div>
</div>
</div>
<div class="pagination clearfix">
<div class="article-inner">
<div class="prev">
<a href="#">< Previous</a>
</div>
<ul class="page-links">
<li class="current">1</li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
</ul>
<div class="next">
<a href="#">Next ></a>
</div>
</div>
</div>
{}
<div class="article-inner search-summary">
About 1350 results for 'One big mountain'
</div>
<div class="article-inner search-summary">
About {{search_results_no}} results for '{{search_term}}'
</div>
{
"search_results_no": 1350,
"search_term": "One big mountain"
}
<div class="content-grid inner clearfix">
<a href="#" class="content-grid__block content-grid__block--full content-grid__image" style='background-image: url("http://via.placeholder.com/970x484");'>
<div class="content-grid__footer content-grid__footer--green content-grid__footer--large">LATEST FUNDRAISER EVENT</div>
</a>
<a href="#" class="content-grid__block content-grid__block--half content-grid__image" style='background-image: url("http://via.placeholder.com/485x363");'>
<div class="content-grid__footer content-grid__footer--green content-grid__footer--large">LATEST FUNDRAISER EVENT</div>
</a>
<a href="#" class="content-grid__block content-grid__block--half content-grid__image" style='background-image: url("http://via.placeholder.com/485x363");'>
<div class="content-grid__footer content-grid__footer--green content-grid__footer--large">LATEST FUNDRAISER EVENT</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__colour content-grid__block--yellow "
>
<div>
<h4> ‘‘FOR BECKY'S CRAZY FAMILY WHO ARE GOING FOR A SWIM IN THE SEA TODAY. XX’’
</h4> <div class="content-grid__giving-meta">ANONYMOUS - £10.00 + £2.50 Gift Aid</div>
</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__image "
style='background-image: url("http://via.placeholder.com/242x242");'
>
<div>
<div class="content-grid__footer content-grid__footer--0">Martha Collison has raised £6,970.45</div> </div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__image "
style='background-image: url("http://via.placeholder.com/242x242");'
>
<div>
</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__icon content-grid__resources "
>
<div>
<h3> Resources
</h3> <div class="content-grid__giving-meta"></div>
</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__icon content-grid__join "
>
<div>
<h3> Join Us!
</h3> <div class="content-grid__giving-meta"></div>
</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__colour content-grid__block--yellow "
>
<div>
<h4> ‘‘FOR BECKY'S CRAZY FAMILY WHO ARE GOING FOR A SWIM IN THE SEA TODAY. XX’’
</h4> <div class="content-grid__giving-meta">ANONYMOUS - £10.00 + £2.50 Gift Aid</div>
</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__image "
style='background-image: url("http://via.placeholder.com/242x242");'
>
<div>
</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__colour content-grid__block--yellow "
>
<div>
<h4> Other funds
</h4> <div class="content-grid__giving-meta"></div>
</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__colour content-grid__block--yellow "
>
<div>
<h4> ‘‘FOR BECKY'S CRAZY FAMILY WHO ARE GOING FOR A SWIM IN THE SEA TODAY. XX’’
</h4> <div class="content-grid__giving-meta">ANONYMOUS - £10.00 + £2.50 Gift Aid</div>
</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__icon content-grid__inspired "
>
<div>
<h3> Get inspired
</h3> <div class="content-grid__giving-meta"></div>
</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__image "
style='background-image: url("http://via.placeholder.com/242x242");'
>
<div>
</div>
</a>
<a href="" class="content-grid__block content-grid__block--quarter
content-grid__icon content-grid__in-touch "
>
<div>
<h3> Get in touch
</h3> <div class="content-grid__giving-meta"></div>
</div>
</a>
</div>
<div class="content-grid inner clearfix">
<a href="#" class="content-grid__block content-grid__block--full content-grid__image" style='background-image: url("{{content_grid_feature}}");'>
<div class="content-grid__footer content-grid__footer--green content-grid__footer--large">{{content_grid_feature_text}}</div>
</a>
<a href="#" class="content-grid__block content-grid__block--half content-grid__image" style='background-image: url("{{content_grid_feature_2}}");'>
<div class="content-grid__footer content-grid__footer--green content-grid__footer--large">{{content_grid_feature_text_2}}</div>
</a>
<a href="#" class="content-grid__block content-grid__block--half content-grid__image" style='background-image: url("{{content_grid_feature_3}}");'>
<div class="content-grid__footer content-grid__footer--green content-grid__footer--large">{{content_grid_feature_text_3}}</div>
</a>
{% for item in content_grid_items %}
<a href="{{item.url}}" class="content-grid__block content-grid__block--quarter
{% if item.colour %} content-grid__colour content-grid__block--{{item.colour}}{% endif %}
{% if item.image %} content-grid__image{% endif %}
{% if item.icon %}content-grid__icon content-grid__{{item.icon}}{% endif %}
"
{% if item.image %}
style='background-image: url("{{ item.image }}");'
{% endif %}
>
<div>
{% if item.heading %}
{% if item.icon %}<h3>{% else %}<h4>{% endif %}
{{ item.heading }}
{% if item.icon %}</h3>{% else %}</h4>{% endif %}
<div class="content-grid__giving-meta">{{ item.text }}</div>
{% else %}
{% if item.text %}<div class="content-grid__footer content-grid__footer--{{item.footer-colour}}">{{ item.text }}</div>{% endif %}
{% endif %}
</div>
</a>
{% endfor %}
</div>
{
"content_grid_feature": "http:\/\/via.placeholder.com\/970x484",
"content_grid_feature_text": "LATEST FUNDRAISER EVENT",
"content_grid_feature_2": "http:\/\/via.placeholder.com\/485x363",
"content_grid_feature_text_2": "LATEST FUNDRAISER EVENT",
"content_grid_feature_3": "http:\/\/via.placeholder.com\/485x363",
"content_grid_feature_text_3": "LATEST FUNDRAISER EVENT",
"content_grid_items": {
"0": {
"colour": "yellow",
"heading": "\u2018\u2018FOR BECKY'S CRAZY FAMILY WHO ARE GOING FOR A SWIM IN THE SEA TODAY. XX\u2019\u2019",
"text": "ANONYMOUS - \u00a310.00 + \u00a32.50 Gift Aid"
},
"1": {
"image": "http:\/\/via.placeholder.com\/242x242",
"text": "Martha Collison has raised \u00a36,970.45",
"footer-colour": "grey"
},
"2": {
"image": "http:\/\/via.placeholder.com\/242x242"
},
"3": {
"heading": "Resources",
"icon": "resources"
},
"4": {
"icon": "join",
"heading": "Join Us!"
},
"5": {
"colour": "yellow",
"heading": "\u2018\u2018FOR BECKY'S CRAZY FAMILY WHO ARE GOING FOR A SWIM IN THE SEA TODAY. XX\u2019\u2019",
"text": "ANONYMOUS - \u00a310.00 + \u00a32.50 Gift Aid"
},
"6": {
"image": "http:\/\/via.placeholder.com\/242x242"
},
"7": {
"colour": "yellow",
"heading": "Other funds"
},
"8": {
"colour": "yellow",
"heading": "\u2018\u2018FOR BECKY'S CRAZY FAMILY WHO ARE GOING FOR A SWIM IN THE SEA TODAY. XX\u2019\u2019",
"text": "ANONYMOUS - \u00a310.00 + \u00a32.50 Gift Aid"
},
"9": {
"icon": "inspired",
"heading": "Get inspired"
},
"10": {
"image": "http:\/\/via.placeholder.com\/242x242"
},
"11": {
"icon": "in-touch",
"heading": "Get in touch"
}
}
}
<div class="stickynav fixedsticky ">
<div class="inner">
<ul>
<li data-stickynav-destination="top" class=""><a href="#top">Top</a></li>
<li data-stickynav-destination="need" class="current"><a href="#need">The need</a></li>
<li data-stickynav-destination="aims"><a href="#aims">Our aims</a></li>
<li data-stickynav-destination="impact"><a href="#impact">Project impact</a></li>
<li data-stickynav-destination="join"><a href="#join">join us</a></li>
</ul>
</div>
</div>
{{ sticky_nav_white }}
<div class="stickynav fixedsticky {% if sticky_nav_white %}stickynav--white{% endif %}">
<div class="inner">
<ul>
<li data-stickynav-destination="top" class=""><a href="#top">Top</a></li>
<li data-stickynav-destination="need" class="current"><a href="#need">The need</a></li>
<li data-stickynav-destination="aims"><a href="#aims">Our aims</a></li>
<li data-stickynav-destination="impact"><a href="#impact">Project impact</a></li>
<li data-stickynav-destination="join"><a href="#join">join us</a></li>
</ul>
</div>
</div>
{}
<!-- <div class="inner in-page-menu clearfix">
<div class="in-page-menu__menu">
<ul class="dropdown menu desktop-menu sticky-sidebar" style="position: relative !important; top: 0px;">
<li class="in-page-menu__current-item"><a href="http://tfbrand.anchordigital.co.uk/">Introduction</a></li>
<li><a data-scroll="link" class="scroll-to" href="#">Link</a>
<ul class="dropdown">
<li><a href="http://tfbrand.anchordigital.co.uk/copy/a/">A</a></li>
<li><a href="http://tfbrand.anchordigital.co.uk/copy/b/">B</a></li>
<li><a href="http://tfbrand.anchordigital.co.uk/copy/c/">C</a></li>
</ul>
</li>
</ul>
</div>
<div class="in-page-menu__content">
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div> -->
<!-- <div class="inner in-page-menu clearfix">
<div class="in-page-menu__menu">
<ul class="dropdown menu desktop-menu sticky-sidebar" style="position: relative !important; top: 0px;">
<li class="in-page-menu__current-item"><a href="http://tfbrand.anchordigital.co.uk/">Introduction</a></li>
<li><a data-scroll="link" class="scroll-to" href="#">Link</a>
<ul class="dropdown">
<li><a href="http://tfbrand.anchordigital.co.uk/copy/a/">A</a></li>
<li><a href="http://tfbrand.anchordigital.co.uk/copy/b/">B</a></li>
<li><a href="http://tfbrand.anchordigital.co.uk/copy/c/">C</a></li>
</ul>
</li>
</ul>
</div>
<div class="in-page-menu__content">
<p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div> -->
{}
<div class="secondary_navigation">
<div class="inner">
<div class="secondary_navigation__links">
<a href="#">About</a>
<a href="#">Placements</a>
<a href="#">Stories</a>
</div>
<div class="secondary_navigation__buttons">
<a href="#" class="button button--green">Apply</a>
<a href="#" class="secondary-button">Login</a>
</div>
</div>
</div>
<div class="secondary_navigation">
<div class="inner">
<div class="secondary_navigation__links">
<a href="#">About</a>
<a href="#">Placements</a>
<a href="#">Stories</a>
</div>
<div class="secondary_navigation__buttons">
<a href="#" class="button button--green">Apply</a>
<a href="#" class="secondary-button">Login</a>
</div>
</div>
</div>
{}
1
<div class="stickynav fixedsticky stickynav--white">
<div class="inner">
<ul>
<li data-stickynav-destination="top" class=""><a href="#top">Top</a></li>
<li data-stickynav-destination="need" class="current"><a href="#need">The need</a></li>
<li data-stickynav-destination="aims"><a href="#aims">Our aims</a></li>
<li data-stickynav-destination="impact"><a href="#impact">Project impact</a></li>
<li data-stickynav-destination="join"><a href="#join">join us</a></li>
</ul>
</div>
</div>
{{ sticky_nav_white }}
<div class="stickynav fixedsticky {% if sticky_nav_white %}stickynav--white{% endif %}">
<div class="inner">
<ul>
<li data-stickynav-destination="top" class=""><a href="#top">Top</a></li>
<li data-stickynav-destination="need" class="current"><a href="#need">The need</a></li>
<li data-stickynav-destination="aims"><a href="#aims">Our aims</a></li>
<li data-stickynav-destination="impact"><a href="#impact">Project impact</a></li>
<li data-stickynav-destination="join"><a href="#join">join us</a></li>
</ul>
</div>
</div>
{
"sticky_nav_white": true
}
<div class="advent-calendar advent-calendar--content">
<div class="inner">
<div class="advent-calendar__header">
<img src="https://place-hold.it/950x370" />
<h1><span>Day 16</span> Expect More</h1>
</div>
<div class="advent-calendar__body">
<p>The Christmas story reminds us that the impossible is possible, that God became man. We have been reflecting this year on where we have seen God do the extraordinary through his people. </p>
<p>In Nigeria, a group of young people have been working together to influence their local and national decision makers around issues of justice and creation care. These young Christians set up a centre, called the Jos Green Centre, and together they have influenced the local government to adopt more sustainable policies. They were successful in getting official state permission to clear the streets of used and abandoned flex banners to recycle into shopping bags. The public body is now engaging in the programme! They are stepping up and taking action so we would love to have content that shows the passion, strength and commitment they have to campaigning. They have been doing all sorts to campaign from organising music events to create new products out of waste.</p>
<p><strong>Join us in praying that next year we will continue to see extraordinary changes that support people living in poverty.</strong></p>
</div>
</div>
</div>
<div class="advent-calendar__footer"></div>
<div class="advent-calendar advent-calendar--content">
<div class="inner">
<div class="advent-calendar__header">
<img src="https://place-hold.it/950x370" />
<h1><span>Day 16</span> Expect More</h1>
</div>
<div class="advent-calendar__body">
<p>The Christmas story reminds us that the impossible is possible, that God became man. We have been reflecting this year on where we have seen God do the extraordinary through his people. </p>
<p>In Nigeria, a group of young people have been working together to influence their local and national decision makers around issues of justice and creation care. These young Christians set up a centre, called the Jos Green Centre, and together they have influenced the local government to adopt more sustainable policies. They were successful in getting official state permission to clear the streets of used and abandoned flex banners to recycle into shopping bags. The public body is now engaging in the programme! They are stepping up and taking action so we would love to have content that shows the passion, strength and commitment they have to campaigning. They have been doing all sorts to campaign from organising music events to create new products out of waste.</p>
<p><strong>Join us in praying that next year we will continue to see extraordinary changes that support people living in poverty.</strong></p>
</div>
</div>
</div>
<div class="advent-calendar__footer"></div>
{}
The Christmas story reminds us that the impossible is possible, that God became man. We have been reflecting this year on where we have seen God do the extraordinary through his people.
In Nigeria, a group of young people have been working together to influence their local and national decision makers around issues of justice and creation care. These young Christians set up a centre, called the Jos Green Centre, and together they have influenced the local government to adopt more sustainable policies. They were successful in getting official state permission to clear the streets of used and abandoned flex banners to recycle into shopping bags. The public body is now engaging in the programme! They are stepping up and taking action so we would love to have content that shows the passion, strength and commitment they have to campaigning. They have been doing all sorts to campaign from organising music events to create new products out of waste.
Join us in praying that next year we will continue to see extraordinary changes that support people living in poverty.
<div class="advent-related center-text">
<div class="inner clearfix">
<h2>Explore More Extraodinary Advent Stories</h2>
<div class="large-col-4 previous advent-related__card">
<h3>Previous Day</h3>
</div>
<div class="large-col-4 calendar advent-related__card">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/advent-calendar.jpg, /images/mainsite5/advent/advent-calendar@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day.jpg" alt="Advent Calendar" title="Advent Calendar">
</picture>
<h3>View Calendar</h3>
</div>
<div class="large-col-4 next advent-related__card">
<h3>Next Day</h3>
</div>
</div>
</div>
<div class="advent-related center-text">
<div class="inner clearfix">
<h2>Explore More Extraodinary Advent Stories</h2>
<div class="large-col-4 previous advent-related__card">
<h3>Previous Day</h3>
</div>
<div class="large-col-4 calendar advent-related__card">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/advent-calendar.jpg, /images/mainsite5/advent/advent-calendar@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day{{ i }}.jpg" alt="Advent Calendar" title="Advent Calendar">
</picture>
<h3>View Calendar</h3>
</div>
<div class="large-col-4 next advent-related__card">
<h3>Next Day</h3>
</div>
</div>
</div>
{}
<div class="advent-calendar">
<div class="inner">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Main_Tagline_Desktop.png /images/mainsite5/big-quiz-night/Main_Tagline_Desktop@2x.png 2x">
<img src="/images/mainsite5/advent/Main_Tagline_Desktop.png" alt="Chefs">
</picture>
<p>Intro copy for the calendar</p>
<div class="advent-calendar-grid">
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--1">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door1_Desktop.jpg, /images/mainsite5/advent/doors/Door1_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door1_Mobile_Closed.png, /images/mainsite5/advent/doors/Door1_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door1_Desktop.jpg" alt="Advent Door 1" title="Advent Door 1">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door1_Mobile_Open.png, /images/mainsite5/advent/doors/Door1_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door1_Desktop.jpg" alt="Advent Door 1" title="Advent Door 1">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day1.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day1@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day1.jpg" alt="Advent Door 1" title="Advent Door 1">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--2">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door2_Desktop.jpg, /images/mainsite5/advent/doors/Door2_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door2_Mobile_Closed.png, /images/mainsite5/advent/doors/Door2_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door2_Desktop.jpg" alt="Advent Door 2" title="Advent Door 2">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door2_Mobile_Open.png, /images/mainsite5/advent/doors/Door2_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door2_Desktop.jpg" alt="Advent Door 2" title="Advent Door 2">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day2.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day2@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day2.jpg" alt="Advent Door 2" title="Advent Door 2">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--3">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door3_Desktop.jpg, /images/mainsite5/advent/doors/Door3_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door3_Mobile_Closed.png, /images/mainsite5/advent/doors/Door3_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door3_Desktop.jpg" alt="Advent Door 3" title="Advent Door 3">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door3_Mobile_Open.png, /images/mainsite5/advent/doors/Door3_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door3_Desktop.jpg" alt="Advent Door 3" title="Advent Door 3">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day3.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day3@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day3.jpg" alt="Advent Door 3" title="Advent Door 3">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--4">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door4_Desktop.jpg, /images/mainsite5/advent/doors/Door4_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door4_Mobile_Closed.png, /images/mainsite5/advent/doors/Door4_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door4_Desktop.jpg" alt="Advent Door 4" title="Advent Door 4">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door4_Mobile_Open.png, /images/mainsite5/advent/doors/Door4_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door4_Desktop.jpg" alt="Advent Door 4" title="Advent Door 4">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day4.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day4@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day4.jpg" alt="Advent Door 4" title="Advent Door 4">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--5">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door5_Desktop.jpg, /images/mainsite5/advent/doors/Door5_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door5_Mobile_Closed.png, /images/mainsite5/advent/doors/Door5_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door5_Desktop.jpg" alt="Advent Door 5" title="Advent Door 5">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door5_Mobile_Open.png, /images/mainsite5/advent/doors/Door5_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door5_Desktop.jpg" alt="Advent Door 5" title="Advent Door 5">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day5.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day5@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day5.jpg" alt="Advent Door 5" title="Advent Door 5">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--6">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door6_Desktop.jpg, /images/mainsite5/advent/doors/Door6_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door6_Mobile_Closed.png, /images/mainsite5/advent/doors/Door6_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door6_Desktop.jpg" alt="Advent Door 6" title="Advent Door 6">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door6_Mobile_Open.png, /images/mainsite5/advent/doors/Door6_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door6_Desktop.jpg" alt="Advent Door 6" title="Advent Door 6">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day6.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day6@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day6.jpg" alt="Advent Door 6" title="Advent Door 6">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--7">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door7_Desktop.jpg, /images/mainsite5/advent/doors/Door7_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door7_Mobile_Closed.png, /images/mainsite5/advent/doors/Door7_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door7_Desktop.jpg" alt="Advent Door 7" title="Advent Door 7">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door7_Mobile_Open.png, /images/mainsite5/advent/doors/Door7_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door7_Desktop.jpg" alt="Advent Door 7" title="Advent Door 7">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day7.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day7@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day7.jpg" alt="Advent Door 7" title="Advent Door 7">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--8">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door8_Desktop.jpg, /images/mainsite5/advent/doors/Door8_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door8_Mobile_Closed.png, /images/mainsite5/advent/doors/Door8_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door8_Desktop.jpg" alt="Advent Door 8" title="Advent Door 8">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door8_Mobile_Open.png, /images/mainsite5/advent/doors/Door8_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door8_Desktop.jpg" alt="Advent Door 8" title="Advent Door 8">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day8.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day8@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day8.jpg" alt="Advent Door 8" title="Advent Door 8">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--9">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door9_Desktop.jpg, /images/mainsite5/advent/doors/Door9_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door9_Mobile_Closed.png, /images/mainsite5/advent/doors/Door9_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door9_Desktop.jpg" alt="Advent Door 9" title="Advent Door 9">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door9_Mobile_Open.png, /images/mainsite5/advent/doors/Door9_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door9_Desktop.jpg" alt="Advent Door 9" title="Advent Door 9">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day9.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day9@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day9.jpg" alt="Advent Door 9" title="Advent Door 9">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--10">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door10_Desktop.jpg, /images/mainsite5/advent/doors/Door10_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door10_Mobile_Closed.png, /images/mainsite5/advent/doors/Door10_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door10_Desktop.jpg" alt="Advent Door 10" title="Advent Door 10">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door10_Mobile_Open.png, /images/mainsite5/advent/doors/Door10_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door10_Desktop.jpg" alt="Advent Door 10" title="Advent Door 10">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day10.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day10@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day10.jpg" alt="Advent Door 10" title="Advent Door 10">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--11">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door11_Desktop.jpg, /images/mainsite5/advent/doors/Door11_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door11_Mobile_Closed.png, /images/mainsite5/advent/doors/Door11_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door11_Desktop.jpg" alt="Advent Door 11" title="Advent Door 11">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door11_Mobile_Open.png, /images/mainsite5/advent/doors/Door11_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door11_Desktop.jpg" alt="Advent Door 11" title="Advent Door 11">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day11.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day11@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day11.jpg" alt="Advent Door 11" title="Advent Door 11">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--12">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door12_Desktop.jpg, /images/mainsite5/advent/doors/Door12_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door12_Mobile_Closed.png, /images/mainsite5/advent/doors/Door12_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door12_Desktop.jpg" alt="Advent Door 12" title="Advent Door 12">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door12_Mobile_Open.png, /images/mainsite5/advent/doors/Door12_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door12_Desktop.jpg" alt="Advent Door 12" title="Advent Door 12">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day12.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day12@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day12.jpg" alt="Advent Door 12" title="Advent Door 12">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--13">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door13_Desktop.jpg, /images/mainsite5/advent/doors/Door13_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door13_Mobile_Closed.png, /images/mainsite5/advent/doors/Door13_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door13_Desktop.jpg" alt="Advent Door 13" title="Advent Door 13">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door13_Mobile_Open.png, /images/mainsite5/advent/doors/Door13_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door13_Desktop.jpg" alt="Advent Door 13" title="Advent Door 13">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day13.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day13@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day13.jpg" alt="Advent Door 13" title="Advent Door 13">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--14">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door14_Desktop.jpg, /images/mainsite5/advent/doors/Door14_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door14_Mobile_Closed.png, /images/mainsite5/advent/doors/Door14_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door14_Desktop.jpg" alt="Advent Door 14" title="Advent Door 14">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door14_Mobile_Open.png, /images/mainsite5/advent/doors/Door14_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door14_Desktop.jpg" alt="Advent Door 14" title="Advent Door 14">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day14.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day14@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day14.jpg" alt="Advent Door 14" title="Advent Door 14">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--15">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door15_Desktop.jpg, /images/mainsite5/advent/doors/Door15_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door15_Mobile_Closed.png, /images/mainsite5/advent/doors/Door15_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door15_Desktop.jpg" alt="Advent Door 15" title="Advent Door 15">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door15_Mobile_Open.png, /images/mainsite5/advent/doors/Door15_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door15_Desktop.jpg" alt="Advent Door 15" title="Advent Door 15">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day15.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day15@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day15.jpg" alt="Advent Door 15" title="Advent Door 15">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--16">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door16_Desktop.jpg, /images/mainsite5/advent/doors/Door16_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door16_Mobile_Closed.png, /images/mainsite5/advent/doors/Door16_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door16_Desktop.jpg" alt="Advent Door 16" title="Advent Door 16">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door16_Mobile_Open.png, /images/mainsite5/advent/doors/Door16_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door16_Desktop.jpg" alt="Advent Door 16" title="Advent Door 16">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day16.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day16@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day16.jpg" alt="Advent Door 16" title="Advent Door 16">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--17">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door17_Desktop.jpg, /images/mainsite5/advent/doors/Door17_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door17_Mobile_Closed.png, /images/mainsite5/advent/doors/Door17_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door17_Desktop.jpg" alt="Advent Door 17" title="Advent Door 17">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door17_Mobile_Open.png, /images/mainsite5/advent/doors/Door17_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door17_Desktop.jpg" alt="Advent Door 17" title="Advent Door 17">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day17.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day17@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day17.jpg" alt="Advent Door 17" title="Advent Door 17">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--18">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door18_Desktop.jpg, /images/mainsite5/advent/doors/Door18_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door18_Mobile_Closed.png, /images/mainsite5/advent/doors/Door18_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door18_Desktop.jpg" alt="Advent Door 18" title="Advent Door 18">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door18_Mobile_Open.png, /images/mainsite5/advent/doors/Door18_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door18_Desktop.jpg" alt="Advent Door 18" title="Advent Door 18">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day18.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day18@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day18.jpg" alt="Advent Door 18" title="Advent Door 18">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--19">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door19_Desktop.jpg, /images/mainsite5/advent/doors/Door19_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door19_Mobile_Closed.png, /images/mainsite5/advent/doors/Door19_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door19_Desktop.jpg" alt="Advent Door 19" title="Advent Door 19">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door19_Mobile_Open.png, /images/mainsite5/advent/doors/Door19_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door19_Desktop.jpg" alt="Advent Door 19" title="Advent Door 19">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day19.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day19@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day19.jpg" alt="Advent Door 19" title="Advent Door 19">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--20">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door20_Desktop.jpg, /images/mainsite5/advent/doors/Door20_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door20_Mobile_Closed.png, /images/mainsite5/advent/doors/Door20_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door20_Desktop.jpg" alt="Advent Door 20" title="Advent Door 20">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door20_Mobile_Open.png, /images/mainsite5/advent/doors/Door20_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door20_Desktop.jpg" alt="Advent Door 20" title="Advent Door 20">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day20.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day20@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day20.jpg" alt="Advent Door 20" title="Advent Door 20">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--21">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door21_Desktop.jpg, /images/mainsite5/advent/doors/Door21_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door21_Mobile_Closed.png, /images/mainsite5/advent/doors/Door21_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door21_Desktop.jpg" alt="Advent Door 21" title="Advent Door 21">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door21_Mobile_Open.png, /images/mainsite5/advent/doors/Door21_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door21_Desktop.jpg" alt="Advent Door 21" title="Advent Door 21">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day21.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day21@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day21.jpg" alt="Advent Door 21" title="Advent Door 21">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--22">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door22_Desktop.jpg, /images/mainsite5/advent/doors/Door22_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door22_Mobile_Closed.png, /images/mainsite5/advent/doors/Door22_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door22_Desktop.jpg" alt="Advent Door 22" title="Advent Door 22">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door22_Mobile_Open.png, /images/mainsite5/advent/doors/Door22_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door22_Desktop.jpg" alt="Advent Door 22" title="Advent Door 22">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day22.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day22@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day22.jpg" alt="Advent Door 22" title="Advent Door 22">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--23">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door23_Desktop.jpg, /images/mainsite5/advent/doors/Door23_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door23_Mobile_Closed.png, /images/mainsite5/advent/doors/Door23_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door23_Desktop.jpg" alt="Advent Door 23" title="Advent Door 23">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door23_Mobile_Open.png, /images/mainsite5/advent/doors/Door23_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door23_Desktop.jpg" alt="Advent Door 23" title="Advent Door 23">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day23.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day23@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day23.jpg" alt="Advent Door 23" title="Advent Door 23">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--24">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door24_Desktop.jpg, /images/mainsite5/advent/doors/Door24_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door24_Mobile_Closed.png, /images/mainsite5/advent/doors/Door24_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door24_Desktop.jpg" alt="Advent Door 24" title="Advent Door 24">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door24_Mobile_Open.png, /images/mainsite5/advent/doors/Door24_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door24_Desktop.jpg" alt="Advent Door 24" title="Advent Door 24">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day24.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day24@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day24.jpg" alt="Advent Door 24" title="Advent Door 24">
</picture>
</div>
</div>
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--25">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door25_Desktop.jpg, /images/mainsite5/advent/doors/Door25_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door25_Mobile_Closed.png, /images/mainsite5/advent/doors/Door25_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door25_Desktop.jpg" alt="Advent Door 25" title="Advent Door 25">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door25_Mobile_Open.png, /images/mainsite5/advent/doors/Door25_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door25_Desktop.jpg" alt="Advent Door 25" title="Advent Door 25">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day25.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day25@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day25.jpg" alt="Advent Door 25" title="Advent Door 25">
</picture>
</div>
</div>
</div>
</div>
</div>
<div class="advent-calendar__footer"></div>
<div class="advent-calendar">
<div class="inner">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Main_Tagline_Desktop.png /images/mainsite5/big-quiz-night/Main_Tagline_Desktop@2x.png 2x">
<img src="/images/mainsite5/advent/Main_Tagline_Desktop.png" alt="Chefs">
</picture>
<p>Intro copy for the calendar</p>
<div class="advent-calendar-grid">
{% for i in 1..25 %}
<div class="advent-calendar-door advent-calendar-door--opened advent-calendar-door--{{ i }}">
<div class="advent-calendar-door__front">
<picture class="closed-doors">
<source media="(min-width: 647px)" srcset="/images/mainsite5/advent/doors/Door{{ i }}_Desktop.jpg, /images/mainsite5/advent/doors/Door{{ i }}_Desktop@2x.jpg 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door{{ i }}_Mobile_Closed.png, /images/mainsite5/advent/doors/Door{{ i }}_Mobile_Closed@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door{{ i }}_Desktop.jpg" alt="Advent Door {{ i }}" title="Advent Door {{ i }}">
</picture>
<picture class="opened-doors">
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/doors/Door{{ i }}_Mobile_Open.png, /images/mainsite5/advent/doors/Door{{ i }}_Mobile_Open@2x.png 2x">
<img src="/images/mainsite5/advent/doors/Door{{ i }}_Desktop.jpg" alt="Advent Door {{ i }}" title="Advent Door {{ i }}">
</picture>
</div>
<div class="advent-calendar-door__behind">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day{{ i }}.jpg, /images/mainsite5/advent//door-behind/BehindDoor_1000x1000px_Day{{ i }}@2x.jpg 2x">
<img src="/images/mainsite5/advent/door-behind/BehindDoor_1000x1000px_Day{{ i }}.jpg" alt="Advent Door {{ i }}" title="Advent Door {{ i }}">
</picture>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<div class="advent-calendar__footer"></div>
{}
Intro copy for the calendar
<div class="inner">
<div class="carousel carousel--single">
<div class="carousel__tiles">
<div class="carousel__tile">
<div class="carousel__tile--content">
<h2>It starts with a sewing machine <span>Dorcas' story</span></h2>
<a href="#" class="secondary-button desktop-only">Read more</a>
</div>
<div class="carousel__tile--image">
<picture class="parralax-up image-quote__image-">
<source media="(min-width: 647px)" srcset="/images/mainsite5/c19/hub/carousel/Hub_ObjectCarousel_Christopher_SewingMachine_Desktop.jpg">
<source media="(min-width: 375px)" srcset="/images/mainsite5/c19/hub/carousel/Hub_ObjectCarousel_Christopher_SewingMachine_Desktop.jpg" alt="">
<img src="/images/mainsite5/c19/hub/carousel/Hub_ObjectCarousel_Christopher_SewingMachine_Desktop.jpg" alt="">
</picture>
<a href="#" class="secondary-button mobile-only">Read more</a>
</div>
</div>
<div class="carousel__tile">
<div class="carousel__tile--content">
<h2>It starts with a tree <span>Dorcas' story</span></h2>
<a href="#" class="secondary-button desktop-only">Read more</a>
</div>
<div class="carousel__tile--image">
<picture class="parralax-up image-quote__image-">
<source media="(min-width: 647px)" srcset="/images/mainsite5/c19/hub/carousel/Hub_ObjectCarousel_RevEmmanuel_Sapling_Desktop.jpg">
<source media="(min-width: 375px)" srcset="/images/mainsite5/c19/hub/carousel/Hub_ObjectCarousel_RevEmmanuel_Sapling_Desktop.jpg" alt="">
<img src="/images/mainsite5/c19/hub/carousel/Hub_ObjectCarousel_RevEmmanuel_Sapling_Desktop.jpg" alt="">
</picture>
<a href="#" class="secondary-button mobile-only">Read more</a>
</div>
</div>
<div class="carousel__tile">
<div class="carousel__tile--content">
<h2>It starts with a chicken <span>Joys story</span></h2>
<a href="#" class="secondary-button desktop-only">Read more</a>
</div>
<div class="carousel__tile--image">
<video autoplay="autoplay" muted loop>
<source src="/images/mainsite5/videos/mainsite5/ChickenVideo_Desktop_1080px-compress.mp4" type="video/mp4">
<source src="/images/mainsite5/videos/mainsite5/ChickenVideo_Desktop_1080px-compress.mp4" type="video/ogg">
<source src="/images/mainsite5/videos/mainsite5/ChickenVideo_Desktop_1080px-compress.mp4" type="video/webm">
Your browser does not support HTML5 video.
</video>
<a href="#" class="secondary-button mobile-only">Read more</a>
</div>
</div>
</div>
</div>
</div>
<div class="inner">
<div class="carousel {% if carousel_colour %} {{ carousel_colour }} {% endif %} {% if carousel_single %} carousel--single{% endif %}">
<div class="carousel__tiles">
{% for item in carousel_items %}
<div class="carousel__tile">
{% if carousel_single %}
<div class="carousel__tile--content">
<h2>{{ item.title }} <span>{{ item.sub_title }}</span></h2>
<a href="#" class="secondary-button desktop-only">Read more</a>
</div>
<div class="carousel__tile--image">
{% if item.video %}
<video autoplay="autoplay" muted loop>
<source src="{{ item.video }}" type="video/mp4">
<source src="{{ item.video }}" type="video/ogg">
<source src="{{ item.video }}" type="video/webm">
Your browser does not support HTML5 video.
</video>
{% else %}
<picture class="parralax-up image-quote__image-{{ image.position }}">
<source media="(min-width: 647px)" srcset="{{ item.desktop_image }}">
<source media="(min-width: 375px)" srcset="{{ item.mobile_image }}" alt="{{ image.alt }}">
<img src="{{ item.mobile_image }}" alt="{{ image.alt }}">
</picture>
{% endif %}
<a href="#" class="secondary-button mobile-only">Read more</a>
</div>
{% else %}
<!-- START CAROUSEL TILE CONTENT -->
<a href="{{ item.url }}" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="{{ item.desktop_image }}">
<source media="(min-width: 375px)" srcset="{{ item.mobile_image }}" alt="{{ image.alt }}">
<img src="{{ item.mobile_image }}" alt="{{ image.alt }}">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">{{ item.title }}</h2>
<p>{{ item.summary }}</p>
<div class="hero-summary-link" href="{{ item.url }}">{{ item.read_more_text }}</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
{% endif %}
</div>
{% endfor %}
</div>
</div>
</div>
{
"carousel_items": {
"0": {
"title": "It starts with a sewing machine",
"read_more_text": "Read more",
"sub_title": "Dorcas' story",
"url": "#",
"desktop_image": "\/images\/mainsite5\/c19\/hub\/carousel\/Hub_ObjectCarousel_Christopher_SewingMachine_Desktop.jpg",
"mobile_image": "\/images\/mainsite5\/c19\/hub\/carousel\/Hub_ObjectCarousel_Christopher_SewingMachine_Desktop.jpg"
},
"1": {
"title": "It starts with a tree",
"read_more_text": "Read more",
"sub_title": "Dorcas' story",
"url": "#",
"desktop_image": "\/images\/mainsite5\/c19\/hub\/carousel\/Hub_ObjectCarousel_RevEmmanuel_Sapling_Desktop.jpg",
"mobile_image": "\/images\/mainsite5\/c19\/hub\/carousel\/Hub_ObjectCarousel_RevEmmanuel_Sapling_Desktop.jpg"
},
"2": {
"title": "It starts with a chicken",
"read_more_text": "Read more",
"sub_title": "Joys story",
"url": "#",
"desktop_image": "\/images\/mainsite5\/c19\/hub\/carousel\/Hub_ObjectCarousel_Joy_Chicken_Desktop.jpg",
"mobile_image": "\/images\/mainsite5\/c19\/hub\/carousel\/Hub_ObjectCarousel_Joy_Chicken_Desktop.jpg",
"video": "\/images\/mainsite5\/videos\/mainsite5\/ChickenVideo_Desktop_1080px-compress.mp4"
}
},
"carousel_single": true
}
<div class="inner">
<div class="carousel ">
<div class="carousel__tiles">
<div class="carousel__tile">
<!-- START CAROUSEL TILE CONTENT -->
<a href="#" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300" alt="">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
<div class="hero-summary-link" href="#">See more</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
</div>
<div class="carousel__tile">
<!-- START CAROUSEL TILE CONTENT -->
<a href="#" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300" alt="">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
<div class="hero-summary-link" href="#">See more</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
</div>
<div class="carousel__tile">
<!-- START CAROUSEL TILE CONTENT -->
<a href="#" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300" alt="">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
<div class="hero-summary-link" href="#">See more</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
</div>
<div class="carousel__tile">
<!-- START CAROUSEL TILE CONTENT -->
<a href="#" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300" alt="">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
<div class="hero-summary-link" href="#">See more</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
</div>
<div class="carousel__tile">
<!-- START CAROUSEL TILE CONTENT -->
<a href="#" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300" alt="">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
<div class="hero-summary-link" href="#">See more</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
</div>
<div class="carousel__tile">
<!-- START CAROUSEL TILE CONTENT -->
<a href="#" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300" alt="">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
<div class="hero-summary-link" href="#">See more</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
</div>
<div class="carousel__tile">
<!-- START CAROUSEL TILE CONTENT -->
<a href="#" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="">
<source media="(min-width: 375px)" srcset="http://placehold.it/400x300" alt="">
<img src="http://placehold.it/400x300" alt="">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">Title</h2>
<p>A short summary text block goes in here to give more information about this section.</p>
<div class="hero-summary-link" href="#">See more</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
</div>
</div>
</div>
</div>
<div class="inner">
<div class="carousel {% if carousel_colour %} {{ carousel_colour }} {% endif %} {% if carousel_single %} carousel--single{% endif %}">
<div class="carousel__tiles">
{% for item in carousel_items %}
<div class="carousel__tile">
{% if carousel_single %}
<div class="carousel__tile--content">
<h2>{{ item.title }} <span>{{ item.sub_title }}</span></h2>
<a href="#" class="secondary-button desktop-only">Read more</a>
</div>
<div class="carousel__tile--image">
{% if item.video %}
<video autoplay="autoplay" muted loop>
<source src="{{ item.video }}" type="video/mp4">
<source src="{{ item.video }}" type="video/ogg">
<source src="{{ item.video }}" type="video/webm">
Your browser does not support HTML5 video.
</video>
{% else %}
<picture class="parralax-up image-quote__image-{{ image.position }}">
<source media="(min-width: 647px)" srcset="{{ item.desktop_image }}">
<source media="(min-width: 375px)" srcset="{{ item.mobile_image }}" alt="{{ image.alt }}">
<img src="{{ item.mobile_image }}" alt="{{ image.alt }}">
</picture>
{% endif %}
<a href="#" class="secondary-button mobile-only">Read more</a>
</div>
{% else %}
<!-- START CAROUSEL TILE CONTENT -->
<a href="{{ item.url }}" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="{{ item.desktop_image }}">
<source media="(min-width: 375px)" srcset="{{ item.mobile_image }}" alt="{{ image.alt }}">
<img src="{{ item.mobile_image }}" alt="{{ image.alt }}">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">{{ item.title }}</h2>
<p>{{ item.summary }}</p>
<div class="hero-summary-link" href="{{ item.url }}">{{ item.read_more_text }}</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
{% endif %}
</div>
{% endfor %}
</div>
</div>
</div>
{
"carousel_items": {
"0": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#",
"mobile_image": "http:\/\/placehold.it\/400x300",
"dekstop_image": "http:\/\/placehold.it\/400x300"
},
"1": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#",
"mobile_image": "http:\/\/placehold.it\/400x300",
"dekstop_image": "http:\/\/placehold.it\/400x300"
},
"2": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#",
"mobile_image": "http:\/\/placehold.it\/400x300",
"dekstop_image": "http:\/\/placehold.it\/400x300"
},
"3": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#",
"mobile_image": "http:\/\/placehold.it\/400x300",
"dekstop_image": "http:\/\/placehold.it\/400x300"
},
"4": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#",
"mobile_image": "http:\/\/placehold.it\/400x300",
"dekstop_image": "http:\/\/placehold.it\/400x300"
},
"5": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#",
"mobile_image": "http:\/\/placehold.it\/400x300",
"dekstop_image": "http:\/\/placehold.it\/400x300"
},
"6": {
"title": "Title",
"summary": "A short summary text block goes in here to give more information about this section.",
"read_more_text": "See more",
"url": "#",
"mobile_image": "http:\/\/placehold.it\/400x300",
"dekstop_image": "http:\/\/placehold.it\/400x300"
}
}
}
<div class="inner">
<div class="carousel carousel--grey ">
<div class="carousel__tiles">
<div class="carousel__tile">
<!-- START CAROUSEL TILE CONTENT -->
<a href="#" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="">
<source media="(min-width: 375px)" srcset="" alt="">
<img src="" alt="">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">Title</h2>
<p></p>
<div class="hero-summary-link" href="#">Read more</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
</div>
<div class="carousel__tile">
<!-- START CAROUSEL TILE CONTENT -->
<a href="#" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="">
<source media="(min-width: 375px)" srcset="" alt="">
<img src="" alt="">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">Title</h2>
<p></p>
<div class="hero-summary-link" href="#">Read more</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
</div>
<div class="carousel__tile">
<!-- START CAROUSEL TILE CONTENT -->
<a href="#" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="">
<source media="(min-width: 375px)" srcset="" alt="">
<img src="" alt="">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">Title</h2>
<p></p>
<div class="hero-summary-link" href="#">Read more</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
</div>
</div>
</div>
</div>
<div class="inner">
<div class="carousel {% if carousel_colour %} {{ carousel_colour }} {% endif %} {% if carousel_single %} carousel--single{% endif %}">
<div class="carousel__tiles">
{% for item in carousel_items %}
<div class="carousel__tile">
{% if carousel_single %}
<div class="carousel__tile--content">
<h2>{{ item.title }} <span>{{ item.sub_title }}</span></h2>
<a href="#" class="secondary-button desktop-only">Read more</a>
</div>
<div class="carousel__tile--image">
{% if item.video %}
<video autoplay="autoplay" muted loop>
<source src="{{ item.video }}" type="video/mp4">
<source src="{{ item.video }}" type="video/ogg">
<source src="{{ item.video }}" type="video/webm">
Your browser does not support HTML5 video.
</video>
{% else %}
<picture class="parralax-up image-quote__image-{{ image.position }}">
<source media="(min-width: 647px)" srcset="{{ item.desktop_image }}">
<source media="(min-width: 375px)" srcset="{{ item.mobile_image }}" alt="{{ image.alt }}">
<img src="{{ item.mobile_image }}" alt="{{ image.alt }}">
</picture>
{% endif %}
<a href="#" class="secondary-button mobile-only">Read more</a>
</div>
{% else %}
<!-- START CAROUSEL TILE CONTENT -->
<a href="{{ item.url }}" class="hero-summary">
<picture >
<source media="(min-width: 647px)" srcset="{{ item.desktop_image }}">
<source media="(min-width: 375px)" srcset="{{ item.mobile_image }}" alt="{{ image.alt }}">
<img src="{{ item.mobile_image }}" alt="{{ image.alt }}">
</picture>
<div class="hero-summary__card">
<h2 class="hero-summary-title">{{ item.title }}</h2>
<p>{{ item.summary }}</p>
<div class="hero-summary-link" href="{{ item.url }}">{{ item.read_more_text }}</div>
</div>
</a>
<!-- END CAROUSEL TILE CONTENT -->
{% endif %}
</div>
{% endfor %}
</div>
</div>
</div>
{
"carousel_items": {
"0": {
"title": "Title",
"read_more_text": "Read more",
"url": "#",
"image": "\/images\/mainsite5\/c19\/TheBIggerPicture_Thumbnail_Mobile.jpg"
},
"1": {
"title": "Title",
"read_more_text": "Read more",
"url": "#",
"image": "\/images\/mainsite5\/c19\/MumtazAndBeenish_Thumbnail.jpg"
},
"2": {
"title": "Title",
"read_more_text": "Read more",
"url": "#",
"image": "\/images\/mainsite5\/c19\/MumtazAndBeenish_Thumbnail Copy.jpg"
}
},
"carousel_colour": "carousel--grey"
}
<div class="c-donate-header c-donate-header--full c-donate-header--right">
<div class="o-donate-header-inner">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Make a monthly donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="enter amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate monthly</a>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title ">Make a one-off donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
</div>
</div>
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url(/images/mainsite5/donate-header/bg-full-right-small-1.jpg)"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url(/images/mainsite5/donate-header/bg-full-right-1.jpg)"></div>
</div>
</div>
</div>
<div class="c-donate-header c-donate-header--full c-donate-header--right">
<div class="o-donate-header-inner">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
{% include 'components/donate-widget/donate-widget' with donationWidget %}
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url({{ backgroundImageSmall }})"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url({{ backgroundImage }})"></div>
</div>
</div>
</div>
{
"backgroundImage": "\/images\/mainsite5\/donate-header\/bg-full-right-1.jpg",
"backgroundImageSmall": "\/images\/mainsite5\/donate-header\/bg-full-right-small-1.jpg",
"donationWidget": {
"id": "right_monthly_strong_priority_no_handles_full",
"allHandles": false,
"donate_widget_title": "Make a monthly donation",
"donate_widget_intro": "Become a regular giver today and make a world of difference",
"donate_widget_placeholder": "enter amount",
"donate_widget_button": "Donate monthly",
"flip_link": true,
"alt_form": true,
"alt_id": "right_alt_monthly_strong_priority_no_handles_full",
"alt_freq_handles": false,
"alt_donate_widget_title": "Make a one-off donation",
"alt_donate_widget_intro": "Become a regular giver today and make a world of difference",
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": true
}
}
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--left">
<div class="c-donate-header__row">
<div class="c-donate-header__header">
<div class="c-donate-header__logo">
<img src="/images/mainsite5/donate-header/tf-logo.png" alt="Tearfund logo" />
</div>
<div class="c-donate-header__secure">
<img src="/images/mainsite5/donate-header/secure-mark.png" alt="Your donation is 100% secure" />
</div>
</div>
</div>
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Make a monthly donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="left_monthly_strong_priority-header_freq_monthly" class="js-donate-widget__freq-radio" name="left_monthly_strong_priority-header_freq" checked="checked" autocomplete="off" data-frequency="monthly">
<label for="left_monthly_strong_priority-header_freq_monthly">monthly</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_monthly_strong_priority-header_freq_once" class="js-donate-widget__freq-radio" name="left_monthly_strong_priority-header_freq" autocomplete="off" data-frequency="once">
<label for="left_monthly_strong_priority-header_freq_once">once</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
<div class="c-donate-widget__radio">
<input type="radio" id="left_monthly_strong_priority-header_amount_monthly_25" class="js-donate-widget__amount-radio" name="left_monthly_strong_priority-header_amount_monthly" checked="checked" autocomplete="off" data-amount="25">
<label for="left_monthly_strong_priority-header_amount_monthly_25">£25</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_monthly_strong_priority-header_amount_monthly_15" class="js-donate-widget__amount-radio" name="left_monthly_strong_priority-header_amount_monthly" autocomplete="off" data-amount="15">
<label for="left_monthly_strong_priority-header_amount_monthly_15">£15</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_monthly_strong_priority-header_amount_monthly_8" class="js-donate-widget__amount-radio" name="left_monthly_strong_priority-header_amount_monthly" autocomplete="off" data-amount="8">
<label for="left_monthly_strong_priority-header_amount_monthly_8">£8</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="25">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="15">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="8">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate monthly</a>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title ">Make a one-off donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="left_alt_monthly_strong_priority-header_freq_once" class="js-donate-widget__freq-radio" name="left_alt_monthly_strong_priority-header_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="left_alt_monthly_strong_priority-header_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_alt_monthly_strong_priority-header_freq_monthly" class="js-donate-widget__freq-radio" name="left_alt_monthly_strong_priority-header_freq" autocomplete="off" data-frequency="monthly">
<label for="left_alt_monthly_strong_priority-header_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
<div class="c-donate-widget__radio">
<input type="radio" id="left_alt_monthly_strong_priority-header_amount_once_200" class="js-donate-widget__amount-radio" name="left_alt_monthly_strong_priority-header_amount_once" checked="checked" autocomplete="off" data-amount="200">
<label for="left_alt_monthly_strong_priority-header_amount_once_200">£200</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_alt_monthly_strong_priority-header_amount_once_125" class="js-donate-widget__amount-radio" name="left_alt_monthly_strong_priority-header_amount_once" autocomplete="off" data-amount="125">
<label for="left_alt_monthly_strong_priority-header_amount_once_125">£125</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_alt_monthly_strong_priority-header_amount_once_80" class="js-donate-widget__amount-radio" name="left_alt_monthly_strong_priority-header_amount_once" autocomplete="off" data-amount="80">
<label for="left_alt_monthly_strong_priority-header_amount_once_80">£80</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="200">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="125">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="80">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
</div>
</div>
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url(/images/mainsite5/donate-header/bg-standard-left-small-1.jpg)"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url(/images/mainsite5/donate-header/bg-standard-left-1.jpg)"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--left">
<div class="c-donate-header__row">
<div class="c-donate-header__header">
{% if header %}
<div class="c-donate-header__logo">
<img src="/images/mainsite5/donate-header/tf-logo.png" alt="Tearfund logo" />
</div>
<div class="c-donate-header__secure">
<img src="/images/mainsite5/donate-header/secure-mark.png" alt="Your donation is 100% secure" />
</div>
{% endif %}
</div>
</div>
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
{% include 'components/donate-widget/donate-widget' with donationWidget %}
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url({{ backgroundImageSmall }})"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url({{ backgroundImage }})"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{
"backgroundImage": "\/images\/mainsite5\/donate-header\/bg-standard-left-1.jpg",
"backgroundImageSmall": "\/images\/mainsite5\/donate-header\/bg-standard-left-small-1.jpg",
"header": true,
"donationWidget": {
"id": "left_monthly_strong_priority-header",
"allHandles": true,
"freq_handles": false,
"donate_widget_title": "Make a monthly donation",
"donate_widget_intro": "Become a regular giver today and make a world of difference",
"frequencies": [
{
"title": "monthly",
"checked": true
},
{
"title": "once"
}
],
"amounts_monthly": [
{
"title": "25",
"content": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "15",
"content": "Monthly content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "8",
"content": "Monthly content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate monthly",
"flip_link": true,
"alt_form": true,
"alt_id": "left_alt_monthly_strong_priority-header",
"alt_freq_handles": false,
"alt_donate_widget_title": "Make a one-off donation",
"alt_donate_widget_intro": "Become a regular giver today and make a world of difference",
"alt_frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"alt_amounts_once": [
{
"title": "200",
"content": "Once content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "125",
"content": "Once content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "80",
"content": "Once content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": true
}
}
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--right">
<div class="c-donate-header__row">
<div class="c-donate-header__header">
<div class="c-donate-header__logo">
<img src="/images/mainsite5/donate-header/tf-logo.png" alt="Tearfund logo" />
</div>
<div class="c-donate-header__secure">
<img src="/images/mainsite5/donate-header/secure-mark.png" alt="Your donation is 100% secure" />
</div>
</div>
</div>
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Make a monthly donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="right_monthly_strong_priority-header_freq_monthly" class="js-donate-widget__freq-radio" name="right_monthly_strong_priority-header_freq" checked="checked" autocomplete="off" data-frequency="monthly">
<label for="right_monthly_strong_priority-header_freq_monthly">monthly</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_monthly_strong_priority-header_freq_once" class="js-donate-widget__freq-radio" name="right_monthly_strong_priority-header_freq" autocomplete="off" data-frequency="once">
<label for="right_monthly_strong_priority-header_freq_once">once</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
<div class="c-donate-widget__radio">
<input type="radio" id="right_monthly_strong_priority-header_amount_monthly_25" class="js-donate-widget__amount-radio" name="right_monthly_strong_priority-header_amount_monthly" checked="checked" autocomplete="off" data-amount="25">
<label for="right_monthly_strong_priority-header_amount_monthly_25">£25</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_monthly_strong_priority-header_amount_monthly_15" class="js-donate-widget__amount-radio" name="right_monthly_strong_priority-header_amount_monthly" autocomplete="off" data-amount="15">
<label for="right_monthly_strong_priority-header_amount_monthly_15">£15</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_monthly_strong_priority-header_amount_monthly_8" class="js-donate-widget__amount-radio" name="right_monthly_strong_priority-header_amount_monthly" autocomplete="off" data-amount="8">
<label for="right_monthly_strong_priority-header_amount_monthly_8">£8</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="25">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="15">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="8">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate monthly</a>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title ">Make a one-off donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="right_alt_monthly_strong_priority-header_freq_once" class="js-donate-widget__freq-radio" name="right_alt_monthly_strong_priority-header_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="right_alt_monthly_strong_priority-header_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_alt_monthly_strong_priority-header_freq_monthly" class="js-donate-widget__freq-radio" name="right_alt_monthly_strong_priority-header_freq" autocomplete="off" data-frequency="monthly">
<label for="right_alt_monthly_strong_priority-header_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
<div class="c-donate-widget__radio">
<input type="radio" id="right_alt_monthly_strong_priority-header_amount_once_200" class="js-donate-widget__amount-radio" name="right_alt_monthly_strong_priority-header_amount_once" checked="checked" autocomplete="off" data-amount="200">
<label for="right_alt_monthly_strong_priority-header_amount_once_200">£200</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_alt_monthly_strong_priority-header_amount_once_125" class="js-donate-widget__amount-radio" name="right_alt_monthly_strong_priority-header_amount_once" autocomplete="off" data-amount="125">
<label for="right_alt_monthly_strong_priority-header_amount_once_125">£125</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_alt_monthly_strong_priority-header_amount_once_80" class="js-donate-widget__amount-radio" name="right_alt_monthly_strong_priority-header_amount_once" autocomplete="off" data-amount="80">
<label for="right_alt_monthly_strong_priority-header_amount_once_80">£80</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="200">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="125">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="80">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
</div>
</div>
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url(/images/mainsite5/donate-header/bg-standard-right-small-1.jpg)"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url(/images/mainsite5/donate-header/bg-standard-right-1.jpg)"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--right">
<div class="c-donate-header__row">
<div class="c-donate-header__header">
{% if header %}
<div class="c-donate-header__logo">
<img src="/images/mainsite5/donate-header/tf-logo.png" alt="Tearfund logo" />
</div>
<div class="c-donate-header__secure">
<img src="/images/mainsite5/donate-header/secure-mark.png" alt="Your donation is 100% secure" />
</div>
{% endif %}
</div>
</div>
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
{% include 'components/donate-widget/donate-widget' with donationWidget %}
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url({{ backgroundImageSmall }})"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url({{ backgroundImage }})"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{
"backgroundImage": "\/images\/mainsite5\/donate-header\/bg-standard-right-1.jpg",
"backgroundImageSmall": "\/images\/mainsite5\/donate-header\/bg-standard-right-small-1.jpg",
"header": true,
"donationWidget": {
"id": "right_monthly_strong_priority-header",
"allHandles": true,
"freq_handles": false,
"donate_widget_title": "Make a monthly donation",
"donate_widget_intro": "Become a regular giver today and make a world of difference",
"frequencies": [
{
"title": "monthly",
"checked": true
},
{
"title": "once"
}
],
"amounts_monthly": [
{
"title": "25",
"content": "Monthly content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "15",
"content": "Monthly content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "8",
"content": "Monthly content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate monthly",
"flip_link": true,
"alt_form": true,
"alt_id": "right_alt_monthly_strong_priority-header",
"alt_freq_handles": false,
"alt_donate_widget_title": "Make a one-off donation",
"alt_donate_widget_intro": "Become a regular giver today and make a world of difference",
"alt_frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"alt_amounts_once": [
{
"title": "200",
"content": "Once content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "125",
"content": "Once content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "80",
"content": "Once content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": true
}
}
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--page c-donate-header--right">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Make a monthly donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="right_monthly_strong_priority_page_freq_monthly" class="js-donate-widget__freq-radio" name="right_monthly_strong_priority_page_freq" checked="checked" autocomplete="off" data-frequency="monthly">
<label for="right_monthly_strong_priority_page_freq_monthly">monthly</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_monthly_strong_priority_page_freq_once" class="js-donate-widget__freq-radio" name="right_monthly_strong_priority_page_freq" autocomplete="off" data-frequency="once">
<label for="right_monthly_strong_priority_page_freq_once">once</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
<div class="c-donate-widget__radio">
<input type="radio" id="right_monthly_strong_priority_page_amount_monthly_25" class="js-donate-widget__amount-radio" name="right_monthly_strong_priority_page_amount_monthly" checked="checked" autocomplete="off" data-amount="25">
<label for="right_monthly_strong_priority_page_amount_monthly_25">£25</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_monthly_strong_priority_page_amount_monthly_15" class="js-donate-widget__amount-radio" name="right_monthly_strong_priority_page_amount_monthly" autocomplete="off" data-amount="15">
<label for="right_monthly_strong_priority_page_amount_monthly_15">£15</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_monthly_strong_priority_page_amount_monthly_8" class="js-donate-widget__amount-radio" name="right_monthly_strong_priority_page_amount_monthly" autocomplete="off" data-amount="8">
<label for="right_monthly_strong_priority_page_amount_monthly_8">£8</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="25">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="15">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="8">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate monthly</a>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title ">Make a one-off donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="right_alt_monthly_strong_priority_page_freq_once" class="js-donate-widget__freq-radio" name="right_alt_monthly_strong_priority_page_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="right_alt_monthly_strong_priority_page_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_alt_monthly_strong_priority_page_freq_monthly" class="js-donate-widget__freq-radio" name="right_alt_monthly_strong_priority_page_freq" autocomplete="off" data-frequency="monthly">
<label for="right_alt_monthly_strong_priority_page_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
<div class="c-donate-widget__radio">
<input type="radio" id="right_alt_monthly_strong_priority_page_amount_once_200" class="js-donate-widget__amount-radio" name="right_alt_monthly_strong_priority_page_amount_once" checked="checked" autocomplete="off" data-amount="200">
<label for="right_alt_monthly_strong_priority_page_amount_once_200">£200</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_alt_monthly_strong_priority_page_amount_once_125" class="js-donate-widget__amount-radio" name="right_alt_monthly_strong_priority_page_amount_once" autocomplete="off" data-amount="125">
<label for="right_alt_monthly_strong_priority_page_amount_once_125">£125</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="right_alt_monthly_strong_priority_page_amount_once_80" class="js-donate-widget__amount-radio" name="right_alt_monthly_strong_priority_page_amount_once" autocomplete="off" data-amount="80">
<label for="right_alt_monthly_strong_priority_page_amount_once_80">£80</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="200">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="125">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="80">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
</div>
</div>
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url(/images/mainsite5/donate-header/bg-standard-right-small-2.jpg)"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url(/images/mainsite5/donate-header/bg-standard-right-2.jpg)"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--page c-donate-header--right">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
{% include 'components/donate-widget/donate-widget' with donationWidget %}
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url({{ backgroundImageSmall }})"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url({{ backgroundImage }})"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{
"backgroundImage": "\/images\/mainsite5\/donate-header\/bg-standard-right-2.jpg",
"backgroundImageSmall": "\/images\/mainsite5\/donate-header\/bg-standard-right-small-2.jpg",
"header": true,
"donationWidget": {
"id": "right_monthly_strong_priority_page",
"allHandles": true,
"freq_handles": false,
"donate_widget_title": "Make a monthly donation",
"donate_widget_intro": "Become a regular giver today and make a world of difference",
"frequencies": [
{
"title": "monthly",
"checked": true
},
{
"title": "once"
}
],
"amounts_monthly": [
{
"title": "25",
"content": "Monthly content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "15",
"content": "Monthly content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "8",
"content": "Monthly content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate monthly",
"flip_link": true,
"alt_form": true,
"alt_id": "right_alt_monthly_strong_priority_page",
"alt_freq_handles": false,
"alt_donate_widget_title": "Make a one-off donation",
"alt_donate_widget_intro": "Become a regular giver today and make a world of difference",
"alt_frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"alt_amounts_once": [
{
"title": "200",
"content": "Once content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "125",
"content": "Once content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "80",
"content": "Once content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": true
}
}
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--page c-donate-header--left">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Make a monthly donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="left_monthly_strong_priority_page_freq_monthly" class="js-donate-widget__freq-radio" name="left_monthly_strong_priority_page_freq" checked="checked" autocomplete="off" data-frequency="monthly">
<label for="left_monthly_strong_priority_page_freq_monthly">monthly</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_monthly_strong_priority_page_freq_once" class="js-donate-widget__freq-radio" name="left_monthly_strong_priority_page_freq" autocomplete="off" data-frequency="once">
<label for="left_monthly_strong_priority_page_freq_once">once</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
<div class="c-donate-widget__radio">
<input type="radio" id="left_monthly_strong_priority_page_amount_monthly_25" class="js-donate-widget__amount-radio" name="left_monthly_strong_priority_page_amount_monthly" checked="checked" autocomplete="off" data-amount="25">
<label for="left_monthly_strong_priority_page_amount_monthly_25">£25</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_monthly_strong_priority_page_amount_monthly_15" class="js-donate-widget__amount-radio" name="left_monthly_strong_priority_page_amount_monthly" autocomplete="off" data-amount="15">
<label for="left_monthly_strong_priority_page_amount_monthly_15">£15</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_monthly_strong_priority_page_amount_monthly_8" class="js-donate-widget__amount-radio" name="left_monthly_strong_priority_page_amount_monthly" autocomplete="off" data-amount="8">
<label for="left_monthly_strong_priority_page_amount_monthly_8">£8</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="25">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="15">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="8">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate monthly</a>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title ">Make a one-off donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="left_alt_monthly_strong_priority_page_freq_once" class="js-donate-widget__freq-radio" name="left_alt_monthly_strong_priority_page_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="left_alt_monthly_strong_priority_page_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_alt_monthly_strong_priority_page_freq_monthly" class="js-donate-widget__freq-radio" name="left_alt_monthly_strong_priority_page_freq" autocomplete="off" data-frequency="monthly">
<label for="left_alt_monthly_strong_priority_page_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
<div class="c-donate-widget__radio">
<input type="radio" id="left_alt_monthly_strong_priority_page_amount_once_200" class="js-donate-widget__amount-radio" name="left_alt_monthly_strong_priority_page_amount_once" checked="checked" autocomplete="off" data-amount="200">
<label for="left_alt_monthly_strong_priority_page_amount_once_200">£200</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_alt_monthly_strong_priority_page_amount_once_125" class="js-donate-widget__amount-radio" name="left_alt_monthly_strong_priority_page_amount_once" autocomplete="off" data-amount="125">
<label for="left_alt_monthly_strong_priority_page_amount_once_125">£125</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="left_alt_monthly_strong_priority_page_amount_once_80" class="js-donate-widget__amount-radio" name="left_alt_monthly_strong_priority_page_amount_once" autocomplete="off" data-amount="80">
<label for="left_alt_monthly_strong_priority_page_amount_once_80">£80</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="200">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="125">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="80">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
</div>
</div>
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url(/images/mainsite5/donate-header/bg-standard-left-small-2.jpg)"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url(/images/mainsite5/donate-header/bg-standard-left-2.jpg)"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--page c-donate-header--left">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
{% include 'components/donate-widget/donate-widget' with donationWidget %}
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url({{ backgroundImageSmall }})"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url({{ backgroundImage }})"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{
"backgroundImage": "\/images\/mainsite5\/donate-header\/bg-standard-left-2.jpg",
"backgroundImageSmall": "\/images\/mainsite5\/donate-header\/bg-standard-left-small-2.jpg",
"header": true,
"donationWidget": {
"id": "left_monthly_strong_priority_page",
"allHandles": true,
"freq_handles": false,
"donate_widget_title": "Make a monthly donation",
"donate_widget_intro": "Become a regular giver today and make a world of difference",
"frequencies": [
{
"title": "monthly",
"checked": true
},
{
"title": "once"
}
],
"amounts_monthly": [
{
"title": "25",
"content": "Monthly content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "15",
"content": "Monthly content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "8",
"content": "Monthly content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate monthly",
"flip_link": true,
"alt_form": true,
"alt_id": "left_alt_monthly_strong_priority_page",
"alt_freq_handles": false,
"alt_donate_widget_title": "Make a one-off donation",
"alt_donate_widget_intro": "Become a regular giver today and make a world of difference",
"alt_frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"alt_amounts_once": [
{
"title": "200",
"content": "Once content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "125",
"content": "Once content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "80",
"content": "Once content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": true
}
}
<div class="c-donate-header c-donate-header--full c-donate-header--left">
<div class="o-donate-header-inner">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Make a monthly donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="enter amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate monthly</a>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title ">Make a one-off donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
</div>
</div>
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url(/images/mainsite5/donate-header/bg-full-left-small-1.jpg)"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url(/images/mainsite5/donate-header/bg-full-left-1.jpg)"></div>
</div>
</div>
</div>
<div class="c-donate-header c-donate-header--full c-donate-header--left">
<div class="o-donate-header-inner">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
{% include 'components/donate-widget/donate-widget' with donationWidget %}
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url({{ backgroundImageSmall }})"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url({{ backgroundImage }})"></div>
</div>
</div>
</div>
{
"backgroundImage": "\/images\/mainsite5\/donate-header\/bg-full-left-1.jpg",
"backgroundImageSmall": "\/images\/mainsite5\/donate-header\/bg-full-left-small-1.jpg",
"donationWidget": {
"id": "left_monthly_strong_priority_no_handles_full",
"allHandles": false,
"donate_widget_title": "Make a monthly donation",
"donate_widget_intro": "Become a regular giver today and make a world of difference",
"donate_widget_placeholder": "enter amount",
"donate_widget_button": "Donate monthly",
"flip_link": true,
"alt_form": true,
"alt_id": "left_alt_monthly_strong_priority_no_handles_full",
"alt_freq_handles": false,
"alt_donate_widget_title": "Make a one-off donation",
"alt_donate_widget_intro": "Become a regular giver today and make a world of difference",
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": true
}
}
<div class="inner sign-up-two-options">
<div class="sign-up-two-options__heading">
<h2>SIGN UP TO REC/EIVE OUR <span>LENT DEVOTIONALS</span></h2>
</div>
<div class="sign-up-two-options__content center-text">
<br>
<div class="large-col-6">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option1@2x.jpg 2x">
<img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg" alt="Flyer" title="Flyer">
</picture>
<h3 class="sign-up-two-options__option-heading">
EMAIL DEVOTIONALS
</h3>
<p>Sign up to receive a reflection, prayer or poem straight to your inbox every day in Lent.</p>
<a data-lightbox="1" class="button button--bold show-lightbox" href="#">SIGN UP</a>
</div>
<div class="large-col-6">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option2@2x.jpg 2x">
<img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg" alt="Flyer" title="Flyer">
</picture>
<h3 class="sign-up-two-options__option-heading">
BOOKLET
</h3>
<p>A free booklet containing all of our Lent devotionals for you to read through at your own pace.</p>
<a data-lightbox="2" class="button button--bold show-lightbox" href="#">SIGN UP</a>
</div>
</div>
</div>
<div class="inner sign-up-two-options">
<div class="sign-up-two-options__heading">
<h2>SIGN UP TO REC/EIVE OUR <span>LENT DEVOTIONALS</span></h2>
</div>
<div class="sign-up-two-options__content center-text">
<br>
<div class="large-col-6">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option1@2x.jpg 2x">
<img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg" alt="Flyer" title="Flyer">
</picture>
<h3 class="sign-up-two-options__option-heading">
EMAIL DEVOTIONALS
</h3>
<p>Sign up to receive a reflection, prayer or poem straight to your inbox every day in Lent.</p>
<a data-lightbox="1" class="button button--bold show-lightbox" href="#">SIGN UP</a>
</div>
<div class="large-col-6">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option2@2x.jpg 2x">
<img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg" alt="Flyer" title="Flyer">
</picture>
<h3 class="sign-up-two-options__option-heading">
BOOKLET
</h3>
<p>A free booklet containing all of our Lent devotionals for you to read through at your own pace.</p>
<a data-lightbox="2" class="button button--bold show-lightbox" href="#">SIGN UP</a>
</div>
</div>
</div>
{}
<div class="signup-feature">
<div class="signup-feature__heading">SIGN UP TO RECEIVE OUR ADVENT CALENDAR</div>
<div class="signup-feature__content">
<p>Our daily reflections are a great way to use the advent season as a time to reflect and prepare for the celebration of Christmas. We hope you can claim a little bit of time each day to reflect, focus and be inspired during what should be a precious and beautiful time of year.</p>
<form class="tf-signup" method="POST">
<input type="hidden" name="u" value="cd19eb0b2a74af14054950f15">
<input type="hidden" name="id" value="110ced3ea5">
<fieldset class="newsletter-subscribe">
<div class="field">
<label class="field-label" for="firstname">First Name</label>
<div class="input">
<input type="text" id="firstname" name="MERGE1" class="firstname" placeholder="First Name">
<span id="pagefooter_0_EmailSignUpOneStep_requiredFirstname" class="error-message error-message--first" style="display: none;">Please enter your first name</span>
</div>
</div>
<div class="field">
<label class="field-label" for="lastname">Last Name</label>
<div class="input">
<input type="text" id="lastname" name="MERGE2" class="lastname" placeholder="Last Name">
<span id="pagefooter_0_EmailSignUpOneStep_requiredLastname" class="error-message error-message--last" style="display: none;">Please enter your last name</span>
</div>
</div>
<div class="field">
<label class="field-label" for="email">Email</label>
<div class="input">
<input type="text" id="email" name="MERGE0" class="email" placeholder="you@youremail.com">
<span id="pagefooter_0_EmailSignUpOneStep_requiredEmail" class="error-message error-message--email" style="display: none;">Please enter an email address</span>
<span id="pagefooter_0_EmailSignUpOneStep_regexEmail" class="error-message error-message--email-valid" style="display: none;">Please enter a valid email address</span>
</div>
</div>
<div class="field buttons">
<div class="input">
<input onClick="_gaq.push(['_trackEvent', 'Click', 'Subscribe', 'Subscribe']); fbq('track', 'Lead');" type="submit" value="Subscribe" class="button" name="submit">
</div>
</div>
</fieldset>
<!-- <div class="compliance">If you've given us your email address we'll send you a daily email during Advent and Advent only! Of course, you can change your preferences at any time – just email <a href="mailto:info@tearfund.org">info@tearfund.org</a> or call 020 3906 3906.. We promise never to pass your details on to another organisation for marketing purposes.</div> -->
</form>
</div>
</div>
<div class="signup-feature">
<div class="signup-feature__heading">SIGN UP TO RECEIVE OUR ADVENT CALENDAR</div>
<div class="signup-feature__content">
<p>Our daily reflections are a great way to use the advent season as a time to reflect and prepare for the celebration of Christmas. We hope you can claim a little bit of time each day to reflect, focus and be inspired during what should be a precious and beautiful time of year.</p>
<form class="tf-signup" method="POST">
<input type="hidden" name="u" value="cd19eb0b2a74af14054950f15">
<input type="hidden" name="id" value="110ced3ea5">
<fieldset class="newsletter-subscribe">
<div class="field">
<label class="field-label" for="firstname">First Name</label>
<div class="input">
<input type="text" id="firstname" name="MERGE1" class="firstname" placeholder="First Name">
<span id="pagefooter_0_EmailSignUpOneStep_requiredFirstname" class="error-message error-message--first" style="display: none;">Please enter your first name</span>
</div>
</div>
<div class="field">
<label class="field-label" for="lastname">Last Name</label>
<div class="input">
<input type="text" id="lastname" name="MERGE2" class="lastname" placeholder="Last Name">
<span id="pagefooter_0_EmailSignUpOneStep_requiredLastname" class="error-message error-message--last" style="display: none;">Please enter your last name</span>
</div>
</div>
<div class="field">
<label class="field-label" for="email">Email</label>
<div class="input">
<input type="text" id="email" name="MERGE0" class="email" placeholder="you@youremail.com">
<span id="pagefooter_0_EmailSignUpOneStep_requiredEmail" class="error-message error-message--email" style="display: none;">Please enter an email address</span>
<span id="pagefooter_0_EmailSignUpOneStep_regexEmail" class="error-message error-message--email-valid" style="display: none;">Please enter a valid email address</span>
</div>
</div>
<div class="field buttons">
<div class="input">
<input onClick="_gaq.push(['_trackEvent', 'Click', 'Subscribe', 'Subscribe']); fbq('track', 'Lead');" type="submit" value="Subscribe" class="button" name="submit">
</div>
</div>
</fieldset>
<!-- <div class="compliance">If you've given us your email address we'll send you a daily email during Advent and Advent only! Of course, you can change your preferences at any time – just email <a href="mailto:info@tearfund.org">info@tearfund.org</a> or call 020 3906 3906.. We promise never to pass your details on to another organisation for marketing purposes.</div> -->
</form>
</div>
</div>
{}
Our daily reflections are a great way to use the advent season as a time to reflect and prepare for the celebration of Christmas. We hope you can claim a little bit of time each day to reflect, focus and be inspired during what should be a precious and beautiful time of year.
<div class="act-bar">
<div class="inner"><h3>Take our latest action</h3></div>
</div>
<div class="triangle-container">
<div class="triangle triangle--yellow"></div>
</div>
<div class="act-bar">
<div class="inner"><h3>{{ act_title }}</h3></div>
</div>
<div class="triangle-container">
<div class="triangle triangle--yellow"></div>
</div>
{
"act_title": "Take our latest action"
}
<header class="regular header-small header-sticky" role="banner" style="position: relative">
<div class="main header">
<div class="inner">
<div class="logo">
<span class="img"><a href="/"><img src="/images/mainsite5/logo@2x.png" alt="Tearfund"></a></span>
</div>
<div class="inline-header-items">
<div class="header-inline header-search search">
<!--<a href="#">Search</a>-->
<label for="top-search">Search</label>
<input class="top-search" type="text" placeholder="Search">
<input type="button" name="btnSearch" onclick="javascript:..." class="header-search__button" id="btnSearch">
</div>
<div class="header-inline header-login">
<a href="#"></a>
</div>
<div class="header-inline header-social">
<a href="#">Follow</a>
<div class="header-inline header-social--content">
<a class="header-inline header-social__icon header-social__facebook" href="#"></a>
<a class="header-inline header-social__icon header-social__twitter" href="#"></a>
<a class="header-inline header-social__icon header-social__instagram" href="#"></a>
<a class="header-inline header-social__icon header-social__email" href="#"></a>
<a class="header-inline header-social__icon header-social__rss" href="#"></a>
</div>
</div>
<div class="header-inline header-donate header-primary-button">
<a href="#" class="button">Donate Now</a>
</div>
</div>
<nav class="primary">
<ul>
<li class="has-sub-nav">
<a href="#">About Us</a>
<ul>
<li><a href="#">Where your money goes</a>
<li><a href="#">How we work</a>
<li><a href="#">History</a>
<li><a href="#">Who's who</a>
<li><a href="#">Finance</a>
<li><a href="#">Contact us</a>
</ul>
</li>
<li class="has-sub-nav">
<a href="#">Get Involved</a>
<ul>
<li><a href="#">Pray</a>
<li><a href="#">Action</a>
<li><a href="#">Events</a>
<li><a href="#">Fundraise</a>
<li><a href="#">Your church</a>
<li><a href="#">Go overseas</a>
<li><a href="#">Volunteer</a>
<li><a href="#">Around the UK</a>
<li><a href="#">Lifestyle</a>
<li><a href="#">Youth</a>
<li><a href="#">Resources</a>
</ul>
</li>
<li class="has-sub-nav">
<a href="#">Latest</a>
<ul>
<li><a href="#">Hunger steals</a>
<li><a href="#">East Africa</a>
<li><a href="#">Yemen</a>
<li><a href="#">Middle East Crisis</a>
<li><a href="#">Yasmin's story</a>
<li><a href="#">Latest stories</a>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</header>
{% if header == 'regular' or header == 'usa' %}
<header class="regular header-small header-sticky" role="banner" {% if view != 'template' %}style="position: relative"{% endif %}>
{% elseif header == 'alternative' or header == 'tilz' %}
{% elseif header == 'alternative' or header == 'tilz' %}
<header class="alternative small-alternative header-sticky" role="banner" {% if view != 'template' %}style="position: relative"{% endif %}>
{% endif %}
<div class="main header{% if hasScrollingDonate %} header--scrolling-donate{% endif %}">
<div class="inner">
<div class="logo">
<span class="img"><a href="/"><img src="{{logo}}" alt="Tearfund"></a></span>
</div>
{% if header == 'alternative' or header == 'tilz' %}
<h1 class="sub-brand">{{sub_brand}}</h1>
{% endif %}
<div class="inline-header-items">
{% if header == 'tilz' %}
<div class="header-inline header-language">
<a class="" href="#">English</a>
<div class="header-language--content">
<ul>
<li><a class="" href="#">Español</a></li>
<li><a class="" href="#">Français</a></li>
<li><a class="" href="#">Português</a></li>
<li><a class="" href="#">Other languages</a></li>
</ul>
</div>
</div>
{% endif %}
{% if header == 'alternative' %}
<div class="header-inline header-login">
<a class="show-lightbox" data-lightbox="99999" href="#">Login</a>
</div>
<div class="lightbox" data-lightbox="99999">
<h3 class="lightbox__title">Login</h3>
<div class="field-set">
<label class="field-set__title" for="text1">Username/Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Username/Email</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Password</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Password</span>
<input class="field-set__input" id="text1" type="password">
</div>
</div>
</div>
</div>
<input type="submit" value="Login" class="button">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
</div>
{% endif %}
{% if header == 'alternative' or header == 'regular' or header == 'tilz' %}
<div class="header-inline header-search search">
<!--<a href="#">Search</a>-->
<label for="top-search">Search</label>
<input class="top-search" type="text" placeholder="Search">
<input type="button" name="btnSearch" onclick="javascript:..." class="header-search__button" id="btnSearch">
</div>
<div class="header-inline header-login">
<a href="#"></a>
</div>
<div class="header-inline header-social">
<a href="#">Follow</a>
<div class="header-inline header-social--content">
<a class="header-inline header-social__icon header-social__facebook" href="#"></a>
<a class="header-inline header-social__icon header-social__twitter" href="#"></a>
<a class="header-inline header-social__icon header-social__instagram" href="#"></a>
<a class="header-inline header-social__icon header-social__email" href="#"></a>
<a class="header-inline header-social__icon header-social__rss" href="#"></a>
</div>
</div>
{% endif %}
{% if header == 'alternative' or header == 'regular' %}
<div class="header-inline header-donate header-primary-button">
<a href="#" class="button">Donate Now</a>
</div>
{% endif %}
{% if header == 'usa' %}
<a href="#" class="button-underline button-underline--twitter">Follow Us</a>
{% endif %}
</div>
<nav class="primary">
<ul>
{% for nav in nav %}
<li class="has-sub-nav">
<a href="#">{{nav.title}}</a>
<ul>
{% for page in nav.pages %}
<li><a href="#">{{ page }}</a>
{% endfor %}
</ul>
</li>
{% endfor %}
</ul>
</nav>
</div>
</div>
</header>
{
"header": "regular",
"logo": "\/images\/mainsite5\/logo@2x.png",
"nav": {
"0": {
"title": "About Us",
"pages": {
"0": "Where your money goes",
"1": "How we work",
"2": "History",
"3": "Who's who",
"4": "Finance",
"5": "Contact us"
}
},
"1": {
"title": "Get Involved",
"pages": {
"0": "Pray",
"1": "Action",
"2": "Events",
"3": "Fundraise",
"4": "Your church",
"5": "Go overseas",
"6": "Volunteer",
"7": "Around the UK",
"8": "Lifestyle",
"9": "Youth",
"10": "Resources"
}
},
"2": {
"title": "Latest",
"pages": {
"0": "Hunger steals",
"1": "East Africa",
"2": "Yemen",
"3": "Middle East Crisis",
"4": "Yasmin's story",
"5": "Latest stories"
}
}
}
}
<header class="regular header-small header-sticky" role="banner" style="position: relative">
<div class="main header">
<div class="inner">
<div class="logo">
<span class="img"><a href="/"><img src="/images/mainsite5/logo@2x.png" alt="Tearfund"></a></span>
</div>
<div class="inline-header-items">
<a href="#" class="button-underline button-underline--twitter">Follow Us</a>
</div>
<nav class="primary">
<ul>
<li class="has-sub-nav">
<a href="#">About Us</a>
<ul>
<li><a href="#">Where your money goes</a>
<li><a href="#">How we work</a>
<li><a href="#">History</a>
<li><a href="#">Who's who</a>
<li><a href="#">Finance</a>
<li><a href="#">Contact us</a>
</ul>
</li>
<li class="has-sub-nav">
<a href="#">Get Involved</a>
<ul>
<li><a href="#">Pray</a>
<li><a href="#">Action</a>
<li><a href="#">Events</a>
<li><a href="#">Fundraise</a>
<li><a href="#">Your church</a>
<li><a href="#">Go overseas</a>
<li><a href="#">Volunteer</a>
<li><a href="#">Around the UK</a>
<li><a href="#">Lifestyle</a>
<li><a href="#">Youth</a>
<li><a href="#">Resources</a>
</ul>
</li>
<li class="has-sub-nav">
<a href="#">Latest</a>
<ul>
<li><a href="#">Hunger steals</a>
<li><a href="#">East Africa</a>
<li><a href="#">Yemen</a>
<li><a href="#">Middle East Crisis</a>
<li><a href="#">Yasmin's story</a>
<li><a href="#">Latest stories</a>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</header>
{% if header == 'regular' or header == 'usa' %}
<header class="regular header-small header-sticky" role="banner" {% if view != 'template' %}style="position: relative"{% endif %}>
{% elseif header == 'alternative' or header == 'tilz' %}
{% elseif header == 'alternative' or header == 'tilz' %}
<header class="alternative small-alternative header-sticky" role="banner" {% if view != 'template' %}style="position: relative"{% endif %}>
{% endif %}
<div class="main header{% if hasScrollingDonate %} header--scrolling-donate{% endif %}">
<div class="inner">
<div class="logo">
<span class="img"><a href="/"><img src="{{logo}}" alt="Tearfund"></a></span>
</div>
{% if header == 'alternative' or header == 'tilz' %}
<h1 class="sub-brand">{{sub_brand}}</h1>
{% endif %}
<div class="inline-header-items">
{% if header == 'tilz' %}
<div class="header-inline header-language">
<a class="" href="#">English</a>
<div class="header-language--content">
<ul>
<li><a class="" href="#">Español</a></li>
<li><a class="" href="#">Français</a></li>
<li><a class="" href="#">Português</a></li>
<li><a class="" href="#">Other languages</a></li>
</ul>
</div>
</div>
{% endif %}
{% if header == 'alternative' %}
<div class="header-inline header-login">
<a class="show-lightbox" data-lightbox="99999" href="#">Login</a>
</div>
<div class="lightbox" data-lightbox="99999">
<h3 class="lightbox__title">Login</h3>
<div class="field-set">
<label class="field-set__title" for="text1">Username/Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Username/Email</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Password</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Password</span>
<input class="field-set__input" id="text1" type="password">
</div>
</div>
</div>
</div>
<input type="submit" value="Login" class="button">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
</div>
{% endif %}
{% if header == 'alternative' or header == 'regular' or header == 'tilz' %}
<div class="header-inline header-search search">
<!--<a href="#">Search</a>-->
<label for="top-search">Search</label>
<input class="top-search" type="text" placeholder="Search">
<input type="button" name="btnSearch" onclick="javascript:..." class="header-search__button" id="btnSearch">
</div>
<div class="header-inline header-login">
<a href="#"></a>
</div>
<div class="header-inline header-social">
<a href="#">Follow</a>
<div class="header-inline header-social--content">
<a class="header-inline header-social__icon header-social__facebook" href="#"></a>
<a class="header-inline header-social__icon header-social__twitter" href="#"></a>
<a class="header-inline header-social__icon header-social__instagram" href="#"></a>
<a class="header-inline header-social__icon header-social__email" href="#"></a>
<a class="header-inline header-social__icon header-social__rss" href="#"></a>
</div>
</div>
{% endif %}
{% if header == 'alternative' or header == 'regular' %}
<div class="header-inline header-donate header-primary-button">
<a href="#" class="button">Donate Now</a>
</div>
{% endif %}
{% if header == 'usa' %}
<a href="#" class="button-underline button-underline--twitter">Follow Us</a>
{% endif %}
</div>
<nav class="primary">
<ul>
{% for nav in nav %}
<li class="has-sub-nav">
<a href="#">{{nav.title}}</a>
<ul>
{% for page in nav.pages %}
<li><a href="#">{{ page }}</a>
{% endfor %}
</ul>
</li>
{% endfor %}
</ul>
</nav>
</div>
</div>
</header>
{
"header": "usa",
"logo": "\/images\/mainsite5\/logo@2x.png",
"nav": {
"0": {
"title": "About Us",
"pages": {
"0": "Where your money goes",
"1": "How we work",
"2": "History",
"3": "Who's who",
"4": "Finance",
"5": "Contact us"
}
},
"1": {
"title": "Get Involved",
"pages": {
"0": "Pray",
"1": "Action",
"2": "Events",
"3": "Fundraise",
"4": "Your church",
"5": "Go overseas",
"6": "Volunteer",
"7": "Around the UK",
"8": "Lifestyle",
"9": "Youth",
"10": "Resources"
}
},
"2": {
"title": "Latest",
"pages": {
"0": "Hunger steals",
"1": "East Africa",
"2": "Yemen",
"3": "Middle East Crisis",
"4": "Yasmin's story",
"5": "Latest stories"
}
}
}
}
<header class="regular header-small header-sticky" role="banner" style="position: relative">
<div class="main header header--scrolling-donate">
<div class="inner">
<div class="logo">
<span class="img"><a href="/"><img src="/images/mainsite5/logo@2x.png" alt="Tearfund"></a></span>
</div>
<div class="inline-header-items">
<div class="header-inline header-search search">
<!--<a href="#">Search</a>-->
<label for="top-search">Search</label>
<input class="top-search" type="text" placeholder="Search">
<input type="button" name="btnSearch" onclick="javascript:..." class="header-search__button" id="btnSearch">
</div>
<div class="header-inline header-login">
<a href="#"></a>
</div>
<div class="header-inline header-social">
<a href="#">Follow</a>
<div class="header-inline header-social--content">
<a class="header-inline header-social__icon header-social__facebook" href="#"></a>
<a class="header-inline header-social__icon header-social__twitter" href="#"></a>
<a class="header-inline header-social__icon header-social__instagram" href="#"></a>
<a class="header-inline header-social__icon header-social__email" href="#"></a>
<a class="header-inline header-social__icon header-social__rss" href="#"></a>
</div>
</div>
<div class="header-inline header-donate header-primary-button">
<a href="#" class="button">Donate Now</a>
</div>
</div>
<nav class="primary">
<ul>
<li class="has-sub-nav">
<a href="#">About Us</a>
<ul>
<li><a href="#">Where your money goes</a>
<li><a href="#">How we work</a>
<li><a href="#">History</a>
<li><a href="#">Who's who</a>
<li><a href="#">Finance</a>
<li><a href="#">Contact us</a>
</ul>
</li>
<li class="has-sub-nav">
<a href="#">Get Involved</a>
<ul>
<li><a href="#">Pray</a>
<li><a href="#">Action</a>
<li><a href="#">Events</a>
<li><a href="#">Fundraise</a>
<li><a href="#">Your church</a>
<li><a href="#">Go overseas</a>
<li><a href="#">Volunteer</a>
<li><a href="#">Around the UK</a>
<li><a href="#">Lifestyle</a>
<li><a href="#">Youth</a>
<li><a href="#">Resources</a>
</ul>
</li>
<li class="has-sub-nav">
<a href="#">Latest</a>
<ul>
<li><a href="#">Hunger steals</a>
<li><a href="#">East Africa</a>
<li><a href="#">Yemen</a>
<li><a href="#">Middle East Crisis</a>
<li><a href="#">Yasmin's story</a>
<li><a href="#">Latest stories</a>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</header>
{% if header == 'regular' or header == 'usa' %}
<header class="regular header-small header-sticky" role="banner" {% if view != 'template' %}style="position: relative"{% endif %}>
{% elseif header == 'alternative' or header == 'tilz' %}
{% elseif header == 'alternative' or header == 'tilz' %}
<header class="alternative small-alternative header-sticky" role="banner" {% if view != 'template' %}style="position: relative"{% endif %}>
{% endif %}
<div class="main header{% if hasScrollingDonate %} header--scrolling-donate{% endif %}">
<div class="inner">
<div class="logo">
<span class="img"><a href="/"><img src="{{logo}}" alt="Tearfund"></a></span>
</div>
{% if header == 'alternative' or header == 'tilz' %}
<h1 class="sub-brand">{{sub_brand}}</h1>
{% endif %}
<div class="inline-header-items">
{% if header == 'tilz' %}
<div class="header-inline header-language">
<a class="" href="#">English</a>
<div class="header-language--content">
<ul>
<li><a class="" href="#">Español</a></li>
<li><a class="" href="#">Français</a></li>
<li><a class="" href="#">Português</a></li>
<li><a class="" href="#">Other languages</a></li>
</ul>
</div>
</div>
{% endif %}
{% if header == 'alternative' %}
<div class="header-inline header-login">
<a class="show-lightbox" data-lightbox="99999" href="#">Login</a>
</div>
<div class="lightbox" data-lightbox="99999">
<h3 class="lightbox__title">Login</h3>
<div class="field-set">
<label class="field-set__title" for="text1">Username/Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Username/Email</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Password</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Password</span>
<input class="field-set__input" id="text1" type="password">
</div>
</div>
</div>
</div>
<input type="submit" value="Login" class="button">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
</div>
{% endif %}
{% if header == 'alternative' or header == 'regular' or header == 'tilz' %}
<div class="header-inline header-search search">
<!--<a href="#">Search</a>-->
<label for="top-search">Search</label>
<input class="top-search" type="text" placeholder="Search">
<input type="button" name="btnSearch" onclick="javascript:..." class="header-search__button" id="btnSearch">
</div>
<div class="header-inline header-login">
<a href="#"></a>
</div>
<div class="header-inline header-social">
<a href="#">Follow</a>
<div class="header-inline header-social--content">
<a class="header-inline header-social__icon header-social__facebook" href="#"></a>
<a class="header-inline header-social__icon header-social__twitter" href="#"></a>
<a class="header-inline header-social__icon header-social__instagram" href="#"></a>
<a class="header-inline header-social__icon header-social__email" href="#"></a>
<a class="header-inline header-social__icon header-social__rss" href="#"></a>
</div>
</div>
{% endif %}
{% if header == 'alternative' or header == 'regular' %}
<div class="header-inline header-donate header-primary-button">
<a href="#" class="button">Donate Now</a>
</div>
{% endif %}
{% if header == 'usa' %}
<a href="#" class="button-underline button-underline--twitter">Follow Us</a>
{% endif %}
</div>
<nav class="primary">
<ul>
{% for nav in nav %}
<li class="has-sub-nav">
<a href="#">{{nav.title}}</a>
<ul>
{% for page in nav.pages %}
<li><a href="#">{{ page }}</a>
{% endfor %}
</ul>
</li>
{% endfor %}
</ul>
</nav>
</div>
</div>
</header>
{
"header": "regular",
"logo": "\/images\/mainsite5\/logo@2x.png",
"nav": {
"0": {
"title": "About Us",
"pages": {
"0": "Where your money goes",
"1": "How we work",
"2": "History",
"3": "Who's who",
"4": "Finance",
"5": "Contact us"
}
},
"1": {
"title": "Get Involved",
"pages": {
"0": "Pray",
"1": "Action",
"2": "Events",
"3": "Fundraise",
"4": "Your church",
"5": "Go overseas",
"6": "Volunteer",
"7": "Around the UK",
"8": "Lifestyle",
"9": "Youth",
"10": "Resources"
}
},
"2": {
"title": "Latest",
"pages": {
"0": "Hunger steals",
"1": "East Africa",
"2": "Yemen",
"3": "Middle East Crisis",
"4": "Yasmin's story",
"5": "Latest stories"
}
}
},
"hasScrollingDonate": true
}
<footer class="site-footer" role="contentinfo">
<div class="site-footer__top">
<div class="inner">
<div class="site-footer__subscribe">
<fieldset>
<legend class="site-footer__heading">Learn about our work and stay in touch</legend>
<div class="site-footer__subscribe-form">
<div class="field-set field-set--merged">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-small-col-6">
<label class="field-set__label">First Name</label>
<input placeholder="First Name" class="field-set__input" type="text" />
<span class="error-message">Please enter a valid last name.</span>
</div>
<div class="field-set__item form-small-col-6">
<label class="field-set__label">Last Name</label>
<input placeholder="Last Name" class="field-set__input" type="text" />
<span class="error-message">Please enter your last name</span>
</div>
</div>
</div>
</div>
<div class="field-set">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-large-col-8">
<label class="field-set__label">Email</label>
<input placeholder="Email" class="field-set__input" type="text" />
</div>
<div class="field-set__item field-set__item--submit form-large-col-4">
<input type="submit" value="Subscribe" class="button site-footer__subscribe-button" />
</div>
</div>
</div>
</div>
</div>
</fieldset>
<span class="site-footer__disclaimer">You'll get an email about once a month. We never share your details.</span>
<div class="site-footer__social">
<a class="site-footer__social-link site-footer__social-link--facebook" href="https://www.facebook.com/tearfund" target="_blank" title="facebook">
<span class="site-footer__social-link-text">facebook</span>
</a>
<a class="site-footer__social-link site-footer__social-link--twitter" href="http://www.twitter.com/tearfund" target="_blank" title="twitter">
<span class="site-footer__social-link-text">twitter</span>
</a>
<a class="site-footer__social-link site-footer__social-link--youtube" href="http://www.youtube.com/tearfund" target="_blank" title="youtube">
<span class="site-footer__social-link-text">youtube</span>
</a>
<a class="site-footer__social-link site-footer__social-link--instagram" href="https://instagram.com/tearfund" target="_blank" title="instagram">
<span class="site-footer__social-link-text">instagram</span>
</a>
<a class="site-footer__social-link site-footer__social-link--whatsapp" href="https://instagram.com/tearfund" target="_blank" title="whatsapp">
<span class="site-footer__social-link-text">whatsapp</span>
</a>
</div>
</div>
<div class="site-footer__nav">
<ul class="site-footer__nav-list">
<h2>Our sites</h2>
<li>
<a href="#">Connected Church</a>
</li>
<li>
<a href="#">Inspired Individual</a>
</li>
<li>
<a href="#">Created - Fair Trade gifts</a>
</li>
<li>
<a href="#">Toilet Twinning</a>
</li>
<li>
<a href="#">Resources Shop</a>
</li>
</ul>
</div>
<div class="site-footer__nav">
<ul class="site-footer__nav-list">
<h2>Pages for</h2>
<li>
<a href="#">Jobs</a>
</li>
<li>
<a href="#">Media</a>
</li>
<li>
<a href="#">Policy reports</a>
</li>
<li>
<a href="#">International Learning</a>
</li>
<li>
<a href="#">Youth & Students</a>
</li>
</ul>
</div>
</div>
</div>
<div class="site-footer__bottom">
<div class="inner">
<div class="site-footer__logo-container">
<a class="site-footer__logo" href="/">
<img class="site-footer__image" src="/images/mainsite5/logo@2x.png" alt="Tearfund" />
</a>
<!-- The strapline is optional -->
<div class="site-footer__strapline">
<img class="site-footer__image" src="/images/mainsite5/following-jesus@2x.png" alt="Following Jesus where the need is greatest" />
</div>
</div>
<div class="site-footer__location-container">
<div class="site-footer__vcard">
<div class="vcard">
<a href="/en/About_Us/Contact_us" class="fn org url">Tearfund</a>
<div class="adr">
<div class="street-address">100 Church Road</div>
<span class="locality">Teddington</span>
<span class="postal-code">TW11 8QE</span>
</div>
<div class="tel">0208 977 9144</div>
<div><a href="mailto:info@tearfund.org">info@tearfund.org</a></div>
</div>
</div>
<a href="#" class="site-footer__change-location">Change Location</a>
</div>
<div class="site-footer__legal">
<span class="site-footer__copyright">©2013 All Rights Reserved.</span>
<span class="site-footer__charity-info">Registered Charity No.265464 (England & Wales) No.SC037624 (Scotland).</span>
<a href="#" class="site-footer__terms">Terms and Conditions / Privacy</a>
</div>
</div>
</div>
<div class="change-location-lightbox">
<span class="change-location-lightbox__title">Tearfund has offices across the UK. Please choose your
local office for a better experience from Tearfund:</span>
<ul class="change-location-lightbox__offices">
<li class="change-location-lightbox__offices-item change-location-lightbox__offices-item--england change-location-lightbox__offices-item--selected">
<a href="#" class="change-location-lightbox__link">England</a>
</li>
<li class="change-location-lightbox__offices-item change-location-lightbox__offices-item--northern-ireland">
<a href="#" class="change-location-lightbox__link">Northern Ireland</a>
</li>
<li class="change-location-lightbox__offices-item change-location-lightbox__offices-item--scotland">
<a href="#" class="change-location-lightbox__link">Scotland</a>
</li>
<li class="change-location-lightbox__offices-item change-location-lightbox__offices-item--wales">
<a href="#" class="change-location-lightbox__link">Wales</a>
</li>
<li class="change-location-lightbox__offices-item change-location-lightbox__offices-item--rotw">
<a href="#" class="change-location-lightbox__link">Rest of the world</a>
</li>
</ul>
<a href="#" class="change-location-lightbox__close">Close</a>
</div>
</footer>
<footer class="site-footer" role="contentinfo">
<div class="site-footer__top">
<div class="inner">
<div class="site-footer__subscribe">
<fieldset>
<legend class="site-footer__heading">Learn about our work and stay in touch</legend>
<div class="site-footer__subscribe-form">
<div class="field-set field-set--merged">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-small-col-6">
<label class="field-set__label">First Name</label>
<input placeholder="First Name" class="field-set__input" type="text" />
<span class="error-message">Please enter a valid last name.</span>
</div>
<div class="field-set__item form-small-col-6">
<label class="field-set__label">Last Name</label>
<input placeholder="Last Name" class="field-set__input" type="text" />
<span class="error-message">Please enter your last name</span>
</div>
</div>
</div>
</div>
<div class="field-set">
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item form-large-col-8">
<label class="field-set__label">Email</label>
<input placeholder="Email" class="field-set__input" type="text" />
</div>
<div class="field-set__item field-set__item--submit form-large-col-4">
<input type="submit" value="Subscribe" class="button site-footer__subscribe-button" />
</div>
</div>
</div>
</div>
</div>
</fieldset>
<span class="site-footer__disclaimer">You'll get an email about once a month. We never share your details.</span>
<div class="site-footer__social">
{% for social in footer_social %}
<a class="site-footer__social-link site-footer__social-link--{{ social.name }}" href="{{ social.url }}" target="_blank" title="{{ social.name }}">
<span class="site-footer__social-link-text">{{ social.name }}</span>
</a>
{% endfor %}
</div>
</div>
{% for column in footer_columns %}
<div class="site-footer__nav">
<ul class="site-footer__nav-list">
<h2>{{ column.name }}</h2>
{% for link in column.links %}
<li>
<a href="{{ link.url }}">{{ link.name }}</a>
</li>
{% endfor %}
</ul>
</div>
{% endfor %}
</div>
</div>
<div class="site-footer__bottom">
<div class="inner">
<div class="site-footer__logo-container">
<a class="site-footer__logo" href="/">
<img class="site-footer__image" src="/images/mainsite5/logo@2x.png" alt="Tearfund" />
</a>
<!-- The strapline is optional -->
<div class="site-footer__strapline">
<img class="site-footer__image" src="/images/mainsite5/following-jesus@2x.png" alt="Following Jesus where the need is greatest" />
</div>
</div>
<div class="site-footer__location-container">
<div class="site-footer__vcard">
<div class="vcard">
<a href="/en/About_Us/Contact_us" class="fn org url">Tearfund</a>
<div class="adr">
<div class="street-address">100 Church Road</div>
<span class="locality">Teddington</span>
<span class="postal-code">TW11 8QE</span>
</div>
<div class="tel">0208 977 9144</div>
<div><a href="mailto:info@tearfund.org">info@tearfund.org</a></div>
</div>
</div>
<a href="#" class="site-footer__change-location">Change Location</a>
</div>
<div class="site-footer__legal">
<span class="site-footer__copyright">©2013 All Rights Reserved.</span>
<span class="site-footer__charity-info">Registered Charity No.265464 (England & Wales) No.SC037624 (Scotland).</span>
<a href="#" class="site-footer__terms">Terms and Conditions / Privacy</a>
</div>
</div>
</div>
<div class="change-location-lightbox">
<span class="change-location-lightbox__title">Tearfund has offices across the UK. Please choose your
local office for a better experience from Tearfund:</span>
<ul class="change-location-lightbox__offices">
<li class="change-location-lightbox__offices-item change-location-lightbox__offices-item--england change-location-lightbox__offices-item--selected">
<a href="#" class="change-location-lightbox__link">England</a>
</li>
<li class="change-location-lightbox__offices-item change-location-lightbox__offices-item--northern-ireland">
<a href="#" class="change-location-lightbox__link">Northern Ireland</a>
</li>
<li class="change-location-lightbox__offices-item change-location-lightbox__offices-item--scotland">
<a href="#" class="change-location-lightbox__link">Scotland</a>
</li>
<li class="change-location-lightbox__offices-item change-location-lightbox__offices-item--wales">
<a href="#" class="change-location-lightbox__link">Wales</a>
</li>
<li class="change-location-lightbox__offices-item change-location-lightbox__offices-item--rotw">
<a href="#" class="change-location-lightbox__link">Rest of the world</a>
</li>
</ul>
<a href="#" class="change-location-lightbox__close">Close</a>
</div>
</footer>
{
"footer_columns": {
"0": {
"name": "Our sites",
"links": {
"0": {
"name": "Connected Church",
"url": "#"
},
"1": {
"name": "Inspired Individual",
"url": "#"
},
"2": {
"name": "Created - Fair Trade gifts",
"url": "#"
},
"3": {
"name": "Toilet Twinning",
"url": "#"
},
"4": {
"name": "Resources Shop",
"url": "#"
}
}
},
"1": {
"name": "Pages for",
"links": {
"0": {
"name": "Jobs",
"url": "#"
},
"1": {
"name": "Media",
"url": "#"
},
"2": {
"name": "Policy reports",
"url": "#"
},
"3": {
"name": "International Learning",
"url": "#"
},
"4": {
"name": "Youth & Students",
"url": "#"
}
}
}
},
"footer_social": {
"0": {
"name": "facebook",
"url": "https:\/\/www.facebook.com\/tearfund"
},
"1": {
"name": "twitter",
"url": "http:\/\/www.twitter.com\/tearfund"
},
"2": {
"name": "youtube",
"url": "http:\/\/www.youtube.com\/tearfund"
},
"3": {
"name": "instagram",
"url": "https:\/\/instagram.com\/tearfund"
},
"4": {
"name": "whatsapp",
"url": "https:\/\/instagram.com\/tearfund"
}
}
}
<div class="main header">
<div class="inner">
<div class="logo">
<span class="img"><a href="/"><img src="/images/mainsite5/logo@2x.png" alt="Tearfund"></a></span>
</div>
<h1 class="sub-brand">Learn</h1>
<div class="inline-header-items">
<div class="header-inline header-language">
<a class="" href="#">English</a>
<div class="header-language--content">
<ul>
<li><a class="" href="#">Español</a></li>
<li><a class="" href="#">Français</a></li>
<li><a class="" href="#">Português</a></li>
<li><a class="" href="#">Other languages</a></li>
</ul>
</div>
</div>
<div class="header-inline header-search search">
<!--<a href="#">Search</a>-->
<label for="top-search">Search</label>
<input class="top-search" type="text" placeholder="Search">
<input type="button" name="btnSearch" onclick="javascript:..." class="header-search__button" id="btnSearch">
</div>
<div class="header-inline header-login">
<a href="#"></a>
</div>
<div class="header-inline header-social">
<a href="#">Follow</a>
<div class="header-inline header-social--content">
<a class="header-inline header-social__icon header-social__facebook" href="#"></a>
<a class="header-inline header-social__icon header-social__twitter" href="#"></a>
<a class="header-inline header-social__icon header-social__instagram" href="#"></a>
<a class="header-inline header-social__icon header-social__email" href="#"></a>
<a class="header-inline header-social__icon header-social__rss" href="#"></a>
</div>
</div>
</div>
<nav class="primary">
<ul>
<li class="has-sub-nav">
<a href="#">About Us</a>
<ul>
<li><a href="#">Where your money goes</a>
<li><a href="#">How we work</a>
<li><a href="#">History</a>
<li><a href="#">Who's who</a>
<li><a href="#">Finance</a>
<li><a href="#">Contact us</a>
</ul>
</li>
<li class="has-sub-nav">
<a href="#">Get Involved</a>
<ul>
<li><a href="#">Pray</a>
<li><a href="#">Action</a>
<li><a href="#">Events</a>
<li><a href="#">Fundraise</a>
<li><a href="#">Your church</a>
<li><a href="#">Go overseas</a>
<li><a href="#">Volunteer</a>
<li><a href="#">Around the UK</a>
<li><a href="#">Lifestyle</a>
<li><a href="#">Youth</a>
<li><a href="#">Resources</a>
</ul>
</li>
<li class="has-sub-nav">
<a href="#">Latest</a>
<ul>
<li><a href="#">Hunger steals</a>
<li><a href="#">East Africa</a>
<li><a href="#">Yemen</a>
<li><a href="#">Middle East Crisis</a>
<li><a href="#">Yasmin's story</a>
<li><a href="#">Latest stories</a>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</header>
{% if header == 'regular' or header == 'usa' %}
<header class="regular header-small header-sticky" role="banner" {% if view != 'template' %}style="position: relative"{% endif %}>
{% elseif header == 'alternative' or header == 'tilz' %}
{% elseif header == 'alternative' or header == 'tilz' %}
<header class="alternative small-alternative header-sticky" role="banner" {% if view != 'template' %}style="position: relative"{% endif %}>
{% endif %}
<div class="main header{% if hasScrollingDonate %} header--scrolling-donate{% endif %}">
<div class="inner">
<div class="logo">
<span class="img"><a href="/"><img src="{{logo}}" alt="Tearfund"></a></span>
</div>
{% if header == 'alternative' or header == 'tilz' %}
<h1 class="sub-brand">{{sub_brand}}</h1>
{% endif %}
<div class="inline-header-items">
{% if header == 'tilz' %}
<div class="header-inline header-language">
<a class="" href="#">English</a>
<div class="header-language--content">
<ul>
<li><a class="" href="#">Español</a></li>
<li><a class="" href="#">Français</a></li>
<li><a class="" href="#">Português</a></li>
<li><a class="" href="#">Other languages</a></li>
</ul>
</div>
</div>
{% endif %}
{% if header == 'alternative' %}
<div class="header-inline header-login">
<a class="show-lightbox" data-lightbox="99999" href="#">Login</a>
</div>
<div class="lightbox" data-lightbox="99999">
<h3 class="lightbox__title">Login</h3>
<div class="field-set">
<label class="field-set__title" for="text1">Username/Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Username/Email</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Password</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Password</span>
<input class="field-set__input" id="text1" type="password">
</div>
</div>
</div>
</div>
<input type="submit" value="Login" class="button">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
</div>
{% endif %}
{% if header == 'alternative' or header == 'regular' or header == 'tilz' %}
<div class="header-inline header-search search">
<!--<a href="#">Search</a>-->
<label for="top-search">Search</label>
<input class="top-search" type="text" placeholder="Search">
<input type="button" name="btnSearch" onclick="javascript:..." class="header-search__button" id="btnSearch">
</div>
<div class="header-inline header-login">
<a href="#"></a>
</div>
<div class="header-inline header-social">
<a href="#">Follow</a>
<div class="header-inline header-social--content">
<a class="header-inline header-social__icon header-social__facebook" href="#"></a>
<a class="header-inline header-social__icon header-social__twitter" href="#"></a>
<a class="header-inline header-social__icon header-social__instagram" href="#"></a>
<a class="header-inline header-social__icon header-social__email" href="#"></a>
<a class="header-inline header-social__icon header-social__rss" href="#"></a>
</div>
</div>
{% endif %}
{% if header == 'alternative' or header == 'regular' %}
<div class="header-inline header-donate header-primary-button">
<a href="#" class="button">Donate Now</a>
</div>
{% endif %}
{% if header == 'usa' %}
<a href="#" class="button-underline button-underline--twitter">Follow Us</a>
{% endif %}
</div>
<nav class="primary">
<ul>
{% for nav in nav %}
<li class="has-sub-nav">
<a href="#">{{nav.title}}</a>
<ul>
{% for page in nav.pages %}
<li><a href="#">{{ page }}</a>
{% endfor %}
</ul>
</li>
{% endfor %}
</ul>
</nav>
</div>
</div>
</header>
{
"header": "tilz",
"logo": "\/images\/mainsite5\/logo@2x.png",
"nav": {
"0": {
"title": "About Us",
"pages": {
"0": "Where your money goes",
"1": "How we work",
"2": "History",
"3": "Who's who",
"4": "Finance",
"5": "Contact us"
}
},
"1": {
"title": "Get Involved",
"pages": {
"0": "Pray",
"1": "Action",
"2": "Events",
"3": "Fundraise",
"4": "Your church",
"5": "Go overseas",
"6": "Volunteer",
"7": "Around the UK",
"8": "Lifestyle",
"9": "Youth",
"10": "Resources"
}
},
"2": {
"title": "Latest",
"pages": {
"0": "Hunger steals",
"1": "East Africa",
"2": "Yemen",
"3": "Middle East Crisis",
"4": "Yasmin's story",
"5": "Latest stories"
}
}
},
"sub_brand": "Learn"
}
<div class="main header">
<div class="inner">
<div class="logo">
<span class="img"><a href="/"><img src="/images/mainsite5/logo@2x.png" alt="Tearfund"></a></span>
</div>
<h1 class="sub-brand">Connected Church</h1>
<div class="inline-header-items">
<div class="header-inline header-login">
<a class="show-lightbox" data-lightbox="99999" href="#">Login</a>
</div>
<div class="lightbox" data-lightbox="99999">
<h3 class="lightbox__title">Login</h3>
<div class="field-set">
<label class="field-set__title" for="text1">Username/Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Username/Email</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Password</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Password</span>
<input class="field-set__input" id="text1" type="password">
</div>
</div>
</div>
</div>
<input type="submit" value="Login" class="button">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
</div>
<div class="header-inline header-search search">
<!--<a href="#">Search</a>-->
<label for="top-search">Search</label>
<input class="top-search" type="text" placeholder="Search">
<input type="button" name="btnSearch" onclick="javascript:..." class="header-search__button" id="btnSearch">
</div>
<div class="header-inline header-login">
<a href="#"></a>
</div>
<div class="header-inline header-social">
<a href="#">Follow</a>
<div class="header-inline header-social--content">
<a class="header-inline header-social__icon header-social__facebook" href="#"></a>
<a class="header-inline header-social__icon header-social__twitter" href="#"></a>
<a class="header-inline header-social__icon header-social__instagram" href="#"></a>
<a class="header-inline header-social__icon header-social__email" href="#"></a>
<a class="header-inline header-social__icon header-social__rss" href="#"></a>
</div>
</div>
<div class="header-inline header-donate header-primary-button">
<a href="#" class="button">Donate Now</a>
</div>
</div>
<nav class="primary">
<ul>
<li class="has-sub-nav">
<a href="#">About Us</a>
<ul>
<li><a href="#">Where your money goes</a>
<li><a href="#">How we work</a>
<li><a href="#">History</a>
<li><a href="#">Who's who</a>
<li><a href="#">Finance</a>
<li><a href="#">Contact us</a>
</ul>
</li>
<li class="has-sub-nav">
<a href="#">Get Involved</a>
<ul>
<li><a href="#">Pray</a>
<li><a href="#">Action</a>
<li><a href="#">Events</a>
<li><a href="#">Fundraise</a>
<li><a href="#">Your church</a>
<li><a href="#">Go overseas</a>
<li><a href="#">Volunteer</a>
<li><a href="#">Around the UK</a>
<li><a href="#">Lifestyle</a>
<li><a href="#">Youth</a>
<li><a href="#">Resources</a>
</ul>
</li>
<li class="has-sub-nav">
<a href="#">Latest</a>
<ul>
<li><a href="#">Hunger steals</a>
<li><a href="#">East Africa</a>
<li><a href="#">Yemen</a>
<li><a href="#">Middle East Crisis</a>
<li><a href="#">Yasmin's story</a>
<li><a href="#">Latest stories</a>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</header>
{% if header == 'regular' or header == 'usa' %}
<header class="regular header-small header-sticky" role="banner" {% if view != 'template' %}style="position: relative"{% endif %}>
{% elseif header == 'alternative' or header == 'tilz' %}
{% elseif header == 'alternative' or header == 'tilz' %}
<header class="alternative small-alternative header-sticky" role="banner" {% if view != 'template' %}style="position: relative"{% endif %}>
{% endif %}
<div class="main header{% if hasScrollingDonate %} header--scrolling-donate{% endif %}">
<div class="inner">
<div class="logo">
<span class="img"><a href="/"><img src="{{logo}}" alt="Tearfund"></a></span>
</div>
{% if header == 'alternative' or header == 'tilz' %}
<h1 class="sub-brand">{{sub_brand}}</h1>
{% endif %}
<div class="inline-header-items">
{% if header == 'tilz' %}
<div class="header-inline header-language">
<a class="" href="#">English</a>
<div class="header-language--content">
<ul>
<li><a class="" href="#">Español</a></li>
<li><a class="" href="#">Français</a></li>
<li><a class="" href="#">Português</a></li>
<li><a class="" href="#">Other languages</a></li>
</ul>
</div>
</div>
{% endif %}
{% if header == 'alternative' %}
<div class="header-inline header-login">
<a class="show-lightbox" data-lightbox="99999" href="#">Login</a>
</div>
<div class="lightbox" data-lightbox="99999">
<h3 class="lightbox__title">Login</h3>
<div class="field-set">
<label class="field-set__title" for="text1">Username/Email</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Username/Email</span>
<input class="field-set__input" id="text1" type="text">
</div>
</div>
</div>
</div>
<div class="field-set">
<label class="field-set__title" for="text1">Password</label>
<div class="field-set__content">
<div class="field-set__items">
<div class="field-set__item">
<span class="field-set__label">Password</span>
<input class="field-set__input" id="text1" type="password">
</div>
</div>
</div>
</div>
<input type="submit" value="Login" class="button">
<a href="#" class="lightbox__close lightbox__close--icon"></a>
</div>
{% endif %}
{% if header == 'alternative' or header == 'regular' or header == 'tilz' %}
<div class="header-inline header-search search">
<!--<a href="#">Search</a>-->
<label for="top-search">Search</label>
<input class="top-search" type="text" placeholder="Search">
<input type="button" name="btnSearch" onclick="javascript:..." class="header-search__button" id="btnSearch">
</div>
<div class="header-inline header-login">
<a href="#"></a>
</div>
<div class="header-inline header-social">
<a href="#">Follow</a>
<div class="header-inline header-social--content">
<a class="header-inline header-social__icon header-social__facebook" href="#"></a>
<a class="header-inline header-social__icon header-social__twitter" href="#"></a>
<a class="header-inline header-social__icon header-social__instagram" href="#"></a>
<a class="header-inline header-social__icon header-social__email" href="#"></a>
<a class="header-inline header-social__icon header-social__rss" href="#"></a>
</div>
</div>
{% endif %}
{% if header == 'alternative' or header == 'regular' %}
<div class="header-inline header-donate header-primary-button">
<a href="#" class="button">Donate Now</a>
</div>
{% endif %}
{% if header == 'usa' %}
<a href="#" class="button-underline button-underline--twitter">Follow Us</a>
{% endif %}
</div>
<nav class="primary">
<ul>
{% for nav in nav %}
<li class="has-sub-nav">
<a href="#">{{nav.title}}</a>
<ul>
{% for page in nav.pages %}
<li><a href="#">{{ page }}</a>
{% endfor %}
</ul>
</li>
{% endfor %}
</ul>
</nav>
</div>
</div>
</header>
{
"header": "alternative",
"logo": "\/images\/mainsite5\/logo@2x.png",
"nav": {
"0": {
"title": "About Us",
"pages": {
"0": "Where your money goes",
"1": "How we work",
"2": "History",
"3": "Who's who",
"4": "Finance",
"5": "Contact us"
}
},
"1": {
"title": "Get Involved",
"pages": {
"0": "Pray",
"1": "Action",
"2": "Events",
"3": "Fundraise",
"4": "Your church",
"5": "Go overseas",
"6": "Volunteer",
"7": "Around the UK",
"8": "Lifestyle",
"9": "Youth",
"10": "Resources"
}
},
"2": {
"title": "Latest",
"pages": {
"0": "Hunger steals",
"1": "East Africa",
"2": "Yemen",
"3": "Middle East Crisis",
"4": "Yasmin's story",
"5": "Latest stories"
}
}
},
"sub_brand": "Connected Church"
}
<footer class="site-footer site-footer--usa">
<div class="site-footer__top">
<div class="inner">
PO Box 3810, Reston VA 20195 | ©2018 All Rights Reserved | <a href="/privacy-policy">PRIVACY POLICY</a>
</div>
</div>
</footer>
<footer class="site-footer site-footer--usa">
<div class="site-footer__top">
<div class="inner">
PO Box 3810, Reston VA 20195 | ©2018 All Rights Reserved | <a href="/privacy-policy">PRIVACY POLICY</a>
</div>
</div>
</footer>
{}
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--emergency-short c-donate-header--right">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Donate now</h3>
<p class="c-donate-widget__intro">Your donation will help over half a million people who have been left homeless</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles">
<div class="c-donate-widget__radio">
<input type="radio" id="emergency_left_right_freq_once" class="js-donate-widget__freq-radio" name="emergency_left_right_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="emergency_left_right_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="emergency_left_right_freq_monthly" class="js-donate-widget__freq-radio" name="emergency_left_right_freq" autocomplete="off" data-frequency="monthly">
<label for="emergency_left_right_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__emergency-title-bg"></div>
</div>
<div class="c-donate-header__emergency-title-container">
<div class="c-donate-header__emergency-title-position">
<h2 class="c-donate-header__emergency-title">Rohingya refugee emergency appeal</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--emergency-short c-donate-header--right">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
{% include 'components/donate-widget/donate-widget' with donationWidget %}
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__emergency-title-bg"></div>
</div>
<div class="c-donate-header__emergency-title-container">
<div class="c-donate-header__emergency-title-position">
<h2 class="c-donate-header__emergency-title">Rohingya refugee emergency appeal</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{
"backgroundImage": "\/images\/mainsite5\/emergency-header\/bg-left.jpg",
"backgroundImageSmall": "\/images\/mainsite5\/emergency-header\/bg-small.jpg",
"donationWidget": {
"id": "emergency_left_right",
"allHandles": true,
"freq_handles": true,
"otherTitle": false,
"donate_widget_title": "Donate now",
"donate_widget_intro": "Your donation will help over half a million people who have been left homeless",
"frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"amounts_monthly": [],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false
}
}
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--emergency-short c-donate-header--left">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Donate now</h3>
<p class="c-donate-widget__intro">Your donation will help over half a million people who have been left homeless</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles">
<div class="c-donate-widget__radio">
<input type="radio" id="emergency_left_text_freq_once" class="js-donate-widget__freq-radio" name="emergency_left_text_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="emergency_left_text_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="emergency_left_text_freq_monthly" class="js-donate-widget__freq-radio" name="emergency_left_text_freq" autocomplete="off" data-frequency="monthly">
<label for="emergency_left_text_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__emergency-title-bg"></div>
</div>
<div class="c-donate-header__emergency-title-container">
<div class="c-donate-header__emergency-title-position">
<h2 class="c-donate-header__emergency-title">Rohingya refugee emergency appeal</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--emergency-short c-donate-header--left">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
{% include 'components/donate-widget/donate-widget' with donationWidget %}
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__emergency-title-bg"></div>
</div>
<div class="c-donate-header__emergency-title-container">
<div class="c-donate-header__emergency-title-position">
<h2 class="c-donate-header__emergency-title">Rohingya refugee emergency appeal</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{
"backgroundImage": "\/images\/mainsite5\/emergency-header\/bg-left.jpg",
"backgroundImageSmall": "\/images\/mainsite5\/emergency-header\/bg-small.jpg",
"donationWidget": {
"id": "emergency_left_text",
"allHandles": true,
"freq_handles": true,
"otherTitle": false,
"donate_widget_title": "Donate now",
"donate_widget_intro": "Your donation will help over half a million people who have been left homeless",
"frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"amounts_monthly": [],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false
}
}
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--emergency-tall c-donate-header--right">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title c-donate-widget__title--alt">Rohingya refugee emergency appeal <span>donate now</span></h3>
<p class="c-donate-widget__intro">Your donation will help over half a million people who have been left homeless</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles">
<div class="c-donate-widget__radio">
<input type="radio" id="emergency_right_image_freq_once" class="js-donate-widget__freq-radio" name="emergency_right_image_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="emergency_right_image_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="emergency_right_image_freq_monthly" class="js-donate-widget__freq-radio" name="emergency_right_image_freq" autocomplete="off" data-frequency="monthly">
<label for="emergency_right_image_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url(/images/mainsite5/emergency-header/bg-small.jpg)"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url(/images/mainsite5/emergency-header/bg-right.jpg)"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--emergency-tall c-donate-header--right">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
{% include 'components/donate-widget/donate-widget' with donationWidget %}
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url({{ backgroundImageSmall }})"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url({{ backgroundImage }})"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{
"backgroundImage": "\/images\/mainsite5\/emergency-header\/bg-right.jpg",
"backgroundImageSmall": "\/images\/mainsite5\/emergency-header\/bg-small.jpg",
"donationWidget": {
"id": "emergency_right_image",
"allHandles": true,
"freq_handles": true,
"otherTitle": true,
"donate_widget_title": "Rohingya refugee emergency appeal <span>donate now<\/span>",
"donate_widget_intro": "Your donation will help over half a million people who have been left homeless",
"frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"amounts_monthly": [],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false
}
}
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--emergency-tall c-donate-header--left">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title c-donate-widget__title--alt">Rohingya refugee emergency appeal <span>donate now</span></h3>
<p class="c-donate-widget__intro">Your donation will help over half a million people who have been left homeless</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles">
<div class="c-donate-widget__radio">
<input type="radio" id="emergency_left_image_freq_once" class="js-donate-widget__freq-radio" name="emergency_left_image_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="emergency_left_image_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="emergency_left_image_freq_monthly" class="js-donate-widget__freq-radio" name="emergency_left_image_freq" autocomplete="off" data-frequency="monthly">
<label for="emergency_left_image_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url(/images/mainsite5/emergency-header/bg-small.jpg)"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url(/images/mainsite5/emergency-header/bg-left.jpg)"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="o-donate-header-inner">
<div class="c-donate-header c-donate-header--emergency-tall c-donate-header--left">
<div class="c-donate-header__row">
<div class="c-donate-header__widget-container">
<div class="c-donate-header__widget">
{% include 'components/donate-widget/donate-widget' with donationWidget %}
</div>
</div>
</div>
<div class="c-donate-header__image-placement">
<div class="c-donate-header__row">
<div class="c-donate-header__image-row">
<div class="c-donate-header__image-container">
<div class="c-donate-header__image c-donate-header__image--small" style="background-image: url({{ backgroundImageSmall }})"></div>
<div class="c-donate-header__image c-donate-header__image--large" style="background-image: url({{ backgroundImage }})"></div>
</div>
</div>
</div>
</div>
</div>
</div>
{
"backgroundImage": "\/images\/mainsite5\/emergency-header\/bg-left.jpg",
"backgroundImageSmall": "\/images\/mainsite5\/emergency-header\/bg-small.jpg",
"donationWidget": {
"id": "emergency_left_image",
"allHandles": true,
"freq_handles": true,
"otherTitle": true,
"donate_widget_title": "Rohingya refugee emergency appeal <span>donate now<\/span>",
"donate_widget_intro": "Your donation will help over half a million people who have been left homeless",
"frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"amounts_monthly": [],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false
}
}
<div class="venn-circles venn-circles--how-we-work">
<div class="venn-circle__container">
<div class="venn-circle ">
<div class="venn-circle__content">
<h3 class="venn-circle__title">Spiritual Passion</h3>
<p>We’re Christians committed to following Jesus where the need is greatest. God has called us to serve those living in poverty, regardless of race, gender, nationality or religious belief.</p>
<p>We know the gospel has the power to transform lives and heal communities, we see this truth in our work every day. God isn’t giving up on the poor, neither are we.</p>
</div>
</div>
</div>
<div class="venn-circle__container">
<div class="venn-circle venn-circle--right">
<div class="venn-circle__content">
<h3 class="venn-circle__title">Professional Excellence</h3>
<p>We know that our work is too important not to do it well. We’re committed to professionalism and are recognised for our expertise in relief, development and advocacy.</p>
<p>We’re signatories to the Red Cross Code of Conduct and are certified against the Humanitarian Accountability Partnership Standard. That way, we’re always accountable for the work we do.</p>
</div>
</div>
</div>
</div>
<div class="venn-circles venn-circles--how-we-work">
{% for venn in venn_circles %}
<div class="venn-circle__container">
<div class="venn-circle {% if loop.index == 2 %}venn-circle--right{% endif %}">
<div class="venn-circle__content">
<h3 class="venn-circle__title">{{ venn.title }}</h3>
{% for content in venn.content %}
<p>{{ content }}</p>
{% endfor %}
</div>
</div>
</div>
{% endfor %}
</div>
{
"venn_circles": {
"0": {
"title": "Spiritual Passion",
"content": {
"0": "We\u2019re Christians committed to following Jesus where the need is greatest. God has called us to serve those living in poverty, regardless of race, gender, nationality or religious belief.",
"1": "We know the gospel has the power to transform lives and heal communities, we see this truth in our work every day. God isn\u2019t giving up on the poor, neither are we."
}
},
"1": {
"title": "Professional Excellence",
"content": {
"0": "We know that our work is too important not to do it well. We\u2019re committed to professionalism and are recognised for our expertise in relief, development and advocacy.",
"1": "We\u2019re signatories to the Red Cross Code of Conduct and are certified against the Humanitarian Accountability Partnership Standard. That way, we\u2019re always accountable for the work we do."
}
}
}
}
We’re Christians committed to following Jesus where the need is greatest. God has called us to serve those living in poverty, regardless of race, gender, nationality or religious belief.
We know the gospel has the power to transform lives and heal communities, we see this truth in our work every day. God isn’t giving up on the poor, neither are we.
We know that our work is too important not to do it well. We’re committed to professionalism and are recognised for our expertise in relief, development and advocacy.
We’re signatories to the Red Cross Code of Conduct and are certified against the Humanitarian Accountability Partnership Standard. That way, we’re always accountable for the work we do.
<section class="bq19-footer-signup bq19-section">
<div class="bq19-inner">
<div class="bq19-footer-signup__content">
<h2 class="bq19-footer-signup__heading bq19-h2 bq19-color-turquoise">hundreds of churches. thousands of people. ONE BIG QUIZ.</h2>
<a class="button bq19-button" href="#">Sign up to host</a>
</div>
<img alt="" class="bq19-footer-signup__mandella" src="/images/mainsite5/big-quiz-2019/mandela.gif" srcset="/images/mainsite5/big-quiz-2019/mandela.gif 1x, /images/mainsite5/big-quiz-2019/mandela@2x.gif 2x">
<img alt="" class="bq19-footer-signup__car " srcset="/images/mainsite5/big-quiz-2019/nearest-quiz/DeLorean@2x.png 1x, /images/mainsite5/big-quiz-2019/nearest-quiz/DeLorean@2x.png 2x">
</div>
<picture>
<source media="(min-width: 48em)" srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background@2x.jpg 2x">
<source srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile@2x.jpg 2x">
<img alt="" class="bq19-footer-signup__background-image bq19-object-fit-image" src="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg">
</picture>
</section>
<section class="bq19-footer-signup bq19-section">
<div class="bq19-inner">
{% if footer_signup is defined %}
<div class="bq19-footer-signup__content">
<h2 class="bq19-footer-signup__heading bq19-h2 bq19-color-turquoise">hundreds of churches. thousands of people. ONE BIG QUIZ.</h2>
<a class="button bq19-button" href="#">Sign up to host</a>
</div>
<img alt="" class="bq19-footer-signup__mandella" src="/images/mainsite5/big-quiz-2019/mandela.gif" srcset="/images/mainsite5/big-quiz-2019/mandela.gif 1x, /images/mainsite5/big-quiz-2019/mandela@2x.gif 2x">
<img alt="" class="bq19-footer-signup__car {{ footer_signup.car_modifier }}" srcset="{{ footer_signup.car_image_src }} 1x, {{ footer_signup.car_image_src }} 2x">
{% else %}
<div class="bq19-footer-signup__content">
<h2 class="bq19-footer-signup__heading bq19-h2 bq19-color-turquoise">hundreds of churches. thousands of people. ONE BIG QUIZ.</h2>
<a class="button bq19-button" href="#">Sign up to host</a>
</div>
<img alt="" class="bq19-footer-signup__mandella" src="/images/mainsite5/big-quiz-2019/mandela.gif" srcset="/images/mainsite5/big-quiz-2019/mandela.gif 1x, /images/mainsite5/big-quiz-2019/mandela@2x.gif 2x">
<img alt="" class="bq19-footer-signup__car" src="/images/mainsite5/big-quiz-2019/robin-reliant@2x.png" srcset="/images/mainsite5/big-quiz-2019/robin-reliant@2x.png 1x, /images/mainsite5/big-quiz-2019/robin-reliant@2x.png 2x">
{% endif %}
</div>
<picture>
<source media="(min-width: 48em)" srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background@2x.jpg 2x">
<source srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile@2x.jpg 2x">
<img alt="" class="bq19-footer-signup__background-image bq19-object-fit-image" src="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg">
</picture>
</section>
{
"footer_signup": {
"car_image_src": "\/images\/mainsite5\/big-quiz-2019\/nearest-quiz\/DeLorean@2x.png"
}
}
<section class="bq19-text-w-image bq19-section bq19-section--large
bq19-section--white
">
<div class="bq19-inner">
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">Main header</h2>
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<h3 class="bq19-h2">
Heading text
</h3>
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
<a class="button bq19-button" href="#">Call to action</a>
Call to action</a>
</div>
</div>
<div class="bq19-text-w-image__image">
<img srcset="http://placehold.it/468x453 1x, http://placehold.it/936x906 2x"
src="http://placehold.it/468x453"
alt="" />
</div>
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section bq19-section--large
{% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %}
{% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}
{% if text_with_image.align_top %}bq19-text-w-image--align-top{% endif %}">
<div class="bq19-inner">
{% if (text_with_image_header) and (loop.index == 1) %}
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">{{text_with_image_header}}</h2>
{% endif %}
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
{% if text_with_image_header %}
{% if (section.heading) or (section.preheading) %}
<h3 class="{% if text_with_image.small_headings %}bq19-h4{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h3>
{% endif %}
{% else %}
{% if (section.heading) or (section.preheading) %}
<h2 class="{% if text_with_image.small_headings %}bq19-h3{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h2>
{% endif %}
{% endif %}
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="button bq19-button" href="#">{{ section.button_text }}</a>
{% if section.button_icon_src %}
<img alt="{{ section.button_text }}" src="{{ section.button_icon_src }}">
{% endif %}
{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
<div class="bq19-text-w-image__image">
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
</div>
</div>
</section>
{% endfor %}
{
"text_with_image_header": "Main header",
"text_with_images": {
"0": {
"img_src": "http:\/\/placehold.it\/468x453",
"img_src_retina": "http:\/\/placehold.it\/936x906",
"background_color": "",
"reverse": false,
"content_sections": {
"0": {
"heading": "Heading text",
"button_text": "Call to action"
}
}
}
}
}
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with 500 churches and 23,000 people taking part.
On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.
Call to action Call to action <section class="bq19-text-w-image bq19-section bq19-section--large
bq19-section--yellow
bq19-text-w-image--align-top">
<div class="bq19-text-w-image__content bq19-inner">
<div class="bq19-text-w-image__image">
<h2 class="bq19-h3">We want to make it as fun and easy as possible to run the quiz. </h2>
<img srcset="/images/mainsite5/big-quiz-2019/triangle-player.png 1x, /images/mainsite5/big-quiz-2019/triangle-player@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/triangle-player.png"
alt="" />
</div>
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<p>In this guide you’ll find loads of useful info to help make your Big Quiz Night a massive success, including:</p><ul><li>Checklist of things to do to run the perfect quiz</li><li>Details of how to change the quiz to suit your</li><li>Suggested running order for the night</li></ul><p>From September you can also go to <a href="www.tearfund.org/quiz" target="_blank" rel="noopener noreferrer">www.tearfund.org/quiz</a> to order and download even more resources.</p><p>Once again, thank you. Your support is making a huge difference so have fun and know you are part of something amazing. We’re looking forward to hearing all about your Big Quiz!</p>
</div>
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section bq19-section--large
{% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %}
{% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}
{% if text_with_image.align_top %}bq19-text-w-image--align-top{% endif %}">
<div class="bq19-text-w-image__content bq19-inner">
<div class="bq19-text-w-image__image">
{% if text_with_image.image_header %}
<h2 class="bq19-h3">{{text_with_image.image_header}}</h2>
{% endif %}
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="bq19-button {% if text_with_image.background_color == "yellow" %}secondary-button {% else %} button{% endif %}" href="#">{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
</div>
</section>
{% endfor %}
{
"text_with_images": {
"0": {
"img_src": "\/images\/mainsite5\/big-quiz-2019\/triangle-player.png",
"img_src_retina": "\/images\/mainsite5\/big-quiz-2019\/triangle-player@2x.png",
"image_header": "We want to make it as fun and easy as possible to run the quiz. ",
"background_color": "yellow",
"align_top": true,
"content_sections": {
"0": {
"text": "<p>In this guide you\u2019ll find loads of useful info to help make your Big Quiz Night a massive success, including:<\/p><ul><li>Checklist of things to do to run the perfect quiz<\/li><li>Details of how to change the quiz to suit your<\/li><li>Suggested running order for the night<\/li><\/ul><p>From September you can also go to <a href=\"www.tearfund.org\/quiz\" target=\"_blank\" rel=\"noopener noreferrer\">www.tearfund.org\/quiz<\/a> to order and download even more resources.<\/p><p>Once again, thank you. Your support is making a huge difference so have fun and know you are part of something amazing. We\u2019re looking forward to hearing all about your Big Quiz!<\/p>"
}
}
}
}
}
In this guide you’ll find loads of useful info to help make your Big Quiz Night a massive success, including:
From September you can also go to www.tearfund.org/quiz to order and download even more resources.
Once again, thank you. Your support is making a huge difference so have fun and know you are part of something amazing. We’re looking forward to hearing all about your Big Quiz!
<section class="bq19-section bq19-section--green bq19-centered-text">
<div class="bq19-centered-text__wrapper bq19-inner bq19-align-center">
<h2 class="bq19-h2">Let’s Get Quizzical</h2>
<p class="bq19-summary">Many people question what they can do in the face of such need around the world, but you are doing something about it. Thank you for helping to be the answer to poverty.</p>
<div class="bq19-centered-text__text bq19-rich-text bq19-align-center">
<p>We are so grateful you have chosen to give your time and energy to help people in poverty across the world. Thank you for joining us for The Big Quiz Night – it’s going to be another incredible event.</p>
</div>
</div>
</section>
<section class="bq19-section bq19-section--green bq19-centered-text">
<div class="bq19-centered-text__wrapper bq19-inner bq19-align-center">
<h2 class="bq19-h2">Let’s Get Quizzical</h2>
<p class="bq19-summary">Many people question what they can do in the face of such need around the world, but you are doing something about it. Thank you for helping to be the answer to poverty.</p>
<div class="bq19-centered-text__text bq19-rich-text bq19-align-center">
<p>We are so grateful you have chosen to give your time and energy to help people in poverty across the world. Thank you for joining us for The Big Quiz Night – it’s going to be another incredible event.</p>
</div>
</div>
</section>
{}
Many people question what they can do in the face of such need around the world, but you are doing something about it. Thank you for helping to be the answer to poverty.
We are so grateful you have chosen to give your time and energy to help people in poverty across the world. Thank you for joining us for The Big Quiz Night – it’s going to be another incredible event.
<div class="bq19-hero bq19-hero--resources">
<div class="bq19-inner">
<div class="bq19-hero__text center-text">
<h1 class="bq19-hero__heading">Resources</h1>
<p class="bq19-hero__strapline">Order or download resources to make your night fabulous</p>
</div>
<div class="bq19-hero-image bq19-hero-image--resources">
<img class="bq19-hero-image__sprite bq19-hero-image__resources"
srcset="/images/mainsite5/big-quiz-2019/hero-image/hero-resources.png 1x, /images/mainsite5/big-quiz-2019/hero-image/hero-resources.png 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/hero-resources.png"
alt="" />
</div>
</div>
</div>
<div class="bq19-hero bq19-hero--resources">
<div class="bq19-inner">
<div class="bq19-hero__text center-text">
<h1 class="bq19-hero__heading">Resources</h1>
<p class="bq19-hero__strapline">Order or download resources to make your night fabulous</p>
</div>
<div class="bq19-hero-image bq19-hero-image--resources">
<img class="bq19-hero-image__sprite bq19-hero-image__resources"
srcset="/images/mainsite5/big-quiz-2019/hero-image/hero-resources.png 1x, /images/mainsite5/big-quiz-2019/hero-image/hero-resources.png 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/hero-resources.png"
alt="" />
</div>
</div>
</div>
{}
Order or download resources to make your night fabulous
<section class="bq19-text-w-image bq19-section bq19-section--large
bq19-section--yellow
bq19-text-w-image--align-top">
<div class="bq19-inner">
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">Main header</h2>
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
<a class="button bq19-button" href="#">Call to action</a>
Call to action</a>
</div>
</div>
<div class="bq19-text-w-image__image">
<img alt="" src="http://placehold.it/468x453">
</div>
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section bq19-section--large
{% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %}
{% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}
{% if text_with_image.align_top %}bq19-text-w-image--align-top{% endif %}">
<div class="bq19-inner">
{% if (text_with_image_header) and (loop.index == 1) %}
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">{{text_with_image_header}}</h2>
{% endif %}
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
{% if text_with_image_header %}
{% if (section.heading) or (section.preheading) %}
<h3 class="{% if text_with_image.small_headings %}bq19-h4{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h3>
{% endif %}
{% else %}
{% if (section.heading) or (section.preheading) %}
<h2 class="{% if text_with_image.small_headings %}bq19-h3{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h2>
{% endif %}
{% endif %}
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="button bq19-button" href="#">{{ section.button_text }}</a>
{% if section.button_icon_src %}
<img alt="{{ section.button_text }}" src="{{ section.button_icon_src }}">
{% endif %}
{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
<div class="bq19-text-w-image__image">
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
</div>
</div>
</section>
{% endfor %}
{
"text_with_image_header": "Main header",
"text_with_images": {
"0": {
"img_src": "http:\/\/placehold.it\/468x453",
"background_color": "yellow",
"reverse": false,
"align_top": true,
"content_sections": {
"0": {
"button_text": "Call to action"
}
}
}
}
}
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with 500 churches and 23,000 people taking part.
On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.
Call to action Call to action<section class="bq19-split-ctas">
<div class="bq19-split-ctas__col bq19-split-ctas__col--img-offset">
<h2 class="bq19-split-ctas__heading bq19-h3">FAQ'S</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">The answer to all your questions</p>
</div>
<a class="secondary-button bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/faq.gif 1x, /images/mainsite5/big-quiz-2019/faq@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/faq.gif"
alt=""/>
</div>
</div>
<div class="bq19-split-ctas__col bq19-split-ctas__col--dark bq19-split-ctas__col--stars">
<h2 class="bq19-split-ctas__heading bq19-h3">The big quiz night guide</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">Full details about how to host your quiz</p>
</div>
<a class="button button--transparent bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/shakespeare.gif 1x, /images/mainsite5/big-quiz-2019/shakespeare@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/shakespeare.gif"
alt=""/>
</div>
</div>
</section>
<section class="bq19-split-ctas">
{% if split_ctas is defined %}
{% for cta in split_ctas %}
<div class="bq19-split-ctas__col
{% if cta.background_dark %}bq19-split-ctas__col--dark{% endif %}
{% if cta.background_stars %}bq19-split-ctas__col--stars{% endif %}
{% if cta.image_offset %}bq19-split-ctas__col--img-offset{% endif %}
">
{% if cta.heading %}
<h2 class="bq19-split-ctas__heading bq19-h3">{{cta.heading}}</h2>
{% endif %}
<div class="bq19-rich-text">
{% if cta.summary %}
<p class="bq19-split-ctas__summary">{{cta.summary}}</p>
{% endif %}
</div>
{% if cta.button_text %}
<a class="secondary-button bq19-button" href="#">{{cta.button_text}}</a>
{% endif %}
{% if cta.img_src %}
<div class="bq19-split-ctas__image">
<img alt="" src="{{cta.img_src}}">
</div>
{% endif %}
</div>
{% endfor %}
{% else %}
<div class="bq19-split-ctas__col bq19-split-ctas__col--img-offset">
<h2 class="bq19-split-ctas__heading bq19-h3">FAQ'S</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">The answer to all your questions</p>
</div>
<a class="secondary-button bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/faq.gif 1x, /images/mainsite5/big-quiz-2019/faq@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/faq.gif"
alt=""/>
</div>
</div>
<div class="bq19-split-ctas__col bq19-split-ctas__col--dark bq19-split-ctas__col--stars">
<h2 class="bq19-split-ctas__heading bq19-h3">The big quiz night guide</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">Full details about how to host your quiz</p>
</div>
<a class="button button--transparent bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/shakespeare.gif 1x, /images/mainsite5/big-quiz-2019/shakespeare@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/shakespeare.gif"
alt=""/>
</div>
</div>
{% endif %}
</section>
{}
<div class="bq19-hero">
<div class="bq19-inner">
<h1 class="bq19-hero__heading-image">
<span class="bq19-audio-only">The Big Quiz Night 2019</span>
<div class="bq19-hero-image">
<img class="bq19-hero-image__sprite bq19-hero-image__text"
srcset="/images/mainsite5/big-quiz-2019/hero-image/text.png 1x, /images/mainsite5/big-quiz-2019/hero-image/text@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/text.png"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__delorean"
srcset="/images/mainsite5/big-quiz-2019/hero-image/delorean.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/delorean@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/delorean.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__delorean-fire"
srcset="/images/mainsite5/big-quiz-2019/hero-image/delorean-fire.png 1x, /images/mainsite5/big-quiz-2019/hero-image/delorean-fire@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/delorean-fire.png"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__flag"
srcset="/images/mainsite5/big-quiz-2019/hero-image/flag.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/flag@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/flag.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__octopus"
srcset="/images/mainsite5/big-quiz-2019/hero-image/octopus.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/octopus@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/octopus.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__churchill"
srcset="/images/mainsite5/big-quiz-2019/hero-image/churchill.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/churchill@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/churchill.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__whoosh"
srcset="/images/mainsite5/big-quiz-2019/hero-image/whoosh.png 1x, /images/mainsite5/big-quiz-2019/hero-image/whoosh@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/whoosh.png"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__eagle"
srcset="/images/mainsite5/big-quiz-2019/hero-image/eagle.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/eagle@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/eagle.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__dancers"
srcset="/images/mainsite5/big-quiz-2019/hero-image/dancers.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/dancers@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/dancers.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__javelin"
srcset="/images/mainsite5/big-quiz-2019/hero-image/javelin.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/javelin@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/javelin.gif"
alt="" />
</div>
</h1>
<div class="bq19-hero__text center-text">
<time class="bq19-hero__heading" datetime="2019-11-16">Sat 16th Nov</time>
<p class="bq19-hero__strapline">Hundreds of churches. Thousands of people. One Big Quiz Night.</p>
<a class="button button--bold bq19-button bq19-button--no-margin" href="#">Sign up to host</a>
</div>
</div>
</div>
<div class="bq19-hero">
<div class="bq19-inner">
<h1 class="bq19-hero__heading-image">
<span class="bq19-audio-only">The Big Quiz Night 2019</span>
<div class="bq19-hero-image">
<img class="bq19-hero-image__sprite bq19-hero-image__text"
srcset="/images/mainsite5/big-quiz-2019/hero-image/text.png 1x, /images/mainsite5/big-quiz-2019/hero-image/text@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/text.png"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__delorean"
srcset="/images/mainsite5/big-quiz-2019/hero-image/delorean.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/delorean@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/delorean.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__delorean-fire"
srcset="/images/mainsite5/big-quiz-2019/hero-image/delorean-fire.png 1x, /images/mainsite5/big-quiz-2019/hero-image/delorean-fire@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/delorean-fire.png"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__flag"
srcset="/images/mainsite5/big-quiz-2019/hero-image/flag.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/flag@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/flag.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__octopus"
srcset="/images/mainsite5/big-quiz-2019/hero-image/octopus.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/octopus@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/octopus.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__churchill"
srcset="/images/mainsite5/big-quiz-2019/hero-image/churchill.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/churchill@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/churchill.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__whoosh"
srcset="/images/mainsite5/big-quiz-2019/hero-image/whoosh.png 1x, /images/mainsite5/big-quiz-2019/hero-image/whoosh@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/whoosh.png"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__eagle"
srcset="/images/mainsite5/big-quiz-2019/hero-image/eagle.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/eagle@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/eagle.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__dancers"
srcset="/images/mainsite5/big-quiz-2019/hero-image/dancers.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/dancers@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/dancers.gif"
alt="" />
<img class="bq19-hero-image__sprite bq19-hero-image__javelin"
srcset="/images/mainsite5/big-quiz-2019/hero-image/javelin.gif 1x, /images/mainsite5/big-quiz-2019/hero-image/javelin@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/hero-image/javelin.gif"
alt="" />
</div>
</h1>
<div class="bq19-hero__text center-text">
<time class="bq19-hero__heading" datetime="2019-11-16">Sat 16th Nov</time>
<p class="bq19-hero__strapline">Hundreds of churches. Thousands of people. One Big Quiz Night.</p>
<a class="button button--bold bq19-button bq19-button--no-margin" href="#">Sign up to host</a>
</div>
</div>
</div>
{}
Hundreds of churches. Thousands of people. One Big Quiz Night.
Sign up to host<section class="bq19-split-ctas">
<div class="bq19-split-ctas__col
">
<h2 class="bq19-split-ctas__heading bq19-h3">This is heading text</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
<a class="secondary-button bq19-button" href="#">Call to Action</a>
<div class="bq19-split-ctas__image">
<img alt="" src="http://placehold.it/360x210">
</div>
</div>
</section>
<section class="bq19-split-ctas">
{% if split_ctas is defined %}
{% for cta in split_ctas %}
<div class="bq19-split-ctas__col
{% if cta.background_dark %}bq19-split-ctas__col--dark{% endif %}
{% if cta.background_stars %}bq19-split-ctas__col--stars{% endif %}
{% if cta.image_offset %}bq19-split-ctas__col--img-offset{% endif %}
">
{% if cta.heading %}
<h2 class="bq19-split-ctas__heading bq19-h3">{{cta.heading}}</h2>
{% endif %}
<div class="bq19-rich-text">
{% if cta.summary %}
<p class="bq19-split-ctas__summary">{{cta.summary}}</p>
{% endif %}
</div>
{% if cta.button_text %}
<a class="secondary-button bq19-button" href="#">{{cta.button_text}}</a>
{% endif %}
{% if cta.img_src %}
<div class="bq19-split-ctas__image">
<img alt="" src="{{cta.img_src}}">
</div>
{% endif %}
</div>
{% endfor %}
{% else %}
<div class="bq19-split-ctas__col bq19-split-ctas__col--img-offset">
<h2 class="bq19-split-ctas__heading bq19-h3">FAQ'S</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">The answer to all your questions</p>
</div>
<a class="secondary-button bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/faq.gif 1x, /images/mainsite5/big-quiz-2019/faq@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/faq.gif"
alt=""/>
</div>
</div>
<div class="bq19-split-ctas__col bq19-split-ctas__col--dark bq19-split-ctas__col--stars">
<h2 class="bq19-split-ctas__heading bq19-h3">The big quiz night guide</h2>
<div class="bq19-rich-text">
<p class="bq19-split-ctas__summary">Full details about how to host your quiz</p>
</div>
<a class="button button--transparent bq19-button" href="#">Find out more</a>
<div class="bq19-split-ctas__image">
<img
srcset="/images/mainsite5/big-quiz-2019/shakespeare.gif 1x, /images/mainsite5/big-quiz-2019/shakespeare@2x.gif 2x"
src="/images/mainsite5/big-quiz-2019/shakespeare.gif"
alt=""/>
</div>
</div>
{% endif %}
</section>
{
"split_ctas": {
"0": {
"heading": "This is heading text",
"summary": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"button_text": "Call to Action",
"img_src": "http:\/\/placehold.it\/360x210",
"background_dark": false,
"background_stars": false,
"image_offset": false
}
}
}
<div class="bq19-host-sign-up bq19-section bq19-section--large">
<div class="bq19-host-sign-up__top bq19-inner center-text">
<h2 class="bq19-host-sign-up__heading">Be part of something huge</h2>
<a class="bq19-button bq19-button--no-margin button button--bold" href="#">Sign up to host</a>
</div>
<div class="bq19-host-sign-up__bottom">
<img class="bq19-host-sign-up__figure"
srcset="/images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png 1x, /images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png"
alt="" />
</div>
</div>
<div class="bq19-host-sign-up bq19-section bq19-section--large">
<div class="bq19-host-sign-up__top bq19-inner center-text">
<h2 class="bq19-host-sign-up__heading">Be part of something huge</h2>
<a class="bq19-button bq19-button--no-margin button button--bold" href="#">Sign up to host</a>
</div>
<div class="bq19-host-sign-up__bottom">
<img class="bq19-host-sign-up__figure"
srcset="/images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png 1x, /images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png 2x"
src="/images/mainsite5/big-quiz-2019/host-sign-up/caber@2x.png"
alt="" />
</div>
</div>
{}
<section class="bq19-text-w-image bq19-section bq19-section--large
bq19-section--green
">
<div class="bq19-inner">
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">Main header</h2>
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
<a class="button bq19-button" href="#">Call to action</a>
Call to action</a>
</div>
</div>
<div class="bq19-text-w-image__image">
<img alt="" src="http://placehold.it/468x453">
</div>
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section bq19-section--large
{% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %}
{% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}
{% if text_with_image.align_top %}bq19-text-w-image--align-top{% endif %}">
<div class="bq19-inner">
{% if (text_with_image_header) and (loop.index == 1) %}
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">{{text_with_image_header}}</h2>
{% endif %}
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
{% if text_with_image_header %}
{% if (section.heading) or (section.preheading) %}
<h3 class="{% if text_with_image.small_headings %}bq19-h4{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h3>
{% endif %}
{% else %}
{% if (section.heading) or (section.preheading) %}
<h2 class="{% if text_with_image.small_headings %}bq19-h3{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h2>
{% endif %}
{% endif %}
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="button bq19-button" href="#">{{ section.button_text }}</a>
{% if section.button_icon_src %}
<img alt="{{ section.button_text }}" src="{{ section.button_icon_src }}">
{% endif %}
{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
<div class="bq19-text-w-image__image">
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
</div>
</div>
</section>
{% endfor %}
{
"text_with_image_header": "Main header",
"text_with_images": {
"0": {
"img_src": "http:\/\/placehold.it\/468x453",
"background_color": "green",
"reverse": false,
"content_sections": {
"0": {
"button_text": "Call to action"
}
}
}
}
}
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with 500 churches and 23,000 people taking part.
On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.
Call to action Call to action<div class="bq19-quote bq19-section bq19-section--white">
<div class="bq19-quote__inner bq19-inner">
<blockquote class="bq19-quote__blockquote">
<div class="bq19-quote__text">
<p class="bq19-quote__text-inner bq19-color-turquoise">‘It was easy to organise, well planned and great fun!’</p>
</div>
<footer class="bq19-quote__footer">Big Quiz Night host</footer>
</blockquote>
</div>
</div>
<div class="bq19-quote bq19-section bq19-section--white">
<div class="bq19-quote__inner bq19-inner">
<blockquote class="bq19-quote__blockquote">
<div class="bq19-quote__text">
<p class="bq19-quote__text-inner bq19-color-turquoise">‘It was easy to organise, well planned and great fun!’</p>
</div>
<footer class="bq19-quote__footer">Big Quiz Night host</footer>
</blockquote>
</div>
</div>
{}
‘It was easy to organise, well planned and great fun!’
<div class="bq19-find-nearest-quiz bq19-section">
<div class="bq19-find-nearest-quiz__top bq19-inner">
<img
alt=""
class="bq19-find-nearest-quiz__car"
src="/images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png"
srcset="/images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png 1x, /images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png 2x"
/>
<h2 class="bq19-find-nearest-quiz__heading">Find your nearest quiz</h2>
<form class="bq19-find-nearest-quiz__form">
<input class="bq19-find-nearest-quiz__input" placeholder="Enter your postcode..." />
<button class="bq19-find-nearest-quiz__button bq19-button button button--bold" href="#">Find a quiz night</button>
</form>
</div>
<div class="bq19-find-nearest-quiz__bottom">
<div class="bq19-find-nearest-quiz__wrapper">
<div class="bq19-find-nearest-quiz__card-container">
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.0 miles away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
reallysuperduperlongemailaddress@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.1 miles away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
reallysuperduperlongemailaddress@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.2 miles away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
reallysuperduperlongemailaddress@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.3 miles away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
reallysuperduperlongemailaddress@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.4 miles away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
reallysuperduperlongemailaddress@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.5 miles away</div>
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
reallysuperduperlongemailaddress@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
</div>
</div>
</div>
</div>
<div class="bq19-find-nearest-quiz bq19-section">
<div class="bq19-find-nearest-quiz__top bq19-inner">
<img
alt=""
class="bq19-find-nearest-quiz__car"
src="/images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png"
srcset="/images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png 1x, /images/mainsite5/big-quiz-2019/nearest-quiz/robin-reliant.png 2x"
/>
<h2 class="bq19-find-nearest-quiz__heading">Find your nearest quiz</h2>
<form class="bq19-find-nearest-quiz__form">
<input class="bq19-find-nearest-quiz__input" placeholder="Enter your postcode..." />
<button class="bq19-find-nearest-quiz__button bq19-button button button--bold" href="#">Find a quiz night</button>
</form>
</div>
<div class="bq19-find-nearest-quiz__bottom">
<div class="bq19-find-nearest-quiz__wrapper">
<div class="bq19-find-nearest-quiz__card-container">
{% for i in 0..5 %}
<div class="bq19-find-nearest-quiz__card">
<div class="bq19-find-nearest-quiz__card-location">0.{{i}} miles away</div>
{# NOTE: Removed from design, commenting in case needed #}
<div class="bq19-find-nearest-quiz__card-title">St Jude’s Church, Liverpool</div>
<div class="bq19-find-nearest-quiz__card-address">
15 Blogg St, Bloggsville, SM1 BL0G
</div>
<a class="bq19-find-nearest-quiz__card-email" href="email@tearfund.org">
reallysuperduperlongemailaddress@tearfund.org
</a>
<div class="bq19-find-nearest-quiz__card-phone">
01234 567 890
</div>
<a class="bq19-find-nearest-quiz__card-link" href="http://www.tearfund.org">
http://www.tearfund.org
</a>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
{}
<section class="bq19-case-study bq19-section bq19-section--yellow">
<div class="bq19-case-study__content bq19-inner">
<div class="bq19-case-study__media">
<img alt=""
src="/images/mainsite5/big-quiz-2019/BigQuiz2019Martha.jpg"
srcset="/images/mainsite5/big-quiz-2019/BigQuiz2019Martha.jpg 1x, /images/mainsite5/big-quiz-2019/BigQuiz2019Martha.jpg 2x"
class="bq19-case-study__image bq19-object-fit-image" />>
</div>
<div class="bq19-case-study__text">
<h2 class="bq19-case-study__heading bq19-h2">Help people like martha</h2>
<div class="bq19-case-study__rich-text bq19-rich-text">
<p>Every pound raised will transform the lives of people like Martha from Nigeria. She fled her rural village with her young baby when the rest of her family were killed in a dispute over land. Martha feels traumatised and is desperate for counselling and support.</p>
</div>
<a class="bq19-case-study__button button-underline button-underline--white" href="#">Read Martha’s story</a>
</div>
</div>
</section>
<section class="bq19-case-study bq19-section bq19-section--yellow">
<div class="bq19-case-study__content bq19-inner">
<div class="bq19-case-study__media">
<img alt=""
src="/images/mainsite5/big-quiz-2019/BigQuiz2019Martha.jpg"
srcset="/images/mainsite5/big-quiz-2019/BigQuiz2019Martha.jpg 1x, /images/mainsite5/big-quiz-2019/BigQuiz2019Martha.jpg 2x"
class="bq19-case-study__image bq19-object-fit-image" />>
</div>
<div class="bq19-case-study__text">
<h2 class="bq19-case-study__heading bq19-h2">Help people like martha</h2>
<div class="bq19-case-study__rich-text bq19-rich-text">
<p>Every pound raised will transform the lives of people like Martha from Nigeria. She fled her rural village with her young baby when the rest of her family were killed in a dispute over land. Martha feels traumatised and is desperate for counselling and support.</p>
</div>
<a class="bq19-case-study__button button-underline button-underline--white" href="#">Read Martha’s story</a>
</div>
</div>
</section>
{}
Every pound raised will transform the lives of people like Martha from Nigeria. She fled her rural village with her young baby when the rest of her family were killed in a dispute over land. Martha feels traumatised and is desperate for counselling and support.
<section class="bq19-footer-signup bq19-section">
<div class="bq19-inner">
<div class="bq19-footer-signup__content">
<h2 class="bq19-footer-signup__heading bq19-h2 bq19-color-turquoise">hundreds of churches. thousands of people. ONE BIG QUIZ.</h2>
<a class="button bq19-button" href="#">Sign up to host</a>
</div>
<img alt="" class="bq19-footer-signup__mandella" src="/images/mainsite5/big-quiz-2019/mandela.gif" srcset="/images/mainsite5/big-quiz-2019/mandela.gif 1x, /images/mainsite5/big-quiz-2019/mandela@2x.gif 2x">
<img alt="" class="bq19-footer-signup__car " srcset="/images/mainsite5/big-quiz-2019/robin-reliant.png 1x, /images/mainsite5/big-quiz-2019/robin-reliant.png 2x">
</div>
<picture>
<source media="(min-width: 48em)" srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background@2x.jpg 2x">
<source srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile@2x.jpg 2x">
<img alt="" class="bq19-footer-signup__background-image bq19-object-fit-image" src="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg">
</picture>
</section>
<section class="bq19-footer-signup bq19-section">
<div class="bq19-inner">
{% if footer_signup is defined %}
<div class="bq19-footer-signup__content">
<h2 class="bq19-footer-signup__heading bq19-h2 bq19-color-turquoise">hundreds of churches. thousands of people. ONE BIG QUIZ.</h2>
<a class="button bq19-button" href="#">Sign up to host</a>
</div>
<img alt="" class="bq19-footer-signup__mandella" src="/images/mainsite5/big-quiz-2019/mandela.gif" srcset="/images/mainsite5/big-quiz-2019/mandela.gif 1x, /images/mainsite5/big-quiz-2019/mandela@2x.gif 2x">
<img alt="" class="bq19-footer-signup__car {{ footer_signup.car_modifier }}" srcset="{{ footer_signup.car_image_src }} 1x, {{ footer_signup.car_image_src }} 2x">
{% else %}
<div class="bq19-footer-signup__content">
<h2 class="bq19-footer-signup__heading bq19-h2 bq19-color-turquoise">hundreds of churches. thousands of people. ONE BIG QUIZ.</h2>
<a class="button bq19-button" href="#">Sign up to host</a>
</div>
<img alt="" class="bq19-footer-signup__mandella" src="/images/mainsite5/big-quiz-2019/mandela.gif" srcset="/images/mainsite5/big-quiz-2019/mandela.gif 1x, /images/mainsite5/big-quiz-2019/mandela@2x.gif 2x">
<img alt="" class="bq19-footer-signup__car" src="/images/mainsite5/big-quiz-2019/robin-reliant@2x.png" srcset="/images/mainsite5/big-quiz-2019/robin-reliant@2x.png 1x, /images/mainsite5/big-quiz-2019/robin-reliant@2x.png 2x">
{% endif %}
</div>
<picture>
<source media="(min-width: 48em)" srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background@2x.jpg 2x">
<source srcset="/images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile.jpg 1x, /images/mainsite5/big-quiz-2019/one-big-quiz-background-mobile@2x.jpg 2x">
<img alt="" class="bq19-footer-signup__background-image bq19-object-fit-image" src="/images/mainsite5/big-quiz-2019/one-big-quiz-background.jpg">
</picture>
</section>
{
"footer_signup": {
"car_image_src": "\/images\/mainsite5\/big-quiz-2019\/robin-reliant.png"
}
}
<div class="bq19-wave bq19-wave--color-green-primary">
<svg class="bq19-wave__image" width="1400px" height="100px" viewBox="0 0 1400 100" preserveAspectRatio="none" focusable="false">
<path d="M0,5 C700,-30 800,220 1400,20 L1400,100 L0,100" />
</svg>
</div>
<div class="bq19-wave bq19-wave--color-green-primary">
<svg class="bq19-wave__image" width="1400px" height="100px" viewBox="0 0 1400 100" preserveAspectRatio="none" focusable="false">
<path d="M0,5 C700,-30 800,220 1400,20 L1400,100 L0,100" />
</svg>
</div>
{}
<section class="bq19-text-w-image bq19-section bq19-section--large
bq19-section--white
">
<div class="bq19-inner">
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">Main header</h2>
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<h3 class="bq19-h4">
<span class="bq19-text-w-image__preheading">Step 1</span>
</h3>
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge</p>
</div>
<div class="bq19-rich-text">
<h3 class="bq19-h4">
<span class="bq19-text-w-image__preheading">Step 2</span>
</h3>
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge</p>
</div>
</div>
<div class="bq19-text-w-image__image">
<img alt="" src="http://placehold.it/468x453">
</div>
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section bq19-section--large
{% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %}
{% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}
{% if text_with_image.align_top %}bq19-text-w-image--align-top{% endif %}">
<div class="bq19-inner">
{% if (text_with_image_header) and (loop.index == 1) %}
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">{{text_with_image_header}}</h2>
{% endif %}
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
{% if text_with_image_header %}
{% if (section.heading) or (section.preheading) %}
<h3 class="{% if text_with_image.small_headings %}bq19-h4{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h3>
{% endif %}
{% else %}
{% if (section.heading) or (section.preheading) %}
<h2 class="{% if text_with_image.small_headings %}bq19-h3{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h2>
{% endif %}
{% endif %}
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="button bq19-button" href="#">{{ section.button_text }}</a>
{% if section.button_icon_src %}
<img alt="{{ section.button_text }}" src="{{ section.button_icon_src }}">
{% endif %}
{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
<div class="bq19-text-w-image__image">
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
</div>
</div>
</section>
{% endfor %}
{
"text_with_image_header": "Main header",
"text_with_images": {
"0": {
"img_src": "http:\/\/placehold.it\/468x453",
"small_headings": true,
"content_sections": {
"0": {
"preheading": "Step 1",
"text": "<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year\u2019s Big Quiz Night was a huge<\/p>"
},
"1": {
"preheading": "Step 2",
"text": "<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year\u2019s Big Quiz Night was a huge<\/p>"
}
}
}
}
}
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge
<section class="bq19-cards bq19-section bq19-section--white ">
<div class="bq19-cards__content bq19-inner">
<h2 class="bq19-cards__intro-title"></h2>
<p class="bq19-cards__intro-subtitle"></p>
<div class="bq19-cards__list">
</div>
</div>
</section>
<section class="bq19-cards bq19-section {% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %} {% if text_with_image.reverse %}bq19-cards--reverse{% endif %}">
<div class="bq19-cards__content bq19-inner">
<h2 class="bq19-cards__intro-title">{{cards_listing.title}}</h2>
<p class="bq19-cards__intro-subtitle">{{cards_listing.subtitle}}</p>
<div class="bq19-cards__list">
{% for card in cards_listing.cards %}
<div class="bq19-cards__item">
{% if card.img_src %}
<div class="bq19-cards__image-container">
<img class="bq19-cards__image" src="{{card.img_src}}" />
</div>
{% endif %}
{% if card.preheading %}
<span class="bq19-cards__preheading">{{card.preheading}}</span>
{% endif %}
{% if card.heading %}
<h2 class="bq19-cards__heading">{{card.heading}}</h2>
{% endif %}
{% if card.text %}
<p class="bq19-cards__subheading">{{card.text}}</p>
{% endif %}
{% if card.button_text %}
<a class="button bold" href="{{card.button_href}}">
<img src="/images/mainsite5/big-quiz-2019/Download.svg" alt="{{card.text}}" />
{{card.button_text}}
</a>
{% endif %}
</div>
{% endfor %}
</div>
</div>
</section>
{
"cards": {
"0": {
"img_src": "\/images\/mainsite5\/big-quiz-2019\/resource-image.png",
"preheading": "PDF",
"heading": "Blank answer sheets",
"text": "For your teams to fill-in and return for marking, these are generic so can be used for any round",
"button_text": "Download"
}
}
}
<section class="bq19-text-w-image bq19-section bq19-section--large
bq19-section--yellow
">
<div class="bq19-inner">
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">Main header</h2>
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
<a class="button bq19-button" href="#">Call to action</a>
Call to action</a>
</div>
</div>
<div class="bq19-text-w-image__image">
<img alt="" src="http://placehold.it/468x453">
</div>
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section bq19-section--large
{% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %}
{% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}
{% if text_with_image.align_top %}bq19-text-w-image--align-top{% endif %}">
<div class="bq19-inner">
{% if (text_with_image_header) and (loop.index == 1) %}
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">{{text_with_image_header}}</h2>
{% endif %}
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
{% if text_with_image_header %}
{% if (section.heading) or (section.preheading) %}
<h3 class="{% if text_with_image.small_headings %}bq19-h4{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h3>
{% endif %}
{% else %}
{% if (section.heading) or (section.preheading) %}
<h2 class="{% if text_with_image.small_headings %}bq19-h3{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h2>
{% endif %}
{% endif %}
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="button bq19-button" href="#">{{ section.button_text }}</a>
{% if section.button_icon_src %}
<img alt="{{ section.button_text }}" src="{{ section.button_icon_src }}">
{% endif %}
{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
<div class="bq19-text-w-image__image">
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
</div>
</div>
</section>
{% endfor %}
{
"text_with_image_header": "Main header",
"text_with_images": {
"0": {
"img_src": "http:\/\/placehold.it\/468x453",
"background_color": "yellow",
"reverse": false,
"content_sections": {
"0": {
"button_text": "Call to action"
}
}
}
}
}
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with 500 churches and 23,000 people taking part.
On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.
Call to action Call to action <section class="bq19-text-w-image bq19-section bq19-section--large
bq19-section--white
bq19-text-w-image--reverse ">
<div class="bq19-inner">
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">Main header</h2>
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
<div class="bq19-rich-text">
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
<a class="button bq19-button" href="#">Call to action</a>
Call to action</a>
</div>
</div>
<div class="bq19-text-w-image__image">
<img alt="" src="http://placehold.it/468x453">
</div>
</div>
</div>
</section>
{% for text_with_image in text_with_images %}
<section class="bq19-text-w-image bq19-section bq19-section--large
{% if text_with_image.background_color %}bq19-section--{{ text_with_image.background_color }} {% else %} bq19-section--white {% endif %}
{% if text_with_image.reverse %}bq19-text-w-image--reverse{% endif %}
{% if text_with_image.align_top %}bq19-text-w-image--align-top{% endif %}">
<div class="bq19-inner">
{% if (text_with_image_header) and (loop.index == 1) %}
<h2 class="bq19-text-w-image__main-header bq19-h2 bq19-align-center bq19-color-green">{{text_with_image_header}}</h2>
{% endif %}
<div class="bq19-text-w-image__content">
<div class="bq19-text-w-image__text">
{% for section in text_with_image.content_sections %}
<div class="bq19-rich-text">
{% if text_with_image_header %}
{% if (section.heading) or (section.preheading) %}
<h3 class="{% if text_with_image.small_headings %}bq19-h4{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h3>
{% endif %}
{% else %}
{% if (section.heading) or (section.preheading) %}
<h2 class="{% if text_with_image.small_headings %}bq19-h3{% else %}bq19-h2{% endif %}">
{% if section.preheading %}
<span class="bq19-text-w-image__preheading">{{section.preheading}}</span>
{% endif %}
{% if section.heading %}
{{section.heading | raw}}
{% endif %}
</h2>
{% endif %}
{% endif %}
{% if section.text %}
{{section.text | raw}}
{% else %}
<p>Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with <strong>500 churches</strong> and <strong>23,000 people</strong> taking part.</p>
<p>On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.</p>
{% endif %}
{% if section.button_text %}
<a class="button bq19-button" href="#">{{ section.button_text }}</a>
{% if section.button_icon_src %}
<img alt="{{ section.button_text }}" src="{{ section.button_icon_src }}">
{% endif %}
{{ section.button_text }}</a>
{% endif %}
</div>
{% endfor %}
</div>
<div class="bq19-text-w-image__image">
{% if text_with_image.img_src_retina %}
<img srcset="{{ text_with_image.img_src }} 1x, {{ text_with_image.img_src_retina }} 2x"
src="{{ text_with_image.img_src }}"
alt="" />
{% else %}
<img alt="" src="{{ text_with_image.img_src }}">
{% endif %}
</div>
</div>
</div>
</section>
{% endfor %}
{
"text_with_image_header": "Main header",
"text_with_images": {
"0": {
"img_src": "http:\/\/placehold.it\/468x453",
"background_color": "",
"reverse": true,
"content_sections": {
"0": {
"button_text": "Call to action"
}
}
}
}
}
Get together with your friends, family and church for an epic evening of poverty-fighting fun - last year’s Big Quiz Night was a huge success with 500 churches and 23,000 people taking part.
On Saturday 16 November, churches and other groups up and down the country will once again take part in the Big Quiz Night - a huge multi-venue, nationwide quiz - and we want it to be even bigger and better.
Call to action Call to action<div class="bq19-hero bq19-hero--guide">
<div class="bq19-inner">
<div class="bq19-hero__text center-text">
<h1 class="bq19-hero__heading bq19-align-center">The big quiz night guide</h1>
<p class="bq19-hero__strapline">Everything you need to run your Big Quiz Night</p>
</div>
<img class="bq19-hero__image bq19-align-center"
srcset="/images/mainsite5/big-quiz-2019/guide-hero.png 1x, /images/mainsite5/big-quiz-2019/guide-hero.png 2x"
src="/images/mainsite5/big-quiz-2019/guide-hero.png"
alt="" />
</div>
<img class="bq19-hero__horizon"
srcset="/images/mainsite5/big-quiz-2019/guide/horizon.jpg 1x, /images/mainsite5/big-quiz-2019/guide/horizon@2x.jpg 2x"
src="/images/mainsite5/big-quiz-2019/guide/horizon.jpg"
alt="" />
</div>
<div class="bq19-hero bq19-hero--guide">
<div class="bq19-inner">
<div class="bq19-hero__text center-text">
<h1 class="bq19-hero__heading bq19-align-center">The big quiz night guide</h1>
<p class="bq19-hero__strapline">Everything you need to run your Big Quiz Night</p>
</div>
<img class="bq19-hero__image bq19-align-center"
srcset="/images/mainsite5/big-quiz-2019/guide-hero.png 1x, /images/mainsite5/big-quiz-2019/guide-hero.png 2x"
src="/images/mainsite5/big-quiz-2019/guide-hero.png"
alt="" />
</div>
<img class="bq19-hero__horizon"
srcset="/images/mainsite5/big-quiz-2019/guide/horizon.jpg 1x, /images/mainsite5/big-quiz-2019/guide/horizon@2x.jpg 2x"
src="/images/mainsite5/big-quiz-2019/guide/horizon.jpg"
alt="" />
</div>
{}
Everything you need to run your Big Quiz Night
<div class="banner-grid-1xp-2xl">
<div class="banner-grid banner-grid-1"><div class="full-banner__image" style="background-image: url("undefined"); background-repeat: no-repeat;"></div>
<div class="banner-grid-banner">
<img src="http://placehold.it/480x640">
</div>
</div>
<div class="banner-grid banner-grid-2"><div class="full-banner__image" style="background-image: url("undefined"); background-repeat: no-repeat;"></div>
<div class="banner-grid-banner">
<img src="http://placehold.it/480x320">
</div>
</div>
<div class="banner-grid banner-grid-3"><div class="full-banner__image" style="background-image: url("undefined"); background-repeat: no-repeat;"></div>
<div class="banner-grid-banner">
<img src="http://placehold.it/480x320">
</div>
</div>
</div>
<div class="banner-grid-1xp-2xl">
<div class="banner-grid banner-grid-1"><div class="full-banner__image" style="background-image: url("undefined"); background-repeat: no-repeat;"></div>
<div class="banner-grid-banner">
<img src="http://placehold.it/480x640">
</div>
</div>
<div class="banner-grid banner-grid-2"><div class="full-banner__image" style="background-image: url("undefined"); background-repeat: no-repeat;"></div>
<div class="banner-grid-banner">
<img src="http://placehold.it/480x320">
</div>
</div>
<div class="banner-grid banner-grid-3"><div class="full-banner__image" style="background-image: url("undefined"); background-repeat: no-repeat;"></div>
<div class="banner-grid-banner">
<img src="http://placehold.it/480x320">
</div>
</div>
</div>
{}
<div class="image-grid-2xl-1xp">
<div class="image-grid image-grid-1">
<div class="image-grid-image">
<img src="http://placehold.it/480x320">
</div>
</div>
<div class="image-grid image-grid-2">
<div class="image-grid-image">
<img src="http://placehold.it/480x320">
</div>
</div>
<div class="image-grid image-grid-3">
<div class="image-grid-image">
<img src="http://placehold.it/480x640">
</div>
</div>
</div>
<div class="image-grid-2xl-1xp">
<div class="image-grid image-grid-1">
<div class="image-grid-image">
<img src="http://placehold.it/480x320">
</div>
</div>
<div class="image-grid image-grid-2">
<div class="image-grid-image">
<img src="http://placehold.it/480x320">
</div>
</div>
<div class="image-grid image-grid-3">
<div class="image-grid-image">
<img src="http://placehold.it/480x640">
</div>
</div>
</div>
{}
<div class="image-grid-1xp-1xp">
<div class="image-grid image-grid-1">
<div class="image-grid-image">
<img src="http://placehold.it/480x640">
</div>
</div>
<div class="image-grid image-grid-2">
<div class="image-grid-image">
<img src="http://placehold.it/480x640">
</div>
</div>
</div>
<div class="image-grid-1xp-1xp">
<div class="image-grid image-grid-1">
<div class="image-grid-image">
<img src="http://placehold.it/480x640">
</div>
</div>
<div class="image-grid image-grid-2">
<div class="image-grid-image">
<img src="http://placehold.it/480x640">
</div>
</div>
</div>
{}
<div class="full-banner full-banner--mean-bean-alt full-banner--mean-bean-resources full-banner--image" data-image="/images/mainsite5/mean-bean/background.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title">Other Resources</h1>
<div class="mean-bean-other-resources"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
<div class="full-banner full-banner--mean-bean-alt full-banner--mean-bean-resources full-banner--image" data-image="/images/mainsite5/mean-bean/background.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title">Other Resources</h1>
<div class="mean-bean-other-resources"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
{}
<div class="grey-section">
<div class="inner mean-bean">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/Landing_Page_Youtube-Video_Beans.png, /images/mainsite5/mean-bean/2019/Landing_Page_Youtube-Video_Beans_@2x.png 2x">
<source media="(min-width: 100px)" srcset="">
<img src="/images/mainsite5/mean-bean/2019/Landing_Page_Youtube-Video_Beans.png" class="mean-bean-video-image" alt="Mean Bean Challenge">
</picture>
<div class="rwd-video">
<iframe class="video" width="560" height="315" src="https://www.youtube.com/embed/Pdkbwj0S9hM?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="grey-section">
<div class="inner mean-bean">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/Landing_Page_Youtube-Video_Beans.png, /images/mainsite5/mean-bean/2019/Landing_Page_Youtube-Video_Beans_@2x.png 2x">
<source media="(min-width: 100px)" srcset="">
<img src="/images/mainsite5/mean-bean/2019/Landing_Page_Youtube-Video_Beans.png" class="mean-bean-video-image" alt="Mean Bean Challenge">
</picture>
<div class="rwd-video">
<iframe class="video" width="560" height="315" src="https://www.youtube.com/embed/Pdkbwj0S9hM?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
{}
<div class="inner mean-bean" style="position: relative;">
<!-- <div class="mean-bean-welcome__nutrition desktop-only"></div>
--> <div class="mean-bean-yellow-block mean-bean-yellow-block--nutrition clearfix">
<div class="large-col-4">
<img src="/images/mainsite5/mean-bean/mb-nutrition-welcome.gif" alt="Dr. Bean">
<!-- <div class="mean-bean-welcome__nutrition mobile-only"></div> -->
</div>
<div class="large-col-8">
<h1>Meet the doc</h1>
<p><strong>How can I stay healthy during the Mean Bean challenge?<br />
Just how many calories are there in a portion of beans?<br />
What if I feel unwell? And are kidney beans made from real kidneys?</strong></p>
<p>Nutrition expert and legume extroadinaire Dr Bean* is here to answer all the questions you may have about the Mean Bean Challenge.</p>
<p>**AKA Wendy Williams, BSc (Hons) – qualified nutritionist and human bean.</strong></p>
</div>
</div>
</div>
<div class="inner mean-bean" style="position: relative;">
<!-- <div class="mean-bean-welcome__nutrition desktop-only"></div>
--> <div class="mean-bean-yellow-block mean-bean-yellow-block--nutrition clearfix">
<div class="large-col-4">
<img src="/images/mainsite5/mean-bean/mb-nutrition-welcome.gif" alt="Dr. Bean">
<!-- <div class="mean-bean-welcome__nutrition mobile-only"></div> -->
</div>
<div class="large-col-8">
<h1>Meet the doc</h1>
<p><strong>How can I stay healthy during the Mean Bean challenge?<br />
Just how many calories are there in a portion of beans?<br />
What if I feel unwell? And are kidney beans made from real kidneys?</strong></p>
<p>Nutrition expert and legume extroadinaire Dr Bean* is here to answer all the questions you may have about the Mean Bean Challenge.</p>
<p>**AKA Wendy Williams, BSc (Hons) – qualified nutritionist and human bean.</strong></p>
</div>
</div>
</div>
{}
How can I stay healthy during the Mean Bean challenge?
Just how many calories are there in a portion of beans?
What if I feel unwell? And are kidney beans made from real kidneys?
Nutrition expert and legume extroadinaire Dr Bean* is here to answer all the questions you may have about the Mean Bean Challenge.
**AKA Wendy Williams, BSc (Hons) – qualified nutritionist and human bean.
<div class="full-banner full-banner--mean-bean full-banner--mean-bean-landing full-banner--image full-banner--featured flexbox flexboxlegacy enhanced" data-image="/images/mainsite5/mean-bean/background.jpg"><div class="full-banner__image" style="background-image: url("/images/mainsite5/mean-bean/background.jpg"); background-repeat: no-repeat;"></div>
<div class="inner">
<div class="full-banner--featured-panel">
<div class="full-banner__content-wrapper">
<!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<div class="large-col-6">
<picture>
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Desktop.gif, /images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Desktop@2x.gif 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Mobilev2.gif, /images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Mobilev2@2x.gif 2x">
<img src="/images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Desktop.gif" alt="Mean Bean Challenge">
</picture>
</div>
<div class="large-col-6">
<picture class="desktop-show">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/MeanBeanChallenge_Logo_Desktop.png, /images/mainsite5/mean-bean/2019/MeanBeanChallenge_Logo_Desktop_@2x.png 2x">
<img class="banner-mean-bean-logo" src="/images/mainsite5/mean-bean/2019/Landing_Page_Header_Mobile.png, /images/mainsite5/mean-bean/2019/Landing_Page_Header_Mobile_@2x.png 2x" alt="Mean Bean Challenge">
</picture>
<p>Eat nothing but rice and beans
for five days, get sponsored and
help end hunger.</p>
<div class="large-col-6">
<div>
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean">
<div class="button-bottom"></div>
<div class="button-top">Sign Up Today</div>
</a>
</div>
</div>
<div class="large-col-6">
<div>
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean button--mean-bean-red">
<div class="button-bottom"></div>
<div class="button-top">Invite a friend</div>
</a>
</div>
</div>
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<div class="full-banner full-banner--mean-bean full-banner--mean-bean-landing full-banner--image full-banner--featured flexbox flexboxlegacy enhanced" data-image="/images/mainsite5/mean-bean/background.jpg"><div class="full-banner__image" style="background-image: url("/images/mainsite5/mean-bean/background.jpg"); background-repeat: no-repeat;"></div>
<div class="inner">
<div class="full-banner--featured-panel">
<div class="full-banner__content-wrapper">
<!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<div class="large-col-6">
<picture>
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Desktop.gif, /images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Desktop@2x.gif 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Mobilev2.gif, /images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Mobilev2@2x.gif 2x">
<img src="/images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Desktop.gif" alt="Mean Bean Challenge">
</picture>
</div>
<div class="large-col-6">
<picture class="desktop-show">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/MeanBeanChallenge_Logo_Desktop.png, /images/mainsite5/mean-bean/2019/MeanBeanChallenge_Logo_Desktop_@2x.png 2x">
<img class="banner-mean-bean-logo" src="/images/mainsite5/mean-bean/2019/Landing_Page_Header_Mobile.png, /images/mainsite5/mean-bean/2019/Landing_Page_Header_Mobile_@2x.png 2x" alt="Mean Bean Challenge">
</picture>
<p>Eat nothing but rice and beans
for five days, get sponsored and
help end hunger.</p>
<div class="large-col-6">
<div>
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean">
<div class="button-bottom"></div>
<div class="button-top">Sign Up Today</div>
</a>
</div>
</div>
<div class="large-col-6">
<div>
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean button--mean-bean-red">
<div class="button-bottom"></div>
<div class="button-top">Invite a friend</div>
</a>
</div>
</div>
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
{}
<div class="full-banner full-banner--mean-bean full-banner--mean-bean-landing full-banner--image full-banner--featured flexbox flexboxlegacy enhanced" data-image="/images/mainsite5/mean-bean/background.jpg"><div class="full-banner__image" style="background-image: url("/images/mainsite5/mean-bean/background.jpg"); background-repeat: no-repeat;"></div>
<div class="inner">
<div class="full-banner--featured-panel">
<div class="full-banner__content-wrapper">
<!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<div class="large-col-6">
<picture>
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/Weekender_Logo_Bliss_Desktop.png, /images/mainsite5/mean-bean/2019/Weekender_Logo_Bliss_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/Weekender_Logo_Mobile.png, /images/mainsite5/mean-bean/2019/Weekender_Logo_Mobile@2x.png 2x">
<img class="banner-mean-bean-logo" src="/images/mainsite5/mean-bean/2019/Weekender_Logo_Bliss_Mobile.png" alt="Mean Bean Challenge Weekender">
</picture>
<p>22–24 March</p>
<p>Spend two days eating just rice and beans in the name of beating poverty.</p>
<div class="large-col-6">
<div>
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean button--mean-bean-red">
<div class="button-bottom"></div>
<div class="button-top">Sign Up Today</div>
</a>
</div>
</div>
</div>
<div class="large-col-6">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/gifs/Weekender_Header_GroupShot_Desktop.png, /images/mainsite5/mean-bean/2019/Weekender_Header_GroupShot_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/Weekender_Header_48Hours_Mobile.png, /images/mainsite5/mean-bean/2019/Weekender_Header_48Hours_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Desktop.gif" alt="Mean Bean Challenge">
</picture>
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
<div class="full-banner full-banner--mean-bean full-banner--mean-bean-landing full-banner--image full-banner--featured flexbox flexboxlegacy enhanced" data-image="/images/mainsite5/mean-bean/background.jpg"><div class="full-banner__image" style="background-image: url("/images/mainsite5/mean-bean/background.jpg"); background-repeat: no-repeat;"></div>
<div class="inner">
<div class="full-banner--featured-panel">
<div class="full-banner__content-wrapper">
<!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<div class="large-col-6">
<picture>
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/Weekender_Logo_Bliss_Desktop.png, /images/mainsite5/mean-bean/2019/Weekender_Logo_Bliss_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/Weekender_Logo_Mobile.png, /images/mainsite5/mean-bean/2019/Weekender_Logo_Mobile@2x.png 2x">
<img class="banner-mean-bean-logo" src="/images/mainsite5/mean-bean/2019/Weekender_Logo_Bliss_Mobile.png" alt="Mean Bean Challenge Weekender">
</picture>
<p>22–24 March</p>
<p>Spend two days eating just rice and beans in the name of beating poverty.</p>
<div class="large-col-6">
<div>
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean button--mean-bean-red">
<div class="button-bottom"></div>
<div class="button-top">Sign Up Today</div>
</a>
</div>
</div>
</div>
<div class="large-col-6">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/gifs/Weekender_Header_GroupShot_Desktop.png, /images/mainsite5/mean-bean/2019/Weekender_Header_GroupShot_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/Weekender_Header_48Hours_Mobile.png, /images/mainsite5/mean-bean/2019/Weekender_Header_48Hours_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/gifs/MeanBean_LandingPage_Header_Desktop.gif" alt="Mean Bean Challenge">
</picture>
</div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
</div>
{}
<section class="inner mean-bean">
<div class="mean-bean-yellow-block mean-bean-yellow-block--quantity">
<div class="mobile-only">
<h1>The all-important <span>quantities</span></h1>
<strong>As a minimum, we'd recommend the following:</strong>
</div>
<div class="mean-bean-welcome__plate-fork"></div>
<div class="desktop-only">
<h1>The all-important <span>quantities</span></h1>
<strong>As a minimum, we'd recommend the following:</strong>
</div>
<div class="quantity-meal">
<h2>Breakfast:</h2>
100g porridge, made with water
</div>
<div class="quantity-meal">
<h2>Lunch:</h2>
50g rice with 100g beans
</div>
<div class="quantity-meal">
<h2>Dinner:</h2>
50g rice with 100g beans
</div>
<p>This ammounts to approve 980 calories per day. NB: All weights given are for dry, pre-cooked quantities. For more, see our <a href="https://www.tearfund.org/en/about_you/fundraise/mean_bean_challenge/nutrition/">nutrition advice</a>.</p>
</div>
</section>
<section class="inner mean-bean">
<div class="mean-bean-yellow-block mean-bean-yellow-block--quantity">
<div class="mobile-only">
<h1>The all-important <span>quantities</span></h1>
<strong>As a minimum, we'd recommend the following:</strong>
</div>
<div class="mean-bean-welcome__plate-fork"></div>
<div class="desktop-only">
<h1>The all-important <span>quantities</span></h1>
<strong>As a minimum, we'd recommend the following:</strong>
</div>
<div class="quantity-meal">
<h2>Breakfast:</h2>
100g porridge, made with water
</div>
<div class="quantity-meal">
<h2>Lunch:</h2>
50g rice with 100g beans
</div>
<div class="quantity-meal">
<h2>Dinner:</h2>
50g rice with 100g beans
</div>
<p>This ammounts to approve 980 calories per day. NB: All weights given are for dry, pre-cooked quantities. For more, see our <a href="https://www.tearfund.org/en/about_you/fundraise/mean_bean_challenge/nutrition/">nutrition advice</a>.</p>
</div>
</section>
{}
This ammounts to approve 980 calories per day. NB: All weights given are for dry, pre-cooked quantities. For more, see our nutrition advice.
<div class="inner mean-bean">
<h1>Bean <span>Tales</span></h1>
<div class="clearfix">
<div class="bean-tale">
<img src="https://www.tearfund.org/images/mainsite5/birthday/birthday-norma.png">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lacus semper velit semper consectetur sed et mauris. Sed efficitur eget sem ac dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sodales nisl at feugiat tempus. Nulla sit amet dignissim orci, vel congue magna. Etiam porta sem a justo fringilla posuere. Proin dignissim luctus viverra.</p>
</div>
<div class="bean-tale">
<img src="https://www.tearfund.org/images/mainsite5/birthday/birthday-norma.png">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lacus semper velit semper consectetur sed et mauris. Sed efficitur eget sem ac dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sodales nisl at feugiat tempus. Nulla sit amet dignissim orci, vel congue magna. Etiam porta sem a justo fringilla posuere. Proin dignissim luctus viverra.</p>
</div>
<div class="bean-tale">
<img src="https://www.tearfund.org/images/mainsite5/birthday/birthday-norma.png">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lacus semper velit semper consectetur sed et mauris. Sed efficitur eget sem ac dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sodales nisl at feugiat tempus. Nulla sit amet dignissim orci, vel congue magna. Etiam porta sem a justo fringilla posuere. Proin dignissim luctus viverra.</p>
</div>
</div>
<div class="bean-tales-cta">
<a href="#" class="button button--mean-bean button--mean-bean--bean button--mean-bean-small">Sign Up Today</a>
<p><strong>Something has to be done. We're Mean Beaners and we won't stop fighting hunger - we won't stop until poverty stops. So get your friends together, stock up on those beans and let's smash poverty together.</strong></p>
</div>
</div>
<div class="inner mean-bean">
<h1>Bean <span>Tales</span></h1>
<div class="clearfix">
<div class="bean-tale">
<img src="https://www.tearfund.org/images/mainsite5/birthday/birthday-norma.png">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lacus semper velit semper consectetur sed et mauris. Sed efficitur eget sem ac dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sodales nisl at feugiat tempus. Nulla sit amet dignissim orci, vel congue magna. Etiam porta sem a justo fringilla posuere. Proin dignissim luctus viverra.</p>
</div>
<div class="bean-tale">
<img src="https://www.tearfund.org/images/mainsite5/birthday/birthday-norma.png">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lacus semper velit semper consectetur sed et mauris. Sed efficitur eget sem ac dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sodales nisl at feugiat tempus. Nulla sit amet dignissim orci, vel congue magna. Etiam porta sem a justo fringilla posuere. Proin dignissim luctus viverra.</p>
</div>
<div class="bean-tale">
<img src="https://www.tearfund.org/images/mainsite5/birthday/birthday-norma.png">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lacus semper velit semper consectetur sed et mauris. Sed efficitur eget sem ac dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sodales nisl at feugiat tempus. Nulla sit amet dignissim orci, vel congue magna. Etiam porta sem a justo fringilla posuere. Proin dignissim luctus viverra.</p>
</div>
</div>
<div class="bean-tales-cta">
<a href="#" class="button button--mean-bean button--mean-bean--bean button--mean-bean-small">Sign Up Today</a>
<p><strong>Something has to be done. We're Mean Beaners and we won't stop fighting hunger - we won't stop until poverty stops. So get your friends together, stock up on those beans and let's smash poverty together.</strong></p>
</div>
</div>
{}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lacus semper velit semper consectetur sed et mauris. Sed efficitur eget sem ac dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sodales nisl at feugiat tempus. Nulla sit amet dignissim orci, vel congue magna. Etiam porta sem a justo fringilla posuere. Proin dignissim luctus viverra.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lacus semper velit semper consectetur sed et mauris. Sed efficitur eget sem ac dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sodales nisl at feugiat tempus. Nulla sit amet dignissim orci, vel congue magna. Etiam porta sem a justo fringilla posuere. Proin dignissim luctus viverra.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel lacus semper velit semper consectetur sed et mauris. Sed efficitur eget sem ac dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sodales nisl at feugiat tempus. Nulla sit amet dignissim orci, vel congue magna. Etiam porta sem a justo fringilla posuere. Proin dignissim luctus viverra.
Something has to be done. We're Mean Beaners and we won't stop fighting hunger - we won't stop until poverty stops. So get your friends together, stock up on those beans and let's smash poverty together.
<div class="mean-bean">
<div class="inner clearfix">
<div class="large-col-8">
<div class="grey-section">
<div class="">
<h3 class="mobile-only">What exactly am I allowed to eat during the mean bean challenge?</h3>
<div class="mb-eat"></div>
<h3 class="desktop-only">What exactly am I allowed to eat during the mean bean challenge?</h3>
<div class="mb-eat-plan">
<p><strong>For breakfast:</strong> Porridge made with water.</p>
<p><strong>For lunch and dinner:</strong> Plain beans with plain race.</p>
<p><strong>And to drink?</strong> Just water.</p>
<p><strong>Seasonings?</strong> A small amount of salt is allowed, but no black pepper, chilli flakes or Herbes de Province.</p>
<p><strong>What about my Piri Piri sauce?</strong> Sauces are a big no-no, I'm afraid. So no baked beans, either.</p>
<p><strong>What types of beans are allowed?</strong> Definitely not jelly beans, if that's what you're asking. Just kidney beans, black-eyed beans, butter beans etc. Chickpeas, funnily enough, aren’t peas at all, but are in fact beans. So chickpea to your heart’s content.</p>
</div>
</div>
</div>
</div>
<div class="large-col-4">
<div class="mean-bean-positioner mean-bean-positioner--calorie">
<div class="mean-bean-blue-block mean-bean-yellow-block--calorie">
<h3>What is the normal recommended calorie intake for Men and Women?</h3>
<p>Calories measure how much energy food and drink contain. The amount of energy you need will depend on your age, lifestyle, size, gender and state of health. <strong>The guideline daily amount of calories is 2,000Kcal for women and 2,500Kcal for men.</strong> These are only guidelines, however. In reality there is no such thing as an energy requirement that suits everyone. We all need a certain amount of calories to provide our bodies with the energy they need to keep ticking over.</p>
</div>
</div>
</div>
</div>
<div class="grey-section grey-section--dark">
<div class="inner clearfix">
<h1>More on Calories</h1>
<div class="mb-porridge-intake">
<div class="mb-porridge-water"></div>
<h4>What would my calorie intake of 100G* of porridge and water give me?</h4>
<p>Approximately <strong>360Kcal</strong>.<br />
*Dry Weight</p>
</div>
<div class="mb-bean-intake">
<div class="mean-bean-welcome__plate"></div>
<h4>WHAT WOULD BE MY CALORIE INTAKE IF I ATE 50G OF PLAIN COOKED RICE AND 100G (DRAINED WEIGHT) OF COOKED KIDNEY BEANS?</h4>
<p>50g of plain, cooked rice is approximately 190Kcal, with 100g of drained kidney beans being approximately 125Kcal. The total calorie intake for one Mean Bean meal would be <strong>315Kcal.</strong></p>
</div>
</div>
</div>
<div class="inner">
<h3 class="center-text">WHAT MINIMUM DAILY QUANTITIES DO YOU RECOMMEND?</h3>
<div class="clearfix">
<div class="breakfast-reccomend">
<div class="mean-bean-yellow-block">
<div class="large-col-4">
<h4>Breakfast</h4>
<p>100g porridge, made with water</p>
</div>
<div class="large-col-4">
<h4>Lunch</h4>
<p>50g rice with 100g beans</p>
</div>
<div class="large-col-4">
<h4>Dinner</h4>
<p>50g rice with 100g beans</p>
</div>
<p>NB: Weights referred to are for uncooked rice and drained kidney beans. <strong>This amounts to approximately 990Kcal per day.</strong>
However, as previously highlighted, everyone's body is different, so it's best for everyone to determine themselves what daily quantities they feel they can manage.</p>
</div>
</div>
</div>
</div>
<div class="inner">
<h1 class="center-text nutrient-header">What nutrients would I get from <span>just eating porridge, rice and beans?</span></h1>
</div>
<div class="grey-section">
<div class="inner clearfix">
<div class="large-col-6">
<div class="nutrients-rice"></div>
</div>
<div class="large-col-6 large-col-offset-6">
<div class="mean-bean-step">
<p><strong>FIBRE - </strong>helps to maintain bowel function.</p>
<p><strong>B Vitamins - </strong>for example, thiamine which helps the body use energy from the carbohydrates we eat.</p>
<p><strong>IRON - </strong>required by red blood cells which transport oxygen around the body.</p>
<p><strong>CALCIUM - </strong>to help develop and maintain healthy bones and teeth.</p>
<p><strong>FOLATE - </strong>needed for the formation of healthy red blood cells and for the nervous system.</p>
</div>
</div>
</div>
</div>
<div class="inner clearfix">
<div class="large-col-6">
<div class="nutrients-beans"></div>
</div>
<div class="large-col-6 large-col-offset-6">
<div class="mean-bean-step">
<p>Beans are high in fibre and naturally lower in fat than animal sources of protein. This good group is a really important part of a healty, balanced diet, as these foods are good sources of protein, and lots of essential vitamins and minerals.</p>
<p><strong>PROTEIN - </strong>for growth and maintanence of normal muscles and maintanance of healthy bones.</p>
<p>One 80g portion of beans will count as one of your five a day.</p>
<p><strong>However, if you eat any more than this in one day, it will still only count as one of your five a day - no matter how much you eat. This because although pulses contain fibre, they don't contain the same combinations of vitamins, minerals and other nutrients as fruit and vegetables.</strong>
</div>
</div>
</div>
<div class="grey-section">
<div class="inner clearfix">
<div class="large-col-6">
<div class="nutrients-oats"></div>
</div>
<div class="large-col-6 large-col-offset-6">
<div class="mean-bean-step">
<p><strong>THIAMINE - </strong>aids normal energy-yielding metabolism, growth, development, function of cells and the heart.</p>
<p><strong>FOLATE - </strong>contributes to normal blood formation, immune system, and protein and glycogen metabolism. Deficiency results in anaemia.</p>
<p><strong>IRON - </strong>contributes to normal red blood cell formation, cognitive function, oxygen transport in the body and function of the immune system.</p>
<p><strong>MAGNESIUM - </strong>helps with normal muscle function, electrolyte balance and maintanance of normal bones and teeth.</p>
<p><strong>ZINC - </strong>contributes to normal fertility and reporudction, cognitive function, wound healing and protein synthesis.</p>
<p><strong>DIETARY FIBRE - </strong>can reduce risk of heart disease, diabetes, some cancers and help weight control. It is also important for digestive health.</p>
</div>
</div>
</div>
</div>
<div class="inner clearfix">
<div class="large-col-6">
<div class="nutrients-water"></div>
</div>
<div class="large-col-6 large-col-offset-6">
<div class="mean-bean-step">
<p>Water is essential for our bodies to work properly, for example, for regulating body temperature, transporting nutrients around the body and for normal brain function.</p>
<p>Drinking plenty of water relieves fatigue, improves mood, treats headaches and migraines, helps digestion and flushes out toxins.</p>
</div>
</div>
</div>
<div class="red-section clearfix">
<div class="inner">
<div class="large-col-6">
<h3>What nourishment would I miss out on by just eating rice, beans and porridge?</h3>
<p>Beans and rice are a staple diet in many countries around the world, making a complete protein when eaten together – one that contains all of the essential amino acids. While beans and rice, individually, are low in certain types of essential amino acids, each offers what the other lacks. However, eating beans and rice alone can lead to nutritional deficiencies in the long term.</p>
</div>
<div class="large-col-6">
<div class="mean-bean-positioner">
<div class="mean-bean-yellow-block--miss-out clearfix">
<div class="mb-miss-out"></div>
<div class="mb-miss-out-text">
<h4>YOU WILL MISS OUT ON:</h4>
<ul>
<li>Vitamins and minerals found in fruit and vegetables</li>
<li>A variety of protein found in fish, meat and diary</li>
<li>Some fat, which is essential in a healthy balanced diet</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="inner">
<div class="clearfix mb-health-section">
<div class="large-col-8 mb-symptoms">
<div class="mean-bean-yellow-block">
<div class="mb-flatulent-bean"></div>
<h3>HOW WILL I EXPECT TO FEEL EATING THESE THREE THINGS FOR FIVE DAYS?</h3>
<p><strong>Some side effects may occur and can include:</strong></p>
<ul>
<li>Hunger!</li>
<li>Dry mouth</li>
<li>Constipation or diarrhoea</li>
<li>Headaches (mainly due to caffeine and sugar withdrawals)</li>
<li>Dizziness</li>
<li>Flatulence (just blame it on the cat/dog/children)</li>
</ul>
</div>
</div>
<div class="large-col-4 mb-unwell">
<div class="mean-bean-yellow-block">
<div class="mean-bean-welcome__nutrition mean-bean-welcome__nutrition--unwell"></div>
<h3>What should I do if I feel unwell?</h3>
<p>Before starting a diet it is <strong>strongly advisable that you contact your GP</strong>, particularly if you are suffering from ill health or have a medical condition. If you feel unwell, stop doing the challenge.</p>
</div>
</div>
</div>
</div>
<div class="grey-section">
<div class="inner">
<h2 class="mb-heading-blue">Case Study Headline</h2>
<div class="nutrition-matunda"></div>
<p>One meal a day of cassava leaves and yams would provide the necessary nutrients for anyone to function normally. The long-term effect of an unvaried diet, without fresh fruit and vegetables, would be to develop chronic malnutrition, with physical and menatal stunting as a consequence.</p>
<p>Cassava leaves may be dangerour if consumed raw, in large amounts or when prepared incorrectly. This is because raw cassava contains poisonous chemicals which, when consumed frequently, are associated with paralysis and organ damage, and can be fatal.</p>
<p>This is the diet that poverty has forced Matunda and her community to eat. <br />
<strong>We won't stand idly by and let this happen. We won't stop until poverty stops.</strong>
</div>
</div>
</div>
</div>
<div class="mean-bean">
<div class="inner clearfix">
<div class="large-col-8">
<div class="grey-section">
<div class="">
<h3 class="mobile-only">What exactly am I allowed to eat during the mean bean challenge?</h3>
<div class="mb-eat"></div>
<h3 class="desktop-only">What exactly am I allowed to eat during the mean bean challenge?</h3>
<div class="mb-eat-plan">
<p><strong>For breakfast:</strong> Porridge made with water.</p>
<p><strong>For lunch and dinner:</strong> Plain beans with plain race.</p>
<p><strong>And to drink?</strong> Just water.</p>
<p><strong>Seasonings?</strong> A small amount of salt is allowed, but no black pepper, chilli flakes or Herbes de Province.</p>
<p><strong>What about my Piri Piri sauce?</strong> Sauces are a big no-no, I'm afraid. So no baked beans, either.</p>
<p><strong>What types of beans are allowed?</strong> Definitely not jelly beans, if that's what you're asking. Just kidney beans, black-eyed beans, butter beans etc. Chickpeas, funnily enough, aren’t peas at all, but are in fact beans. So chickpea to your heart’s content.</p>
</div>
</div>
</div>
</div>
<div class="large-col-4">
<div class="mean-bean-positioner mean-bean-positioner--calorie">
<div class="mean-bean-blue-block mean-bean-yellow-block--calorie">
<h3>What is the normal recommended calorie intake for Men and Women?</h3>
<p>Calories measure how much energy food and drink contain. The amount of energy you need will depend on your age, lifestyle, size, gender and state of health. <strong>The guideline daily amount of calories is 2,000Kcal for women and 2,500Kcal for men.</strong> These are only guidelines, however. In reality there is no such thing as an energy requirement that suits everyone. We all need a certain amount of calories to provide our bodies with the energy they need to keep ticking over.</p>
</div>
</div>
</div>
</div>
<div class="grey-section grey-section--dark">
<div class="inner clearfix">
<h1>More on Calories</h1>
<div class="mb-porridge-intake">
<div class="mb-porridge-water"></div>
<h4>What would my calorie intake of 100G* of porridge and water give me?</h4>
<p>Approximately <strong>360Kcal</strong>.<br />
*Dry Weight</p>
</div>
<div class="mb-bean-intake">
<div class="mean-bean-welcome__plate"></div>
<h4>WHAT WOULD BE MY CALORIE INTAKE IF I ATE 50G OF PLAIN COOKED RICE AND 100G (DRAINED WEIGHT) OF COOKED KIDNEY BEANS?</h4>
<p>50g of plain, cooked rice is approximately 190Kcal, with 100g of drained kidney beans being approximately 125Kcal. The total calorie intake for one Mean Bean meal would be <strong>315Kcal.</strong></p>
</div>
</div>
</div>
<div class="inner">
<h3 class="center-text">WHAT MINIMUM DAILY QUANTITIES DO YOU RECOMMEND?</h3>
<div class="clearfix">
<div class="breakfast-reccomend">
<div class="mean-bean-yellow-block">
<div class="large-col-4">
<h4>Breakfast</h4>
<p>100g porridge, made with water</p>
</div>
<div class="large-col-4">
<h4>Lunch</h4>
<p>50g rice with 100g beans</p>
</div>
<div class="large-col-4">
<h4>Dinner</h4>
<p>50g rice with 100g beans</p>
</div>
<p>NB: Weights referred to are for uncooked rice and drained kidney beans. <strong>This amounts to approximately 990Kcal per day.</strong>
However, as previously highlighted, everyone's body is different, so it's best for everyone to determine themselves what daily quantities they feel they can manage.</p>
</div>
</div>
</div>
</div>
<div class="inner">
<h1 class="center-text nutrient-header">What nutrients would I get from <span>just eating porridge, rice and beans?</span></h1>
</div>
<div class="grey-section">
<div class="inner clearfix">
<div class="large-col-6">
<div class="nutrients-rice"></div>
</div>
<div class="large-col-6 large-col-offset-6">
<div class="mean-bean-step">
<p><strong>FIBRE - </strong>helps to maintain bowel function.</p>
<p><strong>B Vitamins - </strong>for example, thiamine which helps the body use energy from the carbohydrates we eat.</p>
<p><strong>IRON - </strong>required by red blood cells which transport oxygen around the body.</p>
<p><strong>CALCIUM - </strong>to help develop and maintain healthy bones and teeth.</p>
<p><strong>FOLATE - </strong>needed for the formation of healthy red blood cells and for the nervous system.</p>
</div>
</div>
</div>
</div>
<div class="inner clearfix">
<div class="large-col-6">
<div class="nutrients-beans"></div>
</div>
<div class="large-col-6 large-col-offset-6">
<div class="mean-bean-step">
<p>Beans are high in fibre and naturally lower in fat than animal sources of protein. This good group is a really important part of a healty, balanced diet, as these foods are good sources of protein, and lots of essential vitamins and minerals.</p>
<p><strong>PROTEIN - </strong>for growth and maintanence of normal muscles and maintanance of healthy bones.</p>
<p>One 80g portion of beans will count as one of your five a day.</p>
<p><strong>However, if you eat any more than this in one day, it will still only count as one of your five a day - no matter how much you eat. This because although pulses contain fibre, they don't contain the same combinations of vitamins, minerals and other nutrients as fruit and vegetables.</strong>
</div>
</div>
</div>
<div class="grey-section">
<div class="inner clearfix">
<div class="large-col-6">
<div class="nutrients-oats"></div>
</div>
<div class="large-col-6 large-col-offset-6">
<div class="mean-bean-step">
<p><strong>THIAMINE - </strong>aids normal energy-yielding metabolism, growth, development, function of cells and the heart.</p>
<p><strong>FOLATE - </strong>contributes to normal blood formation, immune system, and protein and glycogen metabolism. Deficiency results in anaemia.</p>
<p><strong>IRON - </strong>contributes to normal red blood cell formation, cognitive function, oxygen transport in the body and function of the immune system.</p>
<p><strong>MAGNESIUM - </strong>helps with normal muscle function, electrolyte balance and maintanance of normal bones and teeth.</p>
<p><strong>ZINC - </strong>contributes to normal fertility and reporudction, cognitive function, wound healing and protein synthesis.</p>
<p><strong>DIETARY FIBRE - </strong>can reduce risk of heart disease, diabetes, some cancers and help weight control. It is also important for digestive health.</p>
</div>
</div>
</div>
</div>
<div class="inner clearfix">
<div class="large-col-6">
<div class="nutrients-water"></div>
</div>
<div class="large-col-6 large-col-offset-6">
<div class="mean-bean-step">
<p>Water is essential for our bodies to work properly, for example, for regulating body temperature, transporting nutrients around the body and for normal brain function.</p>
<p>Drinking plenty of water relieves fatigue, improves mood, treats headaches and migraines, helps digestion and flushes out toxins.</p>
</div>
</div>
</div>
<div class="red-section clearfix">
<div class="inner">
<div class="large-col-6">
<h3>What nourishment would I miss out on by just eating rice, beans and porridge?</h3>
<p>Beans and rice are a staple diet in many countries around the world, making a complete protein when eaten together – one that contains all of the essential amino acids. While beans and rice, individually, are low in certain types of essential amino acids, each offers what the other lacks. However, eating beans and rice alone can lead to nutritional deficiencies in the long term.</p>
</div>
<div class="large-col-6">
<div class="mean-bean-positioner">
<div class="mean-bean-yellow-block--miss-out clearfix">
<div class="mb-miss-out"></div>
<div class="mb-miss-out-text">
<h4>YOU WILL MISS OUT ON:</h4>
<ul>
<li>Vitamins and minerals found in fruit and vegetables</li>
<li>A variety of protein found in fish, meat and diary</li>
<li>Some fat, which is essential in a healthy balanced diet</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="inner">
<div class="clearfix mb-health-section">
<div class="large-col-8 mb-symptoms">
<div class="mean-bean-yellow-block">
<div class="mb-flatulent-bean"></div>
<h3>HOW WILL I EXPECT TO FEEL EATING THESE THREE THINGS FOR FIVE DAYS?</h3>
<p><strong>Some side effects may occur and can include:</strong></p>
<ul>
<li>Hunger!</li>
<li>Dry mouth</li>
<li>Constipation or diarrhoea</li>
<li>Headaches (mainly due to caffeine and sugar withdrawals)</li>
<li>Dizziness</li>
<li>Flatulence (just blame it on the cat/dog/children)</li>
</ul>
</div>
</div>
<div class="large-col-4 mb-unwell">
<div class="mean-bean-yellow-block">
<div class="mean-bean-welcome__nutrition mean-bean-welcome__nutrition--unwell"></div>
<h3>What should I do if I feel unwell?</h3>
<p>Before starting a diet it is <strong>strongly advisable that you contact your GP</strong>, particularly if you are suffering from ill health or have a medical condition. If you feel unwell, stop doing the challenge.</p>
</div>
</div>
</div>
</div>
<div class="grey-section">
<div class="inner">
<h2 class="mb-heading-blue">Case Study Headline</h2>
<div class="nutrition-matunda"></div>
<p>One meal a day of cassava leaves and yams would provide the necessary nutrients for anyone to function normally. The long-term effect of an unvaried diet, without fresh fruit and vegetables, would be to develop chronic malnutrition, with physical and menatal stunting as a consequence.</p>
<p>Cassava leaves may be dangerour if consumed raw, in large amounts or when prepared incorrectly. This is because raw cassava contains poisonous chemicals which, when consumed frequently, are associated with paralysis and organ damage, and can be fatal.</p>
<p>This is the diet that poverty has forced Matunda and her community to eat. <br />
<strong>We won't stand idly by and let this happen. We won't stop until poverty stops.</strong>
</div>
</div>
</div>
</div>
{}
For breakfast: Porridge made with water.
For lunch and dinner: Plain beans with plain race.
And to drink? Just water.
Seasonings? A small amount of salt is allowed, but no black pepper, chilli flakes or Herbes de Province.
What about my Piri Piri sauce? Sauces are a big no-no, I'm afraid. So no baked beans, either.
What types of beans are allowed? Definitely not jelly beans, if that's what you're asking. Just kidney beans, black-eyed beans, butter beans etc. Chickpeas, funnily enough, aren’t peas at all, but are in fact beans. So chickpea to your heart’s content.
Calories measure how much energy food and drink contain. The amount of energy you need will depend on your age, lifestyle, size, gender and state of health. The guideline daily amount of calories is 2,000Kcal for women and 2,500Kcal for men. These are only guidelines, however. In reality there is no such thing as an energy requirement that suits everyone. We all need a certain amount of calories to provide our bodies with the energy they need to keep ticking over.
Approximately 360Kcal.
*Dry Weight
50g of plain, cooked rice is approximately 190Kcal, with 100g of drained kidney beans being approximately 125Kcal. The total calorie intake for one Mean Bean meal would be 315Kcal.
100g porridge, made with water
50g rice with 100g beans
50g rice with 100g beans
NB: Weights referred to are for uncooked rice and drained kidney beans. This amounts to approximately 990Kcal per day. However, as previously highlighted, everyone's body is different, so it's best for everyone to determine themselves what daily quantities they feel they can manage.
FIBRE - helps to maintain bowel function.
B Vitamins - for example, thiamine which helps the body use energy from the carbohydrates we eat.
IRON - required by red blood cells which transport oxygen around the body.
CALCIUM - to help develop and maintain healthy bones and teeth.
FOLATE - needed for the formation of healthy red blood cells and for the nervous system.
Beans are high in fibre and naturally lower in fat than animal sources of protein. This good group is a really important part of a healty, balanced diet, as these foods are good sources of protein, and lots of essential vitamins and minerals.
PROTEIN - for growth and maintanence of normal muscles and maintanance of healthy bones.
One 80g portion of beans will count as one of your five a day.
However, if you eat any more than this in one day, it will still only count as one of your five a day - no matter how much you eat. This because although pulses contain fibre, they don't contain the same combinations of vitamins, minerals and other nutrients as fruit and vegetables.
THIAMINE - aids normal energy-yielding metabolism, growth, development, function of cells and the heart.
FOLATE - contributes to normal blood formation, immune system, and protein and glycogen metabolism. Deficiency results in anaemia.
IRON - contributes to normal red blood cell formation, cognitive function, oxygen transport in the body and function of the immune system.
MAGNESIUM - helps with normal muscle function, electrolyte balance and maintanance of normal bones and teeth.
ZINC - contributes to normal fertility and reporudction, cognitive function, wound healing and protein synthesis.
DIETARY FIBRE - can reduce risk of heart disease, diabetes, some cancers and help weight control. It is also important for digestive health.
Water is essential for our bodies to work properly, for example, for regulating body temperature, transporting nutrients around the body and for normal brain function.
Drinking plenty of water relieves fatigue, improves mood, treats headaches and migraines, helps digestion and flushes out toxins.
Beans and rice are a staple diet in many countries around the world, making a complete protein when eaten together – one that contains all of the essential amino acids. While beans and rice, individually, are low in certain types of essential amino acids, each offers what the other lacks. However, eating beans and rice alone can lead to nutritional deficiencies in the long term.
Some side effects may occur and can include:
Before starting a diet it is strongly advisable that you contact your GP, particularly if you are suffering from ill health or have a medical condition. If you feel unwell, stop doing the challenge.
One meal a day of cassava leaves and yams would provide the necessary nutrients for anyone to function normally. The long-term effect of an unvaried diet, without fresh fruit and vegetables, would be to develop chronic malnutrition, with physical and menatal stunting as a consequence.
Cassava leaves may be dangerour if consumed raw, in large amounts or when prepared incorrectly. This is because raw cassava contains poisonous chemicals which, when consumed frequently, are associated with paralysis and organ damage, and can be fatal.
This is the diet that poverty has forced Matunda and her community to eat.
We won't stand idly by and let this happen. We won't stop until poverty stops.
<div class="full-banner full-banner--mean-bean-lyson full-banner--image" data-image="/images/mainsite5/mean-bean/case-study-hero.jpg">
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title">Life on the edge</h1>
<p>Help Matunda - take on the mean bean challenge</p>
<a class="button button--mean-bean">
<div class="button--mean-bean__left-white"></div>
<div class="button--mean-bean__top"></div>
<div class="button--mean-bean__left"></div>
Sign Up Today
<div class="button--mean-bean__bottom-white"></div>
<div class="button--mean-bean__right"></div>
<div class="button--mean-bean__bottom"></div>
</a>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
<div class="full-banner full-banner--mean-bean-lyson full-banner--image" data-image="/images/mainsite5/mean-bean/case-study-hero.jpg">
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title">Life on the edge</h1>
<p>Help Matunda - take on the mean bean challenge</p>
<a class="button button--mean-bean">
<div class="button--mean-bean__left-white"></div>
<div class="button--mean-bean__top"></div>
<div class="button--mean-bean__left"></div>
Sign Up Today
<div class="button--mean-bean__bottom-white"></div>
<div class="button--mean-bean__right"></div>
<div class="button--mean-bean__bottom"></div>
</a>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
{}
<div class="mean-bean">
<div class="mean-bean-cta clearfix">
<div class="inner">
<a href="#" class="mean-bean-cta__button mean-bean-cta__button--green">Mean Bean <span>guide</span></a>
<a href="#" class="mean-bean-cta__button mean-bean-cta__button--orange">Nutrition <span>Advice</span></a>
<a href="#" class="mean-bean-cta__button mean-bean-cta__button--red"><span class="top">48 HR</span> <span class="middle">youth</span> <span class="bottom">sign up</span></a>
<a href="#" class="mean-bean-cta__button mean-bean-cta__button--faq">FAQs</a>
</div>
</div>
<h2 class="pl-header">Sign Up Bar</h2>
<div class="mean-bean-sign-section">
<a class="button button--mean-bean">
<div class="button--mean-bean__left-white"></div>
<div class="button--mean-bean__top"></div>
<div class="button--mean-bean__left"></div>
Sign Up Today
<div class="button--mean-bean__bottom-white"></div>
<div class="button--mean-bean__right"></div>
<div class="button--mean-bean__bottom"></div>
</a>
<a href="#" class="button button--mean-bean button--mean-bean--red">
<div class="button--mean-bean__left-white"></div>
<div class="button--mean-bean__top"></div>
<div class="button--mean-bean__left"></div>
Remind Me
<div class="button--mean-bean__bottom-white"></div>
<div class="button--mean-bean__right"></div>
<div class="button--mean-bean__bottom"></div>
</a>
<h2>Mean Beans <span>Fight Hunger.</span></h2>
</div>
</div>
<div class="mean-bean">
<div class="mean-bean-cta clearfix">
<div class="inner">
<a href="#" class="mean-bean-cta__button mean-bean-cta__button--green">Mean Bean <span>guide</span></a>
<a href="#" class="mean-bean-cta__button mean-bean-cta__button--orange">Nutrition <span>Advice</span></a>
<a href="#" class="mean-bean-cta__button mean-bean-cta__button--red"><span class="top">48 HR</span> <span class="middle">youth</span> <span class="bottom">sign up</span></a>
<a href="#" class="mean-bean-cta__button mean-bean-cta__button--faq">FAQs</a>
</div>
</div>
<h2 class="pl-header">Sign Up Bar</h2>
<div class="mean-bean-sign-section">
<a class="button button--mean-bean">
<div class="button--mean-bean__left-white"></div>
<div class="button--mean-bean__top"></div>
<div class="button--mean-bean__left"></div>
Sign Up Today
<div class="button--mean-bean__bottom-white"></div>
<div class="button--mean-bean__right"></div>
<div class="button--mean-bean__bottom"></div>
</a>
<a href="#" class="button button--mean-bean button--mean-bean--red">
<div class="button--mean-bean__left-white"></div>
<div class="button--mean-bean__top"></div>
<div class="button--mean-bean__left"></div>
Remind Me
<div class="button--mean-bean__bottom-white"></div>
<div class="button--mean-bean__right"></div>
<div class="button--mean-bean__bottom"></div>
</a>
<h2>Mean Beans <span>Fight Hunger.</span></h2>
</div>
</div>
{}
<div class="mean-bean mean-bean-yellow-strip clearfix">
<div class="inner">
<div class="large-col-7">
<h2>How your fundraiser will help</h2>
<p><strong>£360 could enable 5 people like Birungi to learn a new skill restoring hope, value and potential.</strong></p>
<div class="mean-bean-button">
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean">
<div class="button-bottom"></div>
<div class="button-top">Sign Up Today</div>
</a>
</div>
</div>
<div class="large-col-4 column-lift">
<picture>
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/CaseStudy_Bean_Holding_Photograph_Desktop.png, /images/mainsite5/mean-bean/2019/CaseStudy_Bean_Holding_Photograph_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/CaseStudy_Bean_Holding_Photograph_Mobile.png, /images/mainsite5/mean-bean/2019/CaseStudy_Bean_Holding_Photograph_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/CaseStudy_Bean_Holding_Photograph_Mobile.png" alt="Mean Bean Challenge">
</picture>
</div>
</div>
</div>
<div class="mean-bean mean-bean-yellow-strip clearfix">
<div class="inner">
<div class="large-col-7">
<h2>How your fundraiser will help</h2>
<p><strong>£360 could enable 5 people like Birungi to learn a new skill restoring hope, value and potential.</strong></p>
<div class="mean-bean-button">
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean">
<div class="button-bottom"></div>
<div class="button-top">Sign Up Today</div>
</a>
</div>
</div>
<div class="large-col-4 column-lift">
<picture>
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/CaseStudy_Bean_Holding_Photograph_Desktop.png, /images/mainsite5/mean-bean/2019/CaseStudy_Bean_Holding_Photograph_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/CaseStudy_Bean_Holding_Photograph_Mobile.png, /images/mainsite5/mean-bean/2019/CaseStudy_Bean_Holding_Photograph_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/CaseStudy_Bean_Holding_Photograph_Mobile.png" alt="Mean Bean Challenge">
</picture>
</div>
</div>
</div>
{}
£360 could enable 5 people like Birungi to learn a new skill restoring hope, value and potential.
<div class="mean-bean">
<div class="mean-bean-sign-section">
<div class="inner clearfix">
<div class="mobile-only">
<h2>Eat Beans <span class="big">Fight</span> <span class="small">Hunger.</span></h2>
</div>
<picture>
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/Main_Footer_Desktop.png, /images/mainsite5/mean-bean/2019/Main_Footer_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/gifs/MeanBean_Main_Footer_Mobile.gif, /images/mainsite5/mean-bean/2019/gifs/MeanBean_Main_Footer_Mobile@2x.gif 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Main_Footer_Mobile@2x.gif" alt="Mean Bean Challenge">
</picture>
<div class="desktop-only">
<h2>Eat Beans <span class="big">Fight</span> <span class="small">Hunger.</span></h2>
</div>
<div class="large-col-6">
<div>
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean">
<div class="button-bottom"></div>
<div class="button-top">Sign Up Today</div>
</a>
</div>
</div>
<div class="large-col-6">
<div>
<a href="javascript:void(0);" data-lightbox="1" class="show-lightbox button button--mean-bean button--mean-bean-red">
<div class="button-bottom"></div>
<div class="button-top">Invite a friend</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="lightbox lightbox--large mean-bean" data-lightbox="1">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png" class="lightbox-image" alt="Mean Bean Challenge">
</picture>
<h1>
Invite a friend
</h1>
<p>Invite a friend to attempt the Mean Bean Challenge via…</p>
<div class="share-container">
<a href="mailto:?&subject=Mean Bean&body=Copy" class="share-button share-button--email">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/email.svg" />
<div class="share-button__text"> Email</div>
</div>
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A//tearfund.org/meanbean" class="share-button share-button--facebook">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/facebook.svg" />
<div class="share-button__text"> Facebook</div>
</div>
</a>
<a href="http://twitter.com/share?text=text goes here&url=http://url goes here&hashtags=hashtag1,hashtag2,hashtag3
" class="share-button share-button--twitter">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/twitter.svg" />
<div class="share-button__text"> Twitter</div>
</div>
</a>
<a href="whatsapp://send" data-text="Take a look at this awesome website:" data-href="" class="share-button share-button--whatsapp mobile-only">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/whatsapp.svg" />
<div class="share-button__text"> Whatsapp</div>
</div>
</a>
</div>
<div class="lightbox__close-circle"><a href="#" class="lightbox__close lightbox__close--icon"></a></div>
</div>
<div class="mean-bean">
<div class="mean-bean-sign-section">
<div class="inner clearfix">
<div class="mobile-only">
<h2>Eat Beans <span class="big">Fight</span> <span class="small">Hunger.</span></h2>
</div>
<picture>
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/Main_Footer_Desktop.png, /images/mainsite5/mean-bean/2019/Main_Footer_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/gifs/MeanBean_Main_Footer_Mobile.gif, /images/mainsite5/mean-bean/2019/gifs/MeanBean_Main_Footer_Mobile@2x.gif 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Main_Footer_Mobile@2x.gif" alt="Mean Bean Challenge">
</picture>
<div class="desktop-only">
<h2>Eat Beans <span class="big">Fight</span> <span class="small">Hunger.</span></h2>
</div>
<div class="large-col-6">
<div>
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean">
<div class="button-bottom"></div>
<div class="button-top">Sign Up Today</div>
</a>
</div>
</div>
<div class="large-col-6">
<div>
<a href="javascript:void(0);" data-lightbox="1" class="show-lightbox button button--mean-bean button--mean-bean-red">
<div class="button-bottom"></div>
<div class="button-top">Invite a friend</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="lightbox lightbox--large mean-bean" data-lightbox="1">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png" class="lightbox-image" alt="Mean Bean Challenge">
</picture>
<h1>
Invite a friend
</h1>
<p>Invite a friend to attempt the Mean Bean Challenge via…</p>
<div class="share-container">
<a href="mailto:?&subject=Mean Bean&body=Copy" class="share-button share-button--email">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/email.svg" />
<div class="share-button__text"> Email</div>
</div>
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A//tearfund.org/meanbean" class="share-button share-button--facebook">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/facebook.svg" />
<div class="share-button__text"> Facebook</div>
</div>
</a>
<a href="http://twitter.com/share?text=text goes here&url=http://url goes here&hashtags=hashtag1,hashtag2,hashtag3
" class="share-button share-button--twitter">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/twitter.svg" />
<div class="share-button__text"> Twitter</div>
</div>
</a>
<a href="whatsapp://send" data-text="Take a look at this awesome website:" data-href="" class="share-button share-button--whatsapp mobile-only">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/whatsapp.svg" />
<div class="share-button__text"> Whatsapp</div>
</div>
</a>
</div>
<div class="lightbox__close-circle"><a href="#" class="lightbox__close lightbox__close--icon"></a></div>
</div>
{}
<div class="full-banner full-banner--mean-bean-alt full-banner--image" data-image="/images/mainsite5/mean-bean/background.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title">Mean Bean FAQS</h1>
<!-- <p>Everything a Mean Bean needs to know.</p>
--> <div class="mean-bean-faq"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
<div class="full-banner full-banner--mean-bean-alt full-banner--image" data-image="/images/mainsite5/mean-bean/background.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title">Mean Bean FAQS</h1>
<!-- <p>Everything a Mean Bean needs to know.</p>
--> <div class="mean-bean-faq"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
{}
<div class="mean-bean mean-bean-content inner clearfix">
<div class="large-col-4">
<h1 class="mobile-only">CASE STUDY HEADLINE TO GO HERE</h1>
<a class="matunda-link" href="#">
<div class="matunda-container">
</div>
</a>
</div>
<div class="large-col-8">
<div class="mean-bean-content-left">
<h2 class="desktop-only">CASE STUDY HEADLINE TO GO HERE</h2>
<p>After losing her parents, Birungi missed out on an education in order to look after her younger twin sisters, neither of whom could walk. With no means to provide for her family, Birungi received sewing skills training through a Tearfund partner and now runs her own sustainable business.</p>
<p><strong>Xxxxxxxxg with us, you’ll be changing the lives of people living in desperate need – people like Birungi.</strong></p>
<div class="mean-bean-button">
<a href="#" class="button button--mean-bean button--mean-bean-white-bg">
<div class="button-bottom"></div>
<div class="button-top">Read Matunda's story</div>
</a>
</div>
</div>
</div>
</div>
<div class="mean-bean mean-bean-content inner clearfix">
<div class="large-col-4">
<h1 class="mobile-only">CASE STUDY HEADLINE TO GO HERE</h1>
<a class="matunda-link" href="#">
<div class="matunda-container">
</div>
</a>
</div>
<div class="large-col-8">
<div class="mean-bean-content-left">
<h2 class="desktop-only">CASE STUDY HEADLINE TO GO HERE</h2>
<p>After losing her parents, Birungi missed out on an education in order to look after her younger twin sisters, neither of whom could walk. With no means to provide for her family, Birungi received sewing skills training through a Tearfund partner and now runs her own sustainable business.</p>
<p><strong>Xxxxxxxxg with us, you’ll be changing the lives of people living in desperate need – people like Birungi.</strong></p>
<div class="mean-bean-button">
<a href="#" class="button button--mean-bean button--mean-bean-white-bg">
<div class="button-bottom"></div>
<div class="button-top">Read Matunda's story</div>
</a>
</div>
</div>
</div>
</div>
{}
After losing her parents, Birungi missed out on an education in order to look after her younger twin sisters, neither of whom could walk. With no means to provide for her family, Birungi received sewing skills training through a Tearfund partner and now runs her own sustainable business.
Xxxxxxxxg with us, you’ll be changing the lives of people living in desperate need – people like Birungi.
<div class="inner">
<div class="mb-matunda-quote">
<div class="mb-matunda-quote__image large-col-6"></div>
<div class="mb-matunda-quote__quote large-col-6">"I feel incredibly sad when I don’t have anything to give the children, but I don't know a place where I can get more food"
<span>Matunda</span></div>
</div>
</div>
<div class="inner">
<div class="mb-matunda-quote">
<div class="mb-matunda-quote__image large-col-6"></div>
<div class="mb-matunda-quote__quote large-col-6">"I feel incredibly sad when I don’t have anything to give the children, but I don't know a place where I can get more food"
<span>Matunda</span></div>
</div>
</div>
{}
<div class="full-banner full-banner--mean-bean-alt full-banner--image" data-image="/images/mainsite5/mean-bean/background.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title">Mean Bean Guide</h1>
<p>Everything you need to take on the Mean Bean Challenge</p>
<div class="mean-bean-guide"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
<div class="full-banner full-banner--mean-bean-alt full-banner--image" data-image="/images/mainsite5/mean-bean/background.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title">Mean Bean Guide</h1>
<p>Everything you need to take on the Mean Bean Challenge</p>
<div class="mean-bean-guide"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
{}
<div class="full-banner full-banner--mean-bean-alt full-banner--image" data-image="/images/mainsite5/mean-bean/background.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title">Mean Bean Nutrition</h1>
<p>with DR. BEAN, MB</p>
<div class="mean-bean-nutrition"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
<div class="full-banner full-banner--mean-bean-alt full-banner--image" data-image="/images/mainsite5/mean-bean/background.jpg" >
<div class="inner">
<div class="full-banner__content-wrapper"><!-- RESPONSIVE CONTAINER -->
<!-- CONTENT START -->
<div class="full-banner__content">
<h1 class="full-banner__title">Mean Bean Nutrition</h1>
<p>with DR. BEAN, MB</p>
<div class="mean-bean-nutrition"></div>
</div>
<!-- CONTENT END -->
</div>
</div>
</div>
{}
<div class="inner mean-bean mean-bean-guide-welcome" style="position: relative;">
<div class="mean-bean-welcome__guide desktop-only"></div>
<div class="mean-bean-yellow-block">
<h2>Welcome <span>Mean Beaners!</span></h2>
<p>This is the one-stop shop for all your Mean Bean needs. You'll find a step-by-step guide, some useful tips, plus some awesome resources to make sure your challenge is as full of beans as possible.</p>
<div class="mean-bean-welcome__guide mobile-only"></div>
</div>
</div>
<div class="inner mean-bean mean-bean-guide-welcome" style="position: relative;">
<div class="mean-bean-welcome__guide desktop-only"></div>
<div class="mean-bean-yellow-block">
<h2>Welcome <span>Mean Beaners!</span></h2>
<p>This is the one-stop shop for all your Mean Bean needs. You'll find a step-by-step guide, some useful tips, plus some awesome resources to make sure your challenge is as full of beans as possible.</p>
<div class="mean-bean-welcome__guide mobile-only"></div>
</div>
</div>
{}
This is the one-stop shop for all your Mean Bean needs. You'll find a step-by-step guide, some useful tips, plus some awesome resources to make sure your challenge is as full of beans as possible.
<div class="inner mean-bean">
<div class="mean-bean-totaliser">
<div class="mean-bean-totaliser__character"></div>
<div class="giving-bar__amount giving-bar__community-amount">
<div class="giving-bar__amount-total">
<div class="giving-bar__amount-currency">£<input type="number" min="5" max="12000" step="1" class="giving-bar__input" style="width: 33px;"></div>
</div>
</div>
<div class="giving-bar__content giving-bar__community-content" id="give">
<div class="giving-description" data-min="72.00" data-max="288.00">
£72 could restore hope and value to a 1 woman like Birungi through business skills training.
</div>
<div class="giving-description hide" data-min="288.00" data-max="576.00">
£288 could restore hope and value to a 4 women like Birungi through business skills training.
</div>
</div>
<div class="giving-bar__giving">
<div class="mean-bean-slider"></div>
Slide the bean to see how your fundraising could help change lives.
</div>
<a class="button button--mean-bean">
<div class="button--mean-bean__left-white"></div>
<div class="button--mean-bean__top"></div>
<div class="button--mean-bean__left"></div>
Sign Up Today
<div class="button--mean-bean__bottom-white"></div>
<div class="button--mean-bean__right"></div>
<div class="button--mean-bean__bottom"></div>
</a>
</div>
</div>
<div class="inner mean-bean">
<div class="mean-bean-totaliser">
<div class="mean-bean-totaliser__character"></div>
<div class="giving-bar__amount giving-bar__community-amount">
<div class="giving-bar__amount-total">
<div class="giving-bar__amount-currency">£<input type="number" min="5" max="12000" step="1" class="giving-bar__input" style="width: 33px;"></div>
</div>
</div>
<div class="giving-bar__content giving-bar__community-content" id="give">
<div class="giving-description" data-min="72.00" data-max="288.00">
£72 could restore hope and value to a 1 woman like Birungi through business skills training.
</div>
<div class="giving-description hide" data-min="288.00" data-max="576.00">
£288 could restore hope and value to a 4 women like Birungi through business skills training.
</div>
</div>
<div class="giving-bar__giving">
<div class="mean-bean-slider"></div>
Slide the bean to see how your fundraising could help change lives.
</div>
<a class="button button--mean-bean">
<div class="button--mean-bean__left-white"></div>
<div class="button--mean-bean__top"></div>
<div class="button--mean-bean__left"></div>
Sign Up Today
<div class="button--mean-bean__bottom-white"></div>
<div class="button--mean-bean__right"></div>
<div class="button--mean-bean__bottom"></div>
</a>
</div>
</div>
{}
<div class="inner mean-bean">
<div class="mean-bean-pay-in clearfix">
<div class="large-col-4">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/PayInYourMoney_Red_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/PayInYourMoney_Red_Bean_Mobile_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile.png" class="mean-bean-ukaid-image" alt="Mean Bean Challenge">
</picture>
</div>
<div class="large-col-8">
<h2>Pay in your money</h2>
<p>XX Thank you so much for fundraising for Tearfund. We’re so grateful for all the hard work you put into helping us to bring an end to poverty. Please use our simple online form to pay in your money.</p>
<picture class="mobile-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/PayInYourMoney_Red_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/PayInYourMoney_Red_Bean_Mobile_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile.png" class="mean-bean-ukaid-image" alt="Mean Bean Challenge">
</picture>
</div>
</div>
</div>
<div class="inner mean-bean">
<div class="mean-bean-pay-in clearfix">
<div class="large-col-4">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/PayInYourMoney_Red_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/PayInYourMoney_Red_Bean_Mobile_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile.png" class="mean-bean-ukaid-image" alt="Mean Bean Challenge">
</picture>
</div>
<div class="large-col-8">
<h2>Pay in your money</h2>
<p>XX Thank you so much for fundraising for Tearfund. We’re so grateful for all the hard work you put into helping us to bring an end to poverty. Please use our simple online form to pay in your money.</p>
<picture class="mobile-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/PayInYourMoney_Red_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/PayInYourMoney_Red_Bean_Mobile_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/PayInYourMoney_Bean_Mobile.png" class="mean-bean-ukaid-image" alt="Mean Bean Challenge">
</picture>
</div>
</div>
</div>
{}
XX Thank you so much for fundraising for Tearfund. We’re so grateful for all the hard work you put into helping us to bring an end to poverty. Please use our simple online form to pay in your money.
<section class="inner mean-bean">
<div class="mb-tips clearfix">
<h1>Top Ten <span>Tips</span></h1>
<div class="equaliser-row">
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">1</div>
<div class="mb-tip__title"><h3>Create Space</h3></div>
</div>
<p>Create some space during the week to just stop and reflect. You look at life differently during the challenge.</p>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">2</div>
<div class="mb-tip__title"><h3>Stay Hydrated</h3></div>
</div>
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/water.png, /images/mainsite5/mean-bean/water@2x.png 2x">
<img class="mb-water" src="/images/mainsite5/mean-bean/water.png" alt="Water">
</picture>
<p>Drink loads of water – it will keep you hydrated and fill you up a little better when you're craving cake.</p>
</div>
</div>
<div class="equaliser-row">
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">3</div>
<div class="mb-tip__title"><h3>Prepare</h3></div>
</div>
<p>Wean yourself off caffeine/sugary snacks the week leading up to Mean Bean or else you'll suffer from caffeine withdrawal headaches or sugar cravings.</p>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">4</div>
<div class="mb-tip__title"><h3>Try Fasting</h3></div>
</div>
<p>You could treat this as a fast. Expect God to be your sustenance as you choose not to live on bread alone (Deuteronomy 8:3).</p>
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_Try_Fasting_Desktop.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_Try_Fasting_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_Try_Fasting_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_Try_Fasting_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/Get_Set_Mobile.png" alt="Get Set">
</picture>
</div>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">5</div>
<div class="mb-tip__title"><h3>Team Up</h3></div>
</div>
<p>Get your housemates, friends or family to do it with you. It's much harder if you're doing it alone, surrounded by other people tucking into some Coq au vin.</p>
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Desktop.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png" style="margin: 0 auto" alt="Get Set">
</picture>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">6</div>
<div class="mb-tip__title"><h3>Know your limits</h3></div>
</div>
<p>Your brain will be operating on less sugar and this will reduce your mental capacity. You'll forget stuff more easily, lose your train of thought and operate more slowly – so take it easy.</p>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">7</div>
<div class="mb-tip__title"><h3>Take a Trip</h3></div>
</div>
<p>Go to the supermarket at least once during the week. You'll notice the crazy amount of choice we have in the UK, which will help you reflect on how fortunate we are.</p>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">8</div>
<div class="mb-tip__title"><h3>Divide and Conquer</h3></div>
</div>
<p>It can help to split up meals so that the hunger pangs are less severe – ie eat half your breakfast amount, then finish it at 11am.</p>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">9</div>
<div class="mb-tip__title"><h3>Keep busy</h3></div>
</div>
<p>While it can be hard to make plans with friends when you know you’ll be hungry, having a couple of evenings being busy can help make the week go quickly.</p>
</div>
<div class="mb-tip equalise mb-tip--full equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">10</div>
<div class="mb-tip__title"><h3>Celebrate</h3></div>
</div>
<div class="large-col-6">
<p>When the clock hits 6pm on Sunday 24 March, you’ll have completed something amazing. Around 20 per cent of donations come in after the challenge, so continue to remind people how they can sponsor you. Then, celebrate the fact that lives have been transformed, and treat yourself to a cuppa – <strong>you’ve earned it!</strong></p>
</div>
<div class="large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_Celebrate_Desktop.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_Celebrate_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_Celebrate_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_Celebrate_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Guide_Celebrate_Desktop.png" alt="Celebrate">
</picture>
</div>
</div>
</div>
</section>
<section class="inner mean-bean">
<div class="mb-tips clearfix">
<h1>Top Ten <span>Tips</span></h1>
<div class="equaliser-row">
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">1</div>
<div class="mb-tip__title"><h3>Create Space</h3></div>
</div>
<p>Create some space during the week to just stop and reflect. You look at life differently during the challenge.</p>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">2</div>
<div class="mb-tip__title"><h3>Stay Hydrated</h3></div>
</div>
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/water.png, /images/mainsite5/mean-bean/water@2x.png 2x">
<img class="mb-water" src="/images/mainsite5/mean-bean/water.png" alt="Water">
</picture>
<p>Drink loads of water – it will keep you hydrated and fill you up a little better when you're craving cake.</p>
</div>
</div>
<div class="equaliser-row">
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">3</div>
<div class="mb-tip__title"><h3>Prepare</h3></div>
</div>
<p>Wean yourself off caffeine/sugary snacks the week leading up to Mean Bean or else you'll suffer from caffeine withdrawal headaches or sugar cravings.</p>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">4</div>
<div class="mb-tip__title"><h3>Try Fasting</h3></div>
</div>
<p>You could treat this as a fast. Expect God to be your sustenance as you choose not to live on bread alone (Deuteronomy 8:3).</p>
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_Try_Fasting_Desktop.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_Try_Fasting_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_Try_Fasting_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_Try_Fasting_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/Get_Set_Mobile.png" alt="Get Set">
</picture>
</div>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">5</div>
<div class="mb-tip__title"><h3>Team Up</h3></div>
</div>
<p>Get your housemates, friends or family to do it with you. It's much harder if you're doing it alone, surrounded by other people tucking into some Coq au vin.</p>
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Desktop.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png" style="margin: 0 auto" alt="Get Set">
</picture>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">6</div>
<div class="mb-tip__title"><h3>Know your limits</h3></div>
</div>
<p>Your brain will be operating on less sugar and this will reduce your mental capacity. You'll forget stuff more easily, lose your train of thought and operate more slowly – so take it easy.</p>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">7</div>
<div class="mb-tip__title"><h3>Take a Trip</h3></div>
</div>
<p>Go to the supermarket at least once during the week. You'll notice the crazy amount of choice we have in the UK, which will help you reflect on how fortunate we are.</p>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">8</div>
<div class="mb-tip__title"><h3>Divide and Conquer</h3></div>
</div>
<p>It can help to split up meals so that the hunger pangs are less severe – ie eat half your breakfast amount, then finish it at 11am.</p>
</div>
<div class="mb-tip equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">9</div>
<div class="mb-tip__title"><h3>Keep busy</h3></div>
</div>
<p>While it can be hard to make plans with friends when you know you’ll be hungry, having a couple of evenings being busy can help make the week go quickly.</p>
</div>
<div class="mb-tip equalise mb-tip--full equalise">
<div class="mb-tip__title-container">
<div class="mb-tip__number">10</div>
<div class="mb-tip__title"><h3>Celebrate</h3></div>
</div>
<div class="large-col-6">
<p>When the clock hits 6pm on Sunday 24 March, you’ll have completed something amazing. Around 20 per cent of donations come in after the challenge, so continue to remind people how they can sponsor you. Then, celebrate the fact that lives have been transformed, and treat yourself to a cuppa – <strong>you’ve earned it!</strong></p>
</div>
<div class="large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_Celebrate_Desktop.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_Celebrate_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_Celebrate_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_Celebrate_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Guide_Celebrate_Desktop.png" alt="Celebrate">
</picture>
</div>
</div>
</div>
</section>
{}
Create some space during the week to just stop and reflect. You look at life differently during the challenge.
Drink loads of water – it will keep you hydrated and fill you up a little better when you're craving cake.
Wean yourself off caffeine/sugary snacks the week leading up to Mean Bean or else you'll suffer from caffeine withdrawal headaches or sugar cravings.
You could treat this as a fast. Expect God to be your sustenance as you choose not to live on bread alone (Deuteronomy 8:3).
Get your housemates, friends or family to do it with you. It's much harder if you're doing it alone, surrounded by other people tucking into some Coq au vin.
Your brain will be operating on less sugar and this will reduce your mental capacity. You'll forget stuff more easily, lose your train of thought and operate more slowly – so take it easy.
Go to the supermarket at least once during the week. You'll notice the crazy amount of choice we have in the UK, which will help you reflect on how fortunate we are.
It can help to split up meals so that the hunger pangs are less severe – ie eat half your breakfast amount, then finish it at 11am.
While it can be hard to make plans with friends when you know you’ll be hungry, having a couple of evenings being busy can help make the week go quickly.
When the clock hits 6pm on Sunday 24 March, you’ll have completed something amazing. Around 20 per cent of donations come in after the challenge, so continue to remind people how they can sponsor you. Then, celebrate the fact that lives have been transformed, and treat yourself to a cuppa – you’ve earned it!
<div class="mean-bean mean-bean-sign-section mean-bean-sign-section--alt">
<div class="mean-bean-sign-section--alt__logo"></div>
<a class="button button--mean-bean">
<div class="button--mean-bean__left-white"></div>
<div class="button--mean-bean__top"></div>
<div class="button--mean-bean__left"></div>
Sign Up Today
<div class="button--mean-bean__bottom-white"></div>
<div class="button--mean-bean__right"></div>
<div class="button--mean-bean__bottom"></div>
</a>
</div>
<div class="mean-bean mean-bean-sign-section mean-bean-sign-section--alt">
<div class="mean-bean-sign-section--alt__logo"></div>
<a class="button button--mean-bean">
<div class="button--mean-bean__left-white"></div>
<div class="button--mean-bean__top"></div>
<div class="button--mean-bean__left"></div>
Sign Up Today
<div class="button--mean-bean__bottom-white"></div>
<div class="button--mean-bean__right"></div>
<div class="button--mean-bean__bottom"></div>
</a>
</div>
{}
<div class="mean-bean">
<div class="mean-bean-sign-section">
<div class="inner clearfix">
<picture>
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/Main_Footer_Desktop.png, /images/mainsite5/mean-bean/2019/Main_Footer_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/gifs/MeanBean_Main_Footer_Mobile.gif, /images/mainsite5/mean-bean/2019/gifs/MeanBean_Main_Footer_Mobile@2x.gif 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Main_Footer_Mobile@2x.gif" alt="Mean Bean Challenge">
</picture>
<h2>Eat Beans <span class="big">Fight</span> <span class="small">Hunger.</span></h2>
<div class="large-col-12">
<div>
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean button--mean-bean-red">
<div class="button-bottom"></div>
<div class="button-top">Sign Up Today</div>
</a>
</div>
<p>Looking for the five-day challenge? <a href="/mean-bean">Check this out.</a></p>
</div>
</div>
</div>
</div>
<div class="mean-bean">
<div class="mean-bean-sign-section">
<div class="inner clearfix">
<picture>
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/Main_Footer_Desktop.png, /images/mainsite5/mean-bean/2019/Main_Footer_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/gifs/MeanBean_Main_Footer_Mobile.gif, /images/mainsite5/mean-bean/2019/gifs/MeanBean_Main_Footer_Mobile@2x.gif 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Main_Footer_Mobile@2x.gif" alt="Mean Bean Challenge">
</picture>
<h2>Eat Beans <span class="big">Fight</span> <span class="small">Hunger.</span></h2>
<div class="large-col-12">
<div>
<a href="https://www.tearfund.org/en/about_you/fundraise/sign_up/?Fund={032ED83E-482D-4AFD-9A39-FA8CC8DCFA95}&Activity={43F848A0-C674-479D-AE58-92F27BF88C9D}" class="button button--mean-bean button--mean-bean-red">
<div class="button-bottom"></div>
<div class="button-top">Sign Up Today</div>
</a>
</div>
<p>Looking for the five-day challenge? <a href="/mean-bean">Check this out.</a></p>
</div>
</div>
</div>
</div>
{}
<div class="mean-bean">
<div class="mean-bean-cta mean-bean-cta--two clearfix">
<div class="inner">
<div class="clearfix">
<div class="mean-bean-raised large-col-6">
<div class="mean-bean-signup__image">
<picture>
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/Stats_Total_Participants.png, /images/mainsite5/mean-bean/2019/Stats_Total_Participants_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/Stats_Total_Participants.png" alt="Mean Bean Challenge">
</picture>
</div>
<div class="mean-bean-signup__total">
Mean beaners so far:
</div>
</div>
<div class="mean-bean-raised large-col-6">
<div class="mean-bean-raised__image">
<img src="/images/mainsite5/mean-bean/bean-jar.gif" />
</div>
<div class="mean-bean-raised__total">
Money raised so far:
</div>
</div>
</div>
<div class="clearfix">
<div class="large-col-12">
<div class="mean-bean-leaderboard">
<h2>Meanest Bean</h2>
<!-- <div class="mean-bean-leaderboard__holder"></div> -->
<div class="mean-bean-leaderboard__holder">
<div class="mean-bean-leaderboard__entry">
<div class="mean_bean__ranking">1</div>
<div class="mean-bean__name">Mark</div>
<div class="mean-bean__raised">£1,997.25</div>
</div>
<div class="mean-bean-leaderboard__entry">
<div class="mean_bean__ranking">2</div>
<div class="mean-bean__name">Hollie</div>
<div class="mean-bean__raised">£1,366.62</div>
</div>
<div class="mean-bean-leaderboard__entry">
<div class="mean_bean__ranking">3</div>
<div class="mean-bean__name">Fiona</div>
<div class="mean-bean__raised">£1,320.00</div>
</div>
<div class="mean-bean-leaderboard__entry">
<div class="mean_bean__ranking">4</div>
<div class="mean-bean__name">Fiona</div>
<div class="mean-bean__raised">£1,320.00</div>
</div>
<div class="mean-bean-leaderboard__entry">
<div class="mean_bean__ranking">5</div>
<div class="mean-bean__name">Fiona</div>
<div class="mean-bean__raised">£1,320.00</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mean-bean">
<div class="mean-bean-cta mean-bean-cta--two clearfix">
<div class="inner">
<div class="clearfix">
<div class="mean-bean-raised large-col-6">
<div class="mean-bean-signup__image">
<picture>
<source media="(min-width: 100px)" srcset="/images/mainsite5/mean-bean/2019/Stats_Total_Participants.png, /images/mainsite5/mean-bean/2019/Stats_Total_Participants_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/Stats_Total_Participants.png" alt="Mean Bean Challenge">
</picture>
</div>
<div class="mean-bean-signup__total">
Mean beaners so far:
</div>
</div>
<div class="mean-bean-raised large-col-6">
<div class="mean-bean-raised__image">
<img src="/images/mainsite5/mean-bean/bean-jar.gif" />
</div>
<div class="mean-bean-raised__total">
Money raised so far:
</div>
</div>
</div>
<div class="clearfix">
<div class="large-col-12">
<div class="mean-bean-leaderboard">
<h2>Meanest Bean</h2>
<!-- <div class="mean-bean-leaderboard__holder"></div> -->
<div class="mean-bean-leaderboard__holder">
<div class="mean-bean-leaderboard__entry">
<div class="mean_bean__ranking">1</div>
<div class="mean-bean__name">Mark</div>
<div class="mean-bean__raised">£1,997.25</div>
</div>
<div class="mean-bean-leaderboard__entry">
<div class="mean_bean__ranking">2</div>
<div class="mean-bean__name">Hollie</div>
<div class="mean-bean__raised">£1,366.62</div>
</div>
<div class="mean-bean-leaderboard__entry">
<div class="mean_bean__ranking">3</div>
<div class="mean-bean__name">Fiona</div>
<div class="mean-bean__raised">£1,320.00</div>
</div>
<div class="mean-bean-leaderboard__entry">
<div class="mean_bean__ranking">4</div>
<div class="mean-bean__name">Fiona</div>
<div class="mean-bean__raised">£1,320.00</div>
</div>
<div class="mean-bean-leaderboard__entry">
<div class="mean_bean__ranking">5</div>
<div class="mean-bean__name">Fiona</div>
<div class="mean-bean__raised">£1,320.00</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{}
<div class="mean-bean mean-bean-uk-aid clearfix">
<div class="inner">
<div class="large-col-4">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="AidMatch_DFID_Blue_Bean_Desktop.png, /images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="AidMatch_DFID_Blue_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Mobile.png" class="mean-bean-ukaid-image" alt="Mean Bean Challenge">
</picture>
</div>
<div class="large-col-8">
<h2>Double <span>your money raised</span></h2>
<p>Every pound you give to Tearfund’s matched giving appeal from Xst Xxxxxxxx 2019 to XXst Xxxxxxxx 2019, will be doubled by the UK government up to a total of £2,000,000.</p>
<picture class="mobile-only">
<source media="(min-width: 650px)" srcset="AidMatch_DFID_Blue_Bean_Desktop.png, /images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="AidMatch_DFID_Blue_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Mobile.png" class="mean-bean-ukaid-image" alt="Mean Bean Challenge">
</picture>
</div>
</div>
</div>
<div class="mean-bean mean-bean-uk-aid clearfix">
<div class="inner">
<div class="large-col-4">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="AidMatch_DFID_Blue_Bean_Desktop.png, /images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="AidMatch_DFID_Blue_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Mobile.png" class="mean-bean-ukaid-image" alt="Mean Bean Challenge">
</picture>
</div>
<div class="large-col-8">
<h2>Double <span>your money raised</span></h2>
<p>Every pound you give to Tearfund’s matched giving appeal from Xst Xxxxxxxx 2019 to XXst Xxxxxxxx 2019, will be doubled by the UK government up to a total of £2,000,000.</p>
<picture class="mobile-only">
<source media="(min-width: 650px)" srcset="AidMatch_DFID_Blue_Bean_Desktop.png, /images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Desktop_@2x.png 2x">
<source media="(min-width: 100px)" srcset="AidMatch_DFID_Blue_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/AidMatch_DFID_Blue_Bean_Mobile.png" class="mean-bean-ukaid-image" alt="Mean Bean Challenge">
</picture>
</div>
</div>
</div>
{}
Every pound you give to Tearfund’s matched giving appeal from Xst Xxxxxxxx 2019 to XXst Xxxxxxxx 2019, will be doubled by the UK government up to a total of £2,000,000.
<a href="#" class="button show-lightbox" data-lightbox="1">Share lightbox</a>
<div class="lightbox lightbox--large mean-bean" data-lightbox="1">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png" class="lightbox-image" alt="Mean Bean Challenge">
</picture>
<h1>Invite a friend</h1>
<p>Invite a friend to attempt the Mean Bean Challenge via…</p>
<div class="share-container">
<a href="#" class="share-button share-button--whatsapp">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/twitter.svg" /> <div class="share-button__text"> Whatsapp</div>
</div>
</a>
<a href="#" class="share-button share-button--email">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/email.svg" /> <div class="share-button__text"> Email</div>
</div>
</a>
<a href="#" class="share-button share-button--facebook">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/facebook.svg" /> <div class="share-button__text"> Facebook</div>
</div>
</a>
</div>
<div class="lightbox__close-circle"><a href="#" class="lightbox__close lightbox__close--icon"></a></div>
</div>
<a href="#" class="button show-lightbox" data-lightbox="1">Share lightbox</a>
<div class="lightbox lightbox--large mean-bean" data-lightbox="1">
<picture class="desktop-only">
<source media="(min-width: 650px)" srcset="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBean_Guide_TeamUp_Mobile.png" class="lightbox-image" alt="Mean Bean Challenge">
</picture>
<h1>Invite a friend</h1>
<p>Invite a friend to attempt the Mean Bean Challenge via…</p>
<div class="share-container">
<a href="#" class="share-button share-button--whatsapp">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/twitter.svg" /> <div class="share-button__text"> Whatsapp</div>
</div>
</a>
<a href="#" class="share-button share-button--email">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/email.svg" /> <div class="share-button__text"> Email</div>
</div>
</a>
<a href="#" class="share-button share-button--facebook">
<div class="share-button__content">
<img src="/images/mainsite5/svg/social/facebook.svg" /> <div class="share-button__text"> Facebook</div>
</div>
</a>
</div>
<div class="lightbox__close-circle"><a href="#" class="lightbox__close lightbox__close--icon"></a></div>
</div>
{}
<div class="mean-bean clearfix">
<div class="grey-section">
<div class="inner clearfix">
<div class="large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/OnYourMarks_Desktop.png, /images/mainsite5/mean-bean/2019/OnYourMarks_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/OnYourMarks_Mobile.png, /images/mainsite5/mean-bean/2019/OnYourMarks_Mobile_@2x.png 2x">
<img class="mb-on-your-marks" src="/images/mainsite5/mean-bean/2019/OnYourMarks_Mobile.png" alt="On Your Marks">
</picture>
</div>
<div class="large-col-6">
<div class="mean-bean-step">
<h3><span>STEP 1</span> SIGN UP</h3>
<p>The easy bit. Want to take on the beans in the name of smashing poverty? <a href="http://www.tearfund.org/meanbean">Sign up here.</a></p>
</div>
</div>
<div class="large-col-12">
<div class="mean-bean-step mean-bean-step--step-2 clearfix">
<h3><span>STEP 2</span> Bean team… assemble!</h3>
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/Invite_Your_Friends_Mobile.png, /images/mainsite5/mean-bean/2019/Invite_Your_Friends_Mobile_@2x.png 2x">
<img class="mobile-only" src="/images/mainsite5/mean-bean/2019/Invite_Your_Friends_Mobile.png" alt="Mean Bean Team Assemble">
</picture>
<div class="large-col-6">
<p>Beaners are better together. Share your challenge and invite your friends to sign up here <a href="http://www.tearfund.org/meanbean">www.tearfund.org/meanbean</a>. The challenge is more fun (and easier!) when you have someone to support you.</p>
<a href="#" class="button button--mean-bean button--mean-bean-red">
<div class="button-bottom"></div>
<div class="button-top">Invite a friend</div>
</a>
</div>
<div class="large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/Invite_Your_Friends_Desktop.png, /images/mainsite5/mean-bean/2019/Invite_Your_Friends_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/Invite_Your_Friends_Fistbump_Beans.png, /images/mainsite5/mean-bean/2019/Invite_Your_Friends_Fistbump_Beans_@2x.png 2x">
<img style="margin-bottom: -5px;" src="/images/mainsite5/mean-bean/2019/Invite_Your_Friends_Fistbump_Beans.png.png" alt="Mean Bean Team Assemble">
</picture>
</div>
</div>
</div>
<div class="large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/MeanBeanGuide_Fundraise_Bean_Desktop.png, /images/mainsite5/mean-bean/2019/MeanBeanGuide_Fundraise_Bean_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/MeanBeanGuide_Fundraise_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBeanGuide_Fundraise_Bean_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBeanGuide_Fundraise_Bean_Desktop.png" alt="Mean Bean Fundraising">
</picture>
</div>
<div class="large-col-6">
<div class="mean-bean-step">
<h3><span>STEP 3</span> START FUNDRAISING!</h3>
<p>When you sign up, we’ll create a JustGiving fundraising page for you (we’re nice like that). Personalised pages make more money, so make sure you add a picture and include your own motivation. Then it’s all about sharing the page with as many people as you can! Want a printed sponsorship form? No problem! You can find one in the resources section <a href="https://www.tearfund.org/en/about_you/fundraise/mean_bean_challenge/other_resources/">here</a>.</p>
</div>
</div>
</div>
</div>
<div class="inner clearfix">
<div class="mobile-only large-col-6">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/Get_Set_Mobile.png, /images/mainsite5/mean-bean/2019/Get_Set_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/Get_Set_Mobile.png" alt="Get Set">
</picture>
</div>
<div class="large-col-6">
<div class="mean-bean-step">
<h3><span>STEP 4</span> BE<span class="secondary">AN</span> PREPARED</h3>
<p>Time to fill your cupboards with rice, beans and oats. You’ll be eating plain porridge for breakfast, and plain rice and beans for lunch and dinner. The recommended amounts are a little further on. Any questions? You're in luck – we’ve put together a <a href="http://www.tearfund.org/meanbean/faq">super-handy FAQ page</a> to answer all the questions you could possibly have (plus a few that you didn’t even know needed answering).</p>
</div>
<div class="mean-bean-step">
<h3><span>STEP 5</span> GET SOME FREEBIES</h3>
<p>We’ve got some awesome resources designed to help you with your fundraising efforts, eg sponsorship forms and Facebook profile images. <a href="https://www.tearfund.org/en/about_you/fundraise/mean_bean_challenge/other_resources/">Check them out here</a>.</p>
</div>
</div>
<div class="desktop-only large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/Get_Set_Desktop.png, /images/mainsite5/mean-bean/2019/Get_Set_Desktop_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/Get_Set_Mobile.png" alt="Get Set">
</picture>
</div>
</div>
<div class="grey-section">
<div class="inner clearfix">
<div class="large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/Go_Desktop.png, /images/mainsite5/mean-bean/2019/Go_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/Go_Mobile.png, /images/mainsite5/mean-bean/2019/Go_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/Get_Set_Mobile.png" alt="Get Set">
</picture>
</div>
<div class="large-col-6">
<div class="mean-bean-step">
<h3><span>STEP 6</span> POWER UP</h3>
<p>This is it. Time to hit the beans. For motivation, check out Nida’s story [link] – people like [him/her] are the reason we’re doing this. Remember to pray as well – this is a spiritual challenge, as well as a physical one.</p>
</div>
<div class="mean-bean-step">
<h3><span>STEP 7</span> SHARING THE LOVE</h3>
<p>Join our Mean Beaner Facebook community here (they’re all lovely – it’s the beans that are mean). We’ll share words of encouragement, plus useful hints and tips every day. Use the hashtag #MeanBeanChallenge on social media to tell us about your experience.</p>
</div>
<div class="mean-bean-step">
<h3><span>STEP 8</span> FINISH WELL</h3>
<p>We’ll all finish the challenge together at 6pm on Sunday 24 March – including everyone taking part in the Mean Bean Weekender [link]. Why not meet with everyone you’ve been doing the challenge with to celebrate, as well as pray for people like Nida [link].</p>
</div>
</div>
</div>
</div>
</div>
<div class="mean-bean clearfix">
<div class="grey-section">
<div class="inner clearfix">
<div class="large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/OnYourMarks_Desktop.png, /images/mainsite5/mean-bean/2019/OnYourMarks_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/OnYourMarks_Mobile.png, /images/mainsite5/mean-bean/2019/OnYourMarks_Mobile_@2x.png 2x">
<img class="mb-on-your-marks" src="/images/mainsite5/mean-bean/2019/OnYourMarks_Mobile.png" alt="On Your Marks">
</picture>
</div>
<div class="large-col-6">
<div class="mean-bean-step">
<h3><span>STEP 1</span> SIGN UP</h3>
<p>The easy bit. Want to take on the beans in the name of smashing poverty? <a href="http://www.tearfund.org/meanbean">Sign up here.</a></p>
</div>
</div>
<div class="large-col-12">
<div class="mean-bean-step mean-bean-step--step-2 clearfix">
<h3><span>STEP 2</span> Bean team… assemble!</h3>
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/Invite_Your_Friends_Mobile.png, /images/mainsite5/mean-bean/2019/Invite_Your_Friends_Mobile_@2x.png 2x">
<img class="mobile-only" src="/images/mainsite5/mean-bean/2019/Invite_Your_Friends_Mobile.png" alt="Mean Bean Team Assemble">
</picture>
<div class="large-col-6">
<p>Beaners are better together. Share your challenge and invite your friends to sign up here <a href="http://www.tearfund.org/meanbean">www.tearfund.org/meanbean</a>. The challenge is more fun (and easier!) when you have someone to support you.</p>
<a href="#" class="button button--mean-bean button--mean-bean-red">
<div class="button-bottom"></div>
<div class="button-top">Invite a friend</div>
</a>
</div>
<div class="large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/Invite_Your_Friends_Desktop.png, /images/mainsite5/mean-bean/2019/Invite_Your_Friends_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/Invite_Your_Friends_Fistbump_Beans.png, /images/mainsite5/mean-bean/2019/Invite_Your_Friends_Fistbump_Beans_@2x.png 2x">
<img style="margin-bottom: -5px;" src="/images/mainsite5/mean-bean/2019/Invite_Your_Friends_Fistbump_Beans.png.png" alt="Mean Bean Team Assemble">
</picture>
</div>
</div>
</div>
<div class="large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/MeanBeanGuide_Fundraise_Bean_Desktop.png, /images/mainsite5/mean-bean/2019/MeanBeanGuide_Fundraise_Bean_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/MeanBeanGuide_Fundraise_Bean_Mobile.png, /images/mainsite5/mean-bean/2019/MeanBeanGuide_Fundraise_Bean_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/MeanBeanGuide_Fundraise_Bean_Desktop.png" alt="Mean Bean Fundraising">
</picture>
</div>
<div class="large-col-6">
<div class="mean-bean-step">
<h3><span>STEP 3</span> START FUNDRAISING!</h3>
<p>When you sign up, we’ll create a JustGiving fundraising page for you (we’re nice like that). Personalised pages make more money, so make sure you add a picture and include your own motivation. Then it’s all about sharing the page with as many people as you can! Want a printed sponsorship form? No problem! You can find one in the resources section <a href="https://www.tearfund.org/en/about_you/fundraise/mean_bean_challenge/other_resources/">here</a>.</p>
</div>
</div>
</div>
</div>
<div class="inner clearfix">
<div class="mobile-only large-col-6">
<picture>
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/Get_Set_Mobile.png, /images/mainsite5/mean-bean/2019/Get_Set_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/Get_Set_Mobile.png" alt="Get Set">
</picture>
</div>
<div class="large-col-6">
<div class="mean-bean-step">
<h3><span>STEP 4</span> BE<span class="secondary">AN</span> PREPARED</h3>
<p>Time to fill your cupboards with rice, beans and oats. You’ll be eating plain porridge for breakfast, and plain rice and beans for lunch and dinner. The recommended amounts are a little further on. Any questions? You're in luck – we’ve put together a <a href="http://www.tearfund.org/meanbean/faq">super-handy FAQ page</a> to answer all the questions you could possibly have (plus a few that you didn’t even know needed answering).</p>
</div>
<div class="mean-bean-step">
<h3><span>STEP 5</span> GET SOME FREEBIES</h3>
<p>We’ve got some awesome resources designed to help you with your fundraising efforts, eg sponsorship forms and Facebook profile images. <a href="https://www.tearfund.org/en/about_you/fundraise/mean_bean_challenge/other_resources/">Check them out here</a>.</p>
</div>
</div>
<div class="desktop-only large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/Get_Set_Desktop.png, /images/mainsite5/mean-bean/2019/Get_Set_Desktop_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/Get_Set_Mobile.png" alt="Get Set">
</picture>
</div>
</div>
<div class="grey-section">
<div class="inner clearfix">
<div class="large-col-6">
<picture>
<source media="(min-width: 647px)" srcset="/images/mainsite5/mean-bean/2019/Go_Desktop.png, /images/mainsite5/mean-bean/2019/Go_Desktop_@2x.png 2x">
<source media="(min-width: 375px)" srcset="/images/mainsite5/mean-bean/2019/Go_Mobile.png, /images/mainsite5/mean-bean/2019/Go_Mobile_@2x.png 2x">
<img src="/images/mainsite5/mean-bean/2019/Get_Set_Mobile.png" alt="Get Set">
</picture>
</div>
<div class="large-col-6">
<div class="mean-bean-step">
<h3><span>STEP 6</span> POWER UP</h3>
<p>This is it. Time to hit the beans. For motivation, check out Nida’s story [link] – people like [him/her] are the reason we’re doing this. Remember to pray as well – this is a spiritual challenge, as well as a physical one.</p>
</div>
<div class="mean-bean-step">
<h3><span>STEP 7</span> SHARING THE LOVE</h3>
<p>Join our Mean Beaner Facebook community here (they’re all lovely – it’s the beans that are mean). We’ll share words of encouragement, plus useful hints and tips every day. Use the hashtag #MeanBeanChallenge on social media to tell us about your experience.</p>
</div>
<div class="mean-bean-step">
<h3><span>STEP 8</span> FINISH WELL</h3>
<p>We’ll all finish the challenge together at 6pm on Sunday 24 March – including everyone taking part in the Mean Bean Weekender [link]. Why not meet with everyone you’ve been doing the challenge with to celebrate, as well as pray for people like Nida [link].</p>
</div>
</div>
</div>
</div>
</div>
{}
The easy bit. Want to take on the beans in the name of smashing poverty? Sign up here.
Beaners are better together. Share your challenge and invite your friends to sign up here www.tearfund.org/meanbean. The challenge is more fun (and easier!) when you have someone to support you.
When you sign up, we’ll create a JustGiving fundraising page for you (we’re nice like that). Personalised pages make more money, so make sure you add a picture and include your own motivation. Then it’s all about sharing the page with as many people as you can! Want a printed sponsorship form? No problem! You can find one in the resources section here.
Time to fill your cupboards with rice, beans and oats. You’ll be eating plain porridge for breakfast, and plain rice and beans for lunch and dinner. The recommended amounts are a little further on. Any questions? You're in luck – we’ve put together a super-handy FAQ page to answer all the questions you could possibly have (plus a few that you didn’t even know needed answering).
We’ve got some awesome resources designed to help you with your fundraising efforts, eg sponsorship forms and Facebook profile images. Check them out here.
This is it. Time to hit the beans. For motivation, check out Nida’s story [link] – people like [him/her] are the reason we’re doing this. Remember to pray as well – this is a spiritual challenge, as well as a physical one.
Join our Mean Beaner Facebook community here (they’re all lovely – it’s the beans that are mean). We’ll share words of encouragement, plus useful hints and tips every day. Use the hashtag #MeanBeanChallenge on social media to tell us about your experience.
We’ll all finish the challenge together at 6pm on Sunday 24 March – including everyone taking part in the Mean Bean Weekender [link]. Why not meet with everyone you’ve been doing the challenge with to celebrate, as well as pray for people like Nida [link].
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Donate now</h3>
<p class="c-donate-widget__intro">Help lift more people out of poverty.</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_only_freq_once" class="js-donate-widget__freq-radio" name="oneoff_only_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="oneoff_only_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_only_freq_monthly" class="js-donate-widget__freq-radio" name="oneoff_only_freq" autocomplete="off" data-frequency="monthly">
<label for="oneoff_only_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_only_amount_once_200" class="js-donate-widget__amount-radio" name="oneoff_only_amount_once" checked="checked" autocomplete="off" data-amount="200">
<label for="oneoff_only_amount_once_200">£200</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_only_amount_once_125" class="js-donate-widget__amount-radio" name="oneoff_only_amount_once" autocomplete="off" data-amount="125">
<label for="oneoff_only_amount_once_125">£125</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_only_amount_once_80" class="js-donate-widget__amount-radio" name="oneoff_only_amount_once" autocomplete="off" data-amount="80">
<label for="oneoff_only_amount_once_80">£80</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="200">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="125">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="80">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "oneoff_only",
"allHandles": true,
"freq_handles": false,
"otherTitle": false,
"donate_widget_title": "Donate now",
"donate_widget_intro": "Help lift more people out of poverty.",
"frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"amounts_monthly": [],
"amounts_once": [
{
"title": "200",
"content": "Once content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "125",
"content": "Once content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "80",
"content": "Once content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false,
"alt_id": "",
"alt_freq_handles": false,
"alt_donate_widget_title": "",
"alt_donate_widget_intro": "",
"alt_frequencies": [],
"alt_amounts_monthly": [],
"alt_amounts_once": [],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": false
}
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Make a monthly donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_strong_priority_freq_monthly" class="js-donate-widget__freq-radio" name="monthly_strong_priority_freq" checked="checked" autocomplete="off" data-frequency="monthly">
<label for="monthly_strong_priority_freq_monthly">monthly</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_strong_priority_freq_once" class="js-donate-widget__freq-radio" name="monthly_strong_priority_freq" autocomplete="off" data-frequency="once">
<label for="monthly_strong_priority_freq_once">once</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_strong_priority_amount_monthly_25" class="js-donate-widget__amount-radio" name="monthly_strong_priority_amount_monthly" checked="checked" autocomplete="off" data-amount="25">
<label for="monthly_strong_priority_amount_monthly_25">£25</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_strong_priority_amount_monthly_15" class="js-donate-widget__amount-radio" name="monthly_strong_priority_amount_monthly" autocomplete="off" data-amount="15">
<label for="monthly_strong_priority_amount_monthly_15">£15</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_strong_priority_amount_monthly_8" class="js-donate-widget__amount-radio" name="monthly_strong_priority_amount_monthly" autocomplete="off" data-amount="8">
<label for="monthly_strong_priority_amount_monthly_8">£8</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="25">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="15">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="8">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate monthly</a>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title ">Make a one-off donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="alt_monthly_strong_priority_freq_once" class="js-donate-widget__freq-radio" name="alt_monthly_strong_priority_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="alt_monthly_strong_priority_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="alt_monthly_strong_priority_freq_monthly" class="js-donate-widget__freq-radio" name="alt_monthly_strong_priority_freq" autocomplete="off" data-frequency="monthly">
<label for="alt_monthly_strong_priority_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
<div class="c-donate-widget__radio">
<input type="radio" id="alt_monthly_strong_priority_amount_once_200" class="js-donate-widget__amount-radio" name="alt_monthly_strong_priority_amount_once" checked="checked" autocomplete="off" data-amount="200">
<label for="alt_monthly_strong_priority_amount_once_200">£200</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="alt_monthly_strong_priority_amount_once_125" class="js-donate-widget__amount-radio" name="alt_monthly_strong_priority_amount_once" autocomplete="off" data-amount="125">
<label for="alt_monthly_strong_priority_amount_once_125">£125</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="alt_monthly_strong_priority_amount_once_80" class="js-donate-widget__amount-radio" name="alt_monthly_strong_priority_amount_once" autocomplete="off" data-amount="80">
<label for="alt_monthly_strong_priority_amount_once_80">£80</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="200">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="125">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="80">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
</div>
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "monthly_strong_priority",
"allHandles": true,
"freq_handles": false,
"otherTitle": false,
"donate_widget_title": "Make a monthly donation",
"donate_widget_intro": "Become a regular giver today and make a world of difference",
"frequencies": [
{
"title": "monthly",
"checked": true
},
{
"title": "once"
}
],
"amounts_monthly": [
{
"title": "25",
"content": "Monthly content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "15",
"content": "Monthly content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "8",
"content": "Monthly content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"amounts_once": [],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate monthly",
"flip_link": true,
"alt_form": true,
"alt_id": "alt_monthly_strong_priority",
"alt_freq_handles": false,
"alt_donate_widget_title": "Make a one-off donation",
"alt_donate_widget_intro": "Become a regular giver today and make a world of difference",
"alt_frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"alt_amounts_monthly": [],
"alt_amounts_once": [
{
"title": "200",
"content": "Once content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "125",
"content": "Once content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "80",
"content": "Once content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": true
}
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Make a monthly donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="enter amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate monthly</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "monthly_only_no_handles",
"allHandles": false,
"freq_handles": true,
"otherTitle": false,
"donate_widget_title": "Make a monthly donation",
"donate_widget_intro": "Become a regular giver today and make a world of difference",
"frequencies": [],
"amounts_monthly": [],
"amounts_once": [],
"donate_widget_placeholder": "enter amount",
"donate_widget_button": "Donate monthly",
"flip_link": false,
"alt_form": false,
"alt_id": "",
"alt_freq_handles": false,
"alt_donate_widget_title": "",
"alt_donate_widget_intro": "",
"alt_frequencies": [],
"alt_amounts_monthly": [],
"alt_amounts_once": [],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": false
}
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Make a monthly donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles is-hidden">
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_only_freq_monthly" class="js-donate-widget__freq-radio" name="monthly_only_freq" checked="checked" autocomplete="off" data-frequency="monthly">
<label for="monthly_only_freq_monthly">monthly</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_only_freq_once" class="js-donate-widget__freq-radio" name="monthly_only_freq" autocomplete="off" data-frequency="once">
<label for="monthly_only_freq_once">once</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_only_amount_monthly_25" class="js-donate-widget__amount-radio" name="monthly_only_amount_monthly" checked="checked" autocomplete="off" data-amount="25">
<label for="monthly_only_amount_monthly_25">£25</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_only_amount_monthly_15" class="js-donate-widget__amount-radio" name="monthly_only_amount_monthly" autocomplete="off" data-amount="15">
<label for="monthly_only_amount_monthly_15">£15</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_only_amount_monthly_8" class="js-donate-widget__amount-radio" name="monthly_only_amount_monthly" autocomplete="off" data-amount="8">
<label for="monthly_only_amount_monthly_8">£8</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="25">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="15">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="8">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate monthly</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "monthly_only",
"allHandles": true,
"freq_handles": false,
"otherTitle": false,
"donate_widget_title": "Make a monthly donation",
"donate_widget_intro": "Become a regular giver today and make a world of difference",
"frequencies": [
{
"title": "monthly",
"checked": true
},
{
"title": "once"
}
],
"amounts_monthly": [
{
"title": "25",
"content": "Monthly content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "15",
"content": "Monthly content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "8",
"content": "Monthly content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"amounts_once": [],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate monthly",
"flip_link": false,
"alt_form": false,
"alt_id": "",
"alt_freq_handles": false,
"alt_donate_widget_title": "",
"alt_donate_widget_intro": "",
"alt_frequencies": [],
"alt_amounts_monthly": [],
"alt_amounts_once": [],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": false
}
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Make a monthly donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="enter amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate monthly</a>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title ">Make a one-off donation</h3>
<p class="c-donate-widget__intro">Become a regular giver today and make a world of difference</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
</div>
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "monthly_strong_priority_no_handles",
"allHandles": false,
"freq_handles": true,
"otherTitle": false,
"donate_widget_title": "Make a monthly donation",
"donate_widget_intro": "Become a regular giver today and make a world of difference",
"frequencies": [],
"amounts_monthly": [],
"amounts_once": [],
"donate_widget_placeholder": "enter amount",
"donate_widget_button": "Donate monthly",
"flip_link": true,
"alt_form": true,
"alt_id": "alt_monthly_strong_priority_no_handles",
"alt_freq_handles": false,
"alt_donate_widget_title": "Make a one-off donation",
"alt_donate_widget_intro": "Become a regular giver today and make a world of difference",
"alt_frequencies": [],
"alt_amounts_monthly": [],
"alt_amounts_once": [],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": true
}
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Donate now</h3>
<p class="c-donate-widget__intro">Help lift more people out of poverty.</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="enter amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "oneoff_only_no_handles",
"allHandles": false,
"freq_handles": true,
"otherTitle": false,
"donate_widget_title": "Donate now",
"donate_widget_intro": "Help lift more people out of poverty.",
"frequencies": [],
"amounts_monthly": [],
"amounts_once": [],
"donate_widget_placeholder": "enter amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false,
"alt_id": "",
"alt_freq_handles": false,
"alt_donate_widget_title": "",
"alt_donate_widget_intro": "",
"alt_frequencies": [],
"alt_amounts_monthly": [],
"alt_amounts_once": [],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": false
}
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Donate now</h3>
<p class="c-donate-widget__intro">Help lift more people out of poverty.</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles">
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_priority_no_handles_freq_once" class="js-donate-widget__freq-radio" name="oneoff_priority_no_handles_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="oneoff_priority_no_handles_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_priority_no_handles_freq_monthly" class="js-donate-widget__freq-radio" name="oneoff_priority_no_handles_freq" autocomplete="off" data-frequency="monthly">
<label for="oneoff_priority_no_handles_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="enter amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "oneoff_priority_no_handles",
"allHandles": true,
"freq_handles": true,
"otherTitle": false,
"donate_widget_title": "Donate now",
"donate_widget_intro": "Help lift more people out of poverty.",
"frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"amounts_monthly": [],
"amounts_once": [],
"donate_widget_placeholder": "enter amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false,
"alt_id": "",
"alt_freq_handles": false,
"alt_donate_widget_title": "",
"alt_donate_widget_intro": "",
"alt_frequencies": [],
"alt_amounts_monthly": [],
"alt_amounts_once": [],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": false
}
DO NOT use these widgets as stand-alone items; they are designed to be used within a 'Donate Header' component;
An initial 'checked' attribute needs to be added to both the required 'Frequency' radio button and the required 'Amount' radio button (make sure it's related to the required frequency);
Even though some widgets need to not show the 'Frequency' handles, they are still required within the widget to be able to select the amount and the related content correctly. To get around this, a 'hidden' class needs to be added to the frequency handles for widgets which don't require it - this will hide the handles, but they are still present for the script to be able to see and use the data from.
When the script runs, it will look at all of the donate widgets and do the following steps for each of them separately (useful for if there is more than one on a page).
The 'frequency' radio buttons are looped through;
If a 'frequency' radio button is checked, the data-frequency value of it is saved as a variable;
The 'amount' handles containers are looped through (there is one for each 'frequency');
If the data-frequency value of an 'amount' handles container matches that of the 'frequency' radio button selected:
It is given an 'active' class to make it visible;
The 'amount' radio buttons within the container are looped through;
If an 'amount' radio button is checked:
The data-amount value of the radio button is saved as a variable;
The radio button is given an 'active' class so it appears selected;
All of the content items are looped through;
If the data-amount value of a content item matches that of the 'amount' radio button selected, all of the other content items are hidden except the one with the matching value.
If the data-frequency value of an 'amount' handles container doesn't match the 'frequency' radio button selected:
Is is given a 'hidden' class to hide it;
All of the radio buttons within the container are disabled.
When a frequency radio button is clicked, the data-frequency value of it is saved as a variable;
The amount handles containers are looped through (there is one for each frequency);
If the data-frequency value of an amount handles container matches that of the frequency radio button selected:
It is given an 'active' class so it is visible;
The 'disabled' attribute is removed from all radio buttons within the container;
The first radio button within the container is given the 'checked' attribute.
If the data-frequency value of an 'amount' handles container doesn't match the frequency radio button selected:
Is is given a 'hidden' class to hide it;
All of the radio buttons within the container are 'disabled', and 'active' classes removed.
When an 'amount' radio button is clicked:
The data-frequency value of the currently checked frequency radio button is saved as a variable;
The data-amount value of the clicked 'amount' radio button is saved as a variable;
An 'active' class is added to the clicked 'amount' radio button;
'Active' classes are removed from all other radio buttons within the container;
All of the content items are looped through;
If the data-frequency value and data-amount value of a content item matches that of the 'frequency' and 'amount' radio buttons selected, all of the other content items are hidden except the one with the matching value.
When this input is selected, the 'amount' handles and the 'amount content' boxes will dim out. The 'frequency' handles will still be present, so the user can still choose a custom amount to donate 'monthly' or 'one-off';
When the input box is in use and anything outside of the 'frequency' handles is selected, the content within the widget will un-dim, and the donation amount will clear;
When the input box is in use and the 'escape' button on a user's keyboard is pressed, the content within the widget will un-dim, and the donation amount will clear.
When a widget has a 'flip link', this link can be clicked and an alternate form is shown within the widget container, replacing the first. This functionality is present for the following widgets:
To make this work, there is a main 'container' element which contains the widget background colour etc, and each form is within its own 'form' container (not an actual HTML form, but a div element). If a widget contains a second form, its form container will initially have a 'hidden' class attached to it (the first will have an 'active' class, so it is shown).
When the flip link is clicked:
The form containers are looped through;
If a form container contains the 'hidden' class:
If the form container doesn't contain the 'hidden class:
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Donate now</h3>
<p class="c-donate-widget__intro">Help lift more people out of poverty.</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "",
"allHandles": false,
"freq_handles": true,
"otherTitle": false,
"donate_widget_title": "Donate now",
"donate_widget_intro": "Help lift more people out of poverty.",
"frequencies": [],
"amounts_monthly": [],
"amounts_once": [],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false,
"alt_id": "",
"alt_freq_handles": false,
"alt_donate_widget_title": "",
"alt_donate_widget_intro": "",
"alt_frequencies": [],
"alt_amounts_monthly": [],
"alt_amounts_once": [],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": false
}
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Donate now</h3>
<p class="c-donate-widget__intro">Help lift more people out of poverty.</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles">
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_priority_freq_once" class="js-donate-widget__freq-radio" name="oneoff_priority_freq" checked="checked" autocomplete="off" data-frequency="once">
<label for="oneoff_priority_freq_once">once</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_priority_freq_monthly" class="js-donate-widget__freq-radio" name="oneoff_priority_freq" autocomplete="off" data-frequency="monthly">
<label for="oneoff_priority_freq_monthly">monthly</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_priority_amount_monthly_25" class="js-donate-widget__amount-radio" name="oneoff_priority_amount_monthly" checked="checked" autocomplete="off" data-amount="25">
<label for="oneoff_priority_amount_monthly_25">£25</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_priority_amount_monthly_15" class="js-donate-widget__amount-radio" name="oneoff_priority_amount_monthly" autocomplete="off" data-amount="15">
<label for="oneoff_priority_amount_monthly_15">£15</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_priority_amount_monthly_8" class="js-donate-widget__amount-radio" name="oneoff_priority_amount_monthly" autocomplete="off" data-amount="8">
<label for="oneoff_priority_amount_monthly_8">£8</label>
</div>
</div>
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_priority_amount_once_200" class="js-donate-widget__amount-radio" name="oneoff_priority_amount_once" checked="checked" autocomplete="off" data-amount="200">
<label for="oneoff_priority_amount_once_200">£200</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_priority_amount_once_125" class="js-donate-widget__amount-radio" name="oneoff_priority_amount_once" autocomplete="off" data-amount="125">
<label for="oneoff_priority_amount_once_125">£125</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="oneoff_priority_amount_once_80" class="js-donate-widget__amount-radio" name="oneoff_priority_amount_once" autocomplete="off" data-amount="80">
<label for="oneoff_priority_amount_once_80">£80</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="25">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="15">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="8">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 3</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="200">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="125">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="80">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "oneoff_priority",
"allHandles": true,
"freq_handles": true,
"otherTitle": false,
"donate_widget_title": "Donate now",
"donate_widget_intro": "Help lift more people out of poverty.",
"frequencies": [
{
"title": "once",
"checked": true
},
{
"title": "monthly"
}
],
"amounts_monthly": [
{
"title": "25",
"content": "Monthly content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "15",
"content": "Monthly content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "8",
"content": "Monthly content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"amounts_once": [
{
"title": "200",
"content": "Once content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "125",
"content": "Once content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "80",
"content": "Once content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false,
"alt_id": "",
"alt_freq_handles": false,
"alt_donate_widget_title": "",
"alt_donate_widget_intro": "",
"alt_frequencies": [],
"alt_amounts_monthly": [],
"alt_amounts_once": [],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": false
}
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Donate now</h3>
<p class="c-donate-widget__intro">Help lift more people out of poverty.</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles">
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_priority_no_handles_freq_monthly" class="js-donate-widget__freq-radio" name="monthly_priority_no_handles_freq" checked="checked" autocomplete="off" data-frequency="monthly">
<label for="monthly_priority_no_handles_freq_monthly">monthly</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_priority_no_handles_freq_once" class="js-donate-widget__freq-radio" name="monthly_priority_no_handles_freq" autocomplete="off" data-frequency="once">
<label for="monthly_priority_no_handles_freq_once">once</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="enter amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "monthly_priority_no_handles",
"allHandles": true,
"freq_handles": true,
"otherTitle": false,
"donate_widget_title": "Donate now",
"donate_widget_intro": "Help lift more people out of poverty.",
"frequencies": [
{
"title": "monthly",
"checked": true
},
{
"title": "once"
}
],
"amounts_monthly": [],
"amounts_once": [],
"donate_widget_placeholder": "enter amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false,
"alt_id": "",
"alt_freq_handles": false,
"alt_donate_widget_title": "",
"alt_donate_widget_intro": "",
"alt_frequencies": [],
"alt_amounts_monthly": [],
"alt_amounts_once": [],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": false
}
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title ">Donate now</h3>
<p class="c-donate-widget__intro">Help lift more people out of poverty.</p>
<div class="js-donate-widget__controls">
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles">
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_priority_freq_monthly" class="js-donate-widget__freq-radio" name="monthly_priority_freq" checked="checked" autocomplete="off" data-frequency="monthly">
<label for="monthly_priority_freq_monthly">monthly</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_priority_freq_once" class="js-donate-widget__freq-radio" name="monthly_priority_freq" autocomplete="off" data-frequency="once">
<label for="monthly_priority_freq_once">once</label>
</div>
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_priority_amount_monthly_25" class="js-donate-widget__amount-radio" name="monthly_priority_amount_monthly" checked="checked" autocomplete="off" data-amount="25">
<label for="monthly_priority_amount_monthly_25">£25</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_priority_amount_monthly_15" class="js-donate-widget__amount-radio" name="monthly_priority_amount_monthly" autocomplete="off" data-amount="15">
<label for="monthly_priority_amount_monthly_15">£15</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_priority_amount_monthly_8" class="js-donate-widget__amount-radio" name="monthly_priority_amount_monthly" autocomplete="off" data-amount="8">
<label for="monthly_priority_amount_monthly_8">£8</label>
</div>
</div>
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_priority_amount_once_200" class="js-donate-widget__amount-radio" name="monthly_priority_amount_once" checked="checked" autocomplete="off" data-amount="200">
<label for="monthly_priority_amount_once_200">£200</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_priority_amount_once_125" class="js-donate-widget__amount-radio" name="monthly_priority_amount_once" autocomplete="off" data-amount="125">
<label for="monthly_priority_amount_once_125">£125</label>
</div>
<div class="c-donate-widget__radio">
<input type="radio" id="monthly_priority_amount_once_80" class="js-donate-widget__amount-radio" name="monthly_priority_amount_once" autocomplete="off" data-amount="80">
<label for="monthly_priority_amount_once_80">£80</label>
</div>
</div>
</div>
</div>
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="25">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="15">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="8">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Monthly content 3</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="200">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 1</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="125">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 2</p>
</div>
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="80">
<img class="c-donate-widget__handle-content-image" src="/images/mainsite5/donate-header/content-image.jpg" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">Once content 3</p>
</div>
</div>
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="other amount" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">Donate now</a>
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
</div>
<div class="c-donate-widget">
<!-- START MAIN FORM -->
<div class="c-donate-widget__form js-donate-widget__form is-active">
<h3 class="c-donate-widget__title {% if otherTitle %}c-donate-widget__title--alt{% endif %}">{{ donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if amounts_monthly is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="monthly">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_monthly_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_monthly" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_monthly_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
{% if amounts_once is not empty %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (amounts_monthly is not empty) or (amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in amounts_monthly %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="monthly" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
{% for amount in amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" max="999999" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ donate_widget_placeholder }}" />
</div>
</div>
<a class="button c-donate-widget__button" href="#">{{ donate_widget_button }}</a>
{% if flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a one-off donation</a>
{% endif %}
</div>
<!-- START ALTERNATE FORM (FOR WHEN FORM CAN FLIP) -->
{% if alt_form %}
<div class="c-donate-widget__form js-donate-widget__form is-hidden">
<h3 class="c-donate-widget__title {% if altTitle %}c-donate-widget__title--alt{% endif %}">{{ alt_donate_widget_title|raw }}</h3>
<p class="c-donate-widget__intro">{{ alt_donate_widget_intro }}</p>
<div class="js-donate-widget__controls">
{% if allHandles %}
<div class="c-donate-widget__handles-container">
<div class="c-donate-widget__handles-row js-donate-widget__freq-handles{% if not freq_handles %} is-hidden{% endif %}">
{% for frequency in alt_frequencies %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_freq_{{ frequency.title }}" class="js-donate-widget__freq-radio" name="{{ alt_id }}_freq" {% if frequency.checked %}checked="checked"{% endif %} autocomplete="off" data-frequency="{{ frequency.title }}">
<label for="{{ alt_id }}_freq_{{ frequency.title }}">{{ frequency.title }}</label>
</div>
{% endfor %}
</div>
<div class="c-donate-widget__amount-handles-container js-donate-widget__amount-handles-container">
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handles-row js-donate-widget__amount-handles" data-frequency="once">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__radio">
<input type="radio" id="{{ alt_id }}_amount_once_{{ amount.title }}" class="js-donate-widget__amount-radio" name="{{ alt_id }}_amount_once" {% if amount.checked %}checked="checked"{% endif %} autocomplete="off" data-amount="{{ amount.title }}">
<label for="{{ alt_id }}_amount_once_{{ amount.title }}">£{{ amount.title }}</label>
</div>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endif %}
{% if (alt_amounts_once is not empty) %}
<div class="c-donate-widget__handle-content-container js-donate-widget__handle-content-container">
{% for amount in alt_amounts_once %}
<div class="c-donate-widget__handle-content-item js-donate-widget__handle-content-item" data-frequency="once" data-amount="{{ amount.title }}">
<img class="c-donate-widget__handle-content-image" src="{{ amount.image }}" alt="Handle image" />
<p class="c-donate-widget__handle-content-text">{{ amount.content }}</p>
</div>
{% endfor %}
</div>
{% endif %}
<div class="c-donate-widget__input-container">
<input type="number" min="1" class="c-donate-widget__input js-donate-widget__other" placeholder="{{ alt_donate_widget_placeholder }}" />
</div>
<a class="button c-donate-widget__button" href="#">{{ alt_donate_widget_button }}</a>
</div>
{% if alt_flip_link %}
<a class="c-donate-widget__flip-link js-donate-widget__flip-link" href="#">or make a monthly donation</a>
{% endif %}
</div>
{% endif %}
</div>
{
"id": "monthly_priority",
"allHandles": true,
"freq_handles": true,
"otherTitle": false,
"donate_widget_title": "Donate now",
"donate_widget_intro": "Help lift more people out of poverty.",
"frequencies": [
{
"title": "monthly",
"checked": true
},
{
"title": "once"
}
],
"amounts_monthly": [
{
"title": "25",
"content": "Monthly content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "15",
"content": "Monthly content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "8",
"content": "Monthly content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"amounts_once": [
{
"title": "200",
"content": "Once content 1",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg",
"checked": true
},
{
"title": "125",
"content": "Once content 2",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
},
{
"title": "80",
"content": "Once content 3",
"image": "\/images\/mainsite5\/donate-header\/content-image.jpg"
}
],
"donate_widget_placeholder": "other amount",
"donate_widget_button": "Donate now",
"flip_link": false,
"alt_form": false,
"alt_id": "",
"alt_freq_handles": false,
"alt_donate_widget_title": "",
"alt_donate_widget_intro": "",
"alt_frequencies": [],
"alt_amounts_monthly": [],
"alt_amounts_once": [],
"alt_donate_widget_placeholder": "other amount",
"alt_donate_widget_button": "Donate now",
"alt_flip_link": false
}
<!-- Newsletter widget: START -->
<div class="newsletter-subscribe row">
<div class="inner">
<div class="form"><!-- This should be an actual form but .NET doesn't play nicely -->
<fieldset>
<legend>Learn about our work and stay in touch</legend>
<div class="field">
<label for="firstname">First Name</label>
<input type="text" id="firstname" name="firstname" class="firstname" placeholder="First Name">
</div>
<div class="field">
<label for="lastname">Last Name</label>
<input type="text" id="lastname" name="lastname" class="lastname" placeholder="Last Name">
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" id="email" name="email" class="email" placeholder="you@youremail.com">
</div>
<div class="field buttons">
<input type="submit" value="Subscribe" class="button">
</div>
<div class="field field--checkbox">
<input class="field-set__input field-set__input--checkbox default-style" id="checkbox3" name="checkbox" type="checkbox">
<label class="field-set__label field-set__label--checkbox" for="checkbox3"><span class="field-set__label-text">Choice C</span></label>
</div>
<div class="form__disclaimer">
<div class="article-inner">
<p><em>We’d love to occasionally contact you using your email address. We will share updates on our latest campaigns and ways that you can take action. Of course, you can change your preferences at any time – just email info@tearfund.org or call 0208 977 9144. We promise never to pass your details on to another organisation for marketing purposes.</em></p>
</div>
</div>
</fieldset>
</div>
</div>
</div>
<!-- Newsletter widget: END -->
<!-- Newsletter widget: START -->
<div class="newsletter-subscribe row">
<div class="inner">
<div class="form"><!-- This should be an actual form but .NET doesn't play nicely -->
<fieldset>
<legend>Learn about our work and stay in touch</legend>
<div class="field">
<label for="firstname">First Name</label>
<input type="text" id="firstname" name="firstname" class="firstname" placeholder="First Name">
</div>
<div class="field">
<label for="lastname">Last Name</label>
<input type="text" id="lastname" name="lastname" class="lastname" placeholder="Last Name">
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" id="email" name="email" class="email" placeholder="you@youremail.com">
{% if error %}<span class="error-message">Please enter a valid last name.</span>{% endif %}
</div>
<div class="field buttons">
<input type="submit" value="Subscribe" class="button">
</div>
<div class="field field--checkbox">
<input class="field-set__input field-set__input--checkbox default-style" id="checkbox3" name="checkbox" type="checkbox">
<label class="field-set__label field-set__label--checkbox" for="checkbox3"><span class="field-set__label-text">Choice C</span></label>
</div>
<div class="form__disclaimer">
<div class="article-inner">
<p><em>{{ disclaimer }}</em></p>
</div>
</div>
</fieldset>
</div>
</div>
</div>
<!-- Newsletter widget: END -->
{
"disclaimer": "We\u2019d love to occasionally contact you using your email address. We will share updates on our latest campaigns and ways that you can take action. Of course, you can change your preferences at any time \u2013 just email info@tearfund.org or call 0208 977 9144. We promise never to pass your details on to another organisation for marketing purposes."
}
<!-- Newsletter widget: START -->
<div class="newsletter-subscribe row">
<div class="inner">
<div class="form"><!-- This should be an actual form but .NET doesn't play nicely -->
<fieldset>
<legend>Learn about our work and stay in touch</legend>
<div class="field">
<label for="firstname">First Name</label>
<input type="text" id="firstname" name="firstname" class="firstname" placeholder="First Name">
</div>
<div class="field">
<label for="lastname">Last Name</label>
<input type="text" id="lastname" name="lastname" class="lastname" placeholder="Last Name">
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" id="email" name="email" class="email" placeholder="you@youremail.com">
</div>
<div class="field buttons">
<input type="submit" value="Subscribe" class="button">
</div>
<div class="field field--checkbox">
<input class="field-set__input field-set__input--checkbox default-style" id="checkbox3" name="checkbox" type="checkbox">
<label class="field-set__label field-set__label--checkbox" for="checkbox3"><span class="field-set__label-text">Choice C</span></label>
</div>
<div class="form__disclaimer">
<div class="article-inner">
<p><em></em></p>
</div>
</div>
</fieldset>
</div>
</div>
</div>
<!-- Newsletter widget: END -->
<!-- Newsletter widget: START -->
<div class="newsletter-subscribe row">
<div class="inner">
<div class="form"><!-- This should be an actual form but .NET doesn't play nicely -->
<fieldset>
<legend>Learn about our work and stay in touch</legend>
<div class="field">
<label for="firstname">First Name</label>
<input type="text" id="firstname" name="firstname" class="firstname" placeholder="First Name">
</div>
<div class="field">
<label for="lastname">Last Name</label>
<input type="text" id="lastname" name="lastname" class="lastname" placeholder="Last Name">
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" id="email" name="email" class="email" placeholder="you@youremail.com">
{% if error %}<span class="error-message">Please enter a valid last name.</span>{% endif %}
</div>
<div class="field buttons">
<input type="submit" value="Subscribe" class="button">
</div>
<div class="field field--checkbox">
<input class="field-set__input field-set__input--checkbox default-style" id="checkbox3" name="checkbox" type="checkbox">
<label class="field-set__label field-set__label--checkbox" for="checkbox3"><span class="field-set__label-text">Choice C</span></label>
</div>
<div class="form__disclaimer">
<div class="article-inner">
<p><em>{{ disclaimer }}</em></p>
</div>
</div>
</fieldset>
</div>
</div>
</div>
<!-- Newsletter widget: END -->
{}
<!-- Newsletter widget: START -->
<div class="newsletter-subscribe row">
<div class="inner">
<div class="form"><!-- This should be an actual form but .NET doesn't play nicely -->
<fieldset>
<legend>Learn about our work and stay in touch</legend>
<div class="field">
<label for="firstname">First Name</label>
<input type="text" id="firstname" name="firstname" class="firstname" placeholder="First Name">
</div>
<div class="field">
<label for="lastname">Last Name</label>
<input type="text" id="lastname" name="lastname" class="lastname" placeholder="Last Name">
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" id="email" name="email" class="email" placeholder="you@youremail.com">
<span class="error-message">Please enter a valid last name.</span> </div>
<div class="field buttons">
<input type="submit" value="Subscribe" class="button">
</div>
<div class="field field--checkbox">
<input class="field-set__input field-set__input--checkbox default-style" id="checkbox3" name="checkbox" type="checkbox">
<label class="field-set__label field-set__label--checkbox" for="checkbox3"><span class="field-set__label-text">Choice C</span></label>
</div>
<div class="form__disclaimer">
<div class="article-inner">
<p><em></em></p>
</div>
</div>
</fieldset>
</div>
</div>
</div>
<!-- Newsletter widget: END -->
<!-- Newsletter widget: START -->
<div class="newsletter-subscribe row">
<div class="inner">
<div class="form"><!-- This should be an actual form but .NET doesn't play nicely -->
<fieldset>
<legend>Learn about our work and stay in touch</legend>
<div class="field">
<label for="firstname">First Name</label>
<input type="text" id="firstname" name="firstname" class="firstname" placeholder="First Name">
</div>
<div class="field">
<label for="lastname">Last Name</label>
<input type="text" id="lastname" name="lastname" class="lastname" placeholder="Last Name">
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" id="email" name="email" class="email" placeholder="you@youremail.com">
{% if error %}<span class="error-message">Please enter a valid last name.</span>{% endif %}
</div>
<div class="field buttons">
<input type="submit" value="Subscribe" class="button">
</div>
<div class="field field--checkbox">
<input class="field-set__input field-set__input--checkbox default-style" id="checkbox3" name="checkbox" type="checkbox">
<label class="field-set__label field-set__label--checkbox" for="checkbox3"><span class="field-set__label-text">Choice C</span></label>
</div>
<div class="form__disclaimer">
<div class="article-inner">
<p><em>{{ disclaimer }}</em></p>
</div>
</div>
</fieldset>
</div>
</div>
</div>
<!-- Newsletter widget: END -->
{
"error": true
}
<div class="zero-counter" data-from="0" data-to="1000">
<span class="zero-counter__value">1000</span>
<span class="zero-counter__title">The title</span>
</div>
<div class="zero-counter" data-from="{{counter_from}}" data-to="{{counter_to}}">
<span class="zero-counter__value">{{counter_to}}</span>
<span class="zero-counter__title">{{counter_title}}</span>
</div>
{
"counter_from": 0,
"counter_to": 1000,
"counter_title": "The title"
}
<div class="line-statistic" data-min="0" data-max="100">
<span class="line-statistic__title">The Title</span>
<span class="line-statistic__text">
<span class="line-statistic__value">65</span>% </span>
<div class="line-statistic__line-wrapper">
<div class="line-statistic__line-actual js-pre-animated"></div>
</div>
</div>
<div class="line-statistic" data-min="{{stat_min}}" data-max="{{stat_max}}">
<span class="line-statistic__title">{{stat_title}}</span>
<span class="line-statistic__text">
<span class="line-statistic__value">{{stat_value}}</span>{% if stat_of %} of {{ stat_of }} {% else %}%{% endif %}
</span>
<div class="line-statistic__line-wrapper">
<div class="line-statistic__line-actual js-pre-animated"></div>
</div>
</div>
{
"stat_min": 0,
"stat_max": 100,
"stat_title": "The Title",
"stat_value": 65
}
<div class="progress-totalizer-panel">
<div class="progress-totalizer-wrapper">
<div class="progress-totalizer">
<div class="progress-totalizer__segments">
<div class="progress-totalizer__segment progress-totalizer__segment--church" style="width: 60%"></div>
<div class="progress-totalizer__segment progress-totalizer__segment--individual" style="width: 20%"></div>
<div class="progress-totalizer__segment progress-totalizer__segment--remaining" style="width: 20%"></div>
</div>
<div class="progress-totalizer__markers">
<div class="progress-totalizer__marker" style="width: 100%"></div>
</div>
</div>
</div>
<div class="progress-totalizer-legend">
<div class="progress-totalizer-legend__col progress-totalizer-legend__col--church">
<span class="progress-totalizer-legend__color"></span>
<span class="progress-totalizer-legend__label">Your church has given</span>
<span class="progress-totalizer-legend__value">£XXXXX</span>
</div>
<div class="progress-totalizer-legend__col progress-totalizer-legend__col--individual">
<span class="progress-totalizer-legend__color"></span>
<span class="progress-totalizer-legend__label">Individual regular giving</span>
<span class="progress-totalizer-legend__value">£XXXXX</span>
</div>
<div class="progress-totalizer-legend__col progress-totalizer-legend__col--remaining">
<span class="progress-totalizer-legend__color"></span>
<span class="progress-totalizer-legend__label">Still to raise</span>
<span class="progress-totalizer-legend__value">£XXXXX</span>
</div>
</div>
</div>
<div class="progress-totalizer-panel">
<div class="progress-totalizer-wrapper">
<div class="progress-totalizer">
<div class="progress-totalizer__segments">
<div class="progress-totalizer__segment progress-totalizer__segment--church" style="width: 60%"></div>
<div class="progress-totalizer__segment progress-totalizer__segment--individual" style="width: 20%"></div>
<div class="progress-totalizer__segment progress-totalizer__segment--remaining" style="width: 20%"></div>
</div>
<div class="progress-totalizer__markers">
<div class="progress-totalizer__marker" style="width: 100%"></div>
</div>
</div>
</div>
<div class="progress-totalizer-legend">
<div class="progress-totalizer-legend__col progress-totalizer-legend__col--church">
<span class="progress-totalizer-legend__color"></span>
<span class="progress-totalizer-legend__label">Your church has given</span>
<span class="progress-totalizer-legend__value">£XXXXX</span>
</div>
<div class="progress-totalizer-legend__col progress-totalizer-legend__col--individual">
<span class="progress-totalizer-legend__color"></span>
<span class="progress-totalizer-legend__label">Individual regular giving</span>
<span class="progress-totalizer-legend__value">£XXXXX</span>
</div>
<div class="progress-totalizer-legend__col progress-totalizer-legend__col--remaining">
<span class="progress-totalizer-legend__color"></span>
<span class="progress-totalizer-legend__label">Still to raise</span>
<span class="progress-totalizer-legend__value">£XXXXX</span>
</div>
</div>
</div>
{}
<div class="line-statistic" data-min="0" data-max="1000">
<span class="line-statistic__title">The Title</span>
<span class="line-statistic__text">
<span class="line-statistic__value">800</span> of 1000 </span>
<div class="line-statistic__line-wrapper">
<div class="line-statistic__line-actual js-pre-animated"></div>
</div>
</div>
<div class="line-statistic" data-min="{{stat_min}}" data-max="{{stat_max}}">
<span class="line-statistic__title">{{stat_title}}</span>
<span class="line-statistic__text">
<span class="line-statistic__value">{{stat_value}}</span>{% if stat_of %} of {{ stat_of }} {% else %}%{% endif %}
</span>
<div class="line-statistic__line-wrapper">
<div class="line-statistic__line-actual js-pre-animated"></div>
</div>
</div>
{
"stat_min": 0,
"stat_max": 1000,
"stat_title": "The Title",
"stat_value": 800,
"stat_of": 1000
}
<div class="small-row large-row progress-stat-grid progress-stat-grid--grey">
<div class="progress-stat-block progress-stat-block--large">
<span class="icon-empowerment-yellow"></span>
<span class="progress-stat-block__value">99999</span>
<span class="progress-stat-block__label">Lives changed</span>
</div>
<div class="large-col-4">
<div class="progress-stat-block">
<span class="progress-stat-block__label">This year we have given</span>
<span class="progress-stat-block__value">£9999</span>
</div>
</div>
<div class="large-col-4">
<div class="progress-stat-block">
<span class="progress-stat-block__label">Our church gave</span>
<span class="progress-stat-block__value">99999</span>
</div>
</div>
<div class="large-col-4">
<div class="progress-stat-block">
<span class="progress-stat-block__label">Individual gave</span>
<span class="progress-stat-block__value">99999</span>
</div>
</div>
</div>
<div class="small-row large-row progress-stat-grid progress-stat-grid--grey">
<div class="progress-stat-block progress-stat-block--large">
<span class="icon-empowerment-yellow"></span>
<span class="progress-stat-block__value">99999</span>
<span class="progress-stat-block__label">Lives changed</span>
</div>
<div class="large-col-4">
<div class="progress-stat-block">
<span class="progress-stat-block__label">This year we have given</span>
<span class="progress-stat-block__value">£9999</span>
</div>
</div>
<div class="large-col-4">
<div class="progress-stat-block">
<span class="progress-stat-block__label">Our church gave</span>
<span class="progress-stat-block__value">99999</span>
</div>
</div>
<div class="large-col-4">
<div class="progress-stat-block">
<span class="progress-stat-block__label">Individual gave</span>
<span class="progress-stat-block__value">99999</span>
</div>
</div>
</div>
{}
<div class="pie-chart" data-data="[{"value": 91, "color":"#FCD901", "highlight":"#EFCD02"},{"value": 9, "color": "#90ADAB", "highlight": "#88A4A2"}]" style="visibility: visible;">
<canvas class="chart" height="960" width="1920" style="width: 960px; height: 480px;"></canvas>
</div>
<div class="pie-chart" data-data="[{"value": 91, "color":"#FCD901", "highlight":"#EFCD02"},{"value": 9, "color": "#90ADAB", "highlight": "#88A4A2"}]" style="visibility: visible;">
<canvas class="chart" height="960" width="1920" style="width: 960px; height: 480px;"></canvas>
</div>
{#
Valid data attributes:
- data-data: JSON string of valid data as per http://www.chartjs.org/docs/#doughnut-pie-chart
Note that `label` is not required for our default setup
- data-options: JSON string of valid options as per http://www.chartjs.org/docs/#getting-started-global-chart-configuration
Defaults to (excluding Chart.js defaults):
{
segmentShowStroke : false,
scaleShowLabels: false,
responsive: true,
showTooltips: true,
animationEasing: 'easeOutCirc',
animationSteps : 100,
tooltipTemplate: "<%if (label){%><%=label%>: <%}%><%= value %>p",
}
#}
{}
<div class="inner">
<ul class="article-summaries-list">
<li class="article-summaries-listitem--with-image">
<article class="article-summary article-summary--compact">
<div class="article-summary-image">
<a title="Full Text NoO Pubs - Read More" class="circular-image article-summary-image__image" href="/en/misc/publications_summary/full_text_noo_pubs/">
<img src="https://www.tearfund.org/~/media/images/story_pics/novemeber_18/trampoline.jpg?w=200&h=200&crop=1" alt="Girl in tutu bouncing on trampoline">
</a>
</div>
<div class="article-summary-details">
<header>
<h2 class="article-summary-details__header">
<a title="Full Text NoO Pubs - Read More" href="/en/misc/publications_summary/full_text_noo_pubs/">Full Text NoO Pubs</a>
</h2>
<div class="byline"><span>Type:</span> Policy Brief | <span>Year:</span> 2017</div>
</header>
<div>
<p>This is my full text, there is no overview text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore…</p>
</div>
<a title="Full Text NoO Pubs - Read More" class="article-summary__button" href="/en/misc/publications_summary/full_text_noo_pubs/">Link 1</a>
<a title="Full Text NoO Pubs - Read More" class="article-summary__button" href="/en/misc/publications_summary/full_text_noo_pubs/">Link 2</a>
<a title="Full Text NoO Pubs - Read More" class="article-summary__button" href="/en/misc/publications_summary/full_text_noo_pubs/">Link 3</a>
<a title="Full Text NoO Pubs - Read More" class="article-summary__button" href="/en/misc/publications_summary/full_text_noo_pubs/">Link 4</a>
</div>
</article>
</li>
</ul>
</div>
<div class="inner">
<ul class="article-summaries-list">
<li class="article-summaries-listitem--with-image">
<article class="article-summary article-summary--compact">
<div class="article-summary-image">
<a title="Full Text NoO Pubs - Read More" class="circular-image article-summary-image__image" href="/en/misc/publications_summary/full_text_noo_pubs/">
<img src="https://www.tearfund.org/~/media/images/story_pics/novemeber_18/trampoline.jpg?w=200&h=200&crop=1" alt="Girl in tutu bouncing on trampoline">
</a>
</div>
<div class="article-summary-details">
<header>
<h2 class="article-summary-details__header">
<a title="Full Text NoO Pubs - Read More" href="/en/misc/publications_summary/full_text_noo_pubs/">Full Text NoO Pubs</a>
</h2>
<div class="byline"><span>Type:</span> Policy Brief | <span>Year:</span> 2017</div>
</header>
<div>
<p>This is my full text, there is no overview text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore…</p>
</div>
<a title="Full Text NoO Pubs - Read More" class="article-summary__button" href="/en/misc/publications_summary/full_text_noo_pubs/">Link 1</a>
<a title="Full Text NoO Pubs - Read More" class="article-summary__button" href="/en/misc/publications_summary/full_text_noo_pubs/">Link 2</a>
<a title="Full Text NoO Pubs - Read More" class="article-summary__button" href="/en/misc/publications_summary/full_text_noo_pubs/">Link 3</a>
<a title="Full Text NoO Pubs - Read More" class="article-summary__button" href="/en/misc/publications_summary/full_text_noo_pubs/">Link 4</a>
</div>
</article>
</li>
</ul>
</div>
{}
This is my full text, there is no overview text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore…
<div class="recipe inner">
<div class="recipe--ingredients">
<h3>Ingredients</h3>
<ul>
<li>4 eggs</li>
<li>300g flour</li>
<li>100g sugar</li>
<li>1 unicorn horn</li>
</ul>
</div>
<div class="recipe--method">
<h3>Method</h3>
<ol>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu molestie sapien, eget vulputate sapien. Curabitur eleifend pulvinar dolor, id pellentesque magna aliquet vitae. Cras neque ipsum, luctus sed magna in, gravida ultricies ante. Nulla facilisi. Donec metus ligula, pretium eu felis ut, bibendum pretium nisi.</li>
<li>Pellentesque pellentesque justo nec rutrum bibendum. Cras non orci vel enim lobortis facilisis at at lectus. Nullam vitae diam et metus semper tincidunt.</li>
<li>Nulla quam sapien, tempor quis vestibulum non, congue eu lacus. Sed bibendum nisl eu enim dictum interdum. Cras nec sapien nec ipsum fringilla condimentum et eget ipsum. Aenean eget semper leo. Sed porttitor vehicula metus. Aliquam erat volutpat. Mauris laoreet eros at pulvinar ultrices.</li>
<li>Eat the stuff</li>
</ol>
</div>
</div>
<div class="recipe inner">
<div class="recipe--ingredients">
<h3>Ingredients</h3>
<ul>
{% for ingredient in ingredients %}
<li>{{ ingredient }}</li>
{% endfor %}
</ul>
</div>
<div class="recipe--method">
<h3>Method</h3>
<ol>
{% for method in methods %}
<li>{{ method }}</li>
{% endfor %}
</ol>
</div>
</div>
{
"ingredients": {
"0": "4 eggs",
"1": "300g flour",
"2": "100g sugar",
"3": "1 unicorn horn"
},
"methods": {
"0": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu molestie sapien, eget vulputate sapien. Curabitur eleifend pulvinar dolor, id pellentesque magna aliquet vitae. Cras neque ipsum, luctus sed magna in, gravida ultricies ante. Nulla facilisi. Donec metus ligula, pretium eu felis ut, bibendum pretium nisi.",
"1": "Pellentesque pellentesque justo nec rutrum bibendum. Cras non orci vel enim lobortis facilisis at at lectus. Nullam vitae diam et metus semper tincidunt.",
"2": "Nulla quam sapien, tempor quis vestibulum non, congue eu lacus. Sed bibendum nisl eu enim dictum interdum. Cras nec sapien nec ipsum fringilla condimentum et eget ipsum. Aenean eget semper leo. Sed porttitor vehicula metus. Aliquam erat volutpat. Mauris laoreet eros at pulvinar ultrices.",
"3": "Eat the stuff"
}
}