-
Notifications
You must be signed in to change notification settings - Fork 1
/
aboutUs.php
71 lines (63 loc) · 2.87 KB
/
aboutUs.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
<?php
include_once 'php/sessions.php';
include_once 'php/home.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Dee Store | About</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.png">
<!-- Core Style CSS -->
<link rel="stylesheet" href="css/core-style.css">
<link rel="stylesheet" href="css/style.css">
<!-- Responsive CSS -->
<link href="css/responsive.css" rel="stylesheet">
<link rel="stylesheet" href="bot/css/chat.css">
</head>
<body>
<?php include_once 'php/header.php'; ?>
<div class="about-page">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<div class="line-dec"></div><br>
<h1 >About Us</h1>
</div>
</div>
<div class="col-md-6">
<div class="left-image">
<img src="img/bg-img/about-us.jpg" alt="">
</div>
</div>
<div class="col-md-6">
<div class="right-content">
<h4 style="color:#fec2b0">Welcome To Our Store..</h4>
<p><a href="">Dee Store </a> We're dedicated to giving the very best of product with focus on good care about the customers fashion and uniqueness.
<br>
<p>Founded in 2021, by Miss.Neetu Yaddehige, Dee Store has come a long way from it's begining in a clothing industry Colombo,Sri Lanka.When first started out her passion for helping others to providing the best fashionable product from her store and have her the impetus ti turn hard work and inspiration in to booming online.</p>
<br>
<p>We now server Customers all over Sri Lanka and around the US and Overseas and are thrilled to be a part of the fair trade wing of the Fashion Indusrty.We fly all around the world and our fashionable product are high quality product with pure eco friendly product manufacturings and we serve you the best products.</p>
<br>
<p><a rel="nofollow" href="">Dee Store</a> We hope you enjoy our products as much as we enjoy offering them to you.If you have any questions or comments Please contact Us from our page. <a rel="nofollow" href="/">Dee Store.lk</a>. Thank you.</p>
<br><p>Your Sincerly,</p>
<br><p>Team Dee Store.</p>
<div class="share">
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include_once 'php/footer.php';
?>
</body>
</html>