-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
160 lines (148 loc) · 5.01 KB
/
Copy pathservices.html
File metadata and controls
160 lines (148 loc) · 5.01 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!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>Packers And Movers</title>
<link rel="stylesheet" href="service-style.css" />
</head>
<body>
<nav>
<div class="logo">
<h3>Packers And Movers</h3>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="booking.html">Booking</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">FAQ</a></li>
</ul>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<header class="showcase">
<div class="image-container transit">
<img src="Wall3.jpg" alt="Truck" />
</div>
</header>
<div class="image-bottom"></div>
<section class="paragraph">
<h3><strong>PACKERS & MOVERS</strong></h3>
<p class="text-content">
VAST strives to deliver perfection in everything we perform. Our quality
services match the international standards, as we believe in maintaining
long term business relationship with our customers. What separates us
from other movers and packers is the unique combination of experience
and personal service. We meet all the standards of perfection while
handling the goods, packing, moving and during the transportation
process at the most affordable rates from all destinations. The major
services covered by packers and movers are – packing, loading,
transporting, unloading, and unpacking.
</p>
</section>
<div class="container">
<div class="card">
<div class="img-box">
<img src="Unloading.jpg" alt="broken" />
</div>
<div class="content">
<h2>Himalayan</h2>
<p>
Decades of expeditions. Thousands of kilometers of traversing the
most challenging terrain. Years of living and evolving with a
machine that responds to the mountains. That's how we made the
Himalayan.
</p>
</div>
</div>
<div class="card">
<div class="img-box">
<img src="Warehouse and storage.jpg" alt="broken" />
</div>
<div class="content">
<h2>Thunderbird</h2>
<p>
If you seek a quiet, unhurried ride on an open highway, the
#Thunderbird is for you. It is the definitive cruiser that makes you
feel at home on the highway, bringing you closer to open skies and a
life made for leisure motorcycling.
</p>
</div>
</div>
<div class="card">
<div class="img-box">
<img src="Heavy machinery shifting.jpg" alt="broken" />
</div>
<div class="content">
<h2>Continental GT 650</h2>
<p>
If you seek a quiet, unhurried ride on an open highway, the
#Thunderbird is for you. It is the definitive cruiser that makes you
feel at home on the highway, bringing you closer to open skies and a
life made for leisure motorcycling.
</p>
</div>
</div>
</div>
<div class="border-bottom"></div>
<footer>
<div class="bottom">
<h4>
<img
src="location.png"
alt="location"
style="height: 25px; width: 25px;"
class="loc"
/>
ADDRESS
</h4>
<h4>
411030, Pune, Maharashtra
</h4>
<h4>
---------India---------
</h4>
<div class="adress-bottom"></div>
<div class="social">
<a href="https://www.instagram.com/?hl=en"
><img
src="Insta.png"
alt="Insta"
style="height: 25px; width: 25px;"
class="loc"
/></a>
<a href="https://www.facebook.com/"
><img
src="Facebook.png"
alt="Insta"
style="height: 25px; width: 25px;"
class="loc"
/></a>
<a href="https://twitter.com/"
><img
src="Twitter.png"
alt="Insta"
style="height: 25px; width: 25px;"
class="loc"
/></a>
<a href="https://youtu.be/huG3doPWXIY"
><img
src="YouTube.png"
alt="Insta"
style="height: 25px; width: 25px;"
class="loc"
/></a>
</div>
<div class="copyright">
<p>VAST | © All rights reserved</p>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>