current progress

This commit is contained in:
prospect
2023-12-26 22:56:58 -05:00
commit 7843c7b084
99 changed files with 42808 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
<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-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>

View File

@@ -0,0 +1,21 @@
<article>
<div class="flex flex-col bg-white">
<div class="font-mono py-8 px-12">
<p class="max-w-7xl mx-auto">To get the career and life you want</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>A program for everyone: You might pick a program because it is your favourite or best subject in school. You might pick a program because it will lead you towards the job you want. There are also general programs for when you dont yet know which program is the one for you.</li>
<li>It is important to find a program that is a good fit for you. It is a great idea to talk to other students who have been in the program.</li>
<li>Sometimes students have a dream about a program but when they get there it is not what they expected. This is normal and you can change programs.</li>
<li>Research what you will need in your chosen career. Be sure your final diploma or degree will get you the job you want.</li>
<li>Most programs have admission requirements. That means there are certain courses and marks that you require to get into programs. Be sure you have all the courses you need by the end of Grade 12.</li>
</ul>
</div>
</div>
</article>

View 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>

View 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>