starting search
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
<div class="flex flex-col bg-white">
|
||||
|
||||
<!-- Student Needing Accomodations -->
|
||||
<div class="py-4 px-6">
|
||||
|
||||
<p class="font-bold text-red-500">STUDENTS NEEDING ACADMENIC ACCOMODATIONS</p>
|
||||
@@ -25,7 +24,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Connecting For Success -->
|
||||
|
||||
<div class="py-4 px-4">
|
||||
<p class="font-bold text-red-500 mb-4">CONNECTING FOR SUCCESS</p>
|
||||
|
||||
@@ -54,7 +53,7 @@
|
||||
</p>
|
||||
|
||||
<div class="py-8 space-y-4 lg:w-1/4 mx-auto">
|
||||
<img src="<?php echo get_template_directory_uri() . '/assets/images/bgs/you-got-this.png' ?>" alt="You Can Do It">
|
||||
<img src="<?php echo get_template_directory_uri() . '/assets/images/bgs/you-got-this.png' ?>" alt="You Got This">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -62,16 +61,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Quote -->
|
||||
<div class="italic py-8 px-8 bg-cadet-500 text-cadet-900 space-y-4">
|
||||
<div class="max-w-7xl mx-auto lg:flex flex-col items-center">
|
||||
<i class="bi-quote text-7xl inline text-cadet-300"></i>
|
||||
<p class="font-medium inline text-xl">Accessing the available resources in my college such as cultural rooms, the Indigenous student advisor, the campus elder, my peers, my professors, and program coordinator allowed me to create my own support system in the facility that was easily accessible and created a sense of security for myself in this new chapter of my life.</p>
|
||||
<img class="inline h-56 aspect-video object-cover mt-4" src="<?= get_template_directory_uri() ?>/assets/images/people/student_image.png" alt="">
|
||||
<img class="inline h-56 aspect-video object-cover mt-4" src="<?= get_template_directory_uri() ?>/assets/images/people/student_image.png" alt="Accomodations Quote Student">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Indigenous Support Services -->
|
||||
<div class="p-4">
|
||||
<div class="p-4 space-y-4 w-full text-white bg-cadet-900 shadow-md">
|
||||
<p class="font-medium">Indigenous Support Services</p>
|
||||
@@ -88,7 +85,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Orientation Activities -->
|
||||
|
||||
<div class="py-4 px-6">
|
||||
|
||||
<p class="font-bold text-red-500">Orientation Activities</p>
|
||||
|
Reference in New Issue
Block a user