-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
63 lines (58 loc) · 1.9 KB
/
services.html
File metadata and controls
63 lines (58 loc) · 1.9 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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services</title>
<!-- Link to external CSS file -->
<link rel="stylesheet" href="style.css">
</head>
<header>
<div class="logo">
<img src="images\logo.png" width="50" height="50">
<div class="site-name">VintageCars</div>
</div>
<nav>
<a href=Home.html>Home</a>
<a href=Cars.html>Cars</a>
<a href=Services.html>Services</a>
<a href=Aboutus.html>About us</a>
<a href=download.html class="download">
<i class="fa-solid fa-download"></i>
Download App
</a>
</nav>
</header>
<body>
<section class="services">
<div class="services-header">
<h1>Our Services</h1>
<p>We offer a variety of solutions to meet your needs. Check out our services below</p><br>
<h2>How Does It Work?</h2>
</div>
</section>
<section>
<div class="steps">
<div class="step">
<img src="./images/map.png" alt="Choose Location">
<h3>Choose Location</h3>
<p>Select your pickup location on the map.</p>
</div>
<div class="step">
<img src="./images/calendar.png" alt="Pick Up Time">
<h3>Pick Up Time</h3>
<p>Choose your desired pickup time.</p>
</div>
<div class="step">
<img src="./images/key.png" alt="Book Your Car">
<h3>Book Your Car</h3>
<p>Complete the booking and enjoy your ride!</p>
</div>
</div>
<div class="connections">
<div class="dotted-line line-1"></div>
<div class="dotted-line line-2"></div>
</div>
</section>
</div>
</section>
</section>