<!-- WYSIWYG -->
<div class="wysiwyg_block">
    <div class="fs-row">
        <div class="fs-cell fs-lg-7">
            <div class="wysiwyg_block_inner typography">

                <!-- Headings -->
                <h2>Using the Data for Insight</h2>
                <p>The data we provide could help you zero in on points like these: </p>
                <ul>
                    <li>Pre-pandemic vs. post-pandemic participation growth rate by state</li>
                    <li>Top 10 states by growth in participation</li>
                    <li>States with the highest delta between private school and homeschool participation</li>
                    <li>Homeschool participation by race in Arkansas</li>
                </ul>
                <h2>Top 10 States for Growth Rate</h2>
                <figure class="block_center">
                    <img src="https://images.fastspot.com/framework/740x416/1" alt="">
                    <figcaption>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Nulla vitae elit libero, a pharetra augue.</figcaption>
                </figure>
                <h2>Participation by Race- AR- 2022</h2>
                <figure class="block_center">
                    <img src="https://images.fastspot.com/framework/740x416/1" alt="">
                    <figcaption>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Nulla vitae elit libero, a pharetra augue.</figcaption>
                </figure>
                <h2>Other Homeschool Research Resources</h2>
                <p>It pays to keep up with the latest research in homeschooling and be able to evaluate new analysis tools as they emerge. Here are some sites that we have found useful:</p>
                <ul>
                    <li><a href="#">International Center for Home Education Research</a> - for regulation reviews</li>
                    <li><a href="#">Homeschool Legal Defense Association (HSLDA)</a> - for legal trends</li>
                    <li><a href="#">Ed Choice</a> - for school choice initiatives nationwide</li>
                </ul>
            </div>
        </div>
    </div>
</div>
<!-- END: WYSIWYG -->
{#
	{% include '@component-wysiwyg' with {
		content: 'Content'
	} %}
#}

<!-- WYSIWYG -->
<div class="wysiwyg_block">
	<div class="fs-row">
		<div class="fs-cell fs-lg-7">
			<div class="wysiwyg_block_inner typography">
				{% include '@partial-wysiwyg--homeschool-hub' %}
			</div>
		</div>
	</div>
</div>
<!-- END: WYSIWYG -->

No notes defined.