index.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3. <head>
  4. <title>Présentations OSInet pour Drupal Global Training Day</title>
  5. <link rel="stylesheet" media="screen" type="text/css" href="css/theme/osi.css" />
  6. <meta charset="UTF-8">
  7. </head>
  8. <body>
  9. <div id="page" class="main">
  10. <div id="header">
  11. <div id="header-title">
  12. <a href="http://www.osinet.fr">
  13. <img src="osinet.png" / style="width: 150px;">
  14. </a>
  15. </div>
  16. </div>
  17. <div id="content">
  18. <h1 class="header-title">Drupal Global Training Day novembre 2013</h1>
  19. <h2 id="slogan" class="header-title">Présentations</h2>
  20. <p><a href="01-drupal-quoi.html">Drupal, qu'est-ce que c'est ?</a></p>
  21. <p><a href="02-pourquoi-changer.html">Drupal, pourquoi ?</a></p>
  22. <p><a href="03-chantier-drupal.html">Mon chantier Drupal</a></p>
  23. <p><a href="04-en-production.html">Drupal en production</a></p>
  24. </div>
  25. <div id="footer">
  26. <p>© OSInet 2013</p>
  27. </div>
  28. </div>
  29. </body>
  30. </html>