Content components
Fact
.factwrapped arround
span.icon-[name]and
<p><span class"number">12</span>Different nationalities</p>creates one fact element.
A fact should be placed in a small container, eg. a four column grid.
Administrereundersøkelse
Svarepå undersøkelse
Chatmed oss
<div class="section-row">
<div class="container">
<div class="gallery-three">
<div class="grid-item">
<div class="fact">
<span class="icon-admin"></span>
<p>
<strong>Administrere</strong>undersøkelse</p>
</div>
</div>
<div class="grid-item">
<div class="fact">
<span class="icon-checked"></span>
<p>
<strong>Svare</strong>på undersøkelse</p>
</div>
</div>
<div class="grid-item">
<div class="fact">
<span class="icon-phone"></span>
<p>
<strong>Chat</strong>med oss</p>
</div>
</div>
</div>
</div>
</div>
Product signup
.product-signupwrapped arround
span.icon-product-[name],
h1.titlewith
span.subtitle,
div.descand
a.btn-redmakes a product signup element. It should live inside a small container like a three column grid.
A three column grid have a option to have vertical strokes between each column. Add
.grid-vertical-stroketogether with
.grid-three.
Silver Standard subscription for products & services
Pain may sometimes be the reason why people change. Getting bad grades make you realize that you need to study. Debts remind you of your inability to look for a source of income.
Gold Standard subscription for products & services
Pain may sometimes be the reason why people change. Getting bad grades make you realize that you need to study. Debts remind you of your inability to look for a source of income.
Platinum Standard subscription for products & services
Pain may sometimes be the reason why people change. Getting bad grades make you realize that you need to study. Debts remind you of your inability to look for a source of income.
<div class="grid-three grid-vertical-stroke">
<div class="grid-item">
<article class="product-signup">
<h1 class="title">Silver
<span class="subtitle">Standard subscription for products & services</span>
</h1>
<div class="desc">
<p>Pain may sometimes be the reason why people change. Getting bad grades make you realize that you need to study. Debts
remind you of your inability to look for a source of income.</p>
</div>
<a href="href" class="btn-green">Call to action</a>
</article>
</div>
<div class="grid-item">
<article class="product-signup">
<h1 class="title">Gold
<span class="subtitle">Standard subscription for products & services</span>
</h1>
<div class="desc">
<p>Pain may sometimes be the reason why people change. Getting bad grades make you realize that you need to study. Debts
remind you of your inability to look for a source of income.</p>
</div>
<a href="href" class="btn-green">Call to action</a>
</article>
</div>
<div class="grid-item">
<article class="product-signup">
<h1 class="title">Platinum
<span class="subtitle">Standard subscription for products & services</span>
</h1>
<div class="desc">
<p>Pain may sometimes be the reason why people change. Getting bad grades make you realize that you need to study. Debts
remind you of your inability to look for a source of income.</p>
</div>
<a href="href" class="btn-green">Call to action</a>
</article>
</div>
</div>