forked from Blaze-0903/sarthi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.html
46 lines (46 loc) · 1.79 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sarthi - Female Driver Rental</title>
<link rel="stylesheet" href="saarthi.css">
</head>
<body>
<header>
<nav>
<div class="container">
<div class="logo">
<img src="logo.png" alt="Sarthi Logo" class="logo">
</div>
<ul class="nav-links">
<li class="highlight"><a href="saarthi.html">Home</a></li>
<li class="highlight"><a href="saarthi.html">About</a></li>
<li class="highlight"><a href="services.html">Services</a></li>
<li class="highlight"><a href="saarthi.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<br><br><br><br><br>
<section id="services">
<center><h2>Our Services</h2></center>
<div class="container" >
<div class="card red">
<p class="tip"><img src="./women-driver-1.webp" alt="women-driver-1" width="300px" height="300px"></p>
<p class="second-text"><h2>Chauffer</h2></p>
</div>
<div class="card blue">
<p class="tip"><img src="./women-driver-2.jpeg" alt="women-driver-2" width="300px" height="300px"></p>
<p class="second-text"><h2>Personal</h2></p>
</div>
<div class="card green">
<p class="tip"><img src="./women-driver-3.jpeg" alt="women-driver-3" width="300px" height="300px"></p>
<p class="second-text"><h2>Event</h2></p>
</div>
</div>
</div>
</section>
</body>
</html>