From 0de3308a5ee9e131876f09ad72902e2faeeb67d5 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 10 Sep 2018 07:49:45 +0100 Subject: [PATCH] HR back in quotes Signed-off-by: Miek Gieben --- basics.md | 1 + beyond.md | 1 + channels.md | 1 + communication.md | 1 + functions.md | 1 + inc/learninggo.css | 11 ++++++++++- interfaces.md | 1 + introduction.md | 1 + packages.md | 1 + 9 files changed, 18 insertions(+), 1 deletion(-) diff --git a/basics.md b/basics.md index 9cc509a1..efbbad76 100644 --- a/basics.md +++ b/basics.md @@ -1,5 +1,6 @@ {.epigraph} > I am interested in this and hope to do something. +**** Quote: On adding complex numbers to Go, Ken Thompson diff --git a/beyond.md b/beyond.md index a4e1ed60..e3613b12 100644 --- a/beyond.md +++ b/beyond.md @@ -1,6 +1,7 @@ {.epigraph} > Go has pointers but not pointer arithmetic. You cannot use a pointer > variable to walk through the bytes of a string. +**** Quote: Go For C++ Programmers -- Go Authors diff --git a/channels.md b/channels.md index 86c2080d..9cd35607 100644 --- a/channels.md +++ b/channels.md @@ -1,6 +1,7 @@ {.epigraph} > * Parallelism is about performance. > * Concurrency is about program design. +**** Quote: Google I/O 2010 -- Rob Pike diff --git a/communication.md b/communication.md index 1bac6990..1f45f4ab 100644 --- a/communication.md +++ b/communication.md @@ -1,6 +1,7 @@ {.epigraph} > Good communication is as stimulating as black coffee, and just as hard > to sleep after. +**** Quote: -- Anne Morrow Lindbergh diff --git a/functions.md b/functions.md index b48263c4..c7b68e30 100644 --- a/functions.md +++ b/functions.md @@ -6,6 +6,7 @@ > studied mechanical colleague, not as a debate with a > compiler. Who'd have guessed sophistication bought > such noise? +**** Quote: Richard P. Gabriel diff --git a/inc/learninggo.css b/inc/learninggo.css index c31b84ca..331885e8 100644 --- a/inc/learninggo.css +++ b/inc/learninggo.css @@ -78,7 +78,11 @@ h1 { figure > blockquote.epigraph { text-align: right; border-left: none; - padding-bottom: 2em; + padding-bottom: 1ex; +} + +blockquote.epigraph { + border-left: none; } .epigraph p { @@ -86,6 +90,11 @@ figure > blockquote.epigraph { text-align: right; } +.epigraph hr { + margin-left: 50%; + width: 50%; +} + figure > blockquote.epigraph + figcaption { font-variant: small-caps; text-align: right; diff --git a/interfaces.md b/interfaces.md index 61347735..4b867011 100644 --- a/interfaces.md +++ b/interfaces.md @@ -1,6 +1,7 @@ {.epigraph} > I have this phobia about having my body penetrated surgically. You know what > I mean? +**** Quote: eXistenZ -- Ted Pikul diff --git a/introduction.md b/introduction.md index 6f9438ef..8ecee9fb 100644 --- a/introduction.md +++ b/introduction.md @@ -1,5 +1,6 @@ {.epigraph} > Is Go an object-oriented language? Yes and no. +**** Quote: Frequently asked questions, Go Authors diff --git a/packages.md b/packages.md index 5cc41459..02f715bc 100644 --- a/packages.md +++ b/packages.md @@ -1,5 +1,6 @@ {.epigraph} > "^" +**** Quote: Answer to whether there is a bit wise negation operator -- Ken Thompson