forked from jlord/patchwork
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jlord
committed
Jan 19, 2014
1 parent
4ed76bc
commit 23f4cfc
Showing
5 changed files
with
99 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- reporobot PR filter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<html> | ||
<head> | ||
<title>Patchwork: Git, GitHub and the Pursuit of Open Source</title> | ||
<link href='style.css' rel='stylesheet'> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<header> | ||
<h3><strong>GitHub</strong> Patchwork</h3> | ||
<ul class="nav"><li><a href="#about">About</a></li></ul> | ||
</header> | ||
<div id="welcome-name"> | ||
<h1>Congrats, you did it!</h1> | ||
<pre><code>{{#featured}}{{username}}{{/featured}}</code></pre> | ||
<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> | ||
<div id="compatriots"> | ||
<ul class="compatriots-list"> | ||
{{#everyone}} | ||
<li><span class="userdetail"><a href="#">@{{username}}</a></span> <span class="userdate">{{time}}</span></li> | ||
{{/everyone}} | ||
</ul> | ||
</div> | ||
<div id="about"> | ||
<h3><strong>About</strong></h3> | ||
<p>Everyone listed on this page has completed <a href="#">Git-it</a>, a terminal based app for learning Git and GitHub. </p> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<html> | ||
<head> | ||
<title>Patchwork: Git, GitHub and the Pursuit of Open Source</title> | ||
<link href='style.css' rel='stylesheet'> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<header> | ||
<h3><strong>GitHub</strong> Patchwork</h3> | ||
<ul class="nav"><li><a href="#about">About</a></li></ul> | ||
</header> | ||
<div id="welcome-name"> | ||
<h1>Congrats, you did it!</h1> | ||
<pre><code> | ||
___ ___ ___ ___ ___ ___ ___ | ||
/\ \ /\ \ /| | /\ \ /\__\ _____ /\__\ /\ \ | ||
|::\ \ /::\ \ |:| | /::\ \ /:/ _/_ /::\ \ /:/ _/_ \:\ \ | ||
|:|:\ \ /:/\:\ \ |:| | /:/\:\ \ /:/ /\ \ /:/\:\ \ /:/ /\__\ \:\ \ | ||
__|:|\:\ \ /:/ /::\ \ __|:|__| /:/ \:\ \ /:/ /::\ \ /:/ \:\__\ /:/ /:/ _/_ _____\:\ \ | ||
/::::|_\:\__\ /:/_/:/\:\__\ /::::\__\_____ /:/__/ \:\__\ /:/__\/\:\__\ /:/__/ \:|__| /:/_/:/ /\__\ /::::::::\__\ | ||
\:\~~\ \/__/ \:\/:/ \/__/ ~~~~\::::/___/ \:\ \ /:/ / \:\ \ /:/ / \:\ \ /:/ / \:\/:/ /:/ / \:\~~\~~\/__/ | ||
\:\ \ \::/__/ |:|~~| \:\ /:/ / \:\ /:/ / \:\ /:/ / \::/_/:/ / \:\ \ | ||
\:\ \ \:\ \ |:| | \:\/:/ / \:\/:/ / \:\/:/ / \:\/:/ / \:\ \ | ||
\:\__\ \:\__\ |:|__| \::/ / \::/ / \::/ / \::/ / \:\__\ | ||
\/__/ \/__/ |/__/ \/__/ \/__/ \/__/ \/__/ \/__/ | ||
|
||
</code></pre> | ||
<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> | ||
<div id="compatriots"> | ||
<ul class="compatriots-list"> | ||
<li><span class="userdetail"><a href="#">@jllord</a></span> <span class="userdate">12:45 -800 2013-01-29</span></li> | ||
<li><span class="userdetail"><a href="#">@maxogden</a></span> <span class="userdate">02:15 -600 2013-01-29</span></li> | ||
<li><span class="userdetail"><a href="#">@dreww</a></span> <span class="userdate">11:01 -800 2013-01-29</span></li> | ||
</ul> | ||
</div> | ||
<div id="about"> | ||
<h3><strong>About</strong></h3> | ||
<p>Everyone listed on this page has completed <a href="#">Git-it</a>, a terminal based app for learning Git and GitHub. </p> | ||
</div> | ||
</div> | ||
|
||
<body> | ||
</html> |