mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add Boosta
This commit is contained in:
parent
9a29ab7d3b
commit
8c255d380b
@ -50,6 +50,20 @@
|
||||
"title": "Compare broadband deals with usave.co.uk",
|
||||
"width":"106",
|
||||
"height":"25.5"
|
||||
},
|
||||
"craft": {
|
||||
"name": "Craft Resumes",
|
||||
"url": "https://craftresumes.com/",
|
||||
"title": "Craft Resume writing services",
|
||||
"width":"76",
|
||||
"height":"55"
|
||||
},
|
||||
"paperleaf": {
|
||||
"name": "Paper Leaf",
|
||||
"url": "https://paperleaf.ca/",
|
||||
"title": "Canadian paper writers",
|
||||
"width":"135",
|
||||
"height":"38"
|
||||
}
|
||||
},
|
||||
"home": [
|
||||
@ -59,7 +73,9 @@
|
||||
"devsquad",
|
||||
"hebergeurweb",
|
||||
"vpsserver",
|
||||
"usave"
|
||||
"usave",
|
||||
"craft",
|
||||
"paperleaf"
|
||||
],
|
||||
"footer": []
|
||||
}
|
||||
|
33
docs/_includes/index/partnrs.html
Normal file
33
docs/_includes/index/partnrs.html
Normal file
@ -0,0 +1,33 @@
|
||||
<section class="bd-partnrs-list">
|
||||
<div class="bd-partner bd-is-sponsor">
|
||||
<p class="bd-partner-title has-text-centered">
|
||||
Bulma is thankful to its <a href="https://www.patreon.com/jgthms" target="_blank">Patreon sponsors</a>
|
||||
</p>
|
||||
|
||||
<div class="bd-partner-sponsors">
|
||||
{% for sponsor_id in site.data.sponsors.home %}
|
||||
{% include elements/sponsor-item.html
|
||||
sponsor_id=sponsor_id
|
||||
classname="bd-partner-sponsor"
|
||||
%}
|
||||
{% endfor %}
|
||||
<div class="bd-partner-sponsor is-text">
|
||||
<span>
|
||||
and
|
||||
<br>
|
||||
<a href="https://www.routerhosting.com/" target="_blank">RouterHosting</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="intro-carbon">
|
||||
{% include elements/carbon.html %}
|
||||
</div>
|
||||
|
||||
<p class="has-text-centered" style="margin-top: 1.5rem;">
|
||||
<a class="button is-primary is-medium" href="https://www.patreon.com/jgthms" target="_blank">
|
||||
Become a sponsor
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
@ -1,34 +1,5 @@
|
||||
<div class="section bd-partnrs">
|
||||
<div class="container">
|
||||
<div class="bd-partnrs-list">
|
||||
<div class="bd-partner bd-is-sponsor">
|
||||
<p class="bd-partner-title">Sponsors</p>
|
||||
|
||||
<div class="bd-partner-sponsors">
|
||||
{% for sponsor_id in site.data.sponsors.home %}
|
||||
{% include elements/sponsor-item.html
|
||||
sponsor_id=sponsor_id
|
||||
classname="bd-partner-sponsor"
|
||||
%}
|
||||
{% endfor %}
|
||||
<div class="bd-partner-sponsor is-text">
|
||||
<span>
|
||||
and
|
||||
<br>
|
||||
<a href="https://www.routerhosting.com/" target="_blank">RouterHosting</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bd-partner bd-is-carbon">
|
||||
<p class="bd-partner-title">Ads via Carbon</p>
|
||||
<div class="bd-partner-carbon">
|
||||
{% include elements/carbon.html %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bd-minis">
|
||||
<p class="bd-minis-title">
|
||||
{% assign mini_item = site.data.global.navbar_items[2] %}
|
||||
|
@ -11,7 +11,7 @@
|
||||
</a>
|
||||
</h3>
|
||||
<h4 class="subtitle is-4">
|
||||
Join more than <strong>150,000</strong> developers
|
||||
Join more than <strong>200,000</strong> developers
|
||||
</h4>
|
||||
</header>
|
||||
|
||||
|
@ -254,7 +254,7 @@
|
||||
font-weight: $weight-semibold
|
||||
|
||||
.intro-ghbtns
|
||||
margin-bottom: 26px
|
||||
margin-bottom: 16px
|
||||
min-height: 30px
|
||||
iframe,
|
||||
a,
|
||||
@ -398,6 +398,9 @@
|
||||
&:hover
|
||||
opacity: 1
|
||||
|
||||
.intro-carbon
|
||||
margin-top: 1.5rem
|
||||
|
||||
+mobile
|
||||
.intro-buttons
|
||||
.button
|
||||
@ -433,4 +436,4 @@
|
||||
.intro-title
|
||||
margin-top: -11px
|
||||
&:not(:last-child)
|
||||
margin-bottom: 20px
|
||||
margin-bottom: 10px
|
||||
|
@ -8,18 +8,23 @@
|
||||
margin-right: 3rem
|
||||
width: 150px
|
||||
|
||||
.bd-partnrs-list
|
||||
margin: -3rem 0 3rem
|
||||
|
||||
.bd-partner-sponsors
|
||||
align-items: center
|
||||
display: flex
|
||||
flex-wrap: wrap
|
||||
justify-content: space-between
|
||||
justify-content: space-around
|
||||
margin: 0 auto
|
||||
max-width: 50rem
|
||||
|
||||
.bd-partner-sponsor
|
||||
align-items: center
|
||||
display: flex
|
||||
justify-content: center
|
||||
margin-right: 1rem
|
||||
margin: 0.25rem 1rem
|
||||
// min-height: $carbon-height + $carbon-poweredby-height
|
||||
min-height: 80px
|
||||
text-align: center
|
||||
|
File diff suppressed because it is too large
Load Diff
BIN
docs/images/amis/craft.png
Normal file
BIN
docs/images/amis/craft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
docs/images/amis/craft@2x.png
Normal file
BIN
docs/images/amis/craft@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
docs/images/amis/craft@3x.png
Normal file
BIN
docs/images/amis/craft@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
docs/images/amis/paperleaf.png
Normal file
BIN
docs/images/amis/paperleaf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
BIN
docs/images/amis/paperleaf@2x.png
Normal file
BIN
docs/images/amis/paperleaf@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
docs/images/amis/paperleaf@3x.png
Normal file
BIN
docs/images/amis/paperleaf@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -9,6 +9,7 @@ fixed_navbar: true
|
||||
{% endcomment %}
|
||||
{% include global/navbar.html id="Index" %}
|
||||
{% include index/intro.html %}
|
||||
{% include index/partnrs.html %}
|
||||
{% include index/sponsor.html %}
|
||||
{% include index/columns.html %}
|
||||
{% include index/tws.html %}
|
||||
|
Loading…
Reference in New Issue
Block a user