-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (270 loc) · 9.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg" sizes="any" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="Home desc" />
<title>Priboj Logistics</title>
<script src="/scripts/global.js" defer></script>
<script src="/scripts/faq.js" defer></script>
<link rel="stylesheet" href="/css/global.css" />
<link rel="stylesheet" href="/css/about.css" />
</head>
<body>
<main>
<header class="desktop-navbar">
<div class="desktop-navbar__container">
<div class="desktop-navbar__logo">
<a href="/">
<img src="/img/PribojLogistics.svg" alt="Logo" />
<span>Priboj Logistics</span>
</a>
</div>
<nav class="desktop-navbar__nav">
<ul class="desktop-navbar__nav-list">
<li><a href="/">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/services.html">Services</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
<button class="nav-burger" id="nav-burger">
<div></div>
<span class="sr-only">Toggle menu</span>
</button>
<nav class="mobile-navbar" id="mobile-navbar">
<ul class="mobile-navbar__nav-list">
<li><a href="/">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/services.html">Services</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero full-height">
<div class="hero__text-wrapper">
<div class="hero__text-content">
<h1>PRIBOJ LOGISTICS</h1>
<p style="margin-bottom: 2rem">
Transportation company working nation-wide
</p>
<a href="/contact.html" class="btn btn-primary"> CONTACT US </a>
</div>
</div>
<div class="hero__image">
<img src="/img/webp/home/homeHero.webp" alt="" />
</div>
</section>
<section class="section">
<div class="section__container">
<h1 class="section__heading">Welcome to Priboj Logistics</h1>
<div class="two-col-container">
<div
class="two-col-container__col two-col-container__image-container"
>
<img src="/img/webp/home/welcome.webp" alt="White truck" />
</div>
<div class="two-col-container__col">
<h2>Safety first! Feel like a member of the family</h2>
<p>
All employees are more than just employees in existing company
with experience at least 10 years. The family club includes
outside activities with all company members and their families,
based on interest. We offer bonuses for every refeered truck,
especially for the members of our family. Also, Christmas,
Easter and birthday presents imply.
</p>
<div class="two-col-container__col__btn-container">
<a href="/about.html" class="btn btn-primary"> ABOUT US </a>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="section__container">
<h1 class="section__heading">Why choose us?</h1>
<div class="services-grid">
<div class="grid-item">
<div class="grid-item__image-container">
<img
loading="lazy"
src="/img/webp/services/10.webp"
alt="Available 24/7"
class="grid-item__image"
/>
</div>
<span class="grid-item__title">Available 24/7</span>
<p class="grid-item__description">
Twenty-four hours, seven days a week. We are here for you
whenever you need us.
</p>
</div>
<div class="grid-item">
<div class="grid-item__image-container">
<img
loading="lazy"
src="/img/webp/services/11.webp"
alt="Becoming an owner-operator"
class="grid-item__image"
/>
</div>
<span class="grid-item__title">Becoming an owner-operator</span>
<p class="grid-item__description">
We also offer lease to purchase options.
</p>
</div>
<div class="grid-item">
<div class="grid-item__image-container">
<img
loading="lazy"
src="/img/webp/services/1.webp"
alt="Dedicated runs"
class="grid-item__image"
/>
</div>
<span class="grid-item__title">Dedicated runs</span>
<p class="grid-item__description">
A dedicated run means a truck runs the same route for the same
customer.
</p>
</div>
</div>
<div class="btn-container">
<a href="/services.html" class="btn btn-primary"> OUR SERVICES </a>
</div>
</div>
</section>
<section class="cta-section">
<div class="cta-section__text-wrapper">
<div class="cta-section__text-content">
<h1>INTERESTED IN WORKING WITH US?</h1>
<p style="margin-bottom: 2rem">
Give us a call, or send an email and we'll get back to you as soon
as possible.
</p>
<div class="cta-section__btn-container">
<a href="tel:+381628845322" class="btn btn-primary">
+381 62 8845 322
</a>
<a href="mailto:[email protected]" class="btn btn-primary">
</a>
</div>
</div>
</div>
<div class="cta-section__image">
<img loading="lazy" src="/img/webp/home/secondaryHero.webp" />
</div>
</section>
<section class="section">
<div class="section__container">
<h1 class="section__heading">FAQ</h1>
<div class="question-group" data-open="false">
<button class="question-group__question">
What do I need to apply?
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
height="1em"
width="1em"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M19.5 8.25l-7.5 7.5-7.5-7.5"
></path>
</svg>
</button>
<div class="question-group__answer">
<div>
<p>
DMV driving record no older than 1 day, social number and
driver's licence number.
</p>
</div>
</div>
</div>
<div class="question-group" data-open="false">
<button class="question-group__question">
What do I need to become an owner-operator?
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
height="1em"
width="1em"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M19.5 8.25l-7.5 7.5-7.5-7.5"
></path>
</svg>
</button>
<div class="question-group__answer">
<div>
<p>No banks, we got our own fleet for finance, just a CDL.</p>
</div>
</div>
</div>
<div class="question-group" data-open="false">
<button class="question-group__question">
Why do you call yourself "the best"?
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
height="1em"
width="1em"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M19.5 8.25l-7.5 7.5-7.5-7.5"
></path>
</svg>
</button>
<div class="question-group__answer">
<div>
<p>
We are a small company that treats everybody like family.
Truckshows trucks more than welcome. Try to be unusual
old-buddy styles. Always be good commercial and the good
referee for the company wherever on the road.
</p>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="footer__container">
<div class="footer__logo">
<a href="/">
<img src="/img/PribojLogistics.svg" alt="Logo" />
<span>Priboj Logistics</span>
</a>
</div>
<nav class="footer__nav">
<ul class="footer__nav-list">
<li><a href="/">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/services.html">Services</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
</div>
</footer>
</main>
</body>
</html>