mirror of
https://github.com/elisspace/pops.git
synced 2026-08-29 15:44:05 +00:00
59 lines
3.1 KiB
PHP
59 lines
3.1 KiB
PHP
<?php
|
|
$page = "Shankle Street Apartment";
|
|
include '../header.php';
|
|
?>
|
|
|
|
<!-- Start Carousel -->
|
|
<div id="carousel-shankle" class="carousel slide" data-bs-ride="carousel">
|
|
<div class="carousel-indicators">
|
|
<button type="button" data-bs-target="#carousel-shankle" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
|
|
<button type="button" data-bs-target="#carousel-shankle" data-bs-slide-to="1" aria-label="Slide 2"></button>
|
|
<button type="button" data-bs-target="#carousel-shankle" data-bs-slide-to="2" aria-label="Slide 3"></button>
|
|
<button type="button" data-bs-target="#carousel-shankle" data-bs-slide-to="3" aria-label="Slide 4"></button>
|
|
<button type="button" data-bs-target="#carousel-shankle" data-bs-slide-to="4" aria-label="Slide 5"></button>
|
|
<button type="button" data-bs-target="#carousel-shankle" data-bs-slide-to="5" aria-label="Slide 6"></button>
|
|
<button type="button" data-bs-target="#carousel-shankle" data-bs-slide-to="6" aria-label="Slide 7"></button>
|
|
<button type="button" data-bs-target="#carousel-shankle" data-bs-slide-to="7" aria-label="Slide 8"></button>
|
|
</div>
|
|
<div class="carousel-inner">
|
|
<div class="carousel-item active">
|
|
<img src="/pics/shankle/shankle_front.jpg" class="d-block w-100" alt="...">
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img src="/pics/shankle/signal-2021-04-09-011948_001.jpeg" class="d-block w-100" alt="...">
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img src="/pics/shankle/signal-2021-04-09-011948_002.jpeg" class="d-block w-100" alt="...">
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img src="/pics/shankle/signal-2021-04-09-011948_003.jpeg" class="d-block w-100" alt="...">
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img src="/pics/shankle/signal-2021-04-09-011948_004.jpeg" class="d-block w-100" alt="...">
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img src="/pics/shankle/signal-2021-04-09-011948_005.jpeg" class="d-block w-100" alt="...">
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img src="/pics/shankle/signal-2021-04-09-011948_006.jpeg" class="d-block w-100" alt="...">
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img src="/pics/shankle/signal-2021-04-09-011948_007.jpeg" class="d-block w-100" alt="...">
|
|
</div>
|
|
</div>
|
|
<button class="carousel-control-prev" type="button" data-bs-target="#carousel-shankle" data-bs-slide="prev">
|
|
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
|
<span class="visually-hidden">Previous</span>
|
|
</button>
|
|
<button class="carousel-control-next" type="button" data-bs-target="#carousel-shankle" data-bs-slide="next">
|
|
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
|
<span class="visually-hidden">Next</span>
|
|
</button>
|
|
</div> <!-- End Carousel -->
|
|
|
|
<strong>Shankle Rd Apartment</strong>
|
|
<br>2 BR, 1 BA, living area, kitchen with eating space, storage room, central heat and air, front porch, corner lot with off-street parking, stove, microwave, dishwasher, and refrigerator. Washer/dryer connections in kitchen.
|
|
|
|
<?php
|
|
include '../footer.php';
|
|
?>
|