-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (239 loc) · 10.9 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
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<!--
Transit by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Commitmas</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Official page of the Commitmas challenge started by Matthew Broberg. Access all of our past free, community contributed learning content." />
<meta name="keywords" content="git, github, commitmas, free training" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body class="landing">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Commitmas</a></h1>
<nav id="nav">
<ul>
<li><a href="https://github.com/commitmas/commitmakkuh">Commitmakkuh</a></li>
<li><a href="https://github.com/commitmas/30-days-of-commitmas-2015">Commitmas 2</a></li>
<li><a href="https://github.com/commitmas/commitmas-3-return-of-commitmas">Commitmas 3</a></li>
<!-- <li><a href="#" class="button special">Sign Up</a></li>-->
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>Hi. Welcome to Commitmas!</h2>
<p>Commitmas was started in the spirit of helping the technology community learn about sharing and contributing code to GitHub.</p>
<ul class="actions">
<li>
<a href="https://bit.ly/Commitmas2" class="button big">Get started with GitHub</a>
</li>
</ul>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="container">
<header class="major">
<h2>Commitmas' Past</h2>
<p>Check out the free videos to help you break the ice and make your first commit to a GitHub repository.</p>
</header>
<div class="row 150%">
<div class="4u 12u$(medium)">
<section class="box">
<i class="icon big rounded color1 fa-cloud"></i>
<h3>Commitmas 2 - A month of Merriment</h3>
<p>During the second Commitmas, the vBrownBag podcast hosted a podcast each night for the month of December to present a new topic to help you learn to start using GitHub. Check out the <a href="https://bit.ly/Commitmas2"> videos here</a></p>
</section>
</div>
<div class="4u 12u$(medium)">
<section class="box">
<i class="icon big rounded color9 fa-desktop"></i>
<h3>Commitmas 3 - Collaboration</h3>
<p>After learning about the basics during the Month of Merriment, the Commitmas community returned and worked together on shared repositories to reinforce concepts such as forking, merging, and resolving merge conflicts while adhering to contribution guidelines. You can view all of the <a href="https://www.youtube.com/playlist?list=PL2rC-8e38bUXeLqp8dd4EdFA0gFhsHkA0"> videos here</a></p>
</section>
</div>
<div class="4u$ 12u$(medium)">
<section class="box">
<i class="icon big rounded color6 fa-rocket"></i>
<h3>Commitmakkuh</h3>
<p>Commitmakkuh is how it all started, simply commit to working on a repo everyday. Use this time to push yourself: New to GitHub? Commit something, however small everyday. A seasoned coder? Push yourself to contribute to a new language or OSS project everyday. Learn more about Commitmakkuh on our <a href="https://github.com/commitmas/commitmakkuh"> GitHub repository.</a></p>
</section>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2 special">
<div class="container">
<header class="major">
<a name="blog"></a>
<h2>Latest Updates</h2>
<h3>It's time to let old things die</h3>
<p>In 2014, Matthew Broberg wanted to bring the virtualization community along for a ride with him to a new set of tools and methodologies focused on code and the ideas around infrastructure as code, and so it was that Commitmas was born.
<br><br>
In 2015, Cody Bunch suggested that we needed more Commitmas. Always up for a challenge, the vBrownBag ran Git related episodes everynight for the month of December (well almost, we aren't scrooges).
<br><br>
Last year, we got back together to work in teams. GitHub, after all, is a place to collaborate on code. People broke up into different teams such as Python, Puppet, and Ansible and worked on projects together with a focus on contribution guidelines, forking, pull requests and merge/merge conflicts.
<br><br>
The content the community produced in 2015 and 2016 has lived on and continues to be valuable to anyone setting out to learn about git/GitHub. vBrownBag has continued, and will continue, to produce Git related content in December.
<br><br>
As Kylo Ren so eloquently said, it's is time to let old things die. This is it for Commitmas on its own. We will be closing down the Slack group at the end of December. As it is with the Force, the spirit of Commitmas is around helping others learn a new skill - the new sysadmin at work, or the new community member finding us on Twitter for the first time. To everyone that has been along for the ride, thank you. If you're just finding us today, don't worry there is an entire community of people willing to help you out.</p>
</header>
<!--
<section class="profiles">
<div class="row">
<section class="3u 6u(medium) 12u$(xsmall) profile">
<img src="images/profile_placeholder.gif" alt="" />
<h4>Lorem ipsum</h4>
<p>Lorem ipsum dolor</p>
</section>
<section class="3u 6u$(medium) 12u$(xsmall) profile">
<img src="images/profile_placeholder.gif" alt="" />
<h4>Voluptatem dolores</h4>
<p>Ullam nihil repudi</p>
</section>
<section class="3u 6u(medium) 12u$(xsmall) profile">
<img src="images/profile_placeholder.gif" alt="" />
<h4>Doloremque quo</h4>
<p>Harum corrupti quia</p>
</section>
<section class="3u$ 6u$(medium) 12u$(xsmall) profile">
<img src="images/profile_placeholder.gif" alt="" />
<h4>Voluptatem dicta</h4>
<p>Et natus sapiente</p>
</section>
</div>
</section>
-->
<footer>
<!--<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quibusdam dolore illum, temporibus veritatis eligendi, aliquam, dolor enim itaque veniam aut eaque sequi qui quia vitae pariatur repudiandae ab dignissimos ex!</p>-->
<ul class="actions">
<li>
<a href="https://vbrownbag.com" class="button big">Check out all the vBrownBag content.</a>
</li>
</ul>
</footer>
</div>
</section>
<!-- Three
<section id="three" class="wrapper style3 special">
<div class="container">
<header class="major">
<h2>Consectetur adipisicing elit</h2>
<p>Lorem ipsum dolor sit amet. Delectus consequatur, similique quia!</p>
</header>
</div>
<div class="container 50%">
<form action="#" method="post">
<div class="row uniform">
<div class="6u 12u$(small)">
<input name="name" id="name" value="" placeholder="Name" type="text">
</div>
<div class="6u$ 12u$(small)">
<input name="email" id="email" value="" placeholder="Email" type="email">
</div>
<div class="12u$">
<textarea name="message" id="message" placeholder="Message" rows="6"></textarea>
</div>
<div class="12u$">
<ul class="actions">
<li><input value="Send Message" class="special big" type="submit"></li>
</ul>
</div>
</div>
</form>
</div>
</section>
-->
<!-- Footer -->
<footer id="footer">
<!-- <div class="container">
<section class="links">
<div class="row">
<section class="3u 6u(medium) 12u$(small)">
<h3>Lorem ipsum dolor</h3>
<ul class="unstyled">
<li><a href="#">Lorem ipsum dolor sit</a></li>
<li><a href="#">Nesciunt itaque, alias possimus</a></li>
<li><a href="#">Optio rerum beatae autem</a></li>
<li><a href="#">Nostrum nemo dolorum facilis</a></li>
<li><a href="#">Quo fugit dolor totam</a></li>
</ul>
</section>
<section class="3u 6u$(medium) 12u$(small)">
<h3>Culpa quia, nesciunt</h3>
<ul class="unstyled">
<li><a href="#">Lorem ipsum dolor sit</a></li>
<li><a href="#">Reiciendis dicta laboriosam enim</a></li>
<li><a href="#">Corporis, non aut rerum</a></li>
<li><a href="#">Laboriosam nulla voluptas, harum</a></li>
<li><a href="#">Facere eligendi, inventore dolor</a></li>
</ul>
</section>
<section class="3u 6u(medium) 12u$(small)">
<h3>Neque, dolore, facere</h3>
<ul class="unstyled">
<li><a href="#">Lorem ipsum dolor sit</a></li>
<li><a href="#">Distinctio, inventore quidem nesciunt</a></li>
<li><a href="#">Explicabo inventore itaque autem</a></li>
<li><a href="#">Aperiam harum, sint quibusdam</a></li>
<li><a href="#">Labore excepturi assumenda</a></li>
</ul>
</section>
<section class="3u$ 6u$(medium) 12u$(small)">
<h3>Illum, tempori, saepe</h3>
<ul class="unstyled">
<li><a href="#">Lorem ipsum dolor sit</a></li>
<li><a href="#">Recusandae, culpa necessita nam</a></li>
<li><a href="#">Cupiditate, debitis adipisci blandi</a></li>
<li><a href="#">Tempore nam, enim quia</a></li>
<li><a href="#">Explicabo molestiae dolor labore</a></li>
</ul>
</section>
</div>
</section>
-->
<div class="row">
<div class="8u 12u$(medium)">
<ul class="copyright">
<li>© Untitled. All rights reserved.</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
<div class="4u$ 12u$(medium)">
<ul class="icons">
<li>
<a href="https://www.facebook.com/vBrownBag/" class="icon rounded fa-facebook"><span class="label">Facebook</span></a>
</li>
<li>
<a href="https://www.twitter.com/vbrownbag/" class="icon rounded fa-twitter"><span class="label">Twitter</span></a>
</li>
<li>
<a href="https://www.youtube.com/vbrownbag/" class="icon rounded fa-youtube"><span class="label">Google+</span></a>
</li>
<li>
<a href="https://www.linkedin.com/company/10579390/" class="icon rounded fa-linkedin"><span class="label">LinkedIn</span></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>