-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (174 loc) · 6.01 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html>
<head>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic' rel='stylesheet' -`type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" href="static/img/newguru3.png">
<meta name="author" content="Alex Brashear, Razzi Abuissa, Peter Yin">
<meta name="description" content="Command line tutorials via the lrn platform">
<meta name="keywords" content="lrn, guru, command line, tutorials">
<title>
lrn
</title>
</head>
<body>
<!-- header wrap -->
<div class="header">
<div class="container">
<br>
<ul class="list-inline links">
<li>
<a href="https://github.com/lrn-guru/lrn"><button type="button" class="btn btn-info" href=""><i class="fa fa-github fa-4" border="0"></i> Source Code</button></a>
</li>
<li>
<div class="btn-group">
<button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">
Contact <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="http://alex-brashear.herokuapp.com/">Alex Brashear</a></li>
<li><a href="http://razzi.abuissa.net/">Razzi Abuissa</a></li>
<li><a href="https://github.com/peteryin21">Peter Yin</a></li>
</ul>
</div>
</li>
<li>
<a href=""></a>
</li>
<li>
<a></a>
</li>
</ul>
<h1 class="themecolor">lrn <img class="" src="static/img/newguru3.png"></h1>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<p class="description">
An open-source learning platform for developers.
</p>
</div>
</div>
<br>
<p class="text-center">
<a href="https://github.com/lrn-guru"><button type="button" class="btn btn-info btn-lg" href="">Browse Tutorials</button></a>
</p>
</div>
</div>
<br>
<!-- end wrap -->
<!-- main body -->
<div class="mainbody container">
<br><br>
<div class="row">
<div class="col-md-offset-2">
<h2>Why lrn?</h2>
</div>
</div>
<br>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-4">
<p class="details">
Our command-line tool provides a more interactive and realistic learning experience than traditional online resources. By implementing tutorials as git repos, Lrn.guru provides a modular tutorial framework, encouraging community-driven improvement and creation of new tutorials.
</p>
</div>
<div class="col-md-5">
<pre>$ lrn
Available commands:
list ---- Gives a list of all tutorials
start ---- Starts a lesson
progress ---- Displays your lesson progress
hint ---- Gives a hint for the current problem
resume ---- Resumes the tutorial after user exits
next ---- Advances to the next lesson</pre>
</div>
<div class="col-md-2"></div>
</div>
<br><br>
<div class="row">
<div class="col-md-offset-2">
<h2>Installation</h2>
</div>
</div>
<br>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-4">
<p class="details">
lrn is easy to install via pip. Run the following command in your terminal and it will set up itself.
</p>
</div>
<div class="col-md-4">
<div class="input-group">
<pre id="instructions" class="form-control">$ sudo pip install lrn</pre>
<span class="input-group-btn">
<button id="copy-button" data-clipboard-text="sudo pip install lrn" title="Click to copy me." class="btn btn-default btn-lg" type="button">
<span class="glyphicon glyphicon-list-alt"></span>
</button>
</span>
</div>
</div>
<div class="col-md-2"></div>
</div>
<br><br>
<div class="row">
<div class="col-md-offset-2">
<h2>Find a tutorial</h2>
</div>
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-4">
<p class="details">
Getting started is really simple. just input the following command and take a look at the different lessons lrn offers.
</p>
</div>
<div class="col-md-4">
<pre class="form-control">$ lrn list</pre>
</div>
<div class="col-md-2"></div>
</div>
<br><br>
<div class="row">
<div class="col-md-offset-2">
<h2>Contributing</h2>
</div>
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-4">
<p class="details">
As an open source tool, lrn relies on the support of other developers. If you have any suggestions, contributions or bug fixes let us know. Fork our repo and make some changes. Additionally, help us make this as comprehensive of a tool as possible by adding your own tutorials.
</p>
</div>
<div class="col-md-6"></div>
</div>
<br><br>
<!-- Developer section -->
<div>
</div>
</div>
<!-- footer wrap -->
<div class="container">
<br><br>
<ul class="list-inline text-center" >
<li><img src="static/img/git.png"></li>
<li><img src="static/img/pythonlogo2 .png"></li>
<li><img src="static/img/githublogo.png"></li>
<!-- <li><img src="static/img/requests.png"></li>
<li><img src="static/img/newguru3.png"></li> -->
</ul>
<br>
<iframe class="col-md-offset-5"
src="http://ghbtns.com/github-btn.html?user=lrn-guru&repo=lrn&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="152" height="30"></iframe>
</div>
<a href="https://github.com/lrn-guru/lrn"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub Yo"></a>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<script type="text/javascript" src="ZeroClipboard.js"></script>
<script src="main.js"></script>
</body>
</html>