Nearing completion

This commit is contained in:
prospect
2024-01-11 06:17:07 -05:00
parent 7843c7b084
commit b345ca70da
62 changed files with 1672 additions and 24 deletions

View File

@@ -0,0 +1,37 @@
<article>
<div class="bg-white">
<h2 class="text-xl p-4 text-red-500 font-bold">Post-Secondary Admission</h2>
<div class="px-4">
<p class="">
Check with your teachers, counsellors, and the university or college calendar to:
</p>
<ul class="list-disc px-8 space-y-2 py-2">
<li>Make sure you have all of the prerequisites for the program.</li>
<li>Sign up for all the courses you want or need
to take.</li>
<li>If you dont have all the courses needed, ask if they offer upgrading courses or programs such as Native Access Program.</li>
<li>February 1st is the college Equal Consideration Date: if you apply after this date, the college will only look at applications as first come first serve until the program is filled.</li>
<li>Mid-January is the deadline to complete your Ontario Universities Application Centre application to attend a University.</li>
<li>If you are applying to a private college or university, like an Indigenous post-secondary institute, you will need to get the application information from them.</li>
<li>Apply early to make sure all the forms you
need have been filled out and the institution
has them.</li>
</ul>
</div>
</div>
<div class="mt-8 px-4 space-y-4 py-4 w-full text-white bg-cadet-900 shadow-md">
<p class="italic font-medium">In Ontario, post-secondary applications are done online.</p>
<p class="">To apply to a college, go to:</p>
<a class="underline" href="https://www.ontariocolleges.ca/en/">https://www.ontariocolleges.ca/en/</a>
</div>
<div class="py-8 px-8 space-y-4">
<div class="max-w-64 mx-auto bg-yellow-300 px-12 py-16 shadow-md">
<p class="-skew-y-6 font-bold text-center">MID-JANUARY IS THE DEADLINE TO APPLY TO COLLEGE OR UNIVERSITY</p>
</div>
</div>
</article>