-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
148 lines (144 loc) · 5.6 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
---
layout: default
---
<div class="home">
<div class="full-hero hero-home">
<div class="hero-content">
<h1>CODE DANGEROUSLY</h1>
<ul class="social-list">
<li>
<a href="http://example.com/" class="social-link" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="http://example.com/" class="social-link" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="http://example.com/" class="social-link" target="_blank">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="home-callout">
<h1 class="callout-title">The Learn Enough Story</h1>
<div class="callout-copy">
<p>
Learn Enough to Be Dangerous is a leader in the movement to teach the world
<em>technical sophistication</em>, which includes both "hard skills" like
coding, command lines, and version control, and "soft skills" like guessing
keyboard shortcuts, Googling error messages, and knowing when to just reboot
the darn thing.
</p>
<p>
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_list">sign up for our
official email list</a> now.
</p>
<h3>Background</h3>
<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/css-tutorial"><em>Learn Enough CSS and Layout
to Be Dangerous</em></a>, which teaches the basics of <strong>C</strong>
ascading <strong>S</strong>tyle <strong>S</strong>heets, the language that
allows web pages to be styled. Other related tutorials can be found at
<a href="http://learnenough.com/">learnenough.com</a>.
</p>
</div>
</div>
<div class="home-section">
<h4>Most recent post</h4>
<div class="blog-posts">
<header class="post-header">
<h2>
<a href="{{ site.posts.first.url }}">
{{ site.posts.first.title }}</a>
</h2>
<div class="post-byline">
<img src="{{ site.posts.first.gravatar }}" />
<a href="{{ site.posts.first.authorTwitter }}"
target="_blank" class="social-link">
<i class="fa fa-twitter"></i>
</a>
by: {{ site.posts.first.postAuthor }}
<span> - {{ site.posts.first.date | date: '%B %d, %Y' }}</span>
</div>
</header>
<div class="posts-image"
style="background-image:url({{ site.posts.first.postHero }})"></div>
{{ site.posts.first.excerpt }}
</div>
</div>
<div class="home-section">
<h2>THE 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 at least a billion people,
and probably more.
</p>
<div class="bio-wrapper">
<div class="bio-box">
<img src="http://placekitten.com/g/400/400" >
<h3>Michael Hartl</h3>
<a href="http://twitter.com/mhartl" class="social-link" target="_blank">
<i class="fa fa-twitter"></i>
</a>
<div class="bio-copy">
<p>
Known for his dazzling charm, rapier wit, and unrivaled humility, 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.
</p>
<p>
Michael is also
notorious as the founder of <a href="http://tauday.com/">Tau Day</a> and
author of <a href="http://tauday.com/tau-manifesto"><em>The Tau
Manifesto </em></a>, but rumors that he's secretly a supervillain are
slightly exaggerated.
</p>
</div>
</div>
<div class="bio-box">
<img src="http://placekitten.com/g/400/400" >
<h3>Lee Donahoe</h3>
<a href="https://twitter.com/leedonahoe" class="social-link" target="_blank">
<i class="fa fa-twitter"></i>
</a>
<div class="bio-copy">
<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>
</div>
</div>
<div class="bio-box">
<img src="http://placekitten.com/g/400/400" >
<h3>Nick Merwin</h3>
<a href="https://twitter.com/nickmerwin" class="social-link" target="_blank">
<i class="fa fa-twitter"></i>
</a>
<div class="bio-copy">
<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>
</div>
</div>
</div>
</div>
</div>