-
Notifications
You must be signed in to change notification settings - Fork 11
/
contact.html
39 lines (29 loc) · 1.63 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
---
layout: main
published: true
---
<div class="content">
<h1 class="content-subhead">Contact Us</h1>
<ul>
<a class="pure-button pure-button-primary" href="http://www.twitter.com/dcfemtech">Tweet @dcfemtech</a>
<button class="pure-button pure-button-primary" alt="email" <a href="mailto:[email protected]">Email Us</a></button>
</ul>
</br>
<h2>Job Postings</h2>
<p>Interested in reaching our community with job opportunities or career fair events? Or perhaps you're a job seeker interested in career opportunities in the region? Join our DCFemTech LinkedIn group for job news, postings, or to post your own discussions.
<a href="https://www.linkedin.com/groups?home=&gid=8140104">Click here to post</a>
<h2>Submit Events</h2>
<iframe src="https://docs.google.com/forms/d/1GYIyKsVy9NCG0zSZhMinkHiriR10tBI17Gqay-dpbOM/viewform?embedded=true" width="500" height="400" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>
</div>
<script type="text/javascript" src="scripts/ui.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55201529-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>