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

@@ -21,11 +21,11 @@ $firstTimeRentIssues = [
<div class="bg-white">
<h2 class="text-l p-4 text-red-500 font-bold">Questions to ask the landlords</h2>
<div class="p-4 bg-cadet-800 text-white">
<div class="py-4 px-4 bg-cadet-800 text-white">
<p>Here are a few questions to ask your future landlord about the rental:</p>
<ul class="list-disc px-4 space-y-2 py-2">
<ul class="list-disc list-inside space-y-2 py-2">
<li>What is the total square footage and room configuration?</li>
<li>Are some or all of the utilities covered by the rent? If not, can you give me an estimate for those costs?</li>
<li>What are your parking options?</li>
@@ -81,7 +81,7 @@ $firstTimeRentIssues = [
<!-- Student Renting Issues -->
<div class="flex flex-col bg-white mb-4">
<div class="py-4 bg-green-600 px-6">
<div class="py-4 bg-red-500 px-6">
<p class="font-bold text-white">The following are some common problems first-time renters might run into</p>
</div>