-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
585 lines (572 loc) · 19.4 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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./styles/index.min.css" />
<title>Positivus</title>
</head>
<body>
<!-- ! NAV -->
<nav class="PcNav">
<article>
<section class="PositivusLogo">
<img src="./assets/logo/Logo.png" alt="#" />
<h2>Positivus</h2>
</section>
<section class="RightSideList">
<ul class="ListNav">
<li>About us</li>
<li>Services</li>
<li>Use Cases</li>
<li>Pricing</li>
<li>Blog</li>
<li><button>Request a quote</button></li>
</ul>
</section>
<section class="SectionBurger">
<label class="burger" for="burger">
<input type="checkbox" id="burger" />
<span></span>
<span></span>
<span></span>
</label>
</section>
</article>
</nav>
<!-- ! nav -->
<header>
<article class="PcHeader">
<section class="DigitalMarketing">
<h1>Navigating the digital landscape for success</h1>
<span
>Our digital marketing agency helps businesses grow and succeed
online through a range of services including SEO, PPC, social media
marketing, and content creation.</span
>
<button>Book a consultation</button>
</section>
<section class="IllustrationPic">
<img src="./assets/MainPagePictures/Illustration.png" alt="" />
</section>
</article>
<article class="MobileHeader">
<section class="DigitalMarketing">
<h1>Navigating the digital landscape for success</h1>
<img src="./assets/MainPagePictures/Illustration.png" alt="" />
<span
>Our digital marketing agency helps businesses grow and succeed
online through a range of services including SEO, PPC, social media
marketing, and content creation.</span
>
<button>Book a consultation</button>
</section>
</article>
</header>
<!-- ! header -->
<main>
<article>
<section class="RunningImages">
<div>
<img src="./assets/CompanyLogo/Company logo.png" alt="" />
<img src="./assets/CompanyLogo/Company logo (1).png" alt="" />
<img src="./assets/CompanyLogo/Company logo (2).png" alt="" />
<img src="./assets/CompanyLogo/Company logo (3).png" alt="" />
<img src="./assets/CompanyLogo/Company logo (4).png" alt="" />
<img src="./assets/CompanyLogo/Company logo (5).png" alt="" />
</div>
</section>
<div class="ServicesList">
<button>Services</button>
<span
>At our digital marketing agency, we offer a range of services to
help businesses grow and succeed online. These services
include:</span
>
</div>
<section class="ServicesCards">
<ul class="CardsList">
<li>
<div class="CardSearch">
<h3>Search Engine Optimization</h3>
<div class="LearnMore">
<img src="./assets/Arrows/Icon (7).png" alt="" />
<span>Learn more</span>
</div>
</div>
<img src="./assets/MainPagePictures/Illustration-5.png" alt="" />
</li>
<!-- !----- -->
<li>
<div class="CardSearch">
<h3>Pay-per-click adversting</h3>
<div class="LearnMore">
<img src="./assets/Arrows/Icon (7).png" alt="" />
<span>Learn more</span>
</div>
</div>
<img src="./assets/MainPagePictures/Illustration-1.png" alt="" />
</li>
<!-- !----- -->
<li>
<div class="CardSearch">
<h3>Social Media Marketing</h3>
<div class="LearnMore">
<img src="./assets/Arrows/Icon (8).png" alt="" />
<span>Learn more</span>
</div>
</div>
<img src="./assets/MainPagePictures/Illustration-2.png" alt="" />
</li>
<!-- !----- -->
<li>
<div class="CardSearch">
<h3>
Email <br />
Marketing
</h3>
<div class="LearnMore">
<img src="./assets/Arrows/Icon (7).png" alt="" />
<span>Learn more</span>
</div>
</div>
<img
src="./assets/MainPagePictures/tokyo-sending-messages-from-one-place-to-another 1.png"
alt=""
/>
</li>
<!-- !----- -->
<li>
<div class="CardSearch">
<h3>
Content <br />
Creation
</h3>
<div class="LearnMore">
<img src="./assets/Arrows/Icon (7).png" alt="" />
<span>Learn more</span>
</div>
</div>
<img src="./assets/MainPagePictures/Illustration-3.png" alt="" />
</li>
<!-- !----- -->
<li>
<div class="CardSearch">
<h3>Analytics and Tracking</h3>
<div class="LearnMore">
<img src="./assets/Arrows/Icon (8).png" alt="" />
<span>Learn more</span>
</div>
</div>
<img src="./assets/MainPagePictures/Illustration-4.png" alt="" />
</li>
</ul>
</section>
</article>
<article>
<section class="CaseStudies">
<div>
<h3>Let’s make things happen</h3>
<p>
Contact us today to learn more about how our digital marketing
services can help your business grow and succeed online.
</p>
<button>Get your free proposal</button>
</div>
<img src="./assets/MainPagePictures/Illustration (1).png" alt="" />
</section>
</article>
<article>
<section>
<div class="ServicesList">
<button>Case Studies</button>
<span
>Explore Real-Life Examples of Our Proven Digital Marketing
Success through Our Case Studies</span
>
</div>
</section>
</article>
<article class="CaseStudiesBlocks">
<section>
<span>
For a local restaurant, we implemented a targeted PPC campaign that
resulted in a 50% increase in website traffic and a 25% increase in
sales.
</span>
<div>
<span>Learn more</span>
<img src="./assets/icons/Icon (9).png" alt="" />
</div>
</section>
<hr class="hr" />
<!-- ! -->
<section>
<span>
For a B2B software company, we developed an SEO strategy that
resulted in a first page ranking for key keywords and a 200%
increase in organic traffic.
</span>
<div>
<span>Learn more</span>
<img src="./assets/icons/Icon (9).png" alt="" />
</div>
</section>
<hr />
<!-- ! -->
<section>
<span>
For a national retail chain, we created a social media marketing
campaign that increased followers by 25% and generated a 20%
increase in online sales.
</span>
<div>
<span>Learn more</span>
<img src="./assets/icons/Icon (9).png" alt="" />
</div>
</section>
</article>
<article>
<section>
<div class="ServicesList">
<button>Our Working Process</button>
<span
>Step-by-Step Guide to Achieving <br />
Your Business Goals</span
>
</div>
</section>
</article>
<article class="ArticleWhatWeDo">
<section class="WhatWeDo">
<h3>Consultation</h3>
<!-- <img src="./assets/icons/Plus icon.png" alt="" /> -->
<span class="toggleSwitcher">></span>
</section>
<section class="WhatWeDoDesc">
During the initial consultation, we will discuss your business goals
and objectives, target audience, and current marketing efforts. This
will allow us to understand your needs and tailor our services to best
fit your requirements.
</section>
<section class="WhatWeDo">
<h3>Research and Strategy Development</h3>
<span class="toggleSwitcher">></span>
</section>
<section class="WhatWeDoDesc">
During the initial consultation, we will discuss your business goals
and objectives, target audience, and current marketing efforts. This
will allow us to understand your needs and tailor our services to best
fit your requirements.
</section>
<section class="WhatWeDo">
<h3>Implementation</h3>
<span class="toggleSwitcher">></span>
</section>
<section class="WhatWeDoDesc">
During the initial consultation, we will discuss your business goals
and objectives, target audience, and current marketing efforts. This
will allow us to understand your needs and tailor our services to best
fit your requirements.
</section>
<section class="WhatWeDo">
<h3>Monitoring and Optimization</h3>
<span class="toggleSwitcher">></span>
</section>
<section class="WhatWeDoDesc">
During the initial consultation, we will discuss your business goals
and objectives, target audience, and current marketing efforts. This
will allow us to understand your needs and tailor our services to best
fit your requirements.
</section>
<section class="WhatWeDo">
<h3>Reporting and Communication</h3>
<span class="toggleSwitcher">></span>
</section>
<section class="WhatWeDoDesc">
During the initial consultation, we will discuss your business goals
and objectives, target audience, and current marketing efforts. This
will allow us to understand your needs and tailor our services to best
fit your requirements.
</section>
<section class="WhatWeDo">
<h3>Continual Improvement</h3>
<span class="toggleSwitcher">></span>
</section>
<section class="WhatWeDoDesc">
During the initial consultation, we will discuss your business goals
and objectives, target audience, and current marketing efforts. This
will allow us to understand your needs and tailor our services to best
fit your requirements.
</section>
</article>
<article>
<section>
<div class="ServicesList">
<button>Team</button>
<span
>SMeet the skilled and experienced team behind our successful
digital marketing strategies</span
>
</div>
</section>
</article>
<article class="ArticleTeam">
<section>
<div>
<img src="./assets/OurTeam/Picture (5).png" alt="" />
<img
src="./assets/OurTeam/Social icon.png"
class="LinkedIn"
alt=""
/>
<div>
<h4>John Smith</h4>
<span>CEO and Founder</span>
</div>
</div>
<hr />
<span
>10+ years of experience in digital marketing. Expertise in SEO,
PPC, <br />
and content strategy</span
>
</section>
<!-- -->
<section>
<div>
<img src="./assets/OurTeam/Picture (4).png" alt="" />
<img
src="./assets/OurTeam/Social icon.png"
class="LinkedIn"
alt=""
/>
<div>
<h4>Jane Doe</h4>
<span>Director of Operations</span>
</div>
</div>
<hr />
<span
>7+ years of experience in project management and team leadership.
Strong organizational and communication skills</span
>
</section>
<!-- -->
<section>
<div>
<img src="./assets/OurTeam/Picture (3).png" alt="" />
<img
src="./assets/OurTeam/Social icon.png"
class="LinkedIn"
alt=""
/>
<div>
<h4>Michael Brown</h4>
<span>Senior SEO Specialist</span>
</div>
</div>
<hr />
<span
>5+ years of experience in SEO and content creation. Proficient in
keyword research and on-page optimization</span
>
</section>
<!-- -->
<section>
<div>
<img src="./assets/OurTeam/Picture (2).png" alt="" />
<img
src="./assets/OurTeam/Social icon.png"
class="LinkedIn"
alt=""
/>
<div>
<h4>Emily Johnson</h4>
<span>PPC Manager</span>
</div>
</div>
<hr />
<span
>3+ years of experience in paid search advertising. Skilled in
campaign management and performance analysis</span
>
</section>
<!-- -->
<section>
<div>
<img src="./assets/OurTeam/Picture (1).png" alt="" />
<img
src="./assets/OurTeam/Social icon.png"
class="LinkedIn"
alt=""
/>
<div>
<h4>Brian Williams</h4>
<span
>Social Media <br />
Specialist</span
>
</div>
</div>
<hr />
<span
>4+ years of experience in social media marketing. Proficient in
creating and scheduling content, analyzing metrics, and building
engagement</span
>
</section>
<!-- -->
<section>
<div>
<img src="./assets/OurTeam/Picture.png" alt="" />
<img
src="./assets/OurTeam/Social icon.png"
class="LinkedIn"
alt=""
/>
<div>
<h4>Sarah Kim</h4>
<span>Content Creator</span>
</div>
</div>
<hr />
<span
>2+ years of experience in writing and editing Skilled in creating
compelling, SEO-optimized content for various industries</span
>
</section>
</article>
<article>
<section>
<div class="ServicesList">
<button>Testimonials</button>
<span
>Hear from Our Satisfied Clients: Read Our Testimonials to Learn
More about Our Digital Marketing Services</span
>
</div>
</section>
</article>
<article class="ArticleComments">
<section>
<span
>"We have been working with Positivus for the past year and have
seen a significant increase in website traffic and leads as a result
of their efforts. The team is professional, responsive, and truly
cares about the success of our business. We highly recommend
Positivus to any company looking to grow their online
presence."</span
>
<div class="CommentPerson">
<h3>John Smith</h3>
<span>Marketing Director at XYZ Corp</span>
</div>
</section>
<section>
<span
>"We have been working with Positivus for the past year and have
seen a significant increase in website traffic and leads as a result
of their efforts. The team is professional, responsive, and truly
cares about the success of our business. We highly recommend
Positivus to any company looking to grow their online
presence."</span
>
<div class="CommentPerson">
<h3>John Smith</h3>
<span>Marketing Director at XYZ Corp</span>
</div>
</section>
</article>
<article>
<section>
<div class="ServicesList">
<button>Contact Us</button>
<span
>Connect with Us: Let's Discuss Your Digital Marketing Needs</span
>
</div>
</section>
</article>
<article class="ArticleForm">
<section class="ContactUsForm">
<form>
<!-- ! -->
<label for="password_field" class="input_label">Name</label>
<input
class="input_field"
type="text"
name="input-name"
title="Inpit title"
placeholder="Name"
/>
<!-- ! -->
<label for="password_field" class="input_label">Email*</label>
<input
class="input_field"
type="text"
name="input-name"
title="Inpit title"
placeholder="Email"
/>
<!-- ! -->
<label for="password_field" class="input_label">Message*</label>
<textarea
name="textarea"
id="textarea"
type="text"
placeholder="Message*"
class="textarea"
>
</textarea>
</form>
<button>Send Message</button>
</section>
<img src="./assets/MainPagePictures/Illustration (2).png" alt="" />
</article>
</main>
<footer>
<article>
<section class="FooterNav">
<div class="FooterPosLogo">
<img src="./assets/logo/Vector (1).png" alt="" />
<h2>Positivus</h2>
</div>
<ul class="ListFooter">
<li>About us</li>
<li>Services</li>
<li>Use Cases</li>
<li>Pricing</li>
<li>Blog</li>
</ul>
<div class="SocialIconsDiv">
<img src="./assets/icons/Social icon (1).png" alt="" />
<img src="./assets/icons/Social icon (2).png" alt="" />
<img src="./assets/icons/Social icon (3).png" alt="" />
</div>
</section>
<section class="MainInfoFooter">
<div class="ContactInfo">
<h2>Contact us:</h2>
<span>Email: [email protected]</span>
<span>Phone: 555-567-8901</span>
<span
>Address: 1234 Main St <br />
Moonstone City, Stardust State 12345</span
>
</div>
<div class="SubscribeForm">
<input type="text" placeholder="Email" />
<button>Subscribe to news</button>
</div>
</section>
<hr />
<section class="PrivacySec">
<span>© 2023 Positivus. All Rights Reserved.</span>
<span>Privacy Policy</span>
</section>
</article>
</footer>
<script src="./index.js"></script>
</body>
</html>