-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
27 lines (26 loc) · 1.01 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
---
title: Contact
---
<main>
<section>
<ul class="grid col-2 spaced">
<li>
<img src="images/contact-band-1.jpg" alt="Eight musicians smiling and posing under a sunny skylight.">
</li>
<li>
<h2>Contact</h2>
<p>Find us on social media:<br />
<a href="https://facebook.com/thehotbakedgoods" target="_blank">Facebook</a><br />
<a href="https://www.youtube.com/channel/UCznqjuB-FU64MHKPMZnJBFQ" target="_blank">YouTube</a><br />
<a href="https://instagram.com/thehotbakedgoods" target="_blank">Instagram</a><br />
</p>
<p>
For any inquiries (including booking) use the form below or send an email to [email protected].
</p>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLScVcci8HqONx4vc9LrcHr25XYSpr1_hrK9vnx_49bqOvxYhcA/viewform?embedded=true"
width="640" height="1000" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</li>
</ul>
</section>
</main>