internal pages completed

This commit is contained in:
prospect
2024-01-16 21:51:39 -05:00
parent a1527fcf30
commit d0c3923e4c
51 changed files with 1284 additions and 92 deletions

View File

@@ -0,0 +1,33 @@
<article>
<div class="bg-white">
<h2 class="text-xl p-4 text-red-500 font-bold">Remember your friends and family</h2>
<div class="px-4">
<p class="font-medium">
Remember, family and friends are only a phone call or Snapchat away.
</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/your-family-misses-you.png' ?>" alt="You Can Do It">
</div>
<ul class="list-disc px-8 space-y-2 py-2">
<li>Talk with family members on a regular basis. They will be missing you as well. Let them know where you are living and how they can get in touch with you.</li>
<li>Do things with your friends
<ul class="list-none space-y-1 mt-2">
<li>- Go for coffee or for a walk.</li>
<li>- Shop together for groceries. (Buying
larger quantities and splitting things up when you get back home can save you money).</li>
<li>- Schedule times to study together,
either at school or at home.</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="px-4 mx-auto">
<img src=" <?= get_template_directory_uri() ?>/assets/images/bgs/student-staying-connected.png" alt="Public Transit">
</div>
</article>