-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
59 lines (48 loc) · 1.76 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>
<meta charset="UTF-8">
<title>Need a website!</title>
<link rel="stylesheet"href="css/sheatstyle.css"/>
<link rel="shortcut icon" type="image/png" href="images/logo.png"/>
</head>
<body>
<div id="global">
<div id = "entete" >
<a class="entetelien" href="index.html">
<img src="images/weebsite.png" alt="Need a website" width="800" height="250" class="photoentete"/></a>
</div>
<ul id="nav"><!--
--><li><a href="index.html">Accueil</a></li><!--
--><li><a href="offres.html">Services</a></li><!--
--><li><a href="apropos.html">À propos</a></li><!--
--><li><a href="contact.html">Contact</a></li><!--
--><li><a href="formulaire.html">Formulaire</a></li>
</ul>
<div id="contenu">
<h3> Aurélien Marc </h3>
<section class="social">
<a href="https://www.linkedin.com/in/aur%C3%A9lien-marc-915414197/"><img src="images/linkedin.png" width="50px"> </a>
<a href="mailto:[email protected]"> <img src="images/gmail.png" width="50px"> </a>
<a href="https://www.facebook.com/aurelien.marc.395"><img src="images/facebook.png" width="50px"></a>
</section>
<h3> Slimane Berrada </h3>
<section class="social">
<img src="images/linkedin.png" width="50px">
<img src="images/gmail.png" width="50px">
<img src="images/facebook.png" width="50px">
</section>
</div>
<div id="pied">
<section class="group2">
<p>Création d'Aurélien Marc et de Slimane Berrada <br />
IUT de Vélizy DUT INFO première année <br />
Promo 2019/2020
</p>
</section>
</div><!--#pied-->
</div>
</body>
</html>