modification mineure

This commit is contained in:
Antoine Bardelli 2020-04-14 18:31:15 +02:00
parent 46e96cffda
commit 898766ddbe
1 changed files with 40 additions and 0 deletions

40
it/home-contenu.php Normal file
View File

@ -0,0 +1,40 @@
<!-- row 12 col - boite presentation -->
<section class="scroll-container accueil" role="main">
<div class="row">
<div class="large-2 columns"></div>
<div class="large-8 columns">
<h2>LibreExpo</h2>
<p class="intro"><span>LibreExpo is a travelling exhibit that explains free software to the general public.</span>
<a href="exhibition.php">Panels</a> present the philosophy of the free software movement, which has been explanding since the 1980s. The goal is to raise awareness about the social stakes connected with this computing revolution.
<br />
In the spirit of free software, this exhibit is "free", and we invite you to <a href="telecharger.php">download</a>, share, copy, exhibit, or adapt it.
<br />
Happy reading!</p>
<!-- contenu -->
<div class="row">
<div class="large-4 columns">
<div class="panel">
<a class="button" href="exhibition.php">Learn more</a>
<p>See the panels now!</p>
</div>
</div>
<div class="large-4 columns">
<div class="panel">
<a class="button" href="download.php">Download</a>
<p>Download the exhibit panels and their source code in different formats.</p>
</div>
</div>
<div class="large-4 columns">
<div class="panel">
<a class="button" href="exhibit.php">Exhibit</a>
<p>Place an order for the panels in order to organize an exhibit in your town.</p>
</div>
</div>
</div>
<!-- fin contenu -->
</div>
<!-- fin boite presentation -->
<div class="large-2 columns"></div>
</div>
<!-- fin row 1 -->
</section>