Skip to content

Commit

Permalink
Add donate button
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 16, 2016
1 parent c873aa2 commit 5dc5e6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

<!-- {.massive-header.-with-tagline} -->
> An optimization handbook from a high level point of view.
<a class="badge" target="_blank" href="https://paypal.me/kikobeats"><img src="https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square" alt="Donate"></a>
4 changes: 2 additions & 2 deletions assets/scss/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ html .markdown-body {
max-width: 740px;
}

html .markdown-body a {
html .markdown-body a:not(.badge) {
font-weight: bold;
color: $secondary-color;
border-bottom: 1px solid $secondary-color;
Expand Down Expand Up @@ -224,7 +224,7 @@ html .markdown-body h4 {
padding-top: 0;
margin-top: 0;
margin-bottom: 0;
padding-bottom: 21vh;
padding-bottom: 10vh;
font-size: 4em;
color: $gray-light;
padding-right: 10%;
Expand Down
1 change: 1 addition & 0 deletions bibliography.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@

* [Optimization killers](https://github.com/petkaantonov/bluebird/wiki/Optimization-killers).
* [Performance Tips for JavaScript in V8](http://www.html5rocks.com/en/tutorials/speed/v8/).
* [Let’s Write Fast JavaScript](https://medium.com/@mdibaiee/lets-write-fast-javascript-2b03c5575d9e).
* [Writing Fast, Memory-Efficient JavaScript](http://www.smashingmagazine.com/2012/11/writing-fast-memory-efficient-javascript/#de-referencing-misconceptions).
* [Unquoted property names / object keys in JavaScript](https://mathiasbynens.be/notes/javascript-properties).

0 comments on commit 5dc5e6f

Please sign in to comment.