Files
NAN_Student_Handbook/templates/internal/financial-goals.php
2023-12-26 22:56:58 -05:00

20 lines
892 B
PHP

<article>
<div class="flex flex-col bg-white">
<div class="font-mono py-8 px-12">
<p class="max-w-7xl mx-auto">Will help you achieve your other goals</p>
</div>
<div class="italic py-8 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>