forked from blackjack-nix/projetITW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreseaux.html
75 lines (66 loc) · 2.43 KB
/
reseaux.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta lang="fr">
<title>Projet ITW</title>
<link rel="shortcut icon" href="./images/image_main/favicon.ico">
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="stylesheet" type="text/css" href="style/reseau.css">
</head>
<body>
<div id="factice">
<img src="images/image_main/factice.png" alt="Ce site est un faux" height="70">
</div>
<div id="block">
<!-- menu de navigation -->
<header>
<div id="logo">
<img src="images/image_main/jedi.png" alt="logo SW" />
</div>
<nav>
<ul class="menu1">
<li class="element" id="hdp"><a href="index.html"><b>ACCUEIL</b></a></li>
<li class="element" id="hdp"><a href="actualites.html"><b>ACTUALITÉS</b></a></li>
<li class="element" id="hdp"><a href="logement.html"><b>LOGEMENTS</b></a></li>
<li class="element" id="hdp"><a href="voyage.html"><b>VOYAGES</b></a></li>
</ul>
</nav>
</header>
<h3>Réseaux sociaux</h3>
<!-- diff reseaux où voir notre projet -->
<div id="rs">
<div id="git_div">
<p class="text">Pour télécherger les sources HTML/CSS ou les sources LaTeX du rapport, rendez-vous sur notre projet Git
<a href="https://github.com/blackjack-nix/projetITW" target="_BLANK" ><img id="git" class="icone1" src="images/images_logo/git.png"></a>
</p>
</div>
<div id="fb_div">
<p class="text">Pour suivre nos actualités, logements, voyages sur la page Facebook
<a href="https://www.facebook.com/Etudes-inter-galaxie-103202217787330/?" target="_BLANK"><img id="fb" class="icone2" src="images/images_logo/fb.png"></a>
</p>
</div></br>
<div>
<p class="text">Pour lire notre rapport : </p>
<center><embed id="rapport" src="rapport.pdf" type="application/pdf"></center>
</div>
</div>
</div>
<!-- bas de page: credits+contacts+mentionsl legal+reseau sociaux+ dev durable+newsletter -->
<footer>
<div class="menu2">
<nav>
<ul>
<li class="element" id="bdp"><a href="mentionlegale.html">Mentions légales</a></li>
<li class="element" id="point">•</li>
<li class="element" id="bdp"><a href="contact.html">Contacts</a></li>
<li class="element" id="point">•</li>
<li class="element" id="bdp"><a href="reseaux.html">Réseaux sociaux</a></li>
</ul>
</nav>
</div>
</footer>
</body>
<script src="jQuerry/jQuery.js"></script>
<script src="script/script.js"></script>
</html>