-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
119 lines (107 loc) · 3.76 KB
/
About.html
File metadata and controls
119 lines (107 loc) · 3.76 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Online Store|About</title>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link href="shoppingCart.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="shoppingCart.js" defer></script>
</head>
<body>
<header class="main-header">
<nav class="main-nav nav">
<ul>
<li><a href="Landing.html">HOME</a></li>
<li><a href="Cart.html">CART</a></li>
<li><a href="About.html">ABOUT</a></li>
</ul>
</nav>
<h1 class="band-name band-name-large">ONLINE MART</h1>
<button onclick="window.location.href = 'javascript:history.back()';" class="btn btn-header">BACK</button>
</header>
<section class="info">
<div class="bar">
<h2 class="main-text">Delivery</h2>
<div class="bar2">
<p>Free exchange or return within 30 days,
free return for defects within 6 months and facilitation
of a claim with our Supplier for items with an extended
warranty within 12 months.</p>
</div>
<h2 class="main-text">My Account</h2>
<div class="bar2">
<p>Bank: Absa<br>
Acc no: 5911 021 1251 11<br>
Branch: Walt Street<br>
Pretoria<br>
0002</p>
</div>
<h2 class="main-text">CUSTOMER SERVICE</h2>
<div class="bar2">
<p class="footer-text"> Tel: <a class="footer-link"
href="tel:+27833458125" style="color:#3EBF1C"> +27 833 458 125</a><br>
Email: <a class="footer-link" style="color:#3EBF1C"
href="mailto :CustomerService@onlinemart.co.za">
CustomerService@onlinemart.co.za</a><br>
Visit Us: <a class="footer-link" href="#" style="color:#3EBF1C">
www.Onlinemart.co.za</a></p>
</div>
</div>
<div class="main1">
<h2 class="main-text">About</h2>
<div class="bar2">
<h3 style="text-align: center; color:#f5f5f5; font-size:20px;">WELCOME TO ONLINE
|MART</h3><br>
<p style="text-align: center;">We are a registered online
company that deal with online
marking and trading. As company our website complies
with online marketing
standards and regulations.</p>
<br>
<h6 class="main-text2" style="color:#f9f9f9; font-size:18px;">WHAT WE DO</h6>
<p>From fashion delivered easily and efficiently to your
door to the award-winning
content we create on The Way of Us, Superbalist is thinking
big and innovating every
day. Fashion is one of the truest ways to express one’s
identity, and we believe in giving
people the means to do just that</p>
<br>
<h6 class="main-text2" style="color:#f9f9f9; font-size:18px;">OUR VISION</h6>
<p>Our vision is to be the most loved and influential fashion
destination in South Africa.
This motivates us to create fantastic products and customer
experiences for our community
of shoppers. Our intention is to give our customers the
confidence to be who they want to
be through everything we do.</p>
</div>
</div>
</section>
<footer class="main-footer">
<div class="container main-footer-container">
<h3 class="band-name">ONLINE MART</h3>
<ul class="nav footer-nav">
<li>
<a href="https://youtube.com" target="_blank">
<img src="images/youtube.png">
</a>
</li>
<li>
<a href="https://spotify.com" target="_blank">
<img src="images/spotify.png">
</a>
</li>
<li>
<a href="https://facebook.com" target="_blank">
<img src="images/facebook.png">
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>