Add Boosta

This commit is contained in:
Jeremy Thomas 2019-07-18 10:56:18 +02:00
parent 9a29ab7d3b
commit 8c255d380b
14 changed files with 213 additions and 631 deletions

View File

@ -50,6 +50,20 @@
"title": "Compare broadband deals with usave.co.uk", "title": "Compare broadband deals with usave.co.uk",
"width":"106", "width":"106",
"height":"25.5" "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": [ "home": [
@ -59,7 +73,9 @@
"devsquad", "devsquad",
"hebergeurweb", "hebergeurweb",
"vpsserver", "vpsserver",
"usave" "usave",
"craft",
"paperleaf"
], ],
"footer": [] "footer": []
} }

View 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>

View File

@ -1,34 +1,5 @@
<div class="section bd-partnrs"> <div class="section bd-partnrs">
<div class="container"> <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"> <div class="bd-minis">
<p class="bd-minis-title"> <p class="bd-minis-title">
{% assign mini_item = site.data.global.navbar_items[2] %} {% assign mini_item = site.data.global.navbar_items[2] %}

View File

@ -11,7 +11,7 @@
</a> </a>
</h3> </h3>
<h4 class="subtitle is-4"> <h4 class="subtitle is-4">
Join more than <strong>150,000</strong> developers Join more than <strong>200,000</strong> developers
</h4> </h4>
</header> </header>

View File

@ -254,7 +254,7 @@
font-weight: $weight-semibold font-weight: $weight-semibold
.intro-ghbtns .intro-ghbtns
margin-bottom: 26px margin-bottom: 16px
min-height: 30px min-height: 30px
iframe, iframe,
a, a,
@ -398,6 +398,9 @@
&:hover &:hover
opacity: 1 opacity: 1
.intro-carbon
margin-top: 1.5rem
+mobile +mobile
.intro-buttons .intro-buttons
.button .button
@ -433,4 +436,4 @@
.intro-title .intro-title
margin-top: -11px margin-top: -11px
&:not(:last-child) &:not(:last-child)
margin-bottom: 20px margin-bottom: 10px

View File

@ -8,18 +8,23 @@
margin-right: 3rem margin-right: 3rem
width: 150px width: 150px
.bd-partnrs-list
margin: -3rem 0 3rem
.bd-partner-sponsors .bd-partner-sponsors
align-items: center align-items: center
display: flex display: flex
flex-wrap: wrap flex-wrap: wrap
justify-content: space-between justify-content: space-between
justify-content: space-around justify-content: space-around
margin: 0 auto
max-width: 50rem
.bd-partner-sponsor .bd-partner-sponsor
align-items: center align-items: center
display: flex display: flex
justify-content: center justify-content: center
margin-right: 1rem margin: 0.25rem 1rem
// min-height: $carbon-height + $carbon-poweredby-height // min-height: $carbon-height + $carbon-poweredby-height
min-height: 80px min-height: 80px
text-align: center text-align: center

File diff suppressed because it is too large Load Diff

BIN
docs/images/amis/craft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -9,6 +9,7 @@ fixed_navbar: true
{% endcomment %} {% endcomment %}
{% include global/navbar.html id="Index" %} {% include global/navbar.html id="Index" %}
{% include index/intro.html %} {% include index/intro.html %}
{% include index/partnrs.html %}
{% include index/sponsor.html %} {% include index/sponsor.html %}
{% include index/columns.html %} {% include index/columns.html %}
{% include index/tws.html %} {% include index/tws.html %}