-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
113 lines (96 loc) · 3.97 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE HTML>
<html>
<head>
<title></title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div class="header">
<div class="wrap">
<div class="header-bot">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="" style="width:450px; height: 160px;"></a>
</div>
<div class="cart">
<div class="menu-main">
<ul class="dc_css3_menu">
<li class="active"><a href="index.php">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.php">Brands</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="login.php">Login</a></li>
<li><a href="register.php">Signup</a></li>
</ul>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="header-bottom">
<div class="wrap">
<div class="single">
<div class="heading">
<h3>About Us</h3>
<p class="jumbotron"> At Auto Express, we believe that our relationship doesn’t end with getting you a new car. Its just the beginning of a long relationship which will need constant support and quality experience. Auto Express is Bangalore’s largest car dealership serving customers throughout city from its 18 locations, providing a comfortable and a superior experience.
Auto Express has been recognized on a national level through the 10 platinum awards in last 15 years. Only dealership in Karnataka to achieve this feat.
Run by a dedicated team of professionals, highly competent with profound industry knowledge, backed with 300 strong MSIL trained technicians, 140 Bronze masters, 110 service advisors/consultants, 75 technical advisors, we offer professional services and optimum customer satisfaction to over 15,000 customers every month.
We invite you to experience the truly integrated car buying service Auto Express has to offer through the largest car network in Bengaluru.</p>
</div>
<div class="about-top">
<div class="about-topgrids">
<div class="about-topgrid1">
<h3>Looking for a car</h3>
</div>
</div>
<div class="about-histore">
<h3>Company History</h3>
<div class="clear"> </div>
</div>
<div class="about-services">
<h3>New Products</h3>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="wrap">
<div class="footer-top">
<div class="col_1_of_5 span_1_of_5">
<div class="footer-grid twitts">
<h3>Our Company</h3>
<div class="f_menu">
<ul>
<li>This is a CAR selling dealer</li>
<li>Please read our Terms and Conditions </li>
</ul>
</div>
</div>
</div>
<div class="col_1_of_5 span_1_of_5">
<div class="footer-grid twitts">
<h3>Get in touch</h3>
<ul class="follow_icon">
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon1.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon2.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon3.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon4.png" alt=""></a></li>
<li><a href="#" style="opacity: 1;"><img src="images/follow_icon5.png" alt=""></a></li>
</ul>
<p>+1 111-111-1111</p>
<span>support@autoexpress.com</span>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</body>
</html>