Skip to content

Commit

Permalink
HR back in quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Miek Gieben <miek@miek.nl>
  • Loading branch information
miekg committed Sep 10, 2018
1 parent 2614919 commit 0de3308
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions 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

Expand Down
1 change: 1 addition & 0 deletions 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

Expand Down
1 change: 1 addition & 0 deletions channels.md
@@ -1,6 +1,7 @@
{.epigraph}
> * Parallelism is about performance.
> * Concurrency is about program design.
****

Quote: Google I/O 2010 -- Rob Pike

Expand Down
1 change: 1 addition & 0 deletions 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

Expand Down
1 change: 1 addition & 0 deletions functions.md
Expand Up @@ -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

Expand Down
11 changes: 10 additions & 1 deletion inc/learninggo.css
Expand Up @@ -78,14 +78,23 @@ h1 {
figure > blockquote.epigraph {
text-align: right;
border-left: none;
padding-bottom: 2em;
padding-bottom: 1ex;
}

blockquote.epigraph {
border-left: none;
}

.epigraph p {
padding-left: 40%;
text-align: right;
}

.epigraph hr {
margin-left: 50%;
width: 50%;
}

figure > blockquote.epigraph + figcaption {
font-variant: small-caps;
text-align: right;
Expand Down
1 change: 1 addition & 0 deletions 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

Expand Down
1 change: 1 addition & 0 deletions introduction.md
@@ -1,5 +1,6 @@
{.epigraph}
> Is Go an object-oriented language? Yes and no.
****

Quote: Frequently asked questions, Go Authors

Expand Down
1 change: 1 addition & 0 deletions packages.md
@@ -1,5 +1,6 @@
{.epigraph}
> "^"
****

Quote: Answer to whether there is a bit wise negation operator -- Ken Thompson

Expand Down

0 comments on commit 0de3308

Please sign in to comment.