Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize templates and librairies #45

Merged
merged 8 commits into from Jul 31, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions challenges/branches_arent_just_for_birds.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -203,9 +203,9 @@ <h2>Tips</h2>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -225,7 +225,7 @@ <h2>Tips</h2>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'branches_arent_just_for_birds'
challengeStatus.completed(currentChallenge)
</script>
Expand Down
10 changes: 5 additions & 5 deletions challenges/commit_to_it.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -158,9 +158,9 @@ <h2>Tips</h2>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -180,7 +180,7 @@ <h2>Tips</h2>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'commit_to_it'
challengeStatus.completed(currentChallenge)
</script>
Expand Down
10 changes: 5 additions & 5 deletions challenges/forks_and_clones.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -171,9 +171,9 @@ <h2>Tips</h2>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -193,7 +193,7 @@ <h2>Tips</h2>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'forks_and_clones'
challengeStatus.completed(currentChallenge)
</script>
Expand Down
13 changes: 7 additions & 6 deletions challenges/get_git.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -141,9 +141,9 @@ <h2>Tips</h2>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -163,8 +163,9 @@ <h2>Tips</h2>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
challengeStatus.completed('get_git')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'get_git'
challengeStatus.completed(currentChallenge)
</script>

</body>
Expand Down
10 changes: 5 additions & 5 deletions challenges/githubbin.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -119,9 +119,9 @@ <h4>GitHub & Git config usernames do not match</h4>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -141,7 +141,7 @@ <h4>GitHub & Git config usernames do not match</h4>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'githubbin'
challengeStatus.completed(currentChallenge)
</script>
Expand Down
10 changes: 5 additions & 5 deletions challenges/its_a_small_world.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -106,9 +106,9 @@ <h2>Step: Hello, Repo Robot!</h2>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -128,7 +128,7 @@ <h2>Step: Hello, Repo Robot!</h2>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'its_a_small_world'
challengeStatus.completed(currentChallenge)
</script>
Expand Down
10 changes: 5 additions & 5 deletions challenges/merge_tada.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -162,9 +162,9 @@ <h2>Tips</h2>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -184,7 +184,7 @@ <h2>Tips</h2>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'merge_tada'
challengeStatus.completed(currentChallenge)
</script>
Expand Down
10 changes: 5 additions & 5 deletions challenges/pull_never_out_of_date.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -141,9 +141,9 @@ <h2>TIPS</h2>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -163,7 +163,7 @@ <h2>TIPS</h2>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'pull_never_out_of_date'
challengeStatus.completed(currentChallenge)
</script>
Expand Down
10 changes: 5 additions & 5 deletions challenges/remote_control.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -208,9 +208,9 @@ <h2>Tips</h2>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -230,7 +230,7 @@ <h2>Tips</h2>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'remote_control'
challengeStatus.completed(currentChallenge)
</script>
Expand Down
10 changes: 5 additions & 5 deletions challenges/repository.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -161,9 +161,9 @@ <h2>Tips</h2>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -183,7 +183,7 @@ <h2>Tips</h2>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'repository'
challengeStatus.completed(currentChallenge)
</script>
Expand Down
10 changes: 5 additions & 5 deletions challenges/requesting_you_pull_please.html
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="../assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../assets/css/style.css">
<script>require('../handle-external-links.js')</script>
<script>require('../lib/handle-external-links.js')</script>
</head>
<body>
<header class="site-header">
Expand Down Expand Up @@ -139,9 +139,9 @@ <h2>Step: Create a pull request</h2>
<footer>
<ul>
<li class="all-caps"><a href="../index.html"><strong>Git-it Challenges</strong></a></li>
<li class="all-caps"><a href="../about.html">About</a></li>
<li class="all-caps"><a href="../dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../resources.html">Resources</a></li>
<li class="all-caps"><a href="../pages/about.html">About</a></li>
<li class="all-caps"><a href="../pages/dictionary.html">Dictionary</a></li>
<li class="all-caps"><a href="../pages/resources.html">Resources</a></li>
<li class="all-caps">
<a href="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
Expand All @@ -161,7 +161,7 @@ <h2>Step: Create a pull request</h2>
</script>

<script>
var challengeStatus = require('../challenge-completed.js')
var challengeStatus = require('../lib/challenge-completed.js')
var currentChallenge = 'requesting_you_pull_please'
challengeStatus.completed(currentChallenge)
</script>
Expand Down
46 changes: 0 additions & 46 deletions data.json

This file was deleted.