-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
97 lines (78 loc) · 2.56 KB
/
about.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
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
<!DOCTYPE html>
<html lang="en">
<?php
include ("partials/head.php");
?>
<body class="animsition">
<?php
include ("partials/header.php");
?>
<!-- Title page -->
<section class="bg-img1 txt-center p-lr-15 p-tb-92" style="background-image: url('images/about1.jpg');">
<h2 class="ltext-105 cl0 txt-center">
About
</h2>
</section>
<!-- Content page -->
<section class="bg0 p-t-75 p-b-120">
<div class="container">
<div class="row p-b-148">
<div class="col-md-7 col-lg-8">
<div class="p-t-7 p-r-85 p-r-15-lg p-r-0-md">
<h3 class="mtext-111 cl2 p-b-16">
Our Story
</h3>
<p class="stext-113 cl6 p-b-26">
We started this company to share our ideas of new cloths and provide you with the best garments possible. We started in 1800 and since then we have grown so much because you are our customer and you give us money to keep our company running.
</p>
<p class="stext-113 cl6 p-b-26">
Our customers are our top priority and we do not want to lose any of you. So please drive safe and never text while on the wheel. It is dangerous.
</p>
<p class="stext-113 cl6 p-b-26">
Any questions? Let us know in store at Hokage office, hidden street, Hidden leaf village, HL 10018 or call us on (+1) 96 Kakashi Hatake
</p>
</div>
</div>
<div class="col-11 col-md-5 col-lg-4 m-lr-auto">
<div class="how-bor1 ">
<div class="hov-img0">
<img src="images/about3.jpg" alt="IMG">
</div>
</div>
</div>
</div>
<div class="row">
<div class="order-md-2 col-md-7 col-lg-8 p-b-30">
<div class="p-t-7 p-l-85 p-l-15-lg p-l-0-md">
<h3 class="mtext-111 cl2 p-b-16">
Our Mission
</h3>
<p class="stext-113 cl6 p-b-26">
Our mission is simple. Provide you with the finest cloths and keep doing it till you are addicted to our brand. That way, you will never go bcak to any other brand.
</p>
<div class="bor16 p-l-29 p-b-9 m-t-22">
<p class="stext-114 cl6 p-r-40 p-b-11">
After this, we will be able to control all the clothing industry like windows control the IT industry.
</p>
<span class="stext-111 cl8">
- Danzo
</span>
</div>
</div>
</div>
<div class="order-md-1 col-11 col-md-5 col-lg-4 m-lr-auto p-b-30">
<div class="how-bor2">
<div class="hov-img0">
<img src="images/about2.jpg" alt="IMG">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<?php
include('partials/footer.php');
?>
</body>
</html>