Skip to content

Commit

Permalink
Fix CSS book link
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jan 4, 2024
1 parent 47b56b3 commit f1d23c1
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 14 deletions.
30 changes: 26 additions & 4 deletions docs/_data/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,27 @@
"title": "JavaScript Today Blog",
"width": "57",
"height": "48"
},
"upgrow": {
"name": "upgrow",
"url": "https://www.upgrow.com/",
"title": "UpGrow",
"width": "48",
"height": "48"
},
"aviators": {
"name": "aviators",
"url": "https://aviators.com.br/",
"title": "aviators",
"width": "75",
"height": "48"
},
"moonwalker": {
"name": "moonwalker",
"url": "https://moonwalker.tech/",
"title": "Moonwalker",
"width": "105",
"height": "48"
}
},
"home": [
Expand All @@ -1041,7 +1062,6 @@
"nongamstopwager",
"pmibet",
"casinoshunter",
"papersowl",
"slotsempire",
"realcasinoscanada",
"casinoutansvensklicens",
Expand Down Expand Up @@ -1073,7 +1093,6 @@
"socialboss",
"fanslet",
"svenska-casino",
"chudovo",
"casino-utan-svensk-licens-net",
"starwarscasinos",
"verovapaat",
Expand All @@ -1082,7 +1101,10 @@
"nonstopcasino",
"slotsandluck",
"casino-utan-svensk-licens-com",
"jstoday"
"jstoday",
"moonwalker",
"aviators",
"upgrow"
],
"footer": ["chudovo", "slotsandluck"]
"footer": ["slotsandluck"]
}
10 changes: 3 additions & 7 deletions docs/_includes/global/fortyfour.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<a class="bd-fortyfour" href="https://jgthms.com/css-in-44-minutes-ebook" target="_blank">
<p class="bd-fortyfour-label">
My CSS ebook
</p>
<a class="bd-fortyfour" href="https://gum.co/css-44-deluxe" target="_blank">
<p class="bd-fortyfour-label">My CSS ebook</p>

<figure class="bd-fortyfour-image">
{%
Expand All @@ -14,9 +12,7 @@
%}
</figure>

<p class="bd-fortyfour-text">
My 44-page ebook to teach you <strong>CSS in 44 minutes</strong>
</p>
<p class="bd-fortyfour-text">My 44-page ebook to teach you <strong>CSS in 44 minutes</strong></p>

<div class="bd-fortyfour-cta">
<span class="button is-primary is-light is-rounded is-small">
Expand Down
6 changes: 3 additions & 3 deletions docs/_includes/global/native.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script src="{{ site.url }}/vendor/native.js"></script>
<script>
_native.init("CVAIKK3E", {
_native.init('CVAIKK3E', {
targetClass: 'native-js',
fallback: `<a href="https://jgthms.com/css-in-44-minutes-ebook" class="native-flex" target="_blank">
fallback: `<a href="https://gum.co/css-44-deluxe" class="native-flex" target="_blank">
<style>
.native-js {
background: linear-gradient(-30deg, #4f38a4, #a244bc 45%, #4f38a4 45%) #4f38a4;
Expand Down Expand Up @@ -34,7 +34,7 @@
</div>
</div>
<span class="native-cta">Buy the book</span>
</a>`
</a>`,
});
</script>

Expand Down
Binary file added docs/images/amis/aviators.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/amis/aviators@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/amis/moonwalker.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/amis/moonwalker@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/amis/upgrow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/amis/upgrow@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1d23c1

Please sign in to comment.