starting search
This commit is contained in:
@@ -19,6 +19,7 @@ $firstTimeRentIssues = [
|
||||
<article>
|
||||
|
||||
<div class="bg-white">
|
||||
|
||||
<h2 class="text-l p-4 text-red-500 font-bold">Questions to ask the landlords</h2>
|
||||
|
||||
<div class="py-4 px-4 bg-cadet-800 text-white">
|
||||
@@ -39,18 +40,24 @@ $firstTimeRentIssues = [
|
||||
<li>Are there guest restrictions?</li>
|
||||
<li>Are there any fees associated with the rental that we haven’t discussed?</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="p-4">
|
||||
|
||||
<div class="px-4 space-y-2 py-4 bg-cadet-300">
|
||||
|
||||
<p class="font-bold">Walkthrough</p>
|
||||
<p class="font-medium">You should always conduct a formal walkthrough with your landlord or property manager before signing a lease.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="bg-white">
|
||||
|
||||
<div class="p-4">
|
||||
<h2 class="text-l text-red-500 font-bold mb-2">Review the Lease</h2>
|
||||
<p>Always read the entire lease agreement. You may notice some restrictions and procedures you were not expecting on how the issues of a lease agreement work. Most lease agreements are detailed to avoid any uncertainties.</p>
|
||||
@@ -58,7 +65,6 @@ $firstTimeRentIssues = [
|
||||
|
||||
<div class="px-4">
|
||||
|
||||
|
||||
<ul class=" bg-cadet-800 text-white list-disc list-inside p-4 space-y-2">
|
||||
<li>What is the total square footage and room configuration?</li>
|
||||
<li>What charges are you liable for?</li>
|
||||
@@ -66,6 +72,7 @@ $firstTimeRentIssues = [
|
||||
<li>Are you allowed to add roommates to your lease?</li>
|
||||
<li>Pet policies?</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -88,8 +95,8 @@ $firstTimeRentIssues = [
|
||||
<!-- Issues 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">
|
||||
|
||||
<!-- Issues Loop -->
|
||||
@@ -134,17 +141,19 @@ $firstTimeRentIssues = [
|
||||
<?php } ?>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="px-4">
|
||||
|
||||
<p>
|
||||
For more information, please check out the following:
|
||||
</p>
|
||||
|
||||
<ul class="p-4 mt-2 bg-cadet-200 space-y-2">
|
||||
<li>- <a class="font-medium underline" href="https://www.bestcolleges.com/resources/student-renters-guide/">Student Renters Guide</a></li>
|
||||
<li>- <a class="font-medium underline" href="https://www.places4students.com/Blog/BlogView?BlogID=33">Potential Problems For Students As First-Time Renters</a></li>
|
||||
|
Reference in New Issue
Block a user