-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocation-peninsula.html
More file actions
40 lines (40 loc) · 1.29 KB
/
location-peninsula.html
File metadata and controls
40 lines (40 loc) · 1.29 KB
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
<div>
<p><img src="./img/pcl-200x125.jpg"/></p>
<h2>
Peninsula Community Library
</h2>
<p>
Blah bla bla marketing information bla bla computers photocopying machines fax le stuff.
</p>
<h3>Hours</h3>
<table style="text-align:center;" width="100%">
<thead><tr>
<th>Sun</th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
</tr></thead>
<tbody><tr>
<td style="font-size:0.6em;">Closed</td>
<td>9-9</td>
<td>9-5:30</td>
<td>9-5:30</td>
<td>9-9</td>
<td>9-5:30</td>
<td>9-1</td>
</tr></tbody>
</table>
<em style="font-size:0.6em;float:right;padding:0 10px;">School days, open at 8:30 am</em>
<h3>Contact</h3>
<ul class="w_list w_border">
<li class="w_list_item w_border_bottom" style="width:auto;"><a href="tel:+12312237700">Phone: (231) 223-7700<span class="w_icon w_icon_info"></span></a></li>
<li class="w_list_item w_border_bottom" style="width:auto;"><a href="mailto:pcl@tadl.org">E-mail: pcl@tadl.org<span class="w_icon w_icon_mail"></span></a></li>
</ul>
<h3>Get Directions</h3>
<ul class="w_list">
<li class="w_list_item w_border" style="width:auto;"><a href="http://goo.gl/maps/mr9Fz">Google Maps<span class="w_icon w_icon_map"></span></a></li>
</ul>
</div>