Skip to content

Commit

Permalink
add best seller
Browse files Browse the repository at this point in the history
  • Loading branch information
loverajoel committed Nov 2, 2020
1 parent a7e6e3b commit ff7dfbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Binary file added book/assets/bestseller.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion book/index.html
Expand Up @@ -68,7 +68,11 @@ <h2>
</div>
</div>
</div>

<div class="section">
<div class="container">
<a target="_blank" onclick="ga('send', 'event', 'preorder', 'click', 'best-seller', 1);" href="https://www.amazon.com/dp/B08K9B5675"><img class="best_seller" src="assets/bestseller.png" /></a>
</div>
</div>
<div class="section margin-100">
<div class="container">
<div class="row">
Expand Down
6 changes: 6 additions & 0 deletions book/theme.css
Expand Up @@ -547,4 +547,10 @@ a:hover {

.community li {
text-transform: none !important;
}

.best_seller {
width: 350px;
display: block;
margin: 0 auto;
}

0 comments on commit ff7dfbe

Please sign in to comment.