mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Merge branch 'masterclass'
This commit is contained in:
13
docs/_includes/website/banner.html
Normal file
13
docs/_includes/website/banner.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="launch-code is-animated">
|
||||
<h3><a href="https://cssmasterclass.io/" target="_blank"><img src="{{site.url}}/assets/images/masterclass/logo-desktop.png" height="40" width="300"></a></h3>
|
||||
|
||||
<div class="launch-shine">
|
||||
<a class="shine" href="https://cssmasterclass.io/" target="_blank">
|
||||
<span>Get <strong>20% off</strong> with code <code>BULMA</code></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<small>
|
||||
Valid until the end of <strong>November 2024</strong>
|
||||
</small>
|
||||
</div>
|
||||
@@ -1,5 +1,8 @@
|
||||
<div id="carboncontainer" class="bd-carbon">
|
||||
<div id="carbon">
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIE237&placement=bulmaio&format=cover" id="_carbonads_js"></script>
|
||||
<a id="masterclass-carbon" href="https://cssmasterclass.io/" target="_blank" style="display: none; width: 400px; height: 260px;">
|
||||
<img src="{{ site.url }}/assets/images/masterclass/masterclass-carbon.png" height="260" width="400" alt="CSS Masterclass">
|
||||
</a>
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIE237&placement=bulmaio&format=cover" id="_carbonads_js" onerror="this.previousElementSibling.style.display = 'flex'"></script>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
25
docs/_includes/website/masterclass.html
Normal file
25
docs/_includes/website/masterclass.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<div id="masterclass" class="masterclass">
|
||||
<div id="masterclass-background" class="masterclass-background"></div>
|
||||
|
||||
<a class="masterclass-body" href="https://cssmasterclass.io/" target="_blank">
|
||||
<div class="masterclass-content is-hidden-desktop">
|
||||
<img src="{{site.url}}/assets/images/masterclass/logo-mobile.png" height="68" width="240">
|
||||
<img src="{{site.url}}/assets/images/masterclass/text-mobile.png" height="99" width="228">
|
||||
<img src="{{site.url}}/assets/images/masterclass/code-mobile.png" height="89" width="225">
|
||||
<div class="shine">
|
||||
<span>Get started for Free</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="masterclass-content is-hidden-touch">
|
||||
<img src="{{site.url}}/assets/images/masterclass/logo-desktop.png" height="50" width="378">
|
||||
<img src="{{site.url}}/assets/images/masterclass/text-desktop.png" height="58" width="571">
|
||||
<img src="{{site.url}}/assets/images/masterclass/code-desktop.png" height="89" width="375">
|
||||
<div class="shine">
|
||||
<span>Get started for Free</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<button id="masterclass-close" class="modal-close is-large" aria-label="close"></button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user