mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix CSS book link
This commit is contained in:
parent
47b56b351e
commit
f1d23c178d
@ -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": [
|
||||
@ -1041,7 +1062,6 @@
|
||||
"nongamstopwager",
|
||||
"pmibet",
|
||||
"casinoshunter",
|
||||
"papersowl",
|
||||
"slotsempire",
|
||||
"realcasinoscanada",
|
||||
"casinoutansvensklicens",
|
||||
@ -1073,7 +1093,6 @@
|
||||
"socialboss",
|
||||
"fanslet",
|
||||
"svenska-casino",
|
||||
"chudovo",
|
||||
"casino-utan-svensk-licens-net",
|
||||
"starwarscasinos",
|
||||
"verovapaat",
|
||||
@ -1082,7 +1101,10 @@
|
||||
"nonstopcasino",
|
||||
"slotsandluck",
|
||||
"casino-utan-svensk-licens-com",
|
||||
"jstoday"
|
||||
"jstoday",
|
||||
"moonwalker",
|
||||
"aviators",
|
||||
"upgrow"
|
||||
],
|
||||
"footer": ["chudovo", "slotsandluck"]
|
||||
"footer": ["slotsandluck"]
|
||||
}
|
||||
|
@ -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">
|
||||
{%
|
||||
@ -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">
|
||||
|
@ -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;
|
||||
@ -34,7 +34,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<span class="native-cta">Buy the book</span>
|
||||
</a>`
|
||||
</a>`,
|
||||
});
|
||||
</script>
|
||||
|
||||
|
BIN
docs/images/amis/aviators.png
Normal file
BIN
docs/images/amis/aviators.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
docs/images/amis/aviators@2x.png
Normal file
BIN
docs/images/amis/aviators@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
docs/images/amis/moonwalker.png
Normal file
BIN
docs/images/amis/moonwalker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
docs/images/amis/moonwalker@2x.png
Normal file
BIN
docs/images/amis/moonwalker@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
docs/images/amis/upgrow.png
Normal file
BIN
docs/images/amis/upgrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
docs/images/amis/upgrow@2x.png
Normal file
BIN
docs/images/amis/upgrow@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
Loading…
Reference in New Issue
Block a user