-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (96 loc) · 5.33 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
---
layout: default
---
<div class="home">
<div class="full-hero hero-home">
<div class="hero-content">
<h1>CODE DANGEROUSLY</h1>
<ul class="social-list social-list-hero">
{% include social-links.html %}
</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="https://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="https://www.railstutorial.org/">Ruby on Rails Tutorial</a> and the <a href="https://www.softcover.io/">Softcover publishing platform</a>. This page is part of the sample site for <a href="https://learnenough.com/css-and-layout"><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="https://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="{{ post.authorTwitter }}" class="social-link">
<i class="fab fa-twitter"></i>
</a>
by: {{ site.posts.first.author }}
<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="https://picsum.photos/id/40/400/400" alt="cat nose close up">
<h3>Michael Hartl</h3>
<a href="https://twitter.com/mhartl" class="social-link">
<i class="fab 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="https://www.railstutorial.org/">Ruby on Rails Tutorial</a> and principal author of the <a href="https://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="https://picsum.photos/id/130/400/400" alt="flying bird">
<h3>Lee Donahoe</h3>
<a href="https://twitter.com/leedonahoe" class="social-link">
<i class="fab 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="https://picsum.photos/id/169/400/400" alt="two cows">
<h3>Nick Merwin</h3>
<a href="https://twitter.com/nickmerwin" class="social-link">
<i class="fab 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>