-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparking.php
39 lines (33 loc) · 1.56 KB
/
parking.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php require_once('./inc/header.php'); ?>
<section id="content">
<!-- Page Heading -->
<section class="section page-heading animate-onscroll">
<h1>Friendly Parking Tips</h1>
</section>
<!-- Page Heading -->
<!-- Section -->
<section class="section full-width-bg gray-bg animate-onscroll">
<div class="row">
<div class="col-lg-9 col-md-9 col-sm-8">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<img class="align-left" src="img/IMG_5072_360x250.jpg" alt="">
<span class="parking"><strong>PARKING TIPS</strong><br>The city of Kent has officers patrol the downtown area
if you do not park in legal parking spots you will be ticketed and towed. Please park in legally designated
parking spots to avoid getting a ticket and/or your vehicle towed. HomeStreet Bank and Key Bank parking lots are private.
<img class="align-right" src="img/IMG_5073_360x250.jpg" alt="">
If you park in their parking lot it could result in your vehicle being towed at your own expense. It is not worth the risk. Don't do it!
There is more than ample parking at the Kent Station Plaza and we are only a 5-minute walk from the parking structure there. Please park wisely.</span>
<br>
</div>
<br class="clearfix">
</div>
</div>
<!-- Sidebar -->
<?php require_once('./inc/sidebar.php'); ?>
<!-- /Sidebar -->
</div>
</section>
<!-- /Section -->
</section>
<?php require_once('./inc/footer.php');