Skip to content

Commit

Permalink
template updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Jan 22, 2014
1 parent 60dc0af commit 599e7a8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 62 deletions.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
<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/git-it/master/favicon.png"/>
<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>
<div id="user-name" class="swing animated" style="display: block;">
Expand Down Expand Up @@ -54,7 +51,7 @@ <h3><strong>Your pulling and pushing compatriots (give or take 4 million):</stro
</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>
<p>Everyone listed on this page has completed <strong><a href="http://www.github.com/jlord/git-it" target="_blank">Git-it</a></strong>, an open source terminal app for learning Git and GitHub.</p> <p>The <strong><a href="http://www.github.com/jlord/git-it" target="_blank">Git-it</a></strong> challenges are self directed so one can do it on their own, but it also makes for a great <strong><a href="http://nodeschool.io/" target="_blank">nodeschool.io</a></strong> type of workshop. Find out more about hosting and attending workshops <strong><a href="">here</a><strong>.</p>
</div>
</div>
<script>
Expand Down
26 changes: 15 additions & 11 deletions template.hbs
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
<html>
<head>
<title>Patchwork: Git, GitHub and the Pursuit of Open Source</title>
<link href='style.css' rel='stylesheet'>
</head>
<!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/git-it/master/favicon.png"/>
<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>
<div id="user-name" class="swing animated" style="display: block;">
<pre><code>{{#featured}}{{username}}{{/featured}}</code></pre>
</div>
<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>
Expand All @@ -25,7 +29,7 @@
</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>
<p>Everyone listed on this page has completed <strong><a href="http://www.github.com/jlord/git-it" target="_blank">Git-it</a></strong>, an open source terminal app for learning Git and GitHub.</p> <p>The <strong><a href="http://www.github.com/jlord/git-it" target="_blank">Git-it</a></strong> challenges are self directed so one can do it on their own, but it also makes for a great <strong><a href="http://nodeschool.io/" target="_blank">nodeschool.io</a></strong> type of workshop. Find out more about hosting and attending workshops <strong><a href="">here</a><strong>.</p>
</div>
</div>
</body>
Expand Down
46 changes: 0 additions & 46 deletions template.html

This file was deleted.

0 comments on commit 599e7a8

Please sign in to comment.