Text With Image Secondary {% include 'components/big-quiz-2019/text-with-image-secondary' %}
#
HTML
    <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>
Twig
{% 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>"
                }
            }
        }
    }
}

We want to make it as fun and easy as possible to run the quiz.

In this guide you’ll find loads of useful info to help make your Big Quiz Night a massive success, including:

  • Checklist of things to do to run the perfect quiz
  • Details of how to change the quiz to suit your
  • Suggested running order for the night

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!