-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.php
68 lines (60 loc) · 2.5 KB
/
index1.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>service center</title>
</head>
<link href="https://fonts.g.com/css?family=Baloo+Bhai&display=swapoogleapis" rel="stylesheet">
<link rel="stylesheet" href="index1.css">
<body>
<header class="header">
<!-- Left box for logo -->
<div class="left">
<img src="/vehicle_service/mainback.jpg" alt="">
<div>AUTO MOBILE <br><br> SERVICES</div>
</div>
<!-- Mid box for navbar -->
<div class="mid">
<nav>
<ul class = "navbar">
<li><a href="/vehicle_service/index1.php">Home</a></li>
<li><a href="#section2">About Us</a></li>
<li><a href="#section3">Contact Us</a></li>
</ul>
</nav>
</div>
<!-- Right box for buttons -->
<div class="right">
<button class="btn" onclick="location.href='https://mail.google.com/mail/u/0/#inbox?compose=new'">Email Us</button>
</div>
</header>
<div class="container">
<h1>OUR SERVICES</h1>
<table>
<tr>
<td><a href="carservice.php"> <img src="/vehicle_service/images/car.png" alt="image unavailable" style="height:100px; width:150px;"><br>Four   wheeler </a></td>
</tr>
<tr>
<td><a href="bikeservice.php"> <img src="/vehicle_service/images/bike.png" alt="image unavailable" style="height:100px; width:150px;"><br>Two   wheeler </a></td>
</tr>
<td><a href="autoservice.php"> <img src="/vehicle_service/images/auto.png" alt="image unavailable" style="height:100px; width:150px;"><br>Three   wheeler </a></td>
</tr>
</table>
</div>
<div id="section2" class="about-section" >
<h1 style="color:black;"><u>About Us</u></h1>
<p>-- xxxxx Auto mobile workshop</p>
<p>-- Opposite to Vignesh Grand Hotel</p>
<p>-- Lakshmipuram 4th line</p>
<p>-- Guntur</p>
</div>
<div id = "section3" class = "down">
<h2 style="color:black"><u>Contact us:</u></h2>
<p>Name : Sai vardhan</p>
<p>Mobile : 7893570611 </p>
<p>Email :saivardhan.thimmisetty@gmail.com
</div>
</body>
</html>