-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaintedHorses.html
41 lines (40 loc) · 4.07 KB
/
paintedHorses.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset=utf-8>
<title>Malcolm Brooks | Author Website</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="paintedHorses.css">
<link href="https://fonts.googleapis.com/css?family=Julius+Sans+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Notable" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nova+Script&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1 id="name"><a href="index.html">Malcolm<br>Brooks</a></h1>
</header>
<div id="contentWrapper">
<ul id="navWrap">
<li><a href=titles.html>TITLES</a></li>
<li><a href=about.html>ABOUT</a></li>
<li><a href=archives.html>ARCHIVES</a></li>
<li><a href=contact.html>CONTACT</a></li>
</ul>
<div id="cover">
<img id="paintedHorsesCover" src="Images/PaintedHorsesCover.jpg" alt="Painted Horses Cover">
</div>
<div id="blurbs">
<p class="blurb">“Engrossing . . . The best novels are not just written but built—scene by scene, character by character—until a world emerges for readers to fall into. Painted Horses creates several worlds.” <span class="author">—Bob Minzesheimer, USA Today (4 out of 4 stars)</span></p>
<p class="blurb">“Perhaps what really sets Brooks apart as a writer is his lush, breathtaking prose that expertly captures the raw essence of an American West known for its wide-open spaces and unbridled spirit. . . . By the end of Painted Horses, it’s hard not to feel as though you’ve traveled to the end of the Earth (or beginning of time) and back in a whirlwind of dust and words. . . . This masterful book? This one’s all [Brooks’s] own.” <span class="author">—Alexis Burling, San Francisco Chronicle</span></p>
<p class="blurb">“From its filmic geographical canvases and epochs to its mesmerizing close-ups of men, women and horses whose weaknesses, wounds, and powers are in plain paradoxical view, Malcolm Brooks’ novel-making is always skilled and often breath-taking. There isn’t a passing landscape, archaeological wonder, minor character, dialect, or wild horse in this story that isn’t convincing. And the broken but magic horseman, John H, is for my money one of the great characters of Montana’s estimable literature.” <span class="author">—David James Duncan, author of The Brothers K and The River Why</span></p>
<p class="blurb">“There is both great beauty and muted sorrow in Brooks’s descriptions of the wild Montana landscape and John H’s vanishing way of life. . . . Painted Horses vividly evokes an earlier time, a place and a way of being that is at the cusp of great change. In his gift for the language of horses and the culture of horsemen, Brooks will inevitably recall Cormac McCarthy. And like Ivan Doig in Bucking the Sun, he mines one of the darker veins in the mythology of the American West.” <span class="author">—Molly Gloss, The Washington Post</span></p>
<a href="https://www.amazon.com/Painted-Horses-Malcolm-Brooks/dp/0802123813"><img class="buyButton" src="Images/amazon.jpg" alt="Amazon Buy Button"></a>
<a href="https://www.indiebound.org/book/9780802123817"><img class="buyButton" src="Images/indiebound.jpg" alt="Support Independent Bookstores - Visit IndieBound.org"></a>
<a href="https://www.powells.com/book/painted-horses-9780802121646"><img class="buyButton" src="Images/powells-logo.jpg" alt="Buy From Powell's Bookstore"></a>
<a href="https://www.hudsonbooksellers.com/book/9780802123817"><img class="buyButton" src="Images/Logo-Hudson-Web.png" alt="Buy from Hudson Booksellers"></a>
<a href="https://www.booksamillion.com/p/Painted-Horses/Malcolm-Brooks/9780802123817?id=7941623712073"><img class="buyButton" src="Images/bam.png" alt="Buy from Books-A-Million"></a>
<a href="https://www.barnesandnoble.com/w/painted-horses-malcolm-brooks/1117078250"><img class="buyButton" src="Images/Barnes-Noble-logo.png" alt="Buy from Barnes and Noble"></a>
</div>
</div>
</body>
</html>