From 2f45c4811349e120583c122128cb5baf2a7961e2 Mon Sep 17 00:00:00 2001 From: rav4s Date: Sun, 7 Mar 2021 17:39:15 -0600 Subject: [PATCH] Added more books, articles, and poems --- imacg3stevejobs.html | 173 ++++++++++++++++++++++++++++++++++++++++ index.html | 78 ++++++++++++++++-- js/redirects.js | 15 ++++ sonnetbillycollins.html | 173 ++++++++++++++++++++++++++++++++++++++++ sonnetxii.html | 173 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 607 insertions(+), 5 deletions(-) create mode 100644 imacg3stevejobs.html create mode 100644 sonnetbillycollins.html create mode 100644 sonnetxii.html diff --git a/imacg3stevejobs.html b/imacg3stevejobs.html new file mode 100644 index 0000000..4585a70 --- /dev/null +++ b/imacg3stevejobs.html @@ -0,0 +1,173 @@ + + + + + Twenty Years Ago, Steve Jobs Introduced the iMac G3 + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Type: Article
Author: Stephen Hackett
Publish Date: 5/6/2018
Publisher: 512 Pixels
+ Link
Reflection: This article describes the tremendous impact that the iMac G3 had on the world, not only at the time of its release, but even today, as we continue innovating in the world of personal computing and the Internet. This iMac pioneered multiple features such as USB, which is used in almost all modern computers (except for modern Macs), and the ability to connect to the Internet out of the box (with an internal modem). In the article, Stephen details how the iMac enabled Apple to lift itself out of a "multi-year downward spiral" and become the trillion-dollar company it is today. +
+
+ + + + + + + + +
+
+ + + + + \ No newline at end of file diff --git a/index.html b/index.html index 024f97d..5401b04 100644 --- a/index.html +++ b/index.html @@ -163,15 +163,15 @@

-
+
- Another book + Red Moon Rising: Sputnik and the Hidden Rivalries that Ignited the Space Age

-
+
Another book
@@ -193,7 +193,23 @@

-
+
+
+ Twenty Years Ago, Steve Jobs Introduced the iMac G3 +
+
+
+
+
+
+
+ Another article +
+
+
+
+
+
Another article
@@ -201,12 +217,64 @@

-
+
Another article
+
+
+
+
+ Another article +
+
+
+
+
+
+ Poems +
+
+
+
+
+
+ “Sonnet” by Billy Collins +
+
+
+
+
+
+
+ “Sonnet XII” by William Shakespeare +
+
+
+
+
+
+ Short Stories +
+
+
+
+
+
+ Short Story 1 +
+
+
+
+
+
+
+ Another one +
+
+
diff --git a/js/redirects.js b/js/redirects.js index f633b35..297b3d0 100644 --- a/js/redirects.js +++ b/js/redirects.js @@ -4,4 +4,19 @@ document.getElementById("go-down").onclick = function() { }; document.getElementById("centosdead").onclick = function() { location.href = "./centos-death.html"; +}; +document.getElementById("worm").onclick = function() { + location.href = "./worm.html"; +}; +document.getElementById("redmoonrising").onclick = function() { + location.href = "./redmoonrising.html"; +}; +document.getElementById("sonnetbillycollins").onclick = function() { + location.href = "./sonnetbillycollins.html"; +}; +document.getElementById("sonnetxii").onclick = function() { + location.href = "./sonnetxii.html"; +}; +document.getElementById("imacg3stevejobs").onclick = function() { + location.href = "./imacg3stevejobs.html"; }; \ No newline at end of file diff --git a/sonnetbillycollins.html b/sonnetbillycollins.html new file mode 100644 index 0000000..eb7a59c --- /dev/null +++ b/sonnetbillycollins.html @@ -0,0 +1,173 @@ + + + + + “Sonnet” by Billy Collins + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Type: Poem
Author: Billy Collins
Publish Date: Unknown
Publisher: Unknown
+ Reflection: This poem is about the concept of a sonnet itself, along with its history and influence from various poets. The sonnet weaves through multiple time periods and mentions Elizabethan sonnets and Petrarch, showing respect to the contributions they made to the structure of the sonnet. The sonnet also mentions many of the key components of a sonnet, including the rhyming scheme, verse, volta, and other parts that define a sonnet. +
+
+ + + + + + + + +
+
+ + + + + \ No newline at end of file diff --git a/sonnetxii.html b/sonnetxii.html new file mode 100644 index 0000000..300160c --- /dev/null +++ b/sonnetxii.html @@ -0,0 +1,173 @@ + + + + + “Sonnet XII” by William Shakespeare + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ Type: Poem
Author: William Shakespeare
Publish Date: Unknown
Publisher: Unknown
+ Reflection: This poem reveals the ephemeral nature of this world and the fact that anything that comes to life or to fruition in this world must die and wilt someday. It shows that the eternal truth of our universe is that everything is temporary and will be gone as fast as it came into existence. The poem also highlights the fact that as soon as something leaves this universe, another thing bursts into life and takes its place quickly. +
+
+ + + + + + + + +
+
+ + + + + \ No newline at end of file