-
Notifications
You must be signed in to change notification settings - Fork 0
/
web.html
79 lines (64 loc) · 3.97 KB
/
web.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>Sources web utilisées</title>
<meta charset="utf-8">
<link href="web.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body{
background-image: url('http://animalsbirds.com/wp-content/uploads/2016/07/Elephants-HD-Images-hd-wallpapers.jpg');
}
</style>
</head>
<body>
<div id="menu">
<nav>
<label for="menu-mobile" class="menu-mobile">MENU</label>
<input type="checkbox" id="menu-mobile" role="button">
<ul>
<li class="menu-1"><a href="Site.html">ACCUEIL</a>
<ul class="submenu">
<li><a href="sous_menu1.html">I-ONDES SONORES CHEZ L'ÉLÉPHANT</a></li>
</li>
<li><a href="sous_menu2.html">II-ONDES SISMIQUES CHEZ L'ÉLÉPHANT</a></li>
<li><a href="conclusion.html">CONCLUSION</a></li>
</ul>
</li>
<li class="menu-2"><a href="Expériences.html">EXPÉRIENCES</a>
<ul class="submenu">
<li><a href="cloche_à_vide.html">CLOCHE À VIDE</a></li>
<li><a href="ondes_sonores.html">ONDES SONORES</a></li>
<li><a href="ondes_sismiques.html">ONDES SISMIQUES</a></li>
</ul>
</li>
<li class="menu-4"><a href="Sources.html">SOURCES</a>
<ul class="submenu">
<li><a href="web.html">WEB</a></li>
<li><a href="videos.html">VIDÉOS</a></li>
</ul>
</li>
<li class="menu-3"><a href="Quiz.html">QUIZ</a>
<!--<ul class="submenu">
<li><a href="#">...........</a></li>
<li><a href="#">...........</a></li>
<li><a href="#">...........</a></li>
</ul>-->
</li>
<li class="menu-0">TPE : La communication chez les éléphants grâce aux ondes par Romain, Guillaume, et Amaury<p id="oklm">Lycée Hoche </br>Année 2018-2019</p>
</li>
</div>
<h1>VOICI LES LIENS WEB UTILISÉS AU COURS DE NOTRE TPE:</h1>
<p><a id="link" href="https://www.maxisciences.com/elephant/les-infrasons-de-communication-des-elephants-elucides_art26045.html" target=“_blank”>Gentside</a></br></br> </p>
<p><a id="link" href="https://physics.stackexchange.com/questions/87751/do-low-frequency-sounds-really-carry-longer-distances" target=“_blank”>Stack Exchange</br></br> </p>
<a id="link" href="https://univie.academia.edu/AngelaStoegerhorwath" target=“_blank”>Academia</a></br></br>
<a id="link" href="https://www.elephantvoices.org/elephant-communication/seismic-communication.html" target=“_blank”>Onde Sismique et Trompe</a></br></br>
<a id="link" href="http://www.birds.cornell.edu/brp/elephant/cyclotis/language/infrasound.html" target=“_blank”>Cornell University</a></br></br>
<p><a id="link" href="https://www.physiology.org/doi/pdf/10.1152/physiol.00008.2007" target=“_blank”>Physiology</a></br></br> </p>
<p><a id="link" href="https://www.youtube.com/watch?v=4rdLwVBB7cI" target=“_blank”> The Secret Lives of Elephants</a> </br></br> </p>
<p><a id="link" href="http://science.sciencemag.org/content/suppl/2012/08/02/337.6094.595.DC2" target=“_blank”>Science Mag</a></br></br> </p>
<p><a id="link" href="http://www.snv.jussieu.fr/zoologie/Actualites/Actualites-Zoologiques/Documents/Infrasons%20_elephant.pdf" target=“_blank”>SNV Jussieu</a></br></br> </p>
<p><a id="link" href="https://medium.com/elp-rumbles/sound-underground-765aed5c9482" target=“_blank”>Medium Magazine</a></br></br> </p>
<p><a id="link" href="https://en.wikibooks.org/wiki/Engineering_Acoustics/Outdoor_Sound_Propagation" target=“_blank”>WikiBooks</a></br></br> </p>
</body>
</html>