Skip to content

Commit

Permalink
Texte d'accroche plus direct
Browse files Browse the repository at this point in the history
Phrase plus directe pour les textes d'accroche des deux produits sur la
page d'accueil.
  • Loading branch information
benjaminbertin committed Oct 20, 2013
1 parent 7b4b191 commit 045e8cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 2 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ section h2 {
margin-top: 0;
margin-bottom: 0;
}
.hero-unit .product .tagline {
font-weight: bold;
font-size: 27px;
line-height: 40px;
.hero-unit h2 {
color: #636971;
}

footer {
Expand Down
10 changes: 2 additions & 8 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,13 @@
<div class="products span6">
<h2 style="margin-left: 30px;">Découvrez nos deux solutions</h2>
<div class="span6 product">
<h2>My C-Tool::collecte</h2>
<p class="tagline">
Optimisez votre collecte d'information et assurez la pérénité de vos données.
</p>
<h2>My C-Tool::collecte <strong>optimise votre collecte d'information et assure la pérénité de vos données.</strong></h2>
<p>
<a href="collecte.php">En savoir plus &raquo;</a>
</p>
</div>
<div class="span6 product">
<h2>My C-Tool::reporting</h2>
<p class="tagline">
Automatisez votre processus d'analyse et de reporting.
</p>
<h2>My C-Tool::reporting <strong>automatise votre processus d'analyse et de reporting.</strong></h2>
<p>
<a href="reporting.php">En savoir plus &raquo;</a>
</p>
Expand Down

0 comments on commit 045e8cd

Please sign in to comment.