current progress
This commit is contained in:
20
templates/internal/financial-goals.php
Normal file
20
templates/internal/financial-goals.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<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>
|
Reference in New Issue
Block a user