-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
236 lines (187 loc) · 14 KB
/
index.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description"
content="#100DaysOfCommits : It's like #100DaysOfHappiness meets NanoWriMo for Developers!">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>#100DaysOfCommits</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/100DaysOfCommits">View on GitHub</a>
<img id="project_title" title="100 Days Of Commits"src="images/logo_files/V2-Logo+Text.png" style="width: 100%;">
<h2 id="project_tagline">It's like #100DaysOfHappiness meets NanoWriMo for Developers!</h2>
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resources/index.html">Projects and Resources</a></li>
<li><a href="meetups/index.html">Meetups</a></li>
<li><a href="participants.html">Participants</a></li>
</ul>
</div>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>#100DaysOfCommits is a community project that's partnering with local coding meetups. We want to encourage
people to get involved in Open Source and to start their own side projects. There's a raffle involved! </p>
<h2>
<a id="local-partners" class="anchor" href="#local-partners" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Local
partners</h2>
<ul>
<li><a href="http://chicago.pyladies.com/">Chicago PyLadies</a> | <a href="https://twitter.com/PyLadiesChicago">Twitter</a></li>
<li><a href="http://www.shenomadsretreat.com/learn-to-code.html">SheNomads</a> | <a href="https://twitter.com/SheNomads">Twitter</a></li>
<li><a href="https://twitter.com/PyDataChi">PyData Chicago</a></li>
<li><a href="https://www.meetup.com/Women-Who-Code-DC/">Women Who Code DC</a> | <a href="https://twitter.com/womenwhocodedc">Twitter</a></li>
<li><a href="http://www.meetup.com/RailsBridgeChicago/">Rails Bridge Chicago</a> | <a href="https://twitter.com/railsbridgechi">Twitter</a></li>
<LI><A HREF="http://www.writespeakcode.com/?utm_campaign=100DaysofCommits">Write/Speak/Code Chicago</A> | <A HREF="http://www.twitter.com/wscchicago">Twitter</A></LI>
<LI><A HREF="http://www.meetup.com/WomanDevelopers/">Chicago Women Developers</A> | <A HREF="http://twitter.com/CWDevs">Chicago Women Developers</A>
</ul>
<h2>
<a id="100daysofcommits-starts-on-august-1st-2016-and-ends-november-9th-2016" class="anchor"
href="#100daysofcommits-starts-on-august-1st-2016-and-ends-november-9th-2016" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a>#100DaysOfCommits starts on August 1st,
2016 and ends November 9th, 2016.</h2>
<p>Every day for 100 days, people will post to Twitter and/or Instagram with the hashtag #100DaysOfCommits. </p>
<p>Simply include a screenshot of your commit message and a link to the repo in your Tweet/Instagram post.
Anyone can submit any number of commits per day, but the goal here is building good, consistent habits. </p>
<p>
<em><strong>Note:</strong></em> For raffle purposes we'll be keeping track of when tweets are posted in Central Time (GMT -5:00).
</p>
<h3>
<a id="what-do-i-need-to-participate" class="anchor" href="#what-do-i-need-to-participate"
aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>What do I need to
participate?</h3>
<p>A github/bitbucket account, an Instagram/Twitter account, and a desire to commit some code! </p>
<h3>
<a id="what-counts-as-a-commit" class="anchor" href="#what-counts-as-a-commit" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a>What counts as a commit?</h3>
<p>You've committed and pushed some code to an open source repository that is <strong>not work related</strong>. Of course, you're
on the honor system for that, but this is about getting out and doing your own thing. </p>
<p>The github contribution graph only counts commits that have been merged into master on a project you
contribute to. We're not that stringent. We just want a screenshot of your commit message and a link to the
repo you're working on. You can commit to a fork, a branch, whatever works as long as you're creating
something! :) </p>
<h3>
<a id="whats-this-about-a-raffle" class="anchor" href="#whats-this-about-a-raffle" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a>What's this about a raffle?</h3>
<p>As an incentive to get people involved, we'll be raffling off books donated to Chicago PyLadies from O'Reilly
(THANK YOU O'REILLY!!!!) </p>
<p>We'll be doing three raffles. </p>
<h2>
<a id="raffle-rules" class="anchor" href="#raffle-rules" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Raffle
rules</h2>
<ul>
<li>You're eligible for one raffle "ticket" for every day you commit you share on the hashtag in a given
period.<br>
</li>
<li>You can share multiple posts in a day if you like, but you'll only get one "ticket" per day you commit
</li>
<li>From 2016/8/1 to 2016/9/3 we'll be raffling off Think Python</li>
<li>From 2016/9/4 to 2016/10/7 we'll be raffling off Thoughtful Machine Learning</li>
<li>From 2016/10/8 to 2016/9/9 we'll be raffling off Think Stats</li>
<li>You must be willing to communicate with the Chicago PyLadies organizers via email about your shipping
information to be eligible for the raffle. If your name comes up we'll "reserve" your raffle prize for
seven days. If we haven’t gotten your information by the end of your reservation we will draw a new
name.
</li>
</ul>
<h2>
<a id="faq" class="anchor" href="#faq" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>FAQ
</h2>
<h3>
<a id="this-project-is-sponsored-by-chicago-pyladies-do-i-have-to-commit-in-any-particular-language"
class="anchor"
href="#this-project-is-sponsored-by-chicago-pyladies-do-i-have-to-commit-in-any-particular-language"
aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Is this project
specific to any particular programming language?</h3>
<p>No! We think that you should just start getting involved in open source and creating your own projects.
We want to see you getting out there and contributing to the
community! </p>
<h3>
<a id="this-project-is-sponsored-by-chicago-pyladies-and-other-women-in-code-organizations-do-i-have-to-be-a-woman-to-participate"
class="anchor"
href="#this-project-is-sponsored-by-chicago-pyladies-and-other-women-in-code-organizations-do-i-have-to-be-a-woman-to-participate"
aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This project is
sponsored by several women in code organizations. Do I have to be a woman to participate?
</h3>
<p>No! We want people of all genders to participate, but people who identify as women or non-binary tend to
contribute to open source less. We're using our platform to try to get more women involved. However, we'd
love to see commits by people who identify as men as well. </p>
<h3>Does this project have a code of conduct?</h3>
<p>
Contributions to this repo and any repos in the <a href="https://github.com/100DaysOfCommits">100DaysOfCommits</a>
organization are governed by the <a href="https://github.com/100DaysOfCommits/100DaysOfCommits.github.io/blob/master/code_of_conduct.md">
Contributor Covenant Code of Conduct</a>. Meetups and check-ins are goverened by the code of conduct provided by the host organization.
For example, all <a href="http://www.meetup.com/Chicago-PyLadies/">Chicago PyLadies</a> meetups follow the <a href="http://www.pyladies.com/CodeOfConduct/">
PyLadies Code of Conduct.</a>
</p>
<h3>
<a id="i-dont-think-i-can-participate-for-100-straight-days" class="anchor"
href="#i-dont-think-i-can-participate-for-100-straight-days" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>I
don't think I can participate for 100 straight days</h3>
<p>That's fine. If you're contributing anything at all between 2016/8/1 and 2016/11/9 we'd love to see you jump
on the hashtag and share what you're doing. In fact, if you do, you'll be entered into a raffle for an
O'Reilly book! </p>
<p>If you're interested in the project but think you won't be able to participate fully, consider jumping in on
the hashtag and encouraging your friends. We're all about community building and encouragement. Let's help
each other write more, better code! </p>
<h3>
<a id="i-cant-participate-this-year-will-you-be-doing-more" class="anchor"
href="#i-cant-participate-this-year-will-you-be-doing-more" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>I
can't participate this year. Will you be doing more?</h3>
<p>Maybe. We'd love to, but it's a matter of bandwidth. We're more likely to run future projects like this if we
see community interest this time around. If you can’t participate, support your friends who can!</p>
<h3>
<a id="meetup-groups" class="anchor" href="#meetup-groups" aria-hiden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Meetup
Groups?</h3>
<p>We’d like to do informal check ins in Chicago at coffee shops or other community spaces every two weeks to
help keep people motivated to write more code! If you’re in a different city and would like to do the same,
let us know and we’ll help promote your meet up!</p>
<p>We'll post information about future meetup events <a href="meetups/index.html">here</a> as they are
announced.</p>
<h3>
<a id="i-want-to-participate-but-i-dont-have-an-idea-for-a-project" class="anchor"
href="#i-want-to-participate-but-i-dont-have-an-idea-for-a-project" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a>I want to participate but I don’t have an
idea for a project!</h3>
<p>We have a running list of project ideas and resources <a href="resources/index.html">here</a>!</p>
<h3>What about repos that use bitbucket, gitlab, bazaar, etc.?</h3>
<p>Non-github projects are definitely welcome. Just take a screenshot and link to the repo if it's public for your daily commit. Our maintainers are less familiar with these ecosystems, but we'll put some getting started resources up soon.</p>
<h3>
<a id="what-if-i-run-into-an-issue-with-a-repo-maintainer" class="anchor"
href="#what-if-i-run-into-an-issue-with-a-repo-maintainer" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a>What if I run into an issue with a repo-maintainer?</h3>
<p>Alison has volunteered to be an advocate for anyone participating in #100DaysofCommits if they run into challenges with a repository maintainer. If you have an issue you can email her at commitadvocate -at- bankofknowledge.net and she will work to get back to your email within 24 hours.</p>
<h3>
<a id="i-have-questions" class="anchor" href="#i-have-questions" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>I
have questions!</h3>
<p>Cool! Direct them to our twitter account: <a href="https://twitter.com/100Commits">@100Commits</a>. </p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
<div class="row" id="socialBtns">
<a href="https://www.twitter.com/100Commits"><i class="fa fa-twitter-square fa-3x" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/100daysofcommits/"><i class="fa fa-facebook-square fa-3x" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/100daysofcommits/"><i class="fa fa-instagram fa-3x" aria-hidden="true"></i></a>
</div>
</footer>
</div>
<script src="https://use.fontawesome.com/6dc205a79d.js"></script>
</body>
</html>