Expolibre-3-www/it/oltre-il-software-libero.php

41 lines
1.6 KiB
PHP
Raw Permalink Normal View History

2020-04-10 21:08:36 +02:00
<?php include ("../lib/i18n.php"); ?>
<!DOCTYPE html>
2020-04-14 14:26:35 +02:00
<!--[if IE 9]><html class="lt-ie10" lang="it" > <![endif]-->
2020-04-10 21:08:36 +02:00
<html class="no-js" lang="it" >
<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" />
2020-04-17 13:28:48 +02:00
<meta name="Description" content="Expolibre è una mostra itinerante che presenta il software libero al grande pubblico. Un insieme di pannelli illustrano la filosofia del software libero, un movimento che si è sviluppato dai primi anni 80. Lobiettivo è quello di aumentare la consapevolezza sulle problematiche sociali legate a questa rivoluzione informatica."/>
<meta name="Keywords" content="expolibre, expolibre 3, expolibree III, mostra software libero, esposizione libera, software liberi, software open source, libero, sensibilizzazione, formati aperti, informatica libera, esposizione gratuita, esposizione informatica, April.org, April"/>
2020-04-10 21:08:36 +02:00
<title>Oltre il software libero</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 ("oltre-il-software-libero-contenu.php"); ?>
<!-- footer -->
<?php include ("footer.php"); ?>
<!-- fin footer -->
<!-- fin body-->
<?php include ("script-footer.php"); ?>
</body>
</html>