improve reasons section with more fitting icons and meaningful text

lektura
max.mehl 2017-03-20 14:55:18 +01:00
parent cd26965550
commit 41dc9866d4
2 changed files with 16 additions and 16 deletions

View File

@ -58,24 +58,24 @@ theme = "hugo-creative-theme"
headline = "More reasons to free public code"
[[params.reasons.list]]
icon = "fa-diamond"
icon = "fa-eur"
title = "Tax savings"
description = "Our templates are updated regularly so they don't break."
description = "Similar applications don't have to be programmed from scratch every time."
[[params.reasons.list]]
icon = "fa-paper-plane"
icon = "fa-plus"
title = "Collaboration"
description = "You can use this theme as is, or you can make changes!"
description = "Efforts on major projects can be joint to share expertise and costs."
[[params.reasons.list]]
icon = "fa-newspaper-o"
icon = "fa-users"
title = "Serving the public"
description = "We update dependencies to keep things fresh."
description = "Applications paid by the public should be available for everyone."
[[params.reasons.list]]
icon = "fa-heart"
icon = "fa-lightbulb-o"
title = "Fostering innovation"
description = "You have to make your websites with love these days!"
description = "With transparent processes others don't have to reinvent the wheel."
# Portfolio modals

View File

@ -152,40 +152,40 @@
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-diamond wow bounceIn text-primary"></i>
<i class="fa fa-4x fa-eur wow bounceIn text-primary"></i>
<h3>Tax savings</h3>
<p class="text-muted">Our templates are updated regularly so they don&#39;t break.</p>
<p class="text-muted">Similar applications don&#39;t have to be programmed from scratch every time.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-paper-plane wow bounceIn text-primary"></i>
<i class="fa fa-4x fa-plus wow bounceIn text-primary"></i>
<h3>Collaboration</h3>
<p class="text-muted">You can use this theme as is, or you can make changes!</p>
<p class="text-muted">Efforts on major projects can be joint to share expertise and costs.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary"></i>
<i class="fa fa-4x fa-users wow bounceIn text-primary"></i>
<h3>Serving the public</h3>
<p class="text-muted">We update dependencies to keep things fresh.</p>
<p class="text-muted">Applications paid by the public should be available for everyone.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-heart wow bounceIn text-primary"></i>
<i class="fa fa-4x fa-lightbulb-o wow bounceIn text-primary"></i>
<h3>Fostering innovation</h3>
<p class="text-muted">You have to make your websites with love these days!</p>
<p class="text-muted">With transparent processes others don&#39;t have to reinvent the wheel.</p>
</div>
</div>