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
/
communities.html
77 lines (77 loc) · 3.02 KB
/
communities.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
---
title: Communities
url: /community/
layout: new
description: Our online communities provide a space to communicate with each other, post about job offers, ask for career advice, share events, music and recipes!
---
<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>Communities</h1>
</header>
</div>
</div>
</div>
</section>
<section class="team">
<div class="container">
<div class="row">
<header>
<!--<h2>Online Community</h2>-->
<p>Our online communities provide a space to communicate with each other,
post about job offers, ask for career advice, share events, music and
recipes!.</p>
</header>
<div class="col-sm-10 col-md-8">
<ul class="contacts">
<li>
<a href="https://www.meetup.com/techqueria/">
<i class="icon-star-1 contact"></i> Meetup: Bay Area</a>
</li>
<li>
<a href="/slack">
<i class="icon-chat-empty contact"></i> Slack</a>
</li>
<li>
<a href="https://www.linkedin.com/groups/13500636">
<i class="icon-linkedin-squared contact"></i> LinkedIn Group</a>
</li>
<li>
<a href="https://www.facebook.com/groups/techqueria/">
<i class="icon-facebook contact"></i> Facebook Group</a>
</li>
<li>
<a href="https://groups.google.com/forum/#!forum/techqueria-la">
<i class="icon-mail-1 contact"></i> LA Google Group</a>
</li>
</ul>
</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">
Want to start a new chapter? partner with the community?
<a href="/contact/" class="btn btn-large">Contact Us!</a>
</h1>
</div>
</div>
</div>
</section>
<section class="team">
<div class="container">
<div class="row">
<header>
<!--<h2>Online Community</h2>-->
</header>
<div class="col-sm-10 col-md-8">
{{> mc-form.html }}
</div>
</div>
</div>
</section>