1
0
Fork 0
website-isn/isoc.html
2019-12-16 11:30:09 +01:00

63 lines
No EOL
3.6 KiB
HTML
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>ISOC - Qui dirige le net ?</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="img/logpetitx500.png"/>
<link rel="stylesheet" href="//cdn.materialdesignicons.com/4.7.95/css/materialdesignicons.min.css">
</head>
<body>
<header class="backgroundbg">
<img class="icon" src="img/logoaltern.png" alt="logo">
<div class="divtitle">
<title class="quidir">Qui Dirige Internet ?</title>
</div>
<nav>
<ul class="nav_links">
<li><a href="ietf.html">IETF</a></li>
<li><a href="icann.html">ICANN</a></li>
<li><a href="isoc.html">ISOC</a></li>
<li><a href="w3c.html">W3C</a></li>
<li><a href="uit.html">UIT</a></li>
<li><button class="basicbutton" onclick="window.location.href = 'index.html';"><span class="mdi mdi-home"></span> Accueil</button></li>
<li><button class="basicbutton" onclick="window.location.href = 'resume.html';"><span class="mdi mdi-check"></span> Résumé</button></li>
</ul>
</nav>
</header>
<div class="parallax-wrapper parallax-background4">
<div>
<h3 class="intro">ISOC</h3>
<h3 class="subintro">Internet Society</h3>
</div>
</div>
<div class="divpers">
<div class="divcontent">
<div class="outcentered">
<div class="incentered">
<a href="https://www.instagram.com/alzyohan/"><img class="img0" src="img/profilpic_yohan.png" alt="profilpic"></a>
</div>
<p class="textpers">Écrit par Yohan Boujon, 16 Décembre 2019 ∙</p>
</div>
</div>
</div>
</div>
<div class="div4">
<div class="outcentered">
<div class="incentered">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GTP4vDelF_g?controls=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="text2">
<p class="textfont2"><a href="https://www.internetsociety.org/fr/" class="colorlink">LInternet Society</a> est dorigine Américaine, elle a été créée en janvier 1992 par les pionniers de linternet et elle a pour but de promouvoir ce système de réseau dans le monde. Dinfluence Américaine, cette société a permis le grand essor dinternet, à partir de sa création le nombre dutilisateur doublait chaque année, nourri par linfluence Américaine, lenvie de se mondialiser était le plus important. Cest elle qui finance la plupart des sociétés mères de linternet, dont lIETF, avec plus de 39 millions de dollars de chiffre daffaire et 37 millions de dollars de dépenses, lInternet Society. Elle est divisée en plusieurs sections nationales, dont récemment Internet Society France, elle marche comme Google, ou encore Sony. Une grande partie de son financement provient des organisations membres, que ce soit lIETF ou la W3C. En 2017 lISOC a publié un rapport dInternet, dont ses évolutions depuis sa création, les cyber attaques, lIA, les objets connectés.</p>
</div>
</div>
<div class="divfinal">
<div class="divbuttonleft">
<button class="basicbutton" onclick="window.location.href = 'icann.html';"><span class="mdi mdi-chevron-left"></span> ICANN</button>
</div>
<div class="divbuttonright" style="float:right">
<button class="basicbutton" onclick="window.location.href = 'w3c.html';">W3C <span class="mdi mdi-chevron-right"></span></button>
</div>
</div>
</body>