-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
56 lines (53 loc) · 2.65 KB
/
about.php
File metadata and controls
56 lines (53 loc) · 2.65 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
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<?php include "header.php"; ?>
</head>
<style>
.container1
{
display: flex;
align-items: center;
justify-content: center
}
.text
{
font-weight: bold;
padding-left: 20px;
}
</style>
<body>
<?php include "nav1.php"; ?>
<br><br><br>
<div class="container1">
<img src="myimages2/vision.webp" style="height:200px;width:350px">
<div class="text">
<p>To create an enhanced gifting ecosystem and provide a one-stop<br> solution to make gifting an informed, hassle-free & delightful experience.</p>
</div>
</div>
<img src="myimages2/mission.webp" style="height:200px;width:350px;float: right;margin-right:160px"><br><br><br><br>
<div class="text">
<p style="margin-left:180px">Wow every customer every time, through premium products, services,<br> value-for-money driven by innovation, technology & people-first approach</p>
</div>
</div>
<br><br>
<div class="container" style = "margin-top : 60px">
<h2 class = text-center style = "font-family : 'Monotype Corsiva' ; color : #E6120E">Who we are?</h2>
<div class="center" style="font-weight:bold">
Wrapify a stylish gift shop for all sort and taste of individuals established in 2020 is the first decision when you think about a gift. Right now you can discover an immense gathering of gifts at Wrapify which incorporates Corporate Gifts, Crystal, Flower, Greeting Cards, Gents & Ladies Purse, Lamps, Table Piece's, Teddy Bears & Soft Toys, Wall Clocks, Wall Piece & Photo Frames, Watches & Perfumes, so forth and leather items.<br>
Giving Gift is an Art. It requires some investment to think and choose before gifting anybody a gift. It matters a lot what you gift then whether it is your relatives or companions. We at Wrapify help you discover the best gifts for each individual and each event with our experience and huge collection of latest trending items. We have got different collections for different occasions ranging from corporate meets to traditional festivals.
</div>
</div><br><br>
<h2 class = text-center style = "font-family : 'Monotype Corsiva' ; color : #E6120E">Our core values</h2>
<div class="images" style="margin-left:120px">
<img src="myimages2/passion.png">
<img hspace="30px">
<img src="myimages2/respect.png" style="height:170px;width:171px">
<img hspace="30px">
<img src="myimages2/thank.png" style="height:170px;width:171px">
<img hspace="30px">
<img src="myimages2/hard.png" style="height:170px;width:171px">
<img hspace="30px">
<img src="myimages2/flex.png" style="height:170px;width:171px;">
</div> <br><br><br>
</body>
</html>