Files
NAN_Student_Handbook/templates/internal/career-goals.php
2024-01-16 21:51:39 -05:00

41 lines
1.3 KiB
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">What you want for yourself in life</p>
</div>
<div class="py-4 px-2 bg-white text-cadet-900">
<div class="max-w-7xl mx-auto">
<div class="px-6">
<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 text-white bg-cadet-900 shadow-md">
<p class="italic font-medium mb-4">Career Cruising is a self-exploration and planning program that helps people of all ages achieve their potential in school, career and life.</p>
<a href="https://public.careercruising.com/en/">https://public.careercruising.com/en/</a>
</div>
</div>
</div>
</div>
</article>