Add focus

This commit is contained in:
Jeremy Thomas
2018-04-09 23:53:34 +01:00
parent e8d4efb274
commit f123eb9562
13 changed files with 310 additions and 247 deletions

View File

@@ -0,0 +1,63 @@
<div class="bd-focus">
<nav class="columns">
<a class="bd-focus-item column has-text-centered" href="{{ site.url }}/documentation/overview/responsiveness/">
<p class="title is-4">
<strong>100% Responsive</strong>
</p>
<p class="subtitle is-6">Designed for <strong>mobile</strong> first</p>
<figure class="bd-focus-icon">
<span class="icon is-large">
<i class="fas fa-lg fa-mobile-alt"></i>
</span>
<span class="icon is-large">
<i class="fas fa-2x fa-tablet-alt"></i>
</span>
<span class="icon is-large">
<i class="fas fa-3x fa-desktop"></i>
</span>
</figure>
</a>
<a class="bd-focus-item column has-text-centered" href="{{ site.url }}/documentation/overview/modular/">
<p class="title is-4">
<strong>Modular</strong>
</p>
<p class="subtitle is-6">
Just import what you <strong>need</strong>
</p>
<figure class="bd-focus-icon">
<span class="icon is-large">
<i class="fas fa-3x fa-cubes"></i>
</span>
</figure>
</a>
<a class="bd-focus-item column has-text-centered" href="{{ site.url }}/documentation/columns/basics/">
<p class="title is-4">
<strong>Modern</strong>
</p>
<p class="subtitle is-6">
Built with <strong>Flexbox</strong>
</p>
<figure class="bd-focus-icon">
<span class="icon is-large">
<i class="fab fa-3x fa-css3"></i>
</span>
</figure>
</a>
<a class="bd-focus-item column has-text-centered" href="{{ site.data.meta.github }}">
<p class="title is-4">
<strong>Free</strong>
</p>
<p class="subtitle is-6">
Open source on <strong>GitHub</strong>
</p>
<figure class="bd-focus-icon">
<span class="icon is-large">
<i class="fab fa-3x fa-github-alt"></i>
</span>
</figure>
</a>
</nav>
</div>

View File

@@ -48,14 +48,7 @@
</div>
</div>
<div class="intro-partners">
<div class="intro-sponsor">
{% include index/sponsor.html %}
</div>
<div class="intro-carbon">
{% include elements/carbon.html %}
</div>
</div>
{% include index/focus.html %}
</div>
</div>
</section>

View File

@@ -1,38 +1,44 @@
<div class="bd-sponsor">
<p class="bd-sponsor-title">Sponsors</p>
<div class="bd-sponsor-list">
<a href="https://themeisle.com/" target="_blank" rel="nofollow">
<img src="{{ site.url }}/images/sponsors/themeisle.png" alt="themeisle logo">
</a>
<a href="https://chainaxe.io/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/chainaxe"
extension="png"
alt="chainaxe logo"
width="99"
height="70"
%}
</a>
<a href="https://www.keycdn.com/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/keycdn"
extension="png"
alt="keycdn logo"
width="200"
height="58"
%}
</a>
<a href="http://tooltwist.com/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/tooltwist"
extension="png"
alt="tooltwist logo"
width="200"
height="64"
%}
</a>
<div class="intro-partners">
<div class="intro-sponsor">
<div class="bd-sponsor">
<p class="bd-sponsor-title">Sponsors</p>
<div class="bd-sponsor-list">
<a href="https://themeisle.com/" target="_blank" rel="nofollow">
<img src="{{ site.url }}/images/sponsors/themeisle.png" alt="themeisle logo">
</a>
<a href="https://chainaxe.io/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/chainaxe"
extension="png"
alt="chainaxe logo"
width="99"
height="70"
%}
</a>
<a href="https://www.keycdn.com/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/keycdn"
extension="png"
alt="keycdn logo"
width="200"
height="58"
%}
</a>
<a href="http://tooltwist.com/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/tooltwist"
extension="png"
alt="tooltwist logo"
width="200"
height="64"
%}
</a>
</div>
</div>
<div class="intro-carbon">
{% include elements/carbon.html %}
</div>
</div>