forked from codeforboston/codeforboston.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew-member.html
23 lines (20 loc) · 1.57 KB
/
new-member.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: New Members
permalink: "/new-members/"
layout: page
type: hidden
---
<h1 class="t-section-headline">Welcome to Code for Boston!</h1>
<p>The best way to dive into the Code for Boston community is to join us at our <a href="{{site.meetup_url}}">weekly Tuesday night meetups</a>. Here are a few things to do if you're new to our community.</p>
<ol class="walkthrough-list">
<li>
<h2>Get set up with Slack</h2>
<p>We use <a href="https://slack.com">slack</a> to keep in touch when we aren't hanging out in person. We also track ongoing conversations, research, and project development there. Once you're in Slack, feel free to say hi in our <strong>#general</strong> channel and maybe tell everyone what makes you excited about civic tech and how you'd prefer to get involved. If you have any specific questions about Code for Boston, ask them over in the <strong>#ask-cfb</strong> channel.</p>
<a href="{{site.slack_url}}" class="btn-secondary btn--large">Join our Slack community</a>
</li>
<li>
<h2>Join Github (even if you don't code!)</h2>
<p>We use <a href="{{site.github_url}}">github</a> to share and work on code-related projects. Many of our projects center around technology and therefore involve code, but you don't need to be able to write code to get involved! Github offers a range of ways to be part of the development process such as assisting in writing documentation or helping project managers keep track of work to be done.</p>
<a href="{{site.github_url}}" class="btn-secondary btn--large">See our Github organization</a>
</li>
</ol>