-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoby_dick.html
69 lines (59 loc) · 3.27 KB
/
moby_dick.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Moby Dick</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="main-nav" class="nav-menu">
<a href="index.html" class="nav-color">Home</a>
<a href="tags.html" class="nav-spacing nav-color">HTML Tags</a>
<a href="moby_dick.html" class="nav-spacing nav-color">Moby Dick</a>
</div>
<header style="text-align: center; margin: 0 0 80px;">
<h1>A Softcover Book Report</h1>
<h2>Moby-Dick (or, The Whale)</h2>
</header>
<div>
<p>
The <a href="https://www.softcover.io/">Softcover</a> publishing platform was designed mainly for ebooks like the <a href="https://railstutorial.org/book"><em>Ruby on Rails Tutorial</em> book</a> and <a href="https://learnenough.com/html"><em>Learn Enough HTML to Be Dangerous</em></a>, but it's also good for making more traditional books, such as the novel <em>Moby-Dick</em> by Herman Melville (sometimes written as <em>Moby Dick</em>). We present below a short and affectionately irreverent book report on this classic of American literature.
</p>
</div>
<a href="https://commons.wikimedia.org/wiki/File:Sperm_whale_pod.jpg">
<img src="images/sperm_whales.jpg" alt="Sperm Whales picture" style="display: block; margin: 0 auto;">
</a>
<div style="width: 500px; margin: 20px auto; padding: 30px; background-color: #fafafa;">
<h3>Moby-Dick: A classic tale of the sea</h3>
<a href="https://www.softcover.io/read/6070fb03/moby-dick" target="_blank" rel="noopener">
<img src="images/moby_dick.png" alt="Moby Dick" height="200px" style="float: left; margin:0 40px 0 0;">
</a>
<p>
<a href="https://www.softcover.io/read/6070fb03/moby-dick" target="_blank" rel="noopener"><em>Moby-Dick</em></a>
by Herman Melville begins with these immortal words:
</p>
<blockquote style="font-style: italic; font-size:20px;">
<p>
<span style="font-style: normal; font-size: 24px; font-weight: bold; color: #ff0000">Call me Ishmael.</span> Some years ago–never mind how long precisely–having little or no money in my purse, and nothing particular to interest me on shore, I thought I would sail about a little and see the watery part of the world. It is a way I have of driving off the spleen and regulating the circulation.
</p>
</blockquote>
<p>
After driving off his spleen (which <em>can't</em> be good for you), Ishmael then goes on in much the same vein for approximately one jillion pages. The only thing bigger than Moby Dick (who—<em>spoiler alert!</em>—is a giant white whale) is the book itself.
</p>
<h4>My top 3 favorite things about Moby Dick</h4>
<ol>
<li>Vengeful whale</li>
<li>Salty sailors</li>
<li>The names "Queequeg" and "Starbuck"</li>
</ol>
<h4>Other things about Moby Dick</h4>
<ul>
<li>Chapter afte chapter (after chapter) of meticulous detail about whaling</li>
<li>
The story pretty much happened <a href="https://en.wikipedia.org/wiki/Essex_(whaleship)" target="_blank" rel="noopener">happened in real life</a>
</li>
<li>Mad sea captains are fun</li>
</ul>
</div>
</body>
</html>