-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (51 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Journey to a Job</title>
</head>
<body>
<div>
<a href="index.html">Home</a>
<a href="tags.html">HTML Tags</a>
<a href="moby_dick.html">Moby Dick</a>
</div>
<h1>Journey to a Job</h1>
<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>
<a href="http://twitter.com/learnenough" target="_blank">
<img src="images/small_twitter_logo.png">
</a>
<p>
You should follow Learn Enough on Twitter
<a href="http://twitter.com/learnenough" target="_blank">here</a>.
</p>
<h2>Bio</h2>
<p>
You should follow Lee on Twitter
<a target="_blank" href="https://twitter.com/leedonahoe"><em><strong>here</em></strong></a>.
</p>
<h2>Goal</h2>
<h3>Languages</h2>
<a target="_blank" href="https://www.flickr.com/photos/deborah_s_perspective/14144861329">
<img src="images/kitten.jpg" alt="An adorable kitten">
</a>
<h4>How many</h4>
<h5>More?</h5>
<img src="https://gravatar.com/avatar/ffda7d145b83c4b118f982401f962ca6?s=350"
alt="Michael Hartl">
<h6>Still?</h6>
<h7>No...</h7>
<h8>Smaller?</h8>
</body>
</html>