-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
60 lines (58 loc) · 2.62 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abdullah Mall</title>
</head>
<body>
<header>
<table >
<tr>
<td colspan="1" align="center"> <a href="./index.html" target="_self" > <img src="./images/logo.jpeg"
alt="Abdullah Mall " width="80px" height="100px" /></a>
</td>
<td colspan="1" align="center"><a href="./index.html">Home</a></td>
<td colspan="1" align="center"> <a href="./Contact.html">Contact</a></td>
<td colspan="1" align="center"><a href="./aboutus.html">About us</a></td>
<td colspan="1" align="center"><button><a href="./login.html" target="_self"><b>Login</b></a></button></td>
<td colspan="1" align="center"><button><a href="./Signup.html" target="_self"><b>Signup</b></a></button></td>
</tr>
</table>
</header>
<br/>
<br/>
<div align="center">
<h1>About Us</h1>
<h3>Our Story</h3>
<p>Since our grand opening in 2024, Abdullah Mall has
been a hub of excitement and innovation,<br />
redefining the shopping experience for Faisalabad.
We believe that a mall is more than just a place<br /> to shop;
it's a community space where people come together to create memories,
celebrate special<br /> moments, and enjoy life’s pleasures.
</p>
<h3>What We Offer</h3>
<p>At Abdullah Mall, we pride ourselves
on offering an extensive selection of high-end
fashion brands,<br /> trendy boutiques, and essential retail stores.
Whether you’re looking for the latest in fashion,<br/>
electronics, home decor, or beauty products, you’ll
find everything you need under one roof.<br/><br/>
But shopping is just the beginning.
Our mall is also home to a variety of gourmet
restaurants, casual<br/> dining spots, and cafes, perfect
for a quick bite or a leisurely meal. And when it comes to <br/>
entertainment, we’ve got you covered with state-of-the-art cinemas,
family-friendly activities, and<br/> regular events that
keep the energy alive throughout the year.</p>
<h3>Join Us</h3>
<p>We invite you to explore, discover, and enjoy all that Abdullah Mall
has to offer. Whether you’re here<br/> to shop, dine, or simply spend time
with loved ones, we’re committed to making every visit special.<br/><br/>
Thank you for choosing Abdullah Mall. We look forward to welcoming you
again and again!
</p>
</div>
</body>
</html>