starting search
This commit is contained in:
@@ -40,21 +40,19 @@ $studentFinancialTerms = [
|
||||
<div class="bg-white">
|
||||
<h2 class="text-l p-4 text-red-500 font-bold">Talk to Student Services or your Educational Advisor about available funding opportunities.</h2>
|
||||
|
||||
<!-- Student Financial Terms -->
|
||||
<div class="flex flex-col bg-white mb-4">
|
||||
|
||||
<div class="py-4 bg-green-600 px-6">
|
||||
<p class="font-bold text-white">Financial Support For Students</p>
|
||||
</div>
|
||||
|
||||
<!-- Terms Loop -->
|
||||
<!-- Financial Terms Loop -->
|
||||
<div class="flex flex-1 flex-col">
|
||||
<div class="flex flex-1 flex-col gap-y-7">
|
||||
|
||||
<div>
|
||||
<ul role="list" class="text-blue-900">
|
||||
|
||||
<!-- Differences Loop -->
|
||||
<?php
|
||||
|
||||
foreach ($studentFinancialTerms as $term) {
|
||||
@@ -125,7 +123,7 @@ $studentFinancialTerms = [
|
||||
</div>
|
||||
|
||||
<div class="py-8 space-y-4 px-4 lg:w-1/2 mx-auto">
|
||||
<img class="lg:w-1/2 mx-auto" src=" <?= get_template_directory_uri() ?>/assets/images/bgs/check-all-your-options.png" alt="Online Learning">
|
||||
<img class="lg:w-1/2 mx-auto" src=" <?= get_template_directory_uri() ?>/assets/images/bgs/check-all-your-options.png" alt="Check All Options">
|
||||
</div>
|
||||
|
||||
</article>
|
Reference in New Issue
Block a user