forked from jlord/git-it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
42 lines (36 loc) · 2.23 KB
/
about.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Git-it Guide | About</title>
<meta name="description" content="learn git and github">
<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">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrapper">
<header class="weehero">
Git-it
</header>
<h2>The Git-it App and Guide</h2>
<p>The <a href="http://github.com/jlord/git-it" target="_blank">Git-it</a> app runs in your – Terminal or Bash (Windows) and has challenges for learning <a href="git-scm.com" target="_blank">Git</a> and <a href="http://github.com" target="_blank">GitHub</a>. It uses the real terminal (so you'll be learning the awesome command line), and it uses real Git and GitHub which means when you finish all of the challenges you'll have real repositories on your GitHub account and green squares on your contribution chart!</p>
The app is written in <a href="http://www.nodejs.org">Node.js</a>, is on <a href="http://www.npmjs.org/git-it">NPM</a> and there are others like it at <a href="http://www.nodeschool.io">nodeschool.io</a>.
<p>The Guide walks you through the challenges and is bundled with the app, so it works offline and can be used as a resource whenever.</p>
<p><a href="http://github.com/jlord/git-it" target="_blank">Git-it source on GitHub</a></li>
<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="http://github.com/jlord/git-it/issues/new" target="_blank">Open an Issue</a>
</li>
</ul>
</footer>
</div>
</body>
</html>