-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
467 lines (453 loc) · 15.8 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
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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>R5</title>
<style></style>
<!-- Link the sass file -->
<link rel="stylesheet" type="text/css" href="./assets/css/main.css" />
<!-- link to font -->
<link
href="https://fonts.googleapis.com/css?family=Rubik"
rel="stylesheet"
/>
<style>
body {
font-family: "Rubik";
font-size: 14px;
}
</style>
<!-- link to bootstrap -->
<script src="./node_modules/bootstrap/dist/js/bootstrap.js"></script>
<!-- font awsome and icone -->
<link
rel="icon"
type="image/x-icon"
href="./assets/images/icons8-w-16.png"
/>
<script
src="https://kit.fontawesome.com/1b1d3df3b6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- start of header code p-3 p-lg-5 p-md-4 p-sm-3-->
<div
class="container-fluid mx-auto align-content-center text-center bg-image pb-sm-3 pb-lg-5"
style="
background-image: url(./assets/images/hero-bg.png);
background-position: auto;
max-width: 1440px;
background-size: 100% 100%;
background-repeat: no-repeat;
"
>
<!-- start row logo menue trail button -->
<div class="row align-content-center justify-content-center ">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid ">
<!-- ms-lg-4 ms-sm-1 ms-xs-0 mb-1 -->
<img
src="./assets/images/logo-white.png"
class="float-start ms-2 d-block img-fluid"
/>
<button
class="navbar-toggler me-2"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo03"
aria-controls="navbarTogglerDemo03"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-center align-content-center p-2"
id="navbarTogglerDemo03"
>
<ul
class="navbar-nav mx-auto mb-2 mb-lg-0 justify-content-center align-content-center"
>
<li class="nav-item">
<a
class="nav-link active text-white"
aria-current="page"
href="#"
>Features</a
>
</li>
<li class="nav-item">
<a
class="nav-link active text-white"
aria-current="page"
href="#"
>Pricing</a
>
</li>
<li class="nav-item">
<a
class="nav-link active text-white"
aria-current="page"
href="#"
>About</a
>
</li>
<li class="nav-item">
<a
class="nav-link active text-white"
aria-current="page"
href="#"
>Contact Us</a
>
</li>
</ul>
<button
class="btn btn-outline-primary bg-opacity-10 bg-light float-lg-end mx-xs-auto rounded-pill text-white shadow text-center justify-content-center align-content-center me-lg-4 me-sm-1 me-xs-0 text-nowrap display-6"
>
Free Trial
</button>
</div>
</div>
</nav>
</div>
<!-- start row header Educational pj -->
<div
class="row row-cols-auto text-center align-content-center justify-content-center mx-auto p-5 p-lg-5 p-md-4 p-sm-3"
>
<div class="col text-center ">
<h3
class="text-secondary fw-medium h3 d-block"
style="letter-spacing: +1"
>
The Best
</h3>
<h1 class="display-5 text-white fw-bold d-block text-center h1 mx-auto" style="letter-spacing: +3">
Lawliet Marketing Agency
</h1>
<!-- -->
<p class="d-block text-secondary p-lg-3 p-sm-1 text-wrap text-break">
Completely synergize resource taxing relationships via premier
<br />niche markets. Professionally cultivate one-to-one customer
</p>
<button
class="btn btn-primary p-lg-3 p-sm-1 text-white rounded-pill fw-bold text-nowrap shadow"
style="max-width: 243px; max-height: 78px; letter-spacing: +1"
>
Get Started
</button>
</div>
</div>
</div>
<!-- start code for Logos clients -->
<div class="container-fluid p-3 p-lg-5 p-md-4 p-sm-3 bg-light" style="max-width: 1440px">
<!-- col-sm-12 col-md-2 col-lg-2 -->
<div class="row row-cols-auto justify-content-around">
<div class="col">
<img
src="./assets/images/client-1.png"
class="mx-auto img-fluid d-block"
/>
</div>
<div class="col">
<img
src="./assets/images/client-2.png"
class="mx-auto img-fluid d-block"
/>
</div>
<div class="col">
<img
src="./assets/images/client-3.png"
class="mx-auto img-fluid d-block"
/>
</div>
<div class="col">
<img
src="./assets/images/client-4.png"
class="mx-auto img-fluid d-block"
/>
</div>
<div class="col">
<img
src="./assets/images/client-5.png"
class="mx-auto img-fluid d-block"
/>
</div>
</div>
</div>
<!-- start code services section -->
<div class="container p-3 p-lg-5 p-md-4 p-sm-3 justify-content-between">
<div class="row row-cols-auto justify-content-around">
<!--Services right column -->
<div class="col-lg-6 col-sm-12 p-lg-4 p-sm-4 mx-sm-auto p-3">
<h2 class="text-dark fw-bolder h2">
We’re Strategic Digital <br />Marketing Agency
</h2>
<p
class="text-body text-muted fw-lighter p-2"
style="max-width: 424px"
>
We’ve created a full-stack structure for our working workflow
processe, were from the funny the century initial all made, have
spare to negatives
</p>
<button
class="btn btn-primary p-3 text-white rounded-pill fw-bold btn-block text-nowrap shadow"
style="max-width: 243px; max-height: 78px; letter-spacing: +1"
>
Get Started
</button>
</div>
<!--Services left column -->
<div class="col-lg-6 col-sm-12 col-xs-12 p-lg-4 p-xs-3 p-sm-2 p-3">
<div class="row row-cols-2 justify-content-around">
<div class="col">
<img
src="./assets/images/services-icon-1.png"
class="pb-2 d-block img-fluid"
/>
<h6 class="text-dark pb-2 pt-2 h6">
<strong>Content Strategy</strong>
</h6>
<p class="text-body text-muted fw-lighter">
All our content marketing service packages include a custom
content strategy
</p>
</div>
<div class="col">
<img
src="./assets/images/services-icon-2.png"
class="pb-2 d-block img-fluid"
/>
<h6 class="text-dark pb-2 pt-2 h6">
<strong>Content Development</strong>
</h6>
<p class="text-body text-muted fw-lighter">
We create some content calendar for your company’s must-share
content
</p>
</div>
<div class="col">
<img
src="./assets/images/services-icon-3.png"
class="pb-2 d-block img-fluid"
/>
<h6 class="text-dark pb-2 pt-2 h6">
<strong>Content Creation</strong>
</h6>
<p class="text-body text-muted fw-lighter">
Experienced in copywriting and marketing team begins creating
content
</p>
</div>
<div class="col">
<img
src="./assets/images/services-icon-4.png"
class="pb-2 d-block img-fluid"
/>
<h6 class="text-dark pb-2 pt-2 h6">
<strong>Content Optimization</strong>
</h6>
<p class="text-body text-muted fw-lighter">
Your content marketing management services also include SEO
</p>
</div>
</div>
</div>
</div>
</div>
<!-- start of Artikles section -->
<div class="container p-3 p-lg-5 p-md-4 p-sm-3 justify-content-around">
<h2 class="text-dark fw-bolder pb-3 h2">Articles From Our Blog</h2>
<div class="row row-cols-auto justify-content-around">
<div class="col-lg-6 col-md-12 col-sm-12">
<img
src="./assets/images/article-one.png"
class="d-block img-fluid"
/>
<h6 class="text-dark pb-3 pt-3 fw-bolder h6">
10 Reasons to invest in SEO copywriting services
</h6>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<!-- style="max-width: 270px;" -->
<img
src="./assets/images/article-two.png"
class="d-block img-fluid"
/>
<h6 class="text-dark pb-2 pt-3 h6">
<strong>How to get hired at a top Digital Marketing</strong>
</h6>
<p class="text-dark fw-lighter text-muted">
Agency life. We’ve all seen the photos posted on social media – the
cool...
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<img
src="./assets/images/article-three.png"
class="d-block img-fluid"
/>
<h6 class="text-dark pb-2 pt-3 h6">
<strong>Copywriting guidelines during the coronavirus</strong>
</h6>
<p class="text-dark fw-lighter text-muted">
Since the coronavirus hit earlier this year, it’s hard to go
anywhere...
</p>
</div>
</div>
</div>
<!-- start of Newsletter section -->
<div
class="container align-content-center align-middle justify-content-center bg-image p-lg-5 p-md-4 p-sm-3 p-3"
style="
background-image: url(./assets/images/subscribe-bg.png);
background-position: center;
/* max-width: 70%; */
background-size: 93% 100%;
background-repeat: no-repeat;
"
>
<h3 class="text-white p-lg-4 p-xs-3 p-sm-4 p-md-3 mb-1 h3 pb-3 pt-3">
Subscribe to get information, latest news and other :
</h3>
<form action="#" class="p-lg-4 p-xs-3 p-sm-4 p-md-3 mb-5 mb-xs-3">
<input
id="Email"
class="border border-0 bg-white text-black rounded-pill p-lg-4 p-xs-3 p-sm-4 mb-3"
style="max-width: 372px; max-height: 78px"
type="text"
placeholder=" Your Email"
/>
<!-- width: 243px; height: 78px ; -->
<button
class="btn btn-primary text-white rounded-pill fw-bold btn-block text-nowrap p-3 shadow"
style="max-width: 243px; max-height: 78px; letter-spacing: +1"
>
Get Started
</button>
</form>
</div>
<!-- start of footer section -->
<div class="container p-3 p-lg-5 p-md-4 p-sm-3 justify-content-center align-content-center">
<div class="row ">
<!-- start code of logo and social media link -->
<div class="col-lg-3 col-md-12 col-sm-12">
<img
src="./assets/images/logo-dark.png"
class="pb-2 pt-2 d-block img-fluid"
/>
<p class="text-body fw-lighter text-muted text-wrap text-break">
Marketing is a company that focus on developing company’s strategy
for increase digital marketing
</p>
<!-- <img src="./node_modules/bootstrap-icons/icons/"/> -->
<a href="#">
<i class="fa-brands fa-facebook text-secondary mx-1"></i
></a>
<a href="#">
<i class="fa-brands fa-twitter text-secondary mx-1"></i
></a>
<a href="#">
<i class="fa-brands fa-square-instagram text-secondary mx-1"></i
></a>
</div>
<!-- stat code for navigation footer -->
<!-- menu Menu -->
<div class="col-lg-3 col-md-4 col-sm-12">
<h6 class="text-dark pb-2 pt-2 fw-bolder h6">Menu</h6>
<ul
class="text-body fw-lighter text-muted list-unstyled list-group list-group-flush"
>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Home</a
>
</li>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Features</a
>
</li>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Pricing About</a
>
</li>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Contact Us</a
>
</li>
</ul>
</div>
<!-- menu Services -->
<div class="col-lg-3 col-md-4 col-sm-12">
<h6 class="text-dark pb-2 pt-2 fw-bolder h6">Services</h6>
<ul class="text-body fw-lighter text-muted list-unstyled">
<li class="nav-item">
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Content Strategy</a
>
</li>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Content Development</a
>
</li>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Content Creation</a
>
</li>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Content Optimazion</a
>
</li>
</ul>
</div>
<!-- menu Company -->
<div class="col-lg-3 col-md-4 col-sm-12">
<h6 class="text-dark pb-2 pt-2 fw-bolder h6">Company</h6>
<ul class="text-body fw-lighter text-muted list-unstyled">
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Site Map</a
>
</li>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Terms of Use</a
>
</li>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Privacy Notice</a
>
</li>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Cookies</a
>
</li>
<li>
<a href="#" class="nav-link text-body fw-lighter text-muted"
>Modern Slavery</a
>
</li>
</ul>
</div>
</div>
</div>
<!-- Start of copyright section -->
<hr />
<div class="copyrights text-center p-3">
© Copyright website. All right reserved
</div>
<!-- End of copyright section -->
<!-- End of Footer Section -->
</body>
</html>