-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
executable file
·27 lines (25 loc) · 1.16 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
---
layout: default
title: Contact
subtitle: Contact Us
permalink: /contact/
---
<div id="contact">
<div class="container">
<div class="row centered">
<p>The best way to reach us is by shooting us an email here:</p>
<h3><a id="email-link" href="mailto:[email protected]" target="_blank">[email protected]</a></h3>
<p class="find-us">Also join our <a href="https://www.facebook.com/groups/nuwit/" target="_blank">Facebook group</a> or follow us on <a href="https://twitter.com/nuWomenInTech" target="_blank">Twitter</a>!</p>
<sub>*Please do not contact us about recruiting opportunities.*</sub>
</div>
</div>
</div>
<div id="contact-map">
<div class="container">
<div class="row centered">
<div id="map-overlay">
<iframe id="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2949.199202498079!2d-71.09417418533073!3d42.33827614447102!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e37a21f1bc9735%3A0x655e0c46cdbdf694!2sWest+Village+G!5e0!3m2!1sen!2sus!4v1516674953872" width="100%" height="350" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>