-
Notifications
You must be signed in to change notification settings - Fork 4
/
parking.html
58 lines (56 loc) · 2.45 KB
/
parking.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: default
permalink: "/parking"
title: Parking
excerpt: "Guide to parking near the Awesomeinc building in downtown Lexington."
---
<section>
<div class="lgx-inner">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="lgx-heading-area">
<div class="lgx-heading lgx-heading">
<h2 class="heading-title">Parking</h2>
</div>
<div class="col-lg-6 col-lg-offset-3 lgx-subheading center">
<p>After 5pm, free parking spaces are widely available downtown. However, during the day, it helps to be strategic. Here's a map and some general guidelines for parking near Awesome Inc.</p>
</div>
</div>
</div>
</div><!--//.ROW-->
</div><!-- //.CONTAINER -->
</div><!-- //.INNER -->
</section>
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<a type="button" class="btn btn-danger btn-lg center-block" href="https://www.google.com/maps/d/u/0/viewer?ll=38.041577,-84.492438&hl=en&f=q&hq=parking+near+awesome+inc&source=s_q&spn=0.003333,0.004823&t=h&geocode&msa=0&z=18&ie=UTF8&hnear&mid=z5wCavIrp2b8.km_5j-S7N-EY" target="_blank"><strong>Parking map</strong> <span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span></a>
<br>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<img src="/images/parking-lot.jpg" alt="Parking lot at Awesome Inc" class="img-responsive">
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2>Do Park</h2>
<ul>
<li>Spaces marked for Awesome Inc in the lot East of our building</li>
<li>Free 2-hour parking spaces along East Vine Street</li>
<li>Free full-day spaces on Short Street near Thoroughbred Park and Ransom Ave near Second Presbyterian church</li>
<li>Deweese Street (PNC Bank) Parking Garage, ~$4/day</li>
<li>Metered spaces on Water Street, Main Street, or Eastern Avenue</li>
</ul>
<h2>Do Not Park</h2>
<ul>
<li>Spaces marked for Carson's Restaurant or PPG Paints (East side of building)</li>
<li>Spaces marked for Commerce Lexington, Northwestern Mutual, Tate/Hill/Jacobs Architects, or Awesome Inc Directors (West side of building)</li>
<li>Spaces in the Main and Vine retail / residential complex</li>
<li>In the "Loading Zone" on Main Street, directly in front of Awesome Inc</li>
</ul>
</div>
</div>
</div>