-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (67 loc) · 2.88 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
<!DOCTYPE html>
<html>
<head>
<title>learn enough to be dangerous</title>
<link href="basic.css" rel="stylesheet" type="text/css" />
<meta charset="utf-8">
</head>
<body>
<h1>The learn enough story</h1>
<p>
Learn Enough to Be Dangerous is a leader in the movement to teach
<em>technical sophistication</em>, the seemingly magical ability to take
command of your computer and get it to <b>do your bidding. </b> This includes
everything from command lines and coding to guessing keyboard shortcuts,
Googling error messages, and knowing when to just reboot the darn thing.
We belive there are <strong>at least a billion people</strong> who can benifit from
learning <em>technical sophistication</em>, proabably more. To join our
movement, <a href="http://learnenough.com/email">
sign up for our official email list</a>
</p>
<h2>Background</h2>
<p>
Learn Enough to Be Dangerous is an outgrowth of the
<a href="http://railstutorial.org/">Ruby on rails Tutorial</a> and the
<a href="http://softcover.io">Softcover publishing platform</a>.
this page is part of the sample site for
<a href="http://learnenough.com/html-tutorial"><em>Learn Enough HTML to
Be Dangerous</em></a>, which teaches the basics of
<strong>H</strong>yper <strong>T</strong>ext <strong>M</strong>arkup
<strong>L</strong>anguage, the universal language of the World Wide Web.
Other related titles can be found at
<a href="http://learnenough.com/">learnenough.com</a>
</p>
<h2>Founders</h2>
<p>
Learn Enough to Be Dangerous was founded in 2015 by Michael Harti, Lee
Donahoe, and Nick Merwin, We beilive that the type of technical
sophistication taught by the Learn Enough tutorials can benafit
<em><strong>at least a billion people</strong></em>, and probably more.
</p>
<h3>Michael Harti</h3>
<p>
Michael is the creator of the <a href="http://railstutorial.org">
Ruby on Rails Tutorial</a> and principle author of the
<a href="http://learnenough.com/">Learn Enough to Be Dangerous</a>
introductory sequence. He is an advanced student of
<a href="http://kravmaga.com/">Krav Maga</a> and has a three-step
plan for world domination. Rumors that he's secetly a supervillan
are slightly exaggerated.
</p>
<h3>Lee Donahue</h3>
<p>
When he is not litterally swimming with sharks od hunting powder stashes
on his snowboard, you can find Lee in front of his computer designing
interfaces, doing front-end development, or writting some of the
inrerface-related Learn Enough tutorials.
</p>
<h3>Nick Merwin</h3>
<p>
You may have seen him shredding guitar live with Capital Cities on Jimmy
Kimmel, Conan, or The Ellen Show, but rest assured Nick is a true nerd
at heart. He's just as happy shredding well-spec'd lines of code from a
tour bus as he is from his kitchen table.
</p>
<img src="~/images/kitten.jpg" alt="a kitten" />
</body>
</html>