-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCONTACT US.HTML
119 lines (99 loc) · 3.39 KB
/
CONTACT US.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
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>
<title>CONTACT US</title>
<link rel="stylesheet" href="ali hamza autostore.css">
<style>
#ceopic{
height: 500px;
width: 500px;
}
#sub1{
width: 50%;
height: 500px;
margin-top: 20px;
margin-left: 200px;
}
#sub2{
width: 70%;
height: 500px;
/* border: 2px solid black; */
display: inline-block;
margin-bottom: 100%;
border: none;
}
body {
font-family: 'Roboto', Arial, sans-serif;
background: linear-gradient(to bottom, #f2f2f2, #ffffff);
margin: 0;
padding: 20px;
line-height: 1.6;
}
h1, h2, h3 {
font-family: 'Montserrat', sans-serif;
color: #333333;
margin-bottom: 15px;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.5rem;
}
p {
color: #555555;
font-size: 1rem;
margin-bottom: 15px;
}
a {
color: #ff6600;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.container {
background: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<h1 class="heading 1"><i>ALI HAMZA AUTO STORE</i></h1>
<nav id="navigation"><a href="Home.html">Home</a> <a href="Products.html">Products</a> <a href="Sales.html">Special Discount</a> <a href="Companies of vahicle.html">Vehicle Compatibility </a>
<a href="CONTACT US.HTML">CONTACT US</a> <a href="ABOUT US.html">ABOUT US</a></nav>
<br>
<div id="main">
<div id="sub1"><img src="Mr.CEO.jpeg" alt="jpeg" id="ceopic"></div>
<div id="sub2">
<b>Get in Touch with Our CEO</b><br>
<p>At Ali Hamza Auto Store, we believe in transparency and accessibility. If you have questions, feedback,
or special requirements, Haji Sana Ullah Ranjha is always happy to assist you.
</p>
<br>
<b>Contact Our CEO Directly</b> <br>
- 📧 <b>Email</b>: alihamzaautostore@gmail.com <br>
- 📞 <b>Phone/WhatsApp</b>: 0300-7748956 <br>
- 📝 <b>Feedback Form</b>: Visit our website to fill out the CEO's feedback form for personalized responses. <br>
<br>
<br>
<b>Why Contact Haji Sana Ullah Ranjha?</b>
- Get professional advice about spare parts and oil choices.
- Share feedback to improve our services.
- Discuss customized solutions for fleet services or bulk orders.
<b>Haji Sana Ullah Ranjha’s</b> approachable nature and dedication to customer satisfaction ensure that every inquiry is treated with the utmost care.
<br>
<br>
<br>
<b>Leading with Integrity:</b> <br>
Haji Sana Ullah Ranjha’s leadership philosophy revolves around trust, quality, and long-term relationships with customers. With him at the helm, Ali Hamza Auto Store is committed to making your vehicle maintenance experience smooth, reliable, and cost-effective.
Connect with us today, and let Haji Sana Ullah Ranjha and his team take care of your vehicle’s needs with the expertise and dedication you deserve!
</div>
</div>
</body>
</html>