modif mineure 2

This commit is contained in:
Antoine Bardelli 2020-04-14 18:35:29 +02:00
parent 898766ddbe
commit b5f94fd295
4 changed files with 131 additions and 1 deletions

45
it/about.php Normal file
View File

@ -0,0 +1,45 @@
<?php
/*
* /!\ ne pas oublier d'ajouter ../ si vous êtes sous la racine /!\
*/
include ("../lib/i18n.php");
?>
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" />
<meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels 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."/>
<meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, awareness, open standards, computer science exhibit, April.org, April"/>
<title>About</title>
<!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
<!-- script -->
<script src="../js/vendor/modernizr.js"></script>
<!-- font -->
</head>
<body>
<!-- body content here -->
<!-- top bar -->
<?php include ("banniere.php"); ?>
<!-- fin nav -->
<?php include ("a-propos-contenu.php"); ?>
<!-- footer -->
<?php include ("footer.php"); ?>
<!-- fin footer -->
<!-- fin body-->
<?php include ("script-footer.php"); ?>
</body>
</html>

View File

@ -15,7 +15,7 @@
<li class="has-dropdown"><a href="exhibition.php">Esposizione</a>
<ul class="dropdown">
<li><a href="cos-e-il-software-libero.php">Cosè il software libero?</a></li>
<li><a href="le-questionidel-software-liberoe.php">Le questionidel software libero</a></li>
<li><a href="le-questionidel-software-libero.php">Le questionidel software libero</a></li>
<li><a href="il-software-libero-tutti-i-giorni.php">Il software libero tutti i giorni</a></li>
<li><a href="formati-aperti-per-vederci-chiaro.php">Formati aperti Per vederci chiaro</a></li>
<li><a href="software-libero-per-l-istruzione.php">I vantaggi del software libero per listruzione</a></li>

45
it/download.php Normal file
View File

@ -0,0 +1,45 @@
<?php
/*
* /!\ ne pas oublier d'ajouter ../ si vous êtes sous la racine /!\
*/
include ("../lib/i18n.php");
?>
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" />
<meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels 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."/>
<meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Download</title>
<!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
<!-- script -->
<script src="../js/vendor/modernizr.js"></script>
<!-- font -->
</head>
<body>
<!-- body content here -->
<!-- top bar -->
<?php include ("banniere.php"); ?>
<!-- fin nav -->
<?php include ("telecharger-contenu.php"); ?>
<!-- footer -->
<?php include ("footer.php"); ?>
<!-- fin footer -->
<!-- fin body-->
<?php include ("script-footer.php"); ?>
</body>
</html>

40
it/exhibition.php Normal file
View File

@ -0,0 +1,40 @@
<?php include ("../lib/i18n.php"); ?>
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Antoine Bardelli, April.org"/>
<meta name="geo.region" content="FR" />
<meta name="Description" content="LibreExpo is a travelling exhibit that explains free software to the general public. Panels 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."/>
<meta name="Keywords" content="expolibre, libreexpo, free software exhibit, free software, free exhibit, awareness, open standards, computer science exhibit, April.org, April"/>
<title>Set up the exhibit</title>
<!-- css -->
<link rel="stylesheet" href="../css/foundation.css"><link rel="stylesheet" href="../css/expolibre-tangram.css">
<!-- script -->
<script src="../js/vendor/modernizr.js"></script>
<!-- font -->
</head>
<body>
<!-- body content here -->
<!-- top bar -->
<?php include ("banniere.php"); ?>
<!-- fin nav -->
<?php include ("exposition-contenu.php"); ?>
<!-- footer -->
<?php include ("footer.php"); ?>
<!-- fin footer -->
<!-- fin body-->
<?php include ("script-footer.php"); ?>
</body>
</html>