-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrevenue-optimization.html
742 lines (604 loc) · 46.8 KB
/
revenue-optimization.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
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Addart - About us</title>
<link rel='stylesheet' href='css/styles.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/custom.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/jquery.fancybox.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/owl.carousel.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/owl.theme.default.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/slicknav.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/font-awesome.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/normalize.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/bootstrap.min.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/reset.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/salmond.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/responsive.css' type='text/css' media='all' />
<!-- Bootstrap CSS CDN -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Our Custom CSS -->
<link rel="stylesheet" href="style3.css">
</head>
<body>
<div class="salmond-preloader" id="preloader-3">
<div id="salmond-status" class="ball-scale">
<div><i class="fa fa-spinner fa-spin" style="font-size:24px"></i></div>
</div><!-- .ball-scale -->
</div>
<div class="wrapper">
<!-- Sidebar Holder -->
<nav id="sidebar">
<div id="dismiss">
<i class="glyphicon glyphicon-arrow-left"></i>
</div>
<div class="sidebar-header">
<img class="logo" src="images/logo.jpg" alt="Logo">
</div>
<ul class="list-unstyled components">
<li id="home">
<a href="index.html">Home</a>
</li>
<li id="about" class="active">
<a href="about_us.html">About us</a>
</li>
<li id="services" class="active">
<a href="services.html">Services</a>
</li>
<li id="jobs">
<a href="jobs.html">Jobs</a>
</li>
<li id="contact">
<a href="contact_us.html">Contact us</a>
</li>
</ul>
<ul class="list-unstyled CTAs">
<div class="header__social social text-center">
<a class="fa fa-facebook icon" href="#"></a>
<a class="fa fa-twitter icon" href="#"></a>
<a class="fa fa-google icon" href="#"></a>
</div>
<div class="header__contact">
<address>
<strong>Example Inc.</strong><br>
1234 Example Street<br>
Antartica, Example 0987<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
</div>
<div class="brief">
Do you want to work with us? <a href="contact_us.html">Brief Us</a>
</div>
</ul>
</nav>
<!-- Page Content Holder -->
<div id="content">
<!-- <nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<i class="glyphicon glyphicon-align-left"></i>
<span>Open Sidebar</span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Page</a></li>
<li><a href="#">Page</a></li>
<li><a href="#">Page</a></li>
<li><a href="#">Page</a></li>
</ul>
</div>
</div>
</nav> -->
</div>
</div>
<div class="content-shrink">
<div id="primary" class="content-area">
<div class="row">
<img class="logo" src="images/logo.jpg" alt="Logo">
<div class="col-xs-12 salmond-blog-posts">
<div class="theiaStickySidebar">
<!-- ======================== Header Area ========================== -->
<section id="header-container" class="header-container banner-one-container intro-effect-side">
<div class="background-overlay-3"></div>
<div class="container-fluid">
<div class="row">
<div class="header banner-one">
<div class="bg-img"></div>
<div class="title">
<h5>Just Believe On Your Skill</h5>
<h1>Revenue optimization</h1>
<!-- <!-- <p class="subline">
<img src="images/signature-white.png" alt="Jesica Doe">
</p> --> -->
</div>
<button class="trigger">Go Bottom</button>
</div><!-- .header -->
</div><!-- .row -->
</div><!-- .container -->
</section><!-- #header-container -->
<!-- ======================== Services Area ========================== -->
<section class="salmond-services-area" id="services">
<div class="row">
<div class="col-md-4 col-sm-4 wow fadeInUp">
<div class="salmond-service">
<i class="fa fa-pencil-square-o" aria-hidden="true"></i>
<h4>Editing & Writing</h4>
</div><!-- .salmond-service -->
</div><!-- .col-md-4 .col-sm-4 -->
<div class="col-md-6 col-sm-8 wow fadeInUp">
<div class="section-heading">
<p> <p>We run your daily operational process and campaigns effectively by managing all of the moving parts to deliver successful results.</p>
<p>We ensure that your campaigns are executed in line with your KPI's. We understand the importance of the Art of Ad Operations and use a proactive approach so there is no slippage while executing the individual tasks.</p>
<p>We build on-top of your data and develop detailed reports with relevant insights and business intelligence to achieve a sustained success. </p>
<p>We are experts in all advertising mediums with our core focus being on programmatic channels, including desktop, mobile and in app for both display and video ad space.</p></p>
</div><!-- .section-heading -->
</div><!-- .col-md-4 .col-sm-4 -->
</div><!-- .row -->
</section><!-- .salmond-services-area -->
<!-- ======================== Portfolio Area ========================== -->
<section class="portfolio-area" id="portfolio">
<div class="portfolio-nav text-center">
<ul class="list-inline">
<li class="active" data-filter="*">All</li>
<li data-filter=".photography">Photography</li>
<li data-filter=".photoshop">Photoshop</li>
<li data-filter=".web-design">Web Design</li>
<li data-filter=".web-development">Web Development</li>
</ul>
</div><!-- .portfolio-nav -->
<div class="grid portfolio-content" id="portfolio-container">
<div class="grid-sizer"></div>
<div class="grid-item photography web-development wow fadeInUp">
<figure class="effect-sadie" style="background-image: url( 'images/portfolio/1.jpg' );">
<figcaption>
<h2><a href="#">Spears of the Barrows</a></h2>
<p>With influences as diverse as Kafka and L Ron Hubbard, new insights are synthesised from both mundane and transcendant</p>
</figcaption>
</figure>
</div><!-- .grid-item -->
<div class="grid-item photoshop web-development wow fadeInUp">
<figure class="effect-sadie" style="background-image: url( 'images/portfolio/2.jpg' );">
<figcaption>
<h2><a href="#">Brilliant Sceptre</a></h2>
<p>Ever since I was a teenager I have been fascinated by the ephemeral nature of the mind. What starts out as yearning soon becomes finessed</p>
</figcaption>
</figure>
</div><!-- .grid-item -->
<div class="grid-item grid-item--height2 photography web-design wow fadeInUp">
<figure class="effect-sadie" style="background-image: url( 'images/portfolio/3.jpg' );">
<figcaption>
<h2><a href="#">Stones of the Stone</a></h2>
<p>As subtle forms become clarified through boundaried and critical practice, the viewer is left with a tribute to the darkness of our world.</p>
</figcaption>
</figure>
</div><!-- .grid-item -->
<div class="grid-item grid-item--width2 photography web-development wow fadeInUp">
<figure class="effect-sadie" style="background-image: url( 'images/portfolio/4.png' );">
<figcaption>
<h2><a href="#">Devil and Spirit</a></h2>
<p>As shimmering phenomena become clarified through boundaried and critical practice, the viewer is left with a tribute to the possibilities of our existence.</p>
</figcaption>
</figure>
</div><!-- .grid-item -->
<div class="grid-item photography web-design wow fadeInUp">
<figure class="effect-sadie" style="background-image: url( 'images/portfolio/5.jpg' );">
<figcaption>
<h2><a href="#">Teethes of the Adept</a></h2>
<p>It's easy to get to know an open person like Lexie Morgan, but the biggest two things to know are that she's focused and humorous. Of course she's also capable</p>
</figcaption>
</figure>
</div><!-- .grid-item -->
<div class="grid-item grid-item--width2 photography web-design wow fadeInUp">
<figure class="effect-sadie" style="background-image: url( 'images/portfolio/6.jpg' );">
<figcaption>
<h2><a href="#">Horses of Skull</a></h2>
<p>Nobody's perfect of course and Lexie has plenty of lesser desired aspects too. Her deceitful ways and criminal nature tend to get in the way, much to the annoyance of others.</p>
</figcaption>
</figure>
</div><!-- .grid-item -->
</div><!-- .portfolio-content -->
</section><!-- .portfolio-area -->
<!-- ======================== Team Area ========================== -->
<section class="salmond-author-area" id="team">
<div class="salmond-author">
<div class="row">
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-delay=".3s">
<div class="author-details">
<h3>Christopher Bartlett</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veniam eaque quis, itaque commodi obcaecati hic!</p>
</div><!-- .author-details -->
</div><!-- .col-sm-4 col-xs-12 -->
<div class="col-sm-4 col-xs-12 wow fadeInUp">
<div class="author-image">
<img src="images/team/1.jpg" alt="Author Image">
</div><!-- .author-image -->
</div><!-- .col-sm-4 col-xs-12 -->
<div class="col-sm-4 col-xs-12 wow fadeInRight" data-wow-delay=".6s">
<div class="author-social-link">
<h4>Web Developer</h4>
<ul class="list-inline">
<li><a href="#" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank" class="twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank" class="linkedin"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#" target="_blank" class="dribbble"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#" target="_blank" class="instagram"><i class="fa fa-instagram"></i></a></li>
</ul>
</div><!-- .author-social-link -->
</div><!-- .col-sm-4 col-xs-12 -->
</div><!-- .row -->
</div><!-- .salmond-author -->
<div class="salmond-author">
<div class="row">
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-delay=".3s">
<div class="author-details">
<h3>Joseph Simmons</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veniam eaque quis, itaque commodi obcaecati hic!</p>
</div><!-- .author-details -->
</div><!-- .col-sm-4 col-xs-12 -->
<div class="col-sm-4 col-xs-12 wow fadeInUp">
<div class="author-image">
<img src="images/team/2.jpg" alt="Author Image">
</div><!-- .author-image -->
</div><!-- .col-sm-4 col-xs-12 -->
<div class="col-sm-4 col-xs-12 wow fadeInRight" data-wow-delay=".6s">
<div class="author-social-link">
<h4>UI/UX Designer</h4>
<ul class="list-inline">
<li><a href="#" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank" class="twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank" class="linkedin"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#" target="_blank" class="dribbble"><i class="fa fa-dribbble"></i></a></li>
</ul>
</div><!-- .author-social-link -->
</div><!-- .col-sm-4 col-xs-12 -->
</div><!-- .row -->
</div><!-- .salmond-author -->
<div class="salmond-author">
<div class="row">
<div class="col-sm-4 col-xs-12 wow fadeInLeft" data-wow-delay=".3s">
<div class="author-details">
<h3>Berniece Flack</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veniam eaque quis, itaque commodi obcaecati hic!</p>
</div><!-- .author-details -->
</div><!-- .col-sm-4 col-xs-12 -->
<div class="col-sm-4 col-xs-12 wow fadeInUp">
<div class="author-image">
<img src="images/team/3.jpg" alt="Author Image">
</div><!-- .author-image -->
</div><!-- .col-sm-4 col-xs-12 -->
<div class="col-sm-4 col-xs-12 wow fadeInRight" data-wow-delay=".6s">
<div class="author-social-link">
<h4>Project Leader</h4>
<ul class="list-inline">
<li><a href="#" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank" class="twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank" class="linkedin"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#" target="_blank" class="dribbble"><i class="fa fa-dribbble"></i></a></li>
</ul>
</div><!-- .author-social-link -->
</div><!-- .col-sm-4 col-xs-12 -->
</div><!-- .row -->
</div><!-- .salmond-author -->
</section><!-- .salmond-author-area -->
<!-- ======================== Blog Area ========================== -->
<section class="salmond-blog-area" id="news">
<div class="row">
<h2 class="hide">Blog</h2>
<div class="col-sm-6 col-xs-12 wow fadeInUp">
<article class="salmond-format-standard">
<div class="post-social-share">
<span class="share-icon-prev">
<i class="fa fa-share-alt" aria-hidden="true"></i>
</span><!-- .share-icon-prev -->
<ul class="list-inline post-social-icons">
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div><!-- .post-social-share -->
<header class="entry-header">
<h2 class="entry-title"><a href="left-menu-single-blog-light.html" rel="bookmark">Hello world!</a></h2>
<div class="entry-meta">
<span class="posted-on">
<a href="#" rel="bookmark">
<time class="entry-date published" datetime="2017-10-16T06:25:09+00:00">October 30, 2017</time>
</a>
</span>
<span class="byline">
<span class="author vcard">
<a class="url fn n" href="#">admin</a>
</span>
</span>
<span>
<a class="like">
<i class="fa fa-heart" aria-hidden="true"></i> 1
</a>
</span>
<span class="post-views"><i class="fa fa-eye" aria-hidden="true"></i> <span>17 Views</span></span>
</div><!-- .entry-meta -->
</header><!-- .entry-header -->
<div class="entry-thumbnail">
<a href="left-menu-single-blog-light.html">
<img src="images/blog/1.jpg" class="wp-post-image" alt="">
</a>
</div><!-- .entry-thumbnail -->
<div class="entry-content">
<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>
<div class="read-more"><a href="left-menu-single-blog-light.html">Continue Reading</a></div>
</div><!-- .entry-content -->
<footer class="entry-footer">
<span class="cat-links">
<a href="#" rel="category tag">Uncategorized</a>
</span>
<span class="comments-link">
<a href="#"><i class="fa fa-comment" aria-hidden="true"></i> 3 Comments</a>
</span>
</footer><!-- .entry-footer -->
</article>
</div><!-- .col-sm-6 col-xs-12 -->
<div class="col-sm-6 col-xs-12 wow fadeInUp">
<article class="salmond-format-gallery">
<div class="post-social-share">
<span class="share-icon-prev">
<i class="fa fa-share-alt" aria-hidden="true"></i>
</span><!-- .share-icon-prev -->
<ul class="list-inline post-social-icons">
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<!-- .post-social-share -->
<header class="entry-header">
<h2 class="entry-title"><a href="left-menu-single-blog-light.html" rel="bookmark">Photos In Gallery</a></h2>
<div class="entry-meta">
<span class="posted-on">
<a href="#" rel="bookmark">
<time class="entry-date published" datetime="2017-10-16T06:25:09+00:00">October 16, 2017</time>
</a>
</span>
<span class="byline">
<span class="author vcard">
<a class="url fn n" href="#">admin</a>
</span>
</span>
<span>
<a class="like">
<i class="fa fa-heart" aria-hidden="true"></i> 1
</a>
</span>
<span class="post-views">
<i class="fa fa-eye" aria-hidden="true"></i>
<span>100 Views</span>
</span>
</div><!-- .entry-meta -->
</header>
<!-- .entry-header -->
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/blog/2.jpg" alt="Gallery Image">
<div class="carousel-caption">
<p>I am better the way I am!</p>
</div>
</div>
<div class="item">
<img src="images/blog/3.jpg" alt="Gallery Image">
<div class="carousel-caption">
<p>Ways to decorate your life!</p>
</div>
</div>
<div class="item">
<img src="images/blog/4.jpg" alt="Gallery Image">
<div class="carousel-caption">
<p>Life is dealing with fashion!</p>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="fa fa-angle-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="fa fa-angle-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="entry-content">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt.</p>
<div class="read-more">
<a href="left-menu-single-blog-light.html">Continue Reading</a>
</div><!-- .read-more -->
</div><!-- .entry-content -->
<footer class="entry-footer">
<span class="cat-links">
<a href="#" rel="category tag">Decoration</a>,
<a href="#" rel="category tag">Sunglass</a>
</span>
<span class="tags-links">
<a href="#" rel="tag">Album</a>,
<a href="#" rel="tag">Gallery</a>
</span>
<span class="comments-link">
<a href="#">
<i class="fa fa-comment-o" aria-hidden="true"></i> Leave a comment
</a>
</span>
</footer><!-- .entry-footer -->
</article>
</div><!-- .col-sm-6 col-xs-12 -->
<div class="col-sm-6 col-xs-12 wow fadeInUp">
<article class="salmond-format-quote">
<div class="post-social-share">
<span class="share-icon-prev">
<i class="fa fa-share-alt" aria-hidden="true"></i>
</span><!-- .share-icon-prev -->
<ul class="list-inline post-social-icons">
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div><!-- .post-social-share -->
<h2 class="quote-content">
<a href="left-menu-single-blog-light.html">Try not to become a man of success, but rather try to become a man of value.</a>
</h2>
<h3 class="content-author">Albert Einstein</h3>
<footer class="entry-footer">
<span class="cat-links">
<a href="#" rel="category tag">Albert Einstein</a>,
<a href="#" rel="category tag">Inspiration</a>
</span>
<span class="tags-links">
<a href="#" rel="tag">Quote</a>
</span>
<span class="comments-link">
<a href="#"><i class="fa fa-comment-o" aria-hidden="true"></i> Leave a comment</a>
</span>
</footer><!-- .entry-footer -->
</article>
</div><!-- .col-sm-6 col-xs-12 -->
<div class="col-sm-6 col-xs-12 wow fadeInUp">
<article class="salmond-format-link">
<div class="post-social-share">
<span class="share-icon-prev">
<i class="fa fa-share-alt" aria-hidden="true"></i>
</span><!-- .share-icon-prev -->
<ul class="list-inline post-social-icons">
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div><!-- .post-social-share -->
<h2 class="entry-title text-center">
<a href="https://themeforest.net/item/seline-creative-multi-purpose-wordpress-theme/20738131?ref=ThemesTrace" target="_blank">Seline - Creative Photography & Portfolio WordPress Theme
<span class="link-icon salmond-ripple-out-radius"><i class="fa fa-link"></i></span>
</a>
</h2>
</article>
</div><!-- .col-sm-6 col-xs-12 -->
</div><!-- .row -->
</section><!-- .salmond-blog-area -->
<!-- ======================== Testimonial Area ========================== -->
<section class="salmond-testimonial-area" id="testimonial">
<div class="row">
<div class="testimonial-container">
<div class="salmond-testimonial wow fadeInUp">
<div class="col-xs-6 col-xs-offset-3">
<div class="testimonial-item" style="background-image: url( 'images/testimonial/1.jpg' );">
<div class="testimonial-details">
<h2>Maxine A. Guzman</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem eos, quis quibusdam. Culpa, doloribus, perspiciatis.</p>
</div><!-- .testimonial-details -->
</div><!-- .testimonial-item -->
</div><!-- .col-xs-6 col-xs-offset-3 -->
</div><!-- .almond-testimonial -->
<div class="salmond-testimonial wow fadeInUp">
<div class="col-xs-6 col-xs-offset-3">
<div class="testimonial-item" style="background-image: url( 'images/testimonial/2.jpg' );">
<div class="testimonial-details">
<h2>Robert Y. McWilliams</h2>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested.</p>
</div><!-- .testimonial-details -->
</div><!-- .testimonial-item -->
</div><!-- .col-xs-6 col-xs-offset-3 -->
</div><!-- .almond-testimonial -->
<div class="salmond-testimonial wow fadeInUp">
<div class="col-xs-6 col-xs-offset-3">
<div class="testimonial-item" style="background-image: url( 'images/testimonial/3.jpg' );">
<div class="testimonial-details">
<h2>Lynn D. Rogers</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem eos, quis quibusdam. Culpa, doloribus, perspiciatis.</p>
</div><!-- .testimonial-details -->
</div><!-- .testimonial-item -->
</div><!-- .col-xs-6 col-xs-offset-3 -->
</div><!-- .almond-testimonial -->
</div><!-- .testimonial-container -->
</div><!-- .row -->
</section><!-- .salmond-testimonial-area -->
<!-- ======================== Contact Area ========================== -->
<section class="salmond-contact-area" id="contact">
<div class="row">
<div class="salmond-contact">
<div class="col-xs-12 col-sm-5 wow fadeInLeft">
<div class="contact-form-details">
<h3 id="reply-title" class="comment-reply-title">We Love to hear from you!</h3>
<p class="comment-notes"><span id="email-notes">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus veritatis tempora deleniti maxime tenetur doloremque dicta optio est explicabo, deserunt.</span></p>
</div><!-- .contact-form-details -->
</div><!-- .col-xs-12 .col-sm-5 -->
<div class="col-xs-12 col-sm-7 wow fadeInRight">
<div class="contact-form">
<form action="#" method="post">
<p class="contact-form-author">
<label for="author">Name <span class="required">*</span></label>
<input id="author" name="author" type="text" value="">
</p>
<p class="contact-form-email">
<label for="email">Email <span class="required">*</span></label>
<input id="email" name="email" type="email" value="">
</p>
<p class="contact-form-contact">
<label for="message">Message</label>
<textarea id="message" name="message"></textarea>
</p>
<p class="form-submit">
<input name="submit" type="submit" id="submit" class="submit" value="Send">
</p>
</form>
</div><!-- .contact-form -->
</div><!-- .col-xs-12 col-sm-6 -->
</div> <!-- .salmond-contact -->
</div><!-- .row -->
</section><!-- .salmond-contact-area -->
</div><!-- .theiaStickySidebar -->
</div><!-- .col-xs-12 salmond-blog-posts -->
</div><!-- .row -->
</div><!-- #primary -->
</div><!-- #header-container -->
<div class="menudesp">
<a href="#" id="sidebarCollapse">Menu</a>
</div>
<div class="back-to-top">
<a href="#"> Back To Top</a>
</div><!-- .back-to-top -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src='js/loadmore.js'></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src='js/plugins.js'></script>
<script src='js/extra.js'></script>
<script src='js/app.js'></script>
<div class="overlay-3">
<img class="logo-overlay" src="images/logo.jpg" alt="Logo">
</div>
<!-- jQuery CDN -->
<!-- Bootstrap Js CDN -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- jQuery Custom Scroller CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#sidebar").mCustomScrollbar({
theme: "minimal"
});
$('#dismiss, .overlay-3').on('click', function () {
$('#sidebar').removeClass('active');
$('.overlay-3').fadeOut();
});
$('#sidebarCollapse').on('click', function () {
$('#sidebar').addClass('active');
$('.overlay-3').fadeIn();
$('.collapse.in').toggleClass('in');
$('a[aria-expanded=true]').attr('aria-expanded', 'false');
});
});
</script>
</body>
</html>