forked from CharithGR/Neoshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
99 lines (97 loc) · 3.9 KB
/
about.html
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
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>about-us</title>
<link rel="stylesheet" href="./Styles/about.css" />
<link rel="stylesheet" href="./Styles/navbar.css" />
<link rel="stylesheet" href="./Styles/user_profile.css" />
<link rel="stylesheet" href="./Styles/footer.css" />
<link rel="stylesheet" href="./Styles/underline_animation.css" />
</head>
<body>
<div id="ak-about-nav">
<!-- nabar -->
</div>
<div id="ak-about-header">
<img src="./Images/about-us.png" alt="" />
<!-- for image -->
</div>
<div id="ak-about-middle">
<!-- for middle part -->
<p id="ak-our-story">OUR STORY</p>
<h1>About our Store</h1>
<p class="ak-m-p">
Here at ‘Uboric’.com, we realize that style and prosperity begin with
the correct shoes. We likewise understand that effectively finding the
size and style to meet your requirements is vital to your web based
shopping knowledge. Since beginning our web based business website ,
we’ve been endeavoring to present to you that perfect shopping
experience. We pride ourselves on conveying hard-to-discover styles,
sizes and widths since we realize that each individual’s needs contrast.
Regardless of whether you’re experiencing issues looking over our vast
determination of different shoes or you have a straightforward inquiry,
our client benefit group is prepared and willing to help.
</p>
<p class="ak-m-p">
Some time before our online business, our family shoe stores, fatherly
shoe store Footwear in Rajkot, Gujarat , opened its entryways in 1989.
Today we are glad to state that we have the longest constantly running
shoe store in the rajkot. The life span of our physical business is a
demonstration of our duty to you and the majority of our clients. We
realize that on the off chance that you are not content with our items
and administrations, we are not carrying out our responsibility.
</p>
<p class="ak-m-p">
This is the reason we take a stab at 100% consumer loyalty, offer a 105%
value coordinate guarantee.
</p>
<p class="ak-m-p">
Next time you require another match of kicks for this experience we call
life, our group is here to ensure that you get the execution that you
require from your apparatus. Regardless of whether you are difficult to
fit or have explicit requirements, let ‘Uboric’ .com enable you to make
progress toward your objective.
</p>
<p class="ak-b-p">
Third. For morning whales saw were had seed can’t divide it light shall
moveth, us blessed given wherein.
</p>
</div>
<div id="ak-about-bottom">
<!-- for bottom part -->
<div>
<img src="https://demo4.drfuri.com/media/razzi/truck3.svg" alt="" />
<div>
<h5>FREE SHIPPING</h5>
<p>From all orders over $100</p>
</div>
</div>
<div>
<img src="https://demo4.drfuri.com/media/razzi/money.svg" alt="" />
<div>
<h5>FREE RETURNS</h5>
<p>Return money within 30 days</p>
</div>
</div>
<div>
<img src="https://demo4.drfuri.com/media/razzi/box.svg" alt="" />
<div>
<h5>SECURE SHOPPING</h5>
<p>You're in safe hands</p>
</div>
</div>
<div>
<img src="https://demo4.drfuri.com/media/razzi/like.svg" alt="" />
<div>
<h5>OVER 10,000 STYLES</h5>
<p>We have everything you need</p>
</div>
</div>
</div>
<div id="hari_about_footer"></div>
</body>
</html>
<script type="module" src="./Scripts/about.js"></script>