diff --git a/docs/github.svg b/docs/github.svg new file mode 100644 index 0000000..47fea28 --- /dev/null +++ b/docs/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..6080f9d --- /dev/null +++ b/docs/index.html @@ -0,0 +1,36 @@ + + + + + + + + Book Notes - Book Notes + + + + + +
+

Book Notes

+
+ +
+

Lifestyle

+ +
+ + + + + + diff --git a/docs/styles.css b/docs/styles.css new file mode 100644 index 0000000..20840d2 --- /dev/null +++ b/docs/styles.css @@ -0,0 +1,132 @@ +/* The colors are sepia; some drawn from here: https://www.color-hex.com/color-palette/92457 */ +html, body { + margin: 0; +} + +:root { + --padding: 20px; + --width: 650px; + --link-color: #1E6ADE; + --text-color: black; + background-color: white; + color: var(--text-color); +} + +body { + font-size: 18px; + /* Palatino is available on MacOS, iOS, and Windows. */ + font-family: "Palatino", "Palatino Linotype", "Georgia", "Serif"; + padding: 20px 0; +} + +/* Center each of the main sections on the page. */ +#content, h1, nav, footer { + margin: 0 auto; + box-sizing: border-box; + padding: 0 var(--padding); + max-width: var(--width); +} + +a, nav a:visited { + color: var(--link-color); +} + +a:visited { + color: #551A8B; /* The browser's default. */ +} + +nav { + margin-bottom: 20px; + display: flex; + justify-content: space-between; + align-items: center; +} + +a#github { + width: 40px; + border: 0; + /* Artifically reduce the layout height of this github icon. Otherwise it will make the nav + taller than it needs to be, consuming too much vertical space. */ + margin-top: -8px; + margin-bottom: -8px; +} + +#title { + background-color: #F8F5F0; + padding: 20px 0; + border-bottom: 1px solid #ECE6DA; +} + +li, p { + text-align: justify; + line-height: 1.5; + margin: 1em 0; + list-style-type: none; +} + +ul { + margin: 0; + padding-left: 3em; +} + +#content > ul { + padding-left: 0; +} + +hr { + height: 1px; + width: 80%; + border: 0; + border-color: #B98F0D; + border-top-width: 1px; + border-style: dashed; + margin: 24px auto; +} + +footer { + font-style: italic; +} + +/* Styles specificalaly for the index page. */ +#index-page a#home, #index-page footer { + display: none; +} + +@media (prefers-color-scheme: dark) { + :root { + color-scheme: dark; + background-color: #242220; + --link-color: #fbab7e; + --text-color: #DEC2AF; + color: var(--text-color); + } + a#github img { + /* The icon is black; invert it to white. */ + filter: invert(100%); + /* Tone down the opacity so it's not so bright. */ + opacity: 0.66; + } + a:visited { + color: var(--text-color); + } + a:hover, nav a:hover { + color: #ff725c; + } + + a#github:hover img { + opacity: 1.0; + } + li, p { + /* Slightly more space between lines. */ + line-height: 1.6; + margin: 1.1em 0; + } + #title { + color: #eadbcb; + background-color: #1B1B1B; + border-bottom: 0; + } + h2 { + color: #ffd586; + } +} diff --git a/docs/what-is-culture-for-school-of-life.html b/docs/what-is-culture-for-school-of-life.html new file mode 100644 index 0000000..61b8958 --- /dev/null +++ b/docs/what-is-culture-for-school-of-life.html @@ -0,0 +1,146 @@ + + + + + + + + What Is Culture For - School of Life - Book Notes + + + + + +
+

What Is Culture For - School of Life

+
+ +
+ +

Gems

+ +

Intro

+ +

Companionship (chap 1)

+ +

Hope (chap 2)

+ +

Balance (chap 3)

+ +

Compassion (chap 4)

+ +

Knowledge (chap 5)

+ +

Encouragement (chap 6)

+ +

Appreciation (chap 7)

+ +

Perspective (chap 8)

+ + +
+ + + + + +