-
Notifications
You must be signed in to change notification settings - Fork 14
/
contributing.html
84 lines (79 loc) · 3.1 KB
/
contributing.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
82
83
84
---
layout: base
title: Contributing
meta:
description: There are plenty of ways to get involved in your Austin JavaScript community. Here are a few that we could think of.
---
<div class="columns is-variable is-8-desktop">
<div class="column is-two-thirds">
<div class="content">
<h1>Contributing</h1>
<p>There are plenty of ways to get involved in your Austin JavaScript community.</p>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent">
<div class="tile is-child box">
<h2 class="title is-size-4 has-text-primary">Presenter</h2>
<div class="content">
<p>Drop some knowledge on your peeps or brush up on your speaking skills. Presentations typically run 30-50 minutes, with a <abbr title="Question and Answer">Q&A</abbr> session at the end.</p>
<p>Can you do that? Sure you can! Let us know if you need help.</p>
</div>
</div>
</div>
<div class="tile is-parent">
<div class="tile is-child box">
<h2 class="title is-size-4 has-text-tetradic2">Sponsor</h2>
<div class="content">
<p>Keep the masses happy with pizza and drinks!</p>
<p>As <strong>Sponsor</strong>, you get to promote your organization's job openings for what usually amounts to a trivial $300 recruiting line item expense.</p>
</div>
</div>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent">
<div class="tile is-child box">
<h2 class="title is-size-4 has-text-tetradic1">Host</h2>
<div class="content">
<p>Show off your amazing workspace at the next event! Here's what makes a great venue:</p>
<ul>
<li>Downtown/central Austin location</li>
<li>Video projection capabilities</li>
<li>Seating for 30-50 people</li>
<li>Place for food and drinks</li>
<li>Convenient nearby parking</li>
</ul>
</div>
</div>
</div>
<div class="tile is-parent">
<div class="tile is-child box">
<h2 class="title is-size-4 has-text-tetradic3">Crew</h2>
<div class="content">
<p>Join the peeps keeping this ship afloat! Here are a few things we usually need help on:</p>
<ul>
<li>Recruiting speakers and sponsors</li>
<li>Setting up event food and drinks</li>
<li>Moderating discussion boards</li>
<li>Maintaining the <a href="{{ site.repo }}">website</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="column mt-6">
<div class="content">
<h2 class="is-sr-only">Organizers</h2>
<p>If you are interested in contributing, please contact one of our friendly Organizers:</p>
</div>
{%- for key in people -%}
{%- assign person = key[1] -%}
{%- if person.status == 'active' -%}
<div class="brick">
{%- include 'business-card.liquid', size: 'small' -%}
</div>
{%- endif -%}
{%- endfor -%}
</div>
</div>