-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.php
More file actions
43 lines (34 loc) · 1.08 KB
/
about.php
File metadata and controls
43 lines (34 loc) · 1.08 KB
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
<!DOCTYPE html>
<html>
<?php
session_start();
require_once "header1.php";
?>
<!--header//-->
<div class="about">
<div class="container">
<ol class="breadcrumb">
<li><a href="index.php">Home</a></li>
<li class="active">About</li>
</ol>
<h2>ABOUT US</h2>
<div class="about-sec">
<div class="about-pic"><img src="images/about.jpg" class="img-responsive" alt=""/></div>
<div class="about-info">
<p>Who we are: we are a team of people who are tring to save the traditions. All the old Stuff that you see when you were young and thought those look cool but now you cant find them. We are in the hope that we will be able to provide the upmost quality and fast delivery of your product.
</p>
<p>What we want to provide: Products mainly for Men and Women</p>
<p>How are the sellers: Local retailers of your place
</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--fotter-->
<?php
require_once "men_footer.php";
?>
<!--fotter//-->
</body>
</html>