|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <title>the alchemist</title> |
| 8 | + <link rel="stylesheet" href="style.css"> |
| 9 | +</head> |
| 10 | +<body> |
| 11 | + <div class="container" > |
| 12 | + <div id="myHeader" class="header"> |
| 13 | + <a href="index.html"><button class="home-button">Home</button></a> |
| 14 | + <button class="bookmark-button">Bookmark</button> |
| 15 | + <div class="wrapper"> |
| 16 | + <input type="text" id="text-to-search" placeholder="Enter text to search..."> |
| 17 | + <button onclick="search()">Search</button> |
| 18 | + </div> |
| 19 | + </div> |
| 20 | + <h6>Author</h6> |
| 21 | + <h1>Paulo Coelho</h1> |
| 22 | + <h6>Brazilian lyricist</h6> |
| 23 | + <p id="paragraph"> |
| 24 | + “Because you are trying to realize your Personal Legend. And |
| 25 | + you are at the point where you’re about to give it all up.” |
| 26 | + “And that’s when you always appear on the scene?” |
| 27 | + “Not always in this way, but I always appear in one form or |
| 28 | + another. Sometimes I appear in the form of a solution, or a good |
| 29 | + idea. At other times, at a crucial moment, I make it easier for things |
| 30 | + to happen. There are other things I do, too, but most of the time |
| 31 | + people don’t realize I’ve done them.” |
| 32 | + The old man related that, the week before, he had been forced to |
| 33 | + appear before a miner, and had taken the form of a stone. The miner |
| 34 | + had abandoned everything to go mining for emeralds. For five years |
| 35 | + he had been working a certain river, and had examined hundreds of |
| 36 | + thousands of stones looking for an emerald. The miner was about to |
| 37 | + give it all up, right at the point when, if he were to examine just one |
| 38 | + more stone—just one more—he would find his emerald. Since the |
| 39 | + miner had sacrificed everything to his Personal Legend, the old man |
| 40 | + decided to become involved. He transformed himself into a stone |
| 41 | + that rolled up to the miner’s foot. The miner, with all the anger and |
| 42 | + frustration of his five fruitless years, picked up the stone and threw |
| 43 | + it aside. But he had thrown it with such force that it broke the stone |
| 44 | + it fell upon, and there, embedded in the broken stone, was the most |
| 45 | + beautiful emerald in the world. |
| 46 | + “People learn, early in their lives, what is their reason for being,” |
| 47 | + said the old man, with a certain bitterness. “Maybe that’s why they |
| 48 | + give up on it so early, too. But that’s the way it is.” |
| 49 | + The boy reminded the old man that he had said something about |
| 50 | + hidden treasure. |
| 51 | + “Treasure is uncovered by the force of flowing water, and it is |
| 52 | + buried by the same currents,” said the old man. “If you want to learn |
| 53 | + about your own treasure, you will have to give me one-tenth of your |
| 54 | + flock.” |
| 55 | + “What about one-tenth of my treasure?” |
| 56 | + The old man looked disappointed. “If you start out by promising |
| 57 | + what you don’t even have yet, you’ll lose your desire to work |
| 58 | + toward getting it.” |
| 59 | + The boy told him that he had already promised to give one-tenth |
| 60 | + of his treasure to the Gypsy. |
| 61 | + “Gypsies are experts at getting people to do that,” sighed the old |
| 62 | + man. “In any case, it’s good that you’ve learned that everything in |
| 63 | + life has its price. This is what the Warriors of the Light try to teach.” |
| 64 | + The old man returned the book to the boy. |
| 65 | + “Tomorrow, at this same time, bring me a tenth of your flock. |
| 66 | + And I will tell you how to find the hidden treasure. Good afternoon.” |
| 67 | + And he vanished around the corner of the plaza. |
| 68 | + THE BOY BEGAN AGAIN TO READ HIS BOOK, BUT HE WAS NO longer able to |
| 69 | + concentrate. He was tense and upset, because he knew that the old |
| 70 | + man was right. He went over to the bakery and bought a loaf of |
| 71 | + bread, thinking about whether or not he should tell the baker what |
| 72 | + the old man had said about him. Sometimes it’s better to leave |
| 73 | + things as they are, he thought to himself, and decided to say nothing. |
| 74 | + If he were to say anything, the baker would spend three days |
| 75 | + thinking about giving it all up, even though he had gotten used to |
| 76 | + the way things were. The boy could certainly resist causing that |
| 77 | + kind of anxiety for the baker. So he began to wander through the |
| 78 | + city, and found himself at the gates. There was a small building |
| 79 | + there, with a window at which people bought tickets to Africa. And |
| 80 | + he knew that Egypt was in Africa. |
| 81 | + </p> |
| 82 | + <div> |
| 83 | + <h5 class="pageNumber">Page 10</h5> |
| 84 | + <a href="alchemist9.html" class="previous">« Previous</a> |
| 85 | + <a href="alchemist11.html" class="next">Next »</a> |
| 86 | + </div> |
| 87 | + |
| 88 | + </div> |
| 89 | + |
| 90 | + <!-- script --> |
| 91 | + <script src="script.js"></script> |
| 92 | +</body> |
| 93 | +</html> |
0 commit comments