starting search
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<div class="bg-white">
|
||||
|
||||
<div class="px-4">
|
||||
|
||||
<p class="font-medium">
|
||||
There are a few choices for accommodation, depending on what you want and what is available.
|
||||
</p>
|
||||
@@ -11,15 +12,21 @@
|
||||
<ul class="space-y-4 py-2">
|
||||
|
||||
<li>
|
||||
|
||||
<div class="lg:grid grid-cols-5 gap-4">
|
||||
|
||||
<div>
|
||||
<h3 class="font-bold">Residence</h3>
|
||||
<img class="mb-2" src="<?= get_template_directory_uri() ?>/assets/images/bgs/residence.png" alt="Residence">
|
||||
</div>
|
||||
<p class="col-span-3">This is on-campus accommodation and ideal for schools away from home. It is a single or shared room, with access to a common bathroom, laundry, and common room. Students in residence often get a meal plan at the cafeteria. You will meet with many other students, and many lifelong friendships are made!</p>
|
||||
|
||||
<p class="col-span-3">This is on-campus accommodation and ideal for schools away from home. It is a single or shared room, with access to a common bathroom, laundry, and common room. Students in residence often get a meal plan at the cafeteria. You will meet with many other students, and many lifelong friendships are made!
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<!-- Horizontal Rule -->
|
||||
|
||||
<div class="horizontal-rule w-4/5 mt-4 mx-auto bg-gray-800"></div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user