forked from jlord/patchwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (58 loc) · 5.06 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="patchwork, git, github, open source">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Patchwork: Git, GitHub and the Pursuit of Open Source</title>
<link rel="shortcut icon" href="https://raw2.github.com/jlord/patchwork/gh-pages/favicon.png"/>
<link href='style.css' rel='stylesheet'>
</head>
<body>
<div class="large-container">
<div id="welcome-name">
<h1>Congrats, you did it!</h1>
<div id="user-name" class="swing animated" style="display: block;">
<pre><code> ___ ___ ___ ___ ___ ___ ___ ___
___ /\ \ /| | /\ \ /\__\ /\ \ /\__\ /\ \ /\ \
/\__\ /::\ \ |:| | |::\ \ /:/ _/_ \:\ \ /:/ _/_ /::\ \ \:\ \
/:/__/ /:/\:\__\ |:| | |:|:\ \ /:/ /\__\ \:\ \ /:/ /\ \ /:/\:\ \ \:\ \
/::\ \ /:/ /:/ / __|:| | __|:|\:\ \ /:/ /:/ _/_ _____\:\ \ /:/ /::\ \ /:/ /::\ \ ___ /::\ \
\/\:\ \ /:/_/:/ / /\ |:|__|____ /::::|_\:\__\ /:/_/:/ /\__\ /::::::::\__\ /:/_/:/\:\__\ /:/_/:/\:\__\ /\ /:/\:\__\
~~\:\ \ \:\/:/ / \:\/:::::/__/ \:\~~\ \/__/ \:\/:/ /:/ / \:\~~\~~\/__/ \:\/:/ /:/ / \:\/:/ \/__/ \:\/:/ \/__/
\:\__\ \::/__/ \::/~~/~ \:\ \ \::/_/:/ / \:\ \ \::/ /:/ / \::/__/ \::/__/
/:/ / \:\ \ \:\~~\ \:\ \ \:\/:/ / \:\ \ \/_/:/ / \:\ \ \:\ \
/:/ / \:\__\ \:\__\ \:\__\ \::/ / \:\__\ /:/ / \:\__\ \:\__\
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/ \/__/ \/__/ \/__/
</code></pre>
</div>
</div>
</div>
<div class="container">
<h3>You now know alternate meanings for <strong>fork</strong> and <strong>branch</strong>. You've <strong>collaborated</strong> someone whose location you're unaware of. You, friend, <strong>pull request</strong> with the best of 'em.</h3>
<h3><strong>Your pulling and pushing compatriots (give or take 4 million):</strong></h3>
<div id="compatriots">
<ul class="compatriots-list">
<li><span class="userdetail"><a href="http://www.github.com/jlord" target="_blank">@jlord</a></span> <span class="userdate">2014-01-17T02:35:52Z</span></li><li><span class="userdetail"><a href="http://www.github.com/maxogden" target="_blank">@maxogden</a></span> <span class="userdate">2014-01-20T23:02:33Z</span></li><li><span class="userdetail"><a href="http://www.github.com/muan" target="_blank">@muan</a></span> <span class="userdate">2014-01-24T03:21:17Z</span></li><li><span class="userdetail"><a href="http://www.github.com/alysonla" target="_blank">@alysonla</a></span> <span class="userdate">2014-01-25T06:41:30Z</span></li><li><span class="userdetail"><a href="http://www.github.com/samdebacker" target="_blank">@samdebacker</a></span> <span class="userdate">2014-01-28T16:11:30Z</span></li><li><span class="userdetail"><a href="http://www.github.com/kiliankoe" target="_blank">@kiliankoe</a></span> <span class="userdate">2014-01-30T00:07:52Z</span></li><li><span class="userdetail"><a href="http://www.github.com/jpkmensah" target="_blank">@jpkmensah</a></span> <span class="userdate">2014-01-30T03:36:09Z</span></li>
</ul>
</div>
<div class="textcontainer">
<div id="about" class="halvsies">
<h4>About</h4>
<p>Everyone listed on this page has completed <a href="http://www.github.com/jlord/git-it" target="_blank">Git-it</a>, an open source terminal app for learning Git and GitHub.</p> <p>The <a href="http://www.github.com/jlord/git-it" target="_blank">Git-it</a> challenges are self directed so one can do it on their own, but it also makes for a great <a href="http://nodeschool.io/" target="_blank">nodeschool.io</a> type of workshop.</p>
</div>
<div id="next" class="halvsies">
<h4>What next?</h4>
<p>Don't stop now, keep going! Here are some ideas for what to work on next.</p>
<ul class="what-next-list">
<li>Make a repository on GitHub named `ghusername.github.io` and fill it with web site files -- GitHub will host for free at the same address: ghusername.github.io</li>
<li>Open up an issue in one of your repositories and create a <a href="https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments" target="_blank">to-do list</a>.</li>
<li>Find interesting open source projects to work with in <a href="http://www.github.com/explore" target="_blank">Explore</a>.</li>
<li>Get contributing by finding open issues on projects with labels like 'get-started' or 'beginner'.</li>
</ul>
</div>
</div>
</div>
</body>
</html>