20 lines
913 B
PHP
20 lines
913 B
PHP
<article>
|
|
|
|
<div class="flex flex-col bg-white">
|
|
|
|
<div class="py-4 px-4">
|
|
<p class="max-w-7xl italic font-medium text-red-500 mx-auto">Will help you achieve your other goals</p>
|
|
</div>
|
|
|
|
<div class="italic py-4 px-8 bg-cadet-500 text-cadet-900">
|
|
<ul class="max-w-7xl mx-auto space-y-4 list-disc list-inside">
|
|
<li>How much money will you need to attend college or university?</li>
|
|
<li>Think of all the things you may need: travel, books, food, housing, tuition, childcare, recreation, cell phone, etc.</li>
|
|
<li>Funding organizations have application deadlines for each session: Fall/Winter and Spring/Summer. Get your application in early!</li>
|
|
<li>You will find some suggestions under the <a href="<?php echo get_site_url() . '/managing-your-finances'; ?>" class="font-medium underline">Finances section</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</article> |