-
Notifications
You must be signed in to change notification settings - Fork 5
/
contact.html
47 lines (43 loc) · 1.72 KB
/
contact.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
---
layout: default
title: Contact Us
sort: 9998
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Contact Us</h2>
</div>
</section>
<section id="main" class="wrapper style1">
<div class="container">
<div class="row ">
<div class="6u">
<section class="special box">
<h3>Hours of Operation (Non Member):</h3>
<ul class="actions">
<li>Mon-Fri: By Appointment Only</li>
</br>
<li>Sat: Open Meeting 2:00PM til Midnight</li>
</ul>
</section>
</div>
<div class="6u">
<section class="special box">
<h3>Contact Us</h3>
<ul class="actions">
<li>General Inquiries: <a alt="Email the Santa Barbara Hackerspace" href="mailto:info@sbhackerspace" target="_blank">[email protected]</a></li>
</br>
<li>5782 Thornwood Drive</br> Goleta, CA 93117</li>
</ul>
</section>
</div>
</div>
<div class="container">
<div class="row ">
<div class="12u">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d387.81834425541297!2d-119.82611996991216!3d34.430990245752675!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80e9409b426d0929%3A0x48d1c291e5c4e747!2sSanta+Barbara+Hackerspace!5e0!3m2!1sen!2sus!4v1472353570161" width="100%" height="600px" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</section>