Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
24eme.fr/_includes/activite.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
37 lines (37 sloc)
2.28 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="activite" class="bloc-editable"> | |
<div class="container"> | |
<a href="https://github.com/24eme/24eme.fr/blob/master/_includes/activite.html" class="lien-edition"><i class="fa fa-pencil" aria-hidden="true"></i></a> | |
<div class="row"> | |
<div class="col-lg-12 text-center"> | |
<h2 class="section-heading">Nos activités</h2> | |
<h3 class="section-subheading text-muted">Nous mettons toute notre expertise technique afin de vous proposer des logiciels de gestion de votre activité</h3> | |
</div> | |
</div> | |
<div class="row text-center"> | |
<div class="col-md-6"> | |
<span class="fa-stack fa-4x"> | |
<i class="fa fa-circle fa-stack-2x text-primary"></i> | |
<i class="fa icon-engrenages fa-stack-1x fa-inverse"></i> | |
</span> | |
<h4 class="service-heading">Logiciels métiers</h4> | |
<p class="text-muted">Logiciels sur-mesure adaptés à votre métier et vos besoins</p> | |
</div> | |
<div class="col-md-6"> | |
<span class="fa-stack fa-4x"> | |
<i class="fa fa-circle fa-stack-2x text-primary"></i> | |
<i class="fa icon-raisins fa-stack-1x fa-inverse"></i> | |
</span> | |
<h4 class="service-heading">Logiciels viticoles</h4> | |
<p class="text-muted">Logiciels de dématerialisation et télé-déclaration<br/>des obligations déclaratives douanières.</p> | |
</div> | |
<div class="col-md-12"> | |
<span class="fa-stack fa-4x"> | |
<i class="fa fa-circle fa-stack-2x text-primary"></i> | |
<i class="fa icon-formation fa-stack-1x fa-inverse"></i> | |
</span> | |
<h4 class="service-heading">Expertises & Conseils / Formations</h4> | |
<p class="text-muted">Nous intervenons sur des projets en expertise et/ou conseil et animons des formations<br/>sur les méthodes et technologies libres que nous utilisons (Symfony, Git, MongoDB, Agilité, etc..)</p> | |
</div> | |
</div> | |
</div> | |
</section> |