-
Notifications
You must be signed in to change notification settings - Fork 0
/
about3.php
72 lines (49 loc) · 1.53 KB
/
about3.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
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<title>DreamLand</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body >
<?php
if(!isset($_SESSION))
{
session_start();
}
?>
<nav class ="topnav">
<a style="text-decoration: none" href="clienthome.php">Home</a>
<a href="clientcat.php">Categories</a>
<a href="bestsellerclient.php">Best Sellers</a>
<a href="newReleaseclient.php">New Releases</a>
<a href="p3.php">Contact</a> <a href="about3.php">About</a>
<a href="logout.php"> Logout </a> </nav>
<h1>
<h1 style= text-align:center;font-size:24;color:red>
About US:
</h1>
<p style= text-align:center;font-size:24>
Dream Land 40 years of experience in the sale of toys, doctors specializing in the field of child development,</br>
interested in finishing the skills and intelligence and senses of the child,</br>
offers the child the opportunity to bring out his skills and innovations.
</p>
<h2 style= text-align:center;font-size:24;color:red>
Mission:
</h2>
<p style= text-align:center;font-size:20>
We are interested in improving and developing the skills and intelligence of the child, and developing the senses of the child.
</p>
<h3 style= text-align:center;font-size:24;color:red>
Vision:
</h3>
<p style= text-align:center;font-size:20>
To become the first and largest exhibition to show and sell all toys in Egypt and the Middle East.
</p>
<center>
<img src="happy.jpeg">
</center>
</body>
<footer class ="topnav">
<a href="privacypolicy.html">Privacy Policy</a>
<a href="terms.ofuse.html">Terms of Use</a>
</footer>
</html>