-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (71 loc) · 5.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Learn Enough to Be Dangerous</title>
<meta charset="utf-8">
</head>
<body>
<div style="text-align: right;">
<a href="index.html" style="text-decoration:none; color: blue;">Home</a>
<a href="tags.html" style="margin-left: 10px; text-decoration:none; color: blue;">HTML Tags</a>
<a href="moby_dick.html" style="margin-left: 10px; text-decoration:none; color: blue;">Moby Dick</a>
</div>
<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 do your bidding. 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 believe there are <strong>at least a billion people</strong> who can benefit from learning technical sophistication, probably more. To join our movement, <a href="http://learnenough.com/email">sign up for our official email list</a> now.
</p>
<p>
<a href="http://twitter.com/learnenough" target="_blank" style="text-decoration: none;">
<img src="images/small_twitter_logo.png">
</a>
You should follow Learn Enough on Twitter <a href="http://twitter.com/learnenough" target="_blank">here</a>.
</p>
<p>
HTML was created by the original "web developer", computer scientist <a href="https://en.wikipedia.org/wiki/Tim_Berners-Lee">Tim Berners-Lee</a>. It's not true that Sir Tim invented HTML in order to share pictures of his cat, but it would be cool if it were.
</p>
<a href="https://www.flickr.com/photos/deborah_s_perspective/14144861329">
<img src="images/kitten.jpg" alt="An adorable kitten">
</a>
<h2>Quotations</h2>
<p>
In addition to hosting most of the world's supply of kitten videos, the Web is also full of inspiring quotes, perhaps none more so than this one:
</p>
<blockquote style="padding: 2px 20px; background: #fafafa;">
<p>
<em>Don't believe every quote you read on the Internet.</em> <br> —Abraham Lincoln
</p>
</blockquote>
<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://www.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 tutorials 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 Hartl, Lee Donahoe, and Nick Merwin. We believe that the kind of technical sophistication taught by the Learn Enough tutorials can benefit <strong>at least a billion people</strong>, and probably more.
</p>
<h3>Michael Hartl</h3>
<img src="https://gravatar.com/avatar/ffda7d145b83c4b118f982401f962ca6?s=150" alt="Michael Hartl">
<p>
Michael is the creator of the <a href="http://railstutorial.org/"> Ruby on Rails Tutorial</a> and principal 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 secretly a supervillain are slightly exaggerated.
</p>
<p>
You should follow Michael on Twitter <a href="http://twitter.com/mhartl" target="_blank">here</a>.
</p>
<h3>Lee Donahoe</h3>
<img src="https://gravatar.com/avatar/b65522a6f3a6899705d119d7aa232a6d?s=150" alt="Lee Donahoe">
<p>
When he's not literally swimming with sharks or hunting powder stashes on his snowboard, you can find Lee in front of his computer designing interfaces, doing front-end development, or writing some of the interface-related Learn Enough tutorials.
</p>
<p>
You should follow Lee on Twitter <a href="https://twitter.com/leedonahoe" target="_blank">here</a>.
</p>
<h3>Nick Merwin</h3>
<img src="https://gravatar.com/avatar/e2d6ce2ba5c1b6d674ae8ff2b3b45d23?s=150" alt="Nick Merwin">
<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>
<p>
You should follow Nick on Twitter <a href="https://twitter.com/nickmerwin" target="_blank">here</a>.
</p>
</body>
</html>