-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
115 lines (81 loc) · 2.14 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?php
include 'navbar.php';
?>
<html>
<head>
<style>
tr, td, th
{
border-width: 5px;
font-size: 12px;
text-align: center;
}
</style>
<title>Index Page</title>
</head>
<body>
<div style="width:80%;height:300px;margin-top:100px;margin-left:200px;align:center">
<h2 style="color:#5BC0DE;">ESI Shop </h2>
<h3>Informations Générales</h3>
<p>Adresse: BP 73, Bureau de poste EL WIAM, </br>
22000 Sidi Bel Abbès, Algérie</br>
+ Tel: +213 48 74 94 50
</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13039.469812781581!2d-0.6331753!3d35.2097704!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x91bd238762e84ce4!2s%C3%89cole+National+D'informatique!5e0!3m2!1sfr!2sdz!4v1494880478677" width="80%" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div style="margin-top:0px;">
<h2 style="margin-left:40%;color:#5BC0DE;">Groupe Members</h2>
<table style="margin-left:7%;algin:center;margin-buttom:50px;">
<tr>
<th>HAMIDI Oussama  
</th>
 
 
<th>DADI BABA Rabie  
</th>
<th>KHATTARA Toufik  
</th>
<th>BOUZARA Hichem  
</th>
<th>BENKHELIFA Islam  
</th>
<th>TAMMA Rafik </th>
</tr>
<tr>
<td><img src="pic/profile.png" style="width:80%; height:60%"></td>
<td><img src="pic/profile.png" style="width:80%; height:60%"></td>
<td><img src="pic/profile.png" style="width:80%; height:60%"></td>
<td><img src="pic/profile.png" style="width:80%; height:60%"></td>
<td><img src="pic/profile.png" style="width:80%; height:60%"></td>
<td><img src="pic/profile.png" style="width:80%; height:60%"></td>
</tr>
<tr>
<td>
<p>[email protected]</br>
0561205715
</p>
<td>
<p>[email protected]</br>
0656359696
</p>
<td>
<p>[email protected]</br>
0556006137
</p>
<td>
<p>[email protected]</br>
0699154163
</p>
<td>
<p>[email protected]</br>
0561205715
</p>
<td>
<p>[email protected]</br>
0561205715
</p>
</tr>
</table>
</div>
</body>
</html>