forked from babasahi/MarocPC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome_page.php
60 lines (38 loc) · 1.56 KB
/
welcome_page.php
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
<?php
include("db_connection.php");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="this is Reda Fillali Project">
<title>Maroc PC</title>
<link rel="stylesheet" href="welcome_page.css">
</head>
<body>
<div class="header">
<p class="logo"> Maroc PC</p>
</div>
<div class="Buttons ">
<a href="http://localhost/MarocPc/Login_page.php"> <button type="button"> Login </button> </a>
<a href="http://localhost/MarocPc/Shoping_page.php"><button type="button"> Shop </button> </a>
<a href="http://localhost/MarocPc/Customer_page.php"><button type="button"> Profile </button> </a>
</div>
<div id="main" style="background-image: url(/MarocPC/Images/MainPage.jpg); height: 800px; width: 1300px; display: block; background-size: 100%; background-position: center; background-size: cover; ">
<p class="text-aceuill" align="center">
<b> Maroc PC </b> est l'un des magasins d'appareils électroniques les plus <br>
populaires et les plus fiables du pays. <br> <br>
<br> <br>
<i>" Nous sommes les meilleurs <br> dans ce que nous faisons."</i>
</p>
</div>
<div align="center" style="font-weight: bold; background-color: yellow ;display:inline-block; width: 1300px;">
<p style="font-size: 40px;">Contact Us</p>
<p>Email : conatctmarocpc@gmail.com <br>
Adress : Route d Eljadida, KM 7, CASABLANCA, Maroc <br>
Télephone : 212 522 231 560/565 <br>
Fax : 212 522 252 245 <br>
</p>
</div>
</body>
</html>