-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
63 lines (60 loc) · 2.73 KB
/
about.html
File metadata and controls
63 lines (60 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact</title>
<link href="public/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="public/css/style.css" rel="stylesheet" type="text/css">
<script src="public/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="public/bootstrap/dist/js/bootstrap.min.js"></script>
</head>
<body class="about">
<div class="row top">
<div class="">
<div class="head ">
<center>
<h1>AUTO MECH</h1>
<h4>Complete Online Vehicle Service Management</h4>
</center>
</div>
<div class="nav">
<nav class="list">
<ul>
<li class="active"><a href="index.php">HOME</a> </li>
<li><a href="about.html">ABOUT</a> </li>
<li><a href="offices.html">CONTACT</a> </li>
<li><a href="frames.html">FEATURES</a> </li>
<li>
<div class="login-btn">
<center> <a href="login.php"> <button class="login">LOGIN</button></a></center>
</div>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="row main-body">
<div class="col-md-12">
<h1 class="text-center" style="color: #0E8AAD">ABOUT</h1><br><br>
<h3 class="text-center" style="color: #3F6A7F;padding: 20px"><strong>Auto Mech</strong> is an online automotive repair service booking software designed for automotive technicians or Auto Mechanics, Auto Repair Chains and small, medium and large vehicle repair shops. The user-friendly designs of Auto Connect, the automotive repair scheduling software will make your business easier to run and more profitable. This allows your customers to book Online Bookings for Auto Mechanics and helps to keep your auto repair or service business on track.</h3>
<div class="col-md-6 col-md-offset-3">
<img class="img-circle img-responsive about_map" src="public/images/car-bike.jpg" usemap="#vehi">
<map name="vehi">
<area shape="rect" coords="10,10,600,200" href="public/images/struc.jpg">
<area shape="rect" coords="50,250,350,350" href="public/images/car-struc.jpg">
<area shape="circle" coords="470,300,70" href="public/images/bike-struc.jpg">
</map>
</div>
<div class="col-md6 col-md-offset-3">
<iframe style="margin-top: 60px;margin-left: 98px" src="public/video/promo.mp4?rel=0" width="500px" height="400px">
</iframe>
</div>
</div>
</div>
<script>
$('video').removeAttr("autoplay");
</script>
</body>
</html>