-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
488 lines (472 loc) · 25.3 KB
/
index.html
File metadata and controls
488 lines (472 loc) · 25.3 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
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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<html lang="en">
<head>
<title>Red Mountain — Logistics Company</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,700,900|Display+Playfair:200,300,400,700">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="icon" type="image/png" href="images/logo.png">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="200">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-3 js-site-navbar site-navbar-target" role="banner" id="site-navbar">
<div class="container">
<div class="row align-items-center site-logo-header">
<div class="col-11 col-xl-2 site-logo">
<h1 class="mb-0">
<a href="#section-home" class="text-white h2 mb-0">
<img class="site-logo-img" src="images/logo.png" alt="logo" width="75%">
</a>
</h1>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu js-clone-nav mx-auto d-none d-lg-block">
<li><a href="#section-home" class="nav-link">Home</a></li>
<li class="has-children">
<a href="#section-about" class="nav-link">About Us</a>
<ul class="dropdown">
<li><a href="#section-how-it-works" class="nav-link">How It Works</a></li>
</ul>
</li>
<li><a href="#section-services" class="nav-link">Services</a></li>
<li><a href="#section-industries" class="nav-link">Industries</a></li>
<li><a href="#section-contact" class="nav-link">Contact</a></li>
<li><a href="#section-location" class="nav-link">Location</a></li>
</ul>
</nav>
</div>
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;">
<a href="#" class="site-menu-toggle js-menu-toggle">
<span class="icon-menu h3"></span>
</a>
</div>
</div>
</div>
</header>
<div class="site-blocks-cover overlay" style="background-image: url(images/hero_bg_1.jpg);"
data-aos="fade" data-stellar-background-ratio="0.5" id="section-home">
<div class="container">
<div class="row align-items-center justify-content-center text-center">
<div class="col-md-8" data-aos="fade-up" data-aos-delay="400">
<h1 class="text-primary font-weight-light text-uppercase font-weight-bold" data-aos="fade-up">
Red Mountain
</h1>
<h1 class="text-white font-weight-light text-uppercase font-weight-bold" data-aos="fade-up">
We Make Shipping</h1>
<p class="mb-5" data-aos="fade-up" data-aos-delay="100">A Logistics Company</p>
</div>
</div>
</div>
</div>
<div class="site-section" id="section-about">
<div class="container">
<div class="row mb-5">
<div class="col-md-5 ml-auto mb-5 order-md-2" data-aos="fade-up" data-aos-delay="100">
<img src="images/img_3.jpg" alt="Image" class="img-fluid rounded">
</div>
<div class="col-md-6 order-md-1" data-aos="fade-up">
<div class="text-left pb-1 border-primary mb-4">
<h2 class="text-primary">About Us</h2>
</div>
<p>Red Mountain is an active participant in the transport and logistics market of USA, providing a full
range of services for the transportation of goods of any complexity. Customers appreciate us for
their high service, attention to detail and the use of quality standards. We regularly improve our
capabilities, introduce new transport schemes and develop existing routes, improve measures to
ensure the safety of goods and monitor all the latest trends in transport logistics. </p>
<p class="mb-5">In addition to logistics services, our clients receive high-quality legal support and
experience in risk management.</p>
<ul class="ul-check list-unstyled success">
<li>Cooperation</li>
<li>Organization and professionalism</li>
<li>Safety and Reliability</li>
<li>Dependability, Warranty, and Quality at your disposal</li>
</ul>
</div>
</div>
</div>
</div>
<div class="site-section bg-image overlay" style="background-image: url('images/hero_bg_4.jpg');"
id="section-how-it-works">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center border-primary">
<h2 class="font-weight-light text-primary" data-aos="fade">How It Works</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="100">
<div class="how-it-work-item">
<span class="number">1</span>
<div class="how-it-work-body">
<h2>Make An Order</h2>
<p class="mb-5">The client sends us a request for delivery and customs clearance of Loads.</p>
<ul class="ul-check list-unstyled success">
<li class="text-white">Description and Characteristics</li>
<li class="text-white">Dates and Addresses</li>
<li class="text-white">Special Wishes</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="200">
<div class="how-it-work-item">
<span class="number">2</span>
<div class="how-it-work-body">
<h2>Make An Analyse</h2>
<p class="mb-5">We select logistics options, explain nuances and agree on all conditions and
prices.</p>
<ul class="ul-check list-unstyled success">
<li class="text-white">Conditions are taking into account</li>
<li class="text-white">Acceptable Prices</li>
<li class="text-white">Rapport</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="300">
<div class="how-it-work-item">
<span class="number">3</span>
<div class="how-it-work-body">
<h2>Make A Delivery</h2>
<p class="mb-5">Pick up the goods from the supplier We take the loads from facility control the
loading.</p>
<ul class="ul-check list-unstyled success">
<li class="text-white">Safety</li>
<li class="text-white">Control</li>
<li class="text-white">Speed</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section bg-light" id="section-services">
<div class="container">
<div class="row justify-content-center mb-5" data-aos="fade-up">
<div class="col-md-7 text-center border-primary">
<h2 class="mb-0 text-primary">Our Services</h2>
<p class="color-black-opacity-5">
Red Mountain is an active participant in the transport and logistics market of USA
</p>
</div>
</div>
<div class="row align-items-stretch">
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up">
<div class="unit-4 d-flex">
<div class="unit-4-icon mr-4"><span class="text-primary flaticon-truck"></span></div>
<div class="readmore">
<h3 class="text-primary">Dry Van</h3>
Dry Van services and their consolidation requires a lot of experience to ensure optimal loading
of loads and selection <span class="ellipsis">...</span>
<span class="moreText" style="display:none">of a consignment of goods of appropriate volumes. Our company provides Dry Van services in all directions.
Dry Van makes it possible to transport any goods, including consumer goods, for which our company provides the appropriate vehicles.</span>
<a style="display:block" class="more text-primary">Learn More</a>
</div>
</div>
</div>
<!-- <div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="100">-->
<!-- <div class="unit-4 d-flex">-->
<!-- <div class="unit-4-icon mr-4"><span class="text-primary flaticon-map "></span></div>-->
<!-- <div class="readmore">-->
<!-- <h3 class="text-primary">Expedited</h3>-->
<!-- Experienced and attentive Team will perform expedited delivery.-->
<!-- Due to the large number of carefully tested and<span class="ellipsis">...</span>-->
<!-- <span class="moreText" style="display:none">proven logistics schemes, we transport the goods entrusted to us in the optimal time.-->
<!-- Expedited service involves the preparation, which protects the client from the negative consequences of various force majeure circumstances</span>-->
<!-- <a style="display:block" class="more text-primary">Learn More</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">-->
<!-- <div class="unit-4 d-flex">-->
<!-- <div class="unit-4-icon mr-4"><span class="text-primary flaticon-container "></span></div>-->
<!-- <!– flaticon-truck–>-->
<!-- <div class="readmore">-->
<!-- <h3 class="text-primary">Partial Loads</h3>-->
<!-- Partial Loads s popular with many of our customers, including individuals, small companies and-->
<!-- large enterprises.-->
<!-- Its<span class="ellipsis">...</span>-->
<!-- <span class="moreText" style="display:none">essence lies in the fact that several small batches of goods are consolidated and transported by one vehicle in one direction.</span>-->
<!-- <a style="display:block" class="more text-primary">Learn More</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="300">
<div class="unit-4 d-flex">
<div class="unit-4-icon mr-4"><span class="text-primary flaticon-wooden"></span></div>
<div class="readmore">
<h3 class="text-primary">Drop and Hook</h3>
An adopting a drop trailer program will give a chance to shippers and carriers to be independent
and work as a team.<span class="ellipsis">...</span>
<span class="moreText" style="display:none">In this program a driver can come with a tractor to the shipper and pick up a loaded one by exchanging it to the one which was brought.</span>
<a style="display:block" class="more text-primary">Learn More</a>
</div>
</div>
</div>
<!-- <div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="400">-->
<!-- <div class="unit-4 d-flex">-->
<!-- <div class="unit-4-icon mr-4"><span class="text-primary flaticon-hand-box"></span></div>-->
<!-- <div class="readmore">-->
<!-- <h3 class="text-primary">Reefer</h3>-->
<!-- The service efficiently calculates the route taking into account the quality of roads.-->
<!-- This allows the shipper no longer <span class="ellipsis">...</span>-->
<!-- <span class="moreText" style="display:none">spend his own time and energy on telephone calls with drivers.-->
<!-- This type of service will be most relevant for the transport of flowers, food (vegetables, fruits, meat products), plants, medicines and frozen convenience foods.</span>-->
<!-- <a style="display:block" class="more text-primary">Learn More</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="500">
<div class="unit-4 d-flex">
<div class="unit-4-icon mr-4"><span class="text-primary flaticon-computer"></span></div>
<div class="readmore">
<h3 class="text-primary">Dispatching</h3>
Our Dispatchers simplifies the service by updating you during the transport and they can be on
line
in a whole time of<span class="ellipsis">...</span>
<span class="moreText" style="display:none">the service which was the reason of getting a lot of “thanks” from our loyal customers.
Our first mission is to make sure that your load is being delivered on time and safely in all the states of the USA.</span>
<a style="display:block" class="more text-primary">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="site-section block-13" id="section-industries">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center border-primary">
<h2 class="mb-0 text-primary">Industries</h2>
<p class="color-black-opacity-5"></p>
</div>
</div>
</div>
<div class="owl-carousel nonloop-block-13">
<div>
<a href="#section-industries" class="unit-1 text-center">
<img src="images/img_1.jpg" alt="Image" class="img-fluid">
<div class="unit-1-text">
<h3 class="unit-1-heading">Storage</h3>
</div>
</a>
</div>
<div>
<a href="#section-industries" class="unit-1 text-center">
<img src="images/img_2.jpg" alt="Image" class="img-fluid">
<div class="unit-1-text">
<h3 class="unit-1-heading">Dry Van</h3>
</div>
</a>
</div>
<div>
<a href="#section-industries" class="unit-1 text-center">
<img src="images/img_3.jpg" alt="Image" class="img-fluid">
<div class="unit-1-text">
<h3 class="unit-1-heading">Cargo Transports</h3>
</div>
</a>
</div>
<div>
<a href="#section-industries" class="unit-1 text-center">
<img src="images/img_4.jpg" alt="Image" class="img-fluid">
<div class="unit-1-text">
<h3 class="unit-1-heading">Cargo Ship</h3>
</div>
</a>
</div>
<div>
<a href="#section-industries" class="unit-1 text-center">
<img src="images/img_5.jpg" alt="Image" class="img-fluid">
<div class="unit-1-text">
<h3 class="unit-1-heading">Ware Housing</h3>
</div>
</a>
</div>
</div>
</div>
<div class="site-blocks-cover overlay inner-page-cover"
style="background-image: url(images/hero_bg_2.jpg); background-attachment: fixed;">
<div class="container">
<div class="row align-items-center justify-content-center text-center">
<div class="col-md-7" data-aos="fade-up">
<a href="https://www.youtube.com/watch?v=q5_fn8_eQK8"
class="play-single-big mb-4 d-inline-block popup-vimeo"><span class="icon-play"></span></a>
<h2 class="text-white font-weight-light mb-5 h1">Watch The Video</h2>
</div>
</div>
</div>
</div>
<div class="site-section bg-light" id="section-contact">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center border-primary">
<h2 class="font-weight-light text-primary">Contact Us</h2>
<p class="color-black-opacity-5">See Our Daily News & Updates</p>
</div>
</div>
<div class="row">
<div class="col-md-7 mb-5">
<form action="https://formspree.io/f/xdoyylvp" method="POST" id="form"
class="contact-from p-5 bg-white">
<input type="hidden" name="_language" value="en" />
<div class="row form-group">
<div class="col-md-6 mb-3 mb-md-0">
<label class="text-black" for="fname">First Name</label>
<input required type="text" id="fname" name="fname" class="form-control">
</div>
<div class="col-md-6">
<label class="text-black" for="lname">Last Name</label>
<input required type="text" id="lname" name="lname" class="form-control">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="email">Email</label>
<input required type="email" id="email" name="email" class="form-control">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="phone">Phone</label>
<input required type="number" id="phone" name="phone" class="form-control ">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="message">Message</label>
<textarea id="message" name="message" cols="30" rows="7" class="form-control"></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<button id="submit-button" type="submit" class="btn btn-primary py-2 px-4 text-white">
Send Message
</button>
</div>
</div>
</form>
</div>
<div class="col-md-5">
<div class="p-4 mb-3 bg-white">
<p class="mb-0 font-weight-bold">Address</p>
<p class="mb-4">1699 WALL ST STE 550 Q, MOUNT PROSPECT, IL 60056</p>
<p class="mb-0 font-weight-bold">Phones</p>
<p class="mb-4">
<a href="#section-contact">(773) 860-8771</a>
<br>
<a href="#section-contact">(224) 480-1911</a>
</p>
<p class="mb-0 font-weight-bold">Email Address</p>
<p class="mb-0 text-primary"><a style="cursor:pointer">safety@rmtrucking.org</a></p>
</div>
<div class="p-4 mb-3 bg-white">
<h3 class="h5 text-black mb-3">More Info</h3>
<p>Contact with Us if You have any questions, proposals and if You needed any further
information. </p>
</div>
</div>
</div>
</div>
</div>
<div class="site-section" id="section-location">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center border-primary">
<h2 class="font-weight-light text-primary">Location</h2>
<p class="color-black-opacity-5">See Our Location</p>
</div>
</div>
<div class="row mb-5 align-items-stretch">
<div id="map"></div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-5 mr-auto">
<h2 class="footer-heading mb-4">About Us</h2>
<p>Cooperation</p>
<p>Organization and Professionalism</p>
<p>Safety and Reliability</p>
<p>Dependability, Warranty, and Quality at your disposal</p>
</div>
<div class="col-md-3">
<h2 class="footer-heading mb-4">Quick Links</h2>
<ul class="list-unstyled">
<li><a href="#section-about">About Us</a></li>
<li><a href="#section-services">Services</a></li>
<li><a href="#section-industries">Industries</a></li>
<li><a href="#section-contact">Contact Us</a></li>
</ul>
</div>
<div class="col-md-3">
<h2 class="footer-heading mb-4">Follow Us</h2>
<a target="_blank" href="https://www.facebook.com/groups/1360870794363066" class="pl-0 pr-3"><span class="icon-facebook"></span></a>
<a target="_blank" href="https://www.instagram.com/usa.hiringdriver/?r=nametag" class="pl-3 pr-3"><span class="icon-instagram"></span></a>
<a target="_blank" href="https://t.me/hrtruckdrivers" class="pl-3 pr-3"><span class="icon-telegram"></span></a>
</div>
</div>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<div class="border-top pt-5">
<p>
Copyright © <script>document.write(new Date().getFullYear());</script>
All rights reserved | This site was made <i class="icon-user" aria-hidden="true"></i> by <a
href="https://t.me/ota_fayz" target="_blank">Otabek Fayziev</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
<script src="https://api-maps.yandex.ru/2.1/?lang=en_RU" type="text/javascript"></script>
<script src="js/placer.js" type="text/javascript"></script>
<script src="js/showMore.js"></script>
<script>
window.onbeforeunload = () => {
for (const form of document.getElementsByTagName('form')) {
form.reset();
}
}
</script>
</body>
</html>