current progress
This commit is contained in:
40
templates/internal/personal-goals.php
Normal file
40
templates/internal/personal-goals.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<article>
|
||||
|
||||
<div class="flex flex-col bg-white">
|
||||
|
||||
<div class="font-mono py-8 px-12">
|
||||
<p class="max-w-7xl mx-auto">What you want for yourself in life</p>
|
||||
</div>
|
||||
|
||||
<div class="py-8 px-4 bg-cadet-500 text-cadet-900">
|
||||
<div class="max-w-7xl mx-auto">
|
||||
|
||||
<div class="px-4">
|
||||
<h3 class="text-xl font-medium mb-4">To determine your personal goals ask yourself:</h3>
|
||||
<ul class="list-disc space-y-2 px-4">
|
||||
<li>
|
||||
<p>Where do you want to live and work?</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>How important is family in your life? How will you stay connected?</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Do you want to travel?</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>What do you want your life to look like in 10, 15 or 50 years?</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="mt-8 px-4 py-4 w-full bg-white shadow-sm">
|
||||
<p class="italic font-medium">Be honest with yourself. The career and education you choose should guide you to achieve your personal goals.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</article>
|
Reference in New Issue
Block a user