This repository has been archived by the owner on Mar 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
contact.html
82 lines (81 loc) · 3.34 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
title: Contact
url: /contact/
description: Get in touch with latinxs in tech!
id: contact
layout: new
---
<section class="tint-bg img-bg-softer" style="background-image: url(/assets/images/art/pattern-background03.png);">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-9 inner center-block text-center aos-init aos-animate" data-aos="fade-up">
<header>
<h1>Contact Us</h1>
<p>Get in touch with Techqueria</p>
</header>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<header>
<h2>Partnering</h2>
</header>
<div class="col-sm-10 col-md-8">
<p>
We're always looking for partners and sponsors to help move our mission forward!
We can help promote your event to a latinx audience, find volunteers for different
activities, or design programs together that can benefit the community.
</p>
<p>We are looking for speakers, locations for our events, sponsors for programs for our members, food,
services and merchandise,
and we're open to other partnering ideas. In return
we can provide a spotlight for your organization in our events and networks.</p>
<p>You can email us at organizers@techqueria.org, or using the contact feature in
<a href="https://www.meetup.com/techqueria/">Meetup</a></p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<header>
<h2>Feedback - Code of Conduct Reports</h2>
</header>
<div class="col-sm-10 col-md-8">
<p>We're always listening to your feedback and ready to help in any way we can.</p>
<p>Use the command <code>/admin</code> in the slack to get in touch with us the quicker, or
send us an email to organizers@techqueria.org.</p>
<p>If you need an invitation to slack, request it <a href="/slack">here</a>.</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<header>
<h2>Meet us!</h2>
</header>
<div class="col-sm-10 col-md-8">
<p>We usually host an event per month, so you are also welcome to connect with us at our various panels and talks in-person.
See our main page for links to our social media and to keep informed on what we're doing.</p>
<p>We also like to help other groups with their events and ideas. Connect with us and share what you're working on.</p>
</div>
</div>
</div>
</section>
<section class="tint-bg img-bg-softer no-margin" style="background-image: url(/assets/images/art/pattern-background03.png);">
<div class="container inner-sm">
<div class="row">
<div class="col-sm-10 center-block text-center aos-init aos-animate" data-aos="fade-up">
<h1 class="single-block"> Meet our team!
<a href="/about/" class="btn btn-large">About Us</a>
</h1>
</div>
</div>
</div>
</section>