1
0
mirror of https://github.com/elisspace/pops.git synced 2026-08-29 15:44:05 +00:00

make cottage and rocksprings available

This commit is contained in:
Eli
2025-04-01 17:14:37 -04:00
parent 475d05c4e7
commit 1b41020277

View File

@@ -5,15 +5,23 @@
<!--Property Rented (or not) Row 1-->
<div class="row justify-content-center text-center m-2 row-cols-3">
<h1>Nothing for now!</h1>
<!-- <h1>Nothing for now!</h1> -->
<!-- <div class="col">
<a href="p/shankle.php"><img src="pics/shankle/shankle_front_3_perc.webp" class="d-block w-100" alt="Shankle Road"></a>
Shankle Road: <b>Unavailable</b>
</div> -->
<!-- <div class="col">
<div class="col">
<a href="p/barn.php"><img src="pics/barn/barn_front_0_perc.webp" class="d-block w-100" alt="Barn Apartment"></a>
Barn Apartment
</div> -->
</div>
<div class="col">
<a href="p/rocksprings-b.php"><img src="pics/rocksprings/rocksprings-front-72-perc.webp" class="d-block w-100" alt="Rocksprings B"></a>
Rocksprings B: <b>Unavailable</b>
</div>
<div class="col">
<a href="p/cottage.php"> <img src="pics/cottage/cottage_front_0_perc.webp" class="d-block w-100" alt="Barn Cottage"></a>
Barn Cottage: <b>Available</b>
</div>
<!-- <div class="col">
<a href="p/cotton.php"> <img src="pics/cotton/cotton_front_0_perc.webp" class="d-block w-100" alt="Cotton Street"></a>
Cotton Street: <b>Unavailable</b>
@@ -39,14 +47,6 @@
<a href="p/rocksprings-a.php"><img src="pics/rocksprings/rocksprings-front-72-perc.webp" class="d-block w-100" alt="Rocksprings A"></a>
Rocksprings A: <b>Unavailable</b>
</div> -->
<!-- <div class="col">
<a href="p/rocksprings-b.php"><img src="pics/rocksprings/rocksprings-front-72-perc.webp" class="d-block w-100" alt="Rocksprings B"></a>
Rocksprings B: <b>Unavailable</b>
</div> -->
<!-- <div class="col">
<a href="p/cottage.php"> <img src="pics/cottage/cottage_front_0_perc.webp" class="d-block w-100" alt="Barn Cottage"></a>
Barn Cottage: <b>Available</b>
</div> -->
</div>
<!--Icons Row-->
@@ -90,3 +90,4 @@
<?php
include 'footer.php';
?>