starting search

This commit is contained in:
prospect
2024-01-17 07:05:07 -05:00
parent 0bf417dcab
commit e28c22fe22
49 changed files with 224 additions and 848 deletions

View File

@@ -74,7 +74,6 @@ $statesOfWellness = [
balanced. The chart below breaks it down into the 4 states of wellness and explains:
</p>
<!-- States of Wellness -->
<div class="flex flex-col bg-white mb-4">
<div class="py-4 bg-green-600 px-6">
@@ -87,10 +86,10 @@ $statesOfWellness = [
<div>
<ul role="list" class="text-blue-900">
<!-- Force Generate -->
<!-- bg-yellow-500, bg-black -->
<!-- Force Generate -->
<!-- bg-yellow-500, bg-black -->
<!-- States Loop -->
<!-- States of Wellness Loop -->
<?php
foreach ($statesOfWellness as $state) {
@@ -164,12 +163,11 @@ $statesOfWellness = [
</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">Wholistic well-being to me is when I strive for balance in all aspects of myself. For myself, the most influential factor that ensured my own well-being when transitioning to post-secondary was finding community within my college and building support systems that would help in my overall success throughout my time in my program.</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="Living In Balance Quote Student">
<p class="mt-4 mb-2 font-medium">Mackenzie Young, Mattagami First Nation</p>
<p>Northern College Graduate Social Services Program</p>
</div>