-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
510 lines (489 loc) · 17.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Digital Marketing Process</title>
<link rel="stylesheet" href="css/main.css">
</head>
<!--==============================
= PDM PROCESS =
==================================
Scrolls into the browser inside the
browser with the content below of it.
1. Website Constructions
1.1 Browser
1.2 Wireframe structure
1.3 blocks being aligned
1.4 blocks being colored
1.5 Content for this step
2. Content
2.1 Writing content as scrolls
2.2 Images/video show up
2.3 Content for this step
3. Search Engine Optimization
3.1 Magnifying Glass
3.2 Keywords
3.3 Going up places in Google ranking
3.4 Content for this step
4. PPC
4.1 Multiple ADs popup
4.2 Money
4.3 Graphic Increasing
4.4 Content for this step
5. Social Media
4.1 Social Media Icons
4.2 Share Button
4.3 Animation for this to occur
4.4 Content for this step
6. Final CTA To Contact for this process
<! ==== PDM PROCESS ==== -->
<body style="height: 14000px;">
<div class="se-pre-con"></div>
<main id="main">
<div class="fixed">
<div class="background">
<div class="top"></div>
<div class="left"></div>
<div class="right"></div>
<div class="bottom"></div>
</div>
<div class="browser">
<img src="images/new-bar.png" alt="">
</div>
</div>
<div class="white-bg"></div>
<section class="intro">
<div class="logo">
<img src="images/PDMI_logo_xs.png" alt="">
</div>
</section>
<div class="titles">
<h1 class="wc">1. Website Construction</h1>
<h1 class="seo">2. Search Engine Optimization (SEO)</h1>
<h1 class="ppc">3. Pay-Per-Click (PPC)</h1>
<h1 class="pm">4. Social Media</h1>
</div>
<section id="website-construction">
<div class="navbar"></div>
<div class="content">
<div class="block"></div>
</div>
<div class="sidebar">
<div class="block"></div>
</div>
<!-- CONTENT -->
<div class="lines">
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
</div>
<div class="lines2">
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
</div>
<div class="lines3">
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
</div>
<div class="lines4">
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
<svg width="100%" height="10">
<path id="lines" d="m 10 10 l 500 0"/>
</svg><br/>
</div>
<div class="pictures">
<img src="images/picture.svg" alt="">
<img src="images/youtube.svg" alt="">
<img src="images/picture.svg" alt="">
<img src="images/picture.svg" alt="">
<img src="images/youtube.svg" alt="">
<img src="images/picture.svg" alt="">
</div>
</section>
<div class="hook"></div>
<section id="seo">
<div class="google">
<img src="images/google_logo.png" alt="">
<div class="searchbar"></div>
<div class="search-btns">
<a class="search-btn">
<b>Google Search</b>
</a>
<a class="iamlucky">
<b>I'm Feeling Lucky</b>
</a>
</div>
<img class="cursor" src="images/cursor (1).png" alt="">
</div>
<div class="google-search">
<div class="navbar">
<img src="images/google_logo.png" alt="">
<div class="searchbar"></div>
</div>
<div class="search-results">
<div class="othersite">
<h4>Competitor Site</h4>
<p class="url">http://competitor-site.com</p>
<p>Vestibulum id ligula porta felis euismod semper. Aenean lacinia bibendum nulla sed consectetur. Cras mattis consectetur purus sit amet fermentum. Donec ullamcorper nulla non metus auctor fringilla.</p>
</div>
<div class="othersite">
<h4>Competitor Site</h4>
<p class="url">http://competitor-site.com</p>
<p>Vestibulum id ligula porta felis euismod semper. Aenean lacinia bibendum nulla sed consectetur. Cras mattis consectetur purus sit amet fermentum. Donec ullamcorper nulla non metus auctor fringilla.</p>
</div>
<div class="othersite">
<h4>Competitor Site</h4>
<p class="url">http://competitor-site.com</p>
<p>Vestibulum id ligula porta felis euismod semper. Aenean lacinia bibendum nulla sed consectetur. Cras mattis consectetur purus sit amet fermentum. Donec ullamcorper nulla non metus auctor fringilla.</p>
</div>
<div class="yoursite">
<h4>YOUR SITE</h4>
<p class="url">http://yoursite.com</p>
<p>Vestibulum id ligula porta felis euismod semper. Aenean lacinia bibendum nulla sed consectetur. Cras mattis consectetur purus sit amet fermentum. Donec ullamcorper nulla non metus auctor fringilla.</p>
</div>
<div class="othersite">
<h4>Competitor Site</h4>
<p class="url">http://competitor-site.com</p>
<p>Vestibulum id ligula porta felis euismod semper. Aenean lacinia bibendum nulla sed consectetur. Cras mattis consectetur purus sit amet fermentum. Donec ullamcorper nulla non metus auctor fringilla.</p>
</div>
</div>
</div>
</section>
<section id="ppc">
<div class="ads">
<div class="ad">Learn More</div>
<div class="ad">Sign Up</div>
<div class="ad">Buy Now</div>
<div class="ad">Download Now!<img src="images/arrow-down-a.png"></div>
<div class="ad">Try it Now</div>
<div class="ad">Contact Us <img src="images/close-envelope.svg" alt=""></div>
<div class="ad">Next Step<img src="images/right-arrow.png"></div>
<div class="ad"><img src="images/phone-call (1).svg" alt="">Call Us Now</div>
<div class="ad"><img src="images/shopping-cart.svg">Checkout</div>
</div>
<div class="dollars">
<div class="dollar"><img src="images/dollar.png" alt=""></div>
<div class="dollar"><img src="images/dollar.png" alt=""></div>
<div class="dollar"><img src="images/dollar.png" alt=""></div>
<div class="dollar"><img src="images/dollar.png" alt=""></div>
<div class="dollar"><img src="images/dollar.png" alt=""></div>
<div class="dollar"><img src="images/dollar.png" alt=""></div>
<div class="dollar"><img src="images/dollar.png" alt=""></div>
<div class="dollar"><img src="images/dollar.png" alt=""></div>
<div class="dollar"><img src="images/dollar.png" alt=""></div>
</div>
<img class="cursor" src="images/cursor (1).png" alt="">
</section>
<section id="social-media">
<div class="social-media" style="display: none;">
<div class="instagram">
<img src="images/029-instagram.svg" alt="">
</div>
<div class="youtube">
<img src="images/youtube.svg" alt="">
</div>
<div class="facebook">
<img src="images/036-facebook.svg" alt="">
</div>
<div class="twitter">
<img src="images/008-twitter.svg" alt="">
</div>
<div class="linkedIn">
<img src="images/027-linkedin.svg" alt="">
</div>
<div class="googleplus">
<img src="images/033-google-plus.svg" alt="">
</div>
<div class="snapchat">
<img src="images/snapchat (1).svg" alt="">
</div>
</div>
<div class="social-sharing">
<div class="instagram">
<img src="images/029-instagram.svg" alt="">
<div class="score">0</div>
</div>
<div class="youtube">
<img src="images/youtube-logotype (1).svg" alt="">
<div class="score">0</div>
</div>
<div class="facebook">
<img src="images/036-facebook.svg" alt="">
<div class="score">0</div>
</div>
<div class="twitter">
<img src="images/008-twitter.svg" alt="">
<div class="score">0</div>
</div>
<div class="linkedIn">
<img src="images/027-linkedin.svg" alt="">
<div class="score">0</div>
</div>
<div class="googleplus">
<img src="images/033-google-plus.svg" alt="">
<div class="score">0</div>
</div>
</div>
<div class="likes" style="background: url(images/likes-bg.png)">
<!-- <img src="images/likes-bg.png" alt=""> -->
</div>
</section>
<section id="final-cta">
<h1>Need Help Growing Your Brand?</h1>
<h2>Contact us now!</h2>
</section>
<div class="color-bg-form">
<h1>Need Help Growing Your Brand?</h1>
<h2>Contact us now!</h2>
<div class="form">
<form action="">
<p> <input type="text" placeholder="Name"></p>
<p> <input type="text" placeholder="Email"> </p>
<p> <input type="text" placeholder="Company"> </p>
<p><textarea name="" id="" cols="30" rows="10" placeholder="Additional info..."></textarea></p>
<input type="submit">
</form>
</div>
<div class="share-tags">
<div class="fb-tag">
<a href="#" target="_blank">
<div>
<img src="images/fb-tag.png" alt="">
<span></span>
</div>
</a>
</div>
<div class="twitter-tag">
<a href="#" target="_blank">
<div>
<img src="images/twitter-tag.png" alt="">
<span></span>
</div>
</a>
</div>
<img class="share-it" src="images/share-it.png" alt="">
</div>
</div>
<div class="text">
<div class="intro_text">
<p>In the Digital Marketing Process we can discover many channels that constantly makes our company to growth via the deliver of advertisement throughout the internet. This channels are divided by websites, search engines, pay-per-clicks, social media and many more...</p>
</div>
<div class="website">
<p>The first step to get into Digital Marketing is to build up a website. The website begin through a wireframes process in which the structure of the website is being layout. In other word, the wireframe would define where the navbar, sidebars, main content, and footer are going to be located.</p>
<p>After the wireframes are done, the design starts doing its job by adding the "STYLE" of the website. This means, that in this process the website would start reflecting your company's branding in an unique way.</p>
</div>
<div class="content">
<p>Then, when we are ready with the look of the site, content is being added in many different forms such as text, images and videos to make your site more interesting to read and go through. This step is key for steps such as SEO and PPC.</p>
</div>
<div class="seo">
<p>In the SEO process, we focus on optimizing the content throughout speicic set of keywords to make your website to appear at the top of the search engines results. </p>
<p>
By doing this, the number of users that search for specific words related to your business would more likely to be accessing to your site through search engines such as Google.</p>
</div>
<div class="ppc">
<p>PPC is a Digital Marketing model in which advertisers pay a fee each time a ad is clicked. These are normally seen in cases such as Google where at the top of the results.</p>
<p>These clicks results in a high increase of visitors to your site. These ads are very flexible and can be effective to different types of organizations.
</p>
</div>
<div class="social">
<p>Social Media also plays a key role within Digital Marketing. In this step is very important to create engaging content for your audience in order for them to share it accross different social mediums. </p>
<p>The more they share it, the more people are lead to your website creating customers through a peer-to-peer sharing experience.</p>
</div>
</div>
<div class="controller">
<div class="lazy"><img src="images/lazy.png" alt=""></div>
<a href="#">Watch it again!</a>
<div id="scrollUp"><img src="images/arrow-down.png" alt=""></div>
<div id="scrollDown"><img src="images/arrow-down.png" alt=""></div>
</div>
<div id="mobile-screen">
<div>
<img src="images/PDMI_logo_xs.png" alt="">
<p>Visit this site on your desktop for an ultimate scrolling experience.</p>
</div>
</div>
</main>
<div style="position: absolute;
overflow: visible;
white-space: nowrap;
pointer-events: none;
font-size: 0.85em;
z-index: 9999;
left: 244px;
top: 11800px;
height: 3000px;
opacity: 0;"></div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery.nicescroll.js"></script>
<script src="js/TweenMax.min.js"></script>
<script src="js/ScrollMagic.min.js"></script>
<script src="js/animation.gsap.min.js"></script>
<script src="js/debug.addIndicators.min.js"></script>
<script src="js/grained.min.js"></script>
<script src="main.js"></script>
<script>
$(window).on('load',function() {
// Animate loader off screen
$(".se-pre-con").fadeOut("slow");;
});
</script>
</body>
</html>