|
| 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 | + The boy was relieved. He got up to pay the bill, but the owner |
| 25 | + grabbed him and began to speak to him in an angry stream of |
| 26 | + words. The boy was strong, and wanted to retaliate, but he was in a |
| 27 | + foreign country. His new friend pushed the owner aside, and pulled |
| 28 | + the boy outside with him. “He wanted your money,” he said. |
| 29 | + “Tangier is not like the rest of Africa. This is a port, and every port |
| 30 | + has its thieves.” |
| 31 | + The boy trusted his new friend. He had helped him out in a |
| 32 | + dangerous situation. He took out his money and counted it. |
| 33 | + “We could get to the Pyramids by tomorrow,” said the other, |
| 34 | + taking the money. “But I have to buy two camels.” |
| 35 | + They walked together through the narrow streets of Tangier. |
| 36 | + Everywhere there were stalls with items for sale. They reached the |
| 37 | + center of a large plaza where the market was held. There were |
| 38 | + thousands of people there, arguing, selling, and buying; vegetables |
| 39 | + for sale amongst daggers, and carpets displayed alongside tobacco. |
| 40 | + But the boy never took his eye off his new friend. After all, he had all |
| 41 | + his money. He thought about asking him to give it back, but decided |
| 42 | + that would be unfriendly. He knew nothing about the customs of the |
| 43 | + strange land he was in. |
| 44 | + “I’ll just watch him,” he said to himself. He knew he was stronger |
| 45 | + than his friend. |
| 46 | + Suddenly, there in the midst of all that confusion, he saw the |
| 47 | + most beautiful sword he had ever seen. The scabbard was embossed |
| 48 | + in silver, and the handle was black and encrusted with precious |
| 49 | + stones. The boy promised himself that, when he returned from |
| 50 | + Egypt, he would buy that sword. |
| 51 | + “Ask the owner of that stall how much the sword costs,” he said |
| 52 | + to his friend. Then he realized that he had been distracted for a few |
| 53 | + moments, looking at the sword. His heart squeezed, as if his chest |
| 54 | + had suddenly compressed it. He was afraid to look around, because |
| 55 | + he knew what he would find. He continued to look at the beautiful |
| 56 | + sword for a bit longer, until he summoned the courage to turn |
| 57 | + around. |
| 58 | + All around him was the market, with people coming and going, |
| 59 | + shouting and buying, and the aroma of strange foods…but nowhere |
| 60 | + could he find his new companion. |
| 61 | + The boy wanted to believe that his friend had simply become |
| 62 | + separated from him by accident. He decided to stay right there and |
| 63 | + await his return. As he waited, a priest climbed to the top of a |
| 64 | + nearby tower and began his chant; everyone in the market fell to |
| 65 | + their knees, touched their foreheads to the ground, and took up the |
| 66 | + chant. Then, like a colony of worker ants, they dismantled their |
| 67 | + stalls and left. |
| 68 | + The sun began its departure, as well. The boy watched it through |
| 69 | + its trajectory for some time, until it was hidden behind the white |
| 70 | + houses surrounding the plaza. He recalled that when the sun had |
| 71 | + risen that morning, he was on another continent, still a shepherd |
| 72 | + with sixty sheep, and looking forward to meeting with a girl. That |
| 73 | + morning he had known everything that was going to happen to him |
| 74 | + as he walked through the familiar fields. But now, as the sun began |
| 75 | + to set, he was in a different country, a stranger in a strange land, |
| 76 | + where he couldn’t even speak the language. He was no longer a |
| 77 | + shepherd, and he had nothing, not even the money to return and |
| 78 | + start everything over. |
| 79 | + </p> |
| 80 | + <div> |
| 81 | + <h5 class="pageNumber">Page 16</h5> |
| 82 | + <a href="alchemist15.html" class="previous">« Previous</a> |
| 83 | + <a href="alchemist17.html" class="next">Next »</a> |
| 84 | + </div> |
| 85 | + |
| 86 | + </div> |
| 87 | + |
| 88 | + <!-- script --> |
| 89 | + <script src="script.js"></script> |
| 90 | +</body> |
| 91 | +</html> |
0 commit comments