-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
301 lines (284 loc) · 13.3 KB
/
index.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!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>UNIVERSAL</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- starts header section -->
<header class="header" id="header">
<div class="navegation">
<div class="logo">
<img src="images/logo.png" alt="">
</div>
<div class="header-content">
<div class="header-contact-items">
<p> <span><i class="fa-solid fa-phone"></i></span> 085 203 11 44, 06 386 133 25</p>
<p><span><i class="fa-solid fa-envelope"></i></span> info.universalmovers.nl</p>
</div>
<div class="menu">
<ul>
<li><a href="#">To move house</a></li>
<li><a href="#">clear</a></li>
<li><a href="#">Services </a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">News</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="icon">
<div class="fas fa-bars" id="menu-btn"></div>
</div>
</div>
</div>
</header>
<!-- ends header section here -->
<section class="home">
<div class="content">
<h1><span>STORAGE SERVICES </span><br>The Specialist <br> in removals</h1>
<p>You can move carefree with Universal Movers, the moving specialist!</p>
<a href="#" class="btn">View our work</a>
<a href="#">View # <span><img src="images/Arrow 1.png" alt=""></span></a>
</div>
</section>
<!-- end home section here -->
<section class="work" id="work">
<div class="container">
<div class="work-text">
<h3>How we work</h3>
<h6>Of course you do that with moving company Universal Movers</h6>
<p>Are you planning to move soon? Then see how we can support you. We can take over the entire
responsibility for your move so that you don't have to worry about it at all. But we can also help
you with partial relocation support such as moving assistance, renting moving boxes, renting a
moving lift and our packing service. You decide how we help you.</p>
<a href="#">Get in touch with us <span><img src="images/Arrow 2.png" alt=""></span></a>
</div>
<div class="work-part">
<div class="work-box">
<span>01</span>
<h2>Approach</h2>
<p>Quality services through careful approach</p>
</div>
<div class="work-box">
<span>02</span>
<h2>Finance</h2>
<p>Affordable prices with best value for money</p>
</div>
<div class="work-box">
<span>03</span>
<h2>Satisfaction</h2>
<p>100% customer satisfaction guaranteed</p>
</div>
<div class="work-box">
<span>04</span>
<h2>Insurence</h2>
<p>Insured up to an amount of €100,000</p>
</div>
</div>
</div>
</section>
<!-- ends work section here-->
<section class="our-method" id="method">
<div class="method-header">
<p>View our methods</p>
<a href="#" class="view-more">View More<span><img src="images/Arrow 3.png" alt=""></span></a>
</div>
<div class="main-mothod">
<div class="left-box">
<img src="images/Card.png" alt="">
<div class="over-left">
<h4>Professional moving at affordable prices</h4>
<p>Universal Movers is a professional moving company that offers affordable prices.</p>
<a href="#">View project<span><img src="images/Arrow 1.png" alt=""></span></a>
</div>
</div>
<div class="right-box">
<div class="right-box-1">
<h4>What makes Universal Movers different from other moving companies?</h4>
<a href="#">View project<span><img src="images/Arrow 1.png" alt=""></span></a>
</div>
<div class="right-box-2">
<img src="images/Card2.png" alt="">
</div>
</div>
</div>
</section>
<!-- ends our method here -->
<section class="experient" id="experint">
<div class="container">
<h6>YEARS OF EXPERIENCE</h6>
<h2>Removals from A to Z</h2>
<p>Our moving company does everything it can to ensure a neat, professional move. We can take care of
everything related to the move for you, where you only need support. Whether it concerns taking over the
entire relocation or engaging flexible relocation assistance. In addition, consider, for example, our
additional moving services such as the packing service, the assembly service, the removal lift service,
temporary storage or renting moving boxes.</p>
<div class="experience-box">
<div class="exeprience-child-box">
<img src="images/icons/Icon.png" alt="icons">
<h3>Private removals</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et nisl hendrerit, aliquet mi sed,
</p>
<a href="#">Read More</a>
</div>
<div class="exeprience-child-box">
<img src="images/icons/Icon (1).png" alt="icons">
<h3>Private removals</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et nisl hendrerit, aliquet mi sed,
</p>
<a href="#">Read More</a>
</div>
<div class="exeprience-child-box">
<img src="images/icons/Union.png" alt="icons">
<h3>Private removals</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et nisl hendrerit, aliquet mi sed,
</p>
<a href="#">Read More</a>
</div>
<div class="exeprience-child-box">
<img src="images/icons/Icon (2).png" alt="icons">
<h3>Private removals</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et nisl hendrerit, aliquet mi sed,
</p>
<a href="#">Read More</a>
</div>
<div class="exeprience-child-box">
<img src="images/icons/Vector (1).png" alt="icons">
<h3>Private removals</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et nisl hendrerit, aliquet mi sed,
</p>
<a href="#">Read More</a>
</div>
<div class="exeprience-child-box">
<img src="images/icons/Icon (3).png" alt="icons">
<h3>Private removals</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et nisl hendrerit, aliquet mi sed,
</p>
<a href="#">Read More</a>
</div>
</div>
</div>
</section>
<!-- ends experience section here-->
<!-- starts contact section -->
<section class="contact" id="contact">
<div class="contact-continer">
<div class="image">
<h2>Requesting a quote only takes a few minutes of your time.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua ut enim.</p>
</div>
<div class="form">
<h4>Send inquiry</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.
</p>
<form action="">
<input type="text" placeholder="Your Name">
<input type="text" placeholder="Email">
<input type="text" placeholder="Paste your Figma design URL">
<input type="submit" value="Send an Inquiry">
</form>
</div>
</div>
</section>
<!-- ends contact section here -->
<!-- starts reviews section -->
<section class="review" id="reviw">
<div class="review-container">
<div class="child-review-1">
<img src="images/image 2.png" alt="">
<h3>UITSTEKEND</h3>
<p>Gebaseerd op 28 recensies.</p>
</div>
<div class="child-review">
<div class="author-img">
<img src="images/woman-in-collared-shirt-774909.png" alt="">
</div>
<div class="author-othor">
<div class="authorname-company">
<div class="author-nameandpro">
<h6>Kedar Gaikwad</h6>
<p>Vice President</p>
</div>
<div class="company-logo">
<img src="images/Background.png" alt="">
</div>
</div>
<div class="review-star">
<img src="images/Star 1.png" alt="">
<img src="images/Star 1.png" alt="">
<img src="images/Star 1.png" alt="">
<img src="images/Star 1.png" alt="">
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et nisl hendrerit, aliquet mi sed, scelerisque tortor. Aliquam eu </p>
</div>
</div>
<div class="child-review">
<div class="author-img">
<img src="images/woman-in-collared-shirt-774909.png" alt="">
</div>
<div class="author-othor">
<div class="authorname-company">
<div class="author-nameandpro">
<h6>Kedar Gaikwad</h6>
<p>Vice President</p>
</div>
<div class="company-logo">
<img src="images/Background.png" alt="">
</div>
</div>
<div class="review-star">
<img src="images/Star 1.png" alt="">
<img src="images/Star 1.png" alt="">
<img src="images/Star 1.png" alt="">
<img src="images/Star 1.png" alt="">
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi et nisl hendrerit, aliquet mi sed, scelerisque tortor. Aliquam eu </p>
</div>
</div>
</section>
<!-- ends review section here -->
<!-- starts footer -->
<footer>
<div class="footer-container">
<div class="log">
<img src="images/logo.png" alt="">
</div>
<div class="footer-menu">
<div class="secondary-menu">
<h4>UNIVERSAL</h4>
<ul>
<li><a href="">Moving </a></li>
<li><a href="">privately </a></li>
<li><a href="">company</a></li>
<li><a href=""> Clear house</a></li>
</ul>
</div>
<div class="other-links">
<h4>MOVERS</h4>
<ul>
<li><a href="">Moving tips </a></li>
<li><a href="">Moving checklist</a></li>
<li><a href="">Relocation costs</a></li>
<li><a href="">FAQ</a></li>
</ul>
</div>
<div class="contact-info">
<h4>MAKE CONTACT</h4>
<div><img src="images/icons/Group.png" alt="">KVK 85030473 <br>BTW NL863479054B01</div>
<div><img src="images/icons/Vector.png" alt="">info@universalmovers.nl <br></div>
<div><img src="images/icons/Shape.png" alt="">+31 (0)85 203 11 44</div>
</div>
</div>
</div>
</footer>
<script type="" src="js/script.js"></script>
</body>
</html>