From 5c9cae46d1bdff6b72b7f234adb91273de54abc5 Mon Sep 17 00:00:00 2001 From: Isaac Sante <43215955+IsaacSante@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:02:00 -0400 Subject: [PATCH 1/4] first commit isaac css changed --- css/style.css | 20 ++++++++++++++++++++ index.html | 12 ++++++------ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index e69de29..9037bae 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,20 @@ +body{ + color:brown; +} + +.head { + color: red; +} + +.quote{ + color: grey; +} + +.quotenarrator { +color: black; + +} + +#intro p { + color: green; +} \ No newline at end of file diff --git a/index.html b/index.html index 27d0e51..3233685 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
-- ‘We descendants of Ts’ui Pên,” I replied, “continue to curse that monk. Their publication was senseless. The book is an indeterminate heap of contradictory drafts. I examined it once: in the third chapter the hero dies, in the fourth he is alive. As for the other undertaking of Ts’ui Pên, his labyrinth . . .” + ‘We descendants of Ts’ui Pên,” I replied, “continue to curse that monk. Their publication was senseless. The book is an indeterminate heap of contradictory drafts. I examined it once: in the third chapter the hero dies, in the fourth he is alive. As for the other undertaking of Ts’ui Pên, his labyrinth . . .”
“Here is Ts’ui Pên’s labyrinth,” he said, indicating a tall lacquered desk.
- “An ivory labyrinth!” I exclaimed. “A minimum labyrinth.” + “An ivory labyrinth!” I exclaimed. “A minimum labyrinth.”
“A labyrinth of symbols,” he corrected. “An invisible labyrinth of time. To me, a barbarous Englishman, has been entrusted the revelation of this diaphanous mystery. After more than a hundred years, the details are irretrievable; but it is not hard to conjecture what happened. Ts’ui Pe must have said once: I am withdrawing to write a book. And another time: I am withdrawing to construct a labyrinth. Every one imagined two works; to no one did it occur that the book and the maze were one and the same thing. The Pavilion of the Limpid Solitude stood in the center of a garden that was perhaps intricate; that circumstance could have suggested to the heirs a physical labyrinth. Ts’ui Pên died; no one in the vast territories that were his came upon the labyrinth; the confusion of the novel suggested to me that it was the maze. Two circumstances gave me the correct solution of the problem. One: the curious legend that Ts’ui Pên had planned to create a labyrinth which would be strictly infinite. The other: a fragment of a letter I discovered.” @@ -100,13 +100,13 @@
- I thought a moment and replied, “The word chess.” + I thought a moment and replied, “The word chess.”
“Precisely,” said Albert. “The Garden of Forking Paths is an enormous riddle, or parable, whose theme is time; this recondite cause prohibits its mention. To omit a word always, to resort to inept metaphors and obvious periphrases, is perhaps the most emphatic way of stressing it. That is the tortuous method preferred, in each of the meanderings of his indefatigable novel, by the oblique Ts’ui Pên. I have compared hundreds of manuscripts, I have corrected the errors that the negligence of the copyists has introduced, I have guessed the plan of this chaos, I have re-established—I believe I have re-established—the primordial organization, I have translated the entire work: it is clear to me that not once does he employ the word ‘time.’ The explanation is obvious: The Garden of Forking Paths is an incomplete, but not false, image of the universe as Ts’ui Pên conceived it. In contrast to Newton and Schopenhauer, your ancestor did not believe in a uniform, absolute time. He believed in an infinite series of times, in a growing, dizzying net of divergent, convergent and parallel times. This network of times which approached one another, forked, broke off, or were unaware of one another for centuries, embraces all possibilities of time. We do not exist in the majority of these times; in some you exist, and not I; in others I, and not you; in others, both of us. In the present one, which a favorable fate has granted me, you have arrived at my house; in another, while crossing the garden, you found me dead; in still another, I utter these same words, but I am a mistake, a ghost.”
- “In every one,” I pronounced, not without a tremble to my voice, “I am grateful to you and revere you for your re-creation of the garden of Ts’ui Pên.” + “In every one,” I pronounced, not without a tremble to my voice, “I am grateful to you and revere you for your re-creation of the garden of Ts’ui Pên.”
“Not in all,” he murmured with a smile. “Time forks perpetually toward innumerable futures. In one of them I am your enemy.” @@ -115,7 +115,7 @@
- “The future already exists,” I replied, “but I am your friend. Could I see the letter again?” + “The future already exists,” I replied, “but I am your friend. Could I see the letter again?”
Albert rose. Standing tall, he opened the drawer of the tall desk; for the moment his back was to me. I had readied the revolver. I fired with extreme caution. Albert fell uncomplainingly, immediately. I swear his death was instantaneous—a lightning stroke. From cd80e279e6569b9ebc109b028d44d9ac0dbec5ef Mon Sep 17 00:00:00 2001 From: Isaac Sante <43215955+IsaacSante@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:22:50 -0400 Subject: [PATCH 2/4] stylechange --- css/style.css | 32 +++++++++++++++++++++++++------- index.html | 2 +- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index 9037bae..1d5a7b4 100644 --- a/css/style.css +++ b/css/style.css @@ -1,20 +1,38 @@ body{ - color:brown; + margin: 0; + padding: 0; + color:rgb(70, 70, 70); + margin-top: 10%; + margin-bottom: 10%; + margin-left: 20%; + margin-right: 20%; + justify-content: center; + background-color: ivory; +} + +p{ + font-size: 120%; + line-height: 200%; +} + +.in{ + line-height: 300%; + border-bottom: 5px solid navy; } .head { - color: red; + font-size: 200%; + color: navy; } .quote{ - color: grey; + color: blanchedalmond; + background-color: gray; } .quotenarrator { -color: black; +color: greenyellow; +background-color: gray; } -#intro p { - color: green; -} \ No newline at end of file diff --git a/index.html b/index.html index 3233685..0815fd5 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@
From 3cdddd29a27abda002454c4d3c1e7b544a1fbcc3 Mon Sep 17 00:00:00 2001 From: Isaac Sante <43215955+IsaacSante@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:32:13 -0400 Subject: [PATCH 3/4] font added --- css/style.css | 15 ++++++++------- index.html | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index 1d5a7b4..e76d84f 100644 --- a/css/style.css +++ b/css/style.css @@ -7,7 +7,8 @@ body{ margin-left: 20%; margin-right: 20%; justify-content: center; - background-color: ivory; + background-color: #EAE2B7; + font-family: 'Montserrat', sans-serif; } p{ @@ -17,22 +18,22 @@ p{ .in{ line-height: 300%; - border-bottom: 5px solid navy; + border-bottom: 5px solid #003049; + } .head { + font-family: 'Lora', serif; font-size: 200%; - color: navy; + color: #003049; } .quote{ - color: blanchedalmond; - background-color: gray; + color: #F77F00; } .quotenarrator { -color: greenyellow; -background-color: gray; +color: #D62828; } diff --git a/index.html b/index.html index 0815fd5..9e86e0a 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ +
From d441e3650f4300357563f34978a65b3afd8460f2 Mon Sep 17 00:00:00 2001 From: Isaac Sante <43215955+IsaacSante@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:32:35 -0400 Subject: [PATCH 4/4] fonts linked --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 9e86e0a..2e50626 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ +