This repository has been archived by the owner on Jul 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
34 lines (32 loc) · 1.54 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
---
title: Contact
description: "Get in touch with us, receive information about the event and involvement opportunities"
type: page
url: contact
layout: default
id: contact
---
<header>
<div class="container" tabindex="-1" style="background: white;" id="maincontent">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="/images/startupweekend-logo-transparent.png" alt="">
<div class="intro-text">
<h1 class="name">{{#if page.name}}{{page.name}}{{^}}SW Latinxs in Tech{{/if}}</h1>
<hr class="star-light">
<p class="skills">{{#if page.description}}{{page.description}}{{^}}{{site.description}}{{/if}}</p>
</div>
</div>
</div>
</div>
</header>
<div class="container content">
<p><strong>Use
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfGUaX9JXZBJLwEu3z0j-7WdNdLoQ8lWnrGlMYCrctq5oQtpw/viewform?embedded=true">the following form</a>
to get in touch with us. Or email us to organizers@techqueria.org</strong></p>
<p><a href="mailto:lili@kaporcenter.org">lili@kaporcenter.org</a></p>
<p><a href="mailto:aldo.aguirre@techstars.com">aldo.aguirre@techstars.com</a></p>
<div class="">
<iframe class="embed-responsive-item" src="https://docs.google.com/forms/d/e/1FAIpQLSfGUaX9JXZBJLwEu3z0j-7WdNdLoQ8lWnrGlMYCrctq5oQtpw/viewform?embedded=true" width="100%" height="1800" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</div>