-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
941 lines (819 loc) · 71.1 KB
/
index.html
File metadata and controls
941 lines (819 loc) · 71.1 KB
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
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
<!DOCTYPE html>
<html dir="rtl" lang="he-IL" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="SKYPE_TOOLBAR" content ="SKYPE_TOOLBAR_PARSER_COMPATIBLE"/>
<title>שיווק דיגיטלי | קידום ממומן, פרסום בגוגל - Everest Digital Marketing </title>
<link rel="stylesheet" href="http://www.everests.co.il/wp-content/plugins/sitepress-multilingual-cms/res/css/language-selector.css?v=3.2.2" type="text/css" media="all" />
<link rel="alternate" type="application/rss+xml" title=" RSS Feed" href="http://www.everests.co.il/feed/" />
<link rel="pingback" href="http://www.everests.co.il/xmlrpc.php" />
<link href="http://www.everests.co.il/wp-content/themes/everest/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<!--// SITE CSS -->
<link rel="stylesheet" href="http://www.everests.co.il/wp-content/themes/everest/style.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="http://www.everests.co.il/wp-content/themes/everest/fonts/fonts.css" />
<!--// SITE JAVASCRIPT -->
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/elastic/modernizr.custom.js"></script>
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/elastic/classie.js"></script>
<!--// SLIDER CSS -->
<link rel="stylesheet" type="text/css" href="http://www.everests.co.il/wp-content/themes/everest/js/slider/slick/slick.css" />
<!--// Filter Portfolio -->
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/filter.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script>
jvcf7_loading_url= "http://www.everests.co.il/wp-content/plugins/contact-form-7/images/ajax-loader.gif";
jvcf7_invalid_field_design = "theme_1";
jvcf7_show_label_error = "errorMsgshow";
</script>
<!-- Start Visual Website Optimizer Asynchronous Code -->
<script type='text/javascript'>
var _vwo_code=(function(){
var account_id=204988,
settings_tolerance=2000,
library_tolerance=2500,
use_existing_jquery=false,
f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();
</script>
<!-- End Visual Website Optimizer Asynchronous Code -->
<!-- This site is optimized with the Yoast SEO plugin v2.3.4 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="מנהל/ת שיווק? נדאג להוביל את החברה שלך למקום ה-1 במנועי חיפוש ע"י אסטרטגיות שיווק דיגיטלי (קידום ממומן, קידום אורגני, פרסום בגוגל) צור/י איתנו קשר עוד היום"/>
<link rel="canonical" href="http://www.everests.co.il/" />
<meta property="og:locale" content="he_IL" />
<meta property="og:type" content="website" />
<meta property="og:title" content="שיווק דיגיטלי | קידום ממומן, פרסום בגוגל - Everest Digital Marketing" />
<meta property="og:description" content="מנהל/ת שיווק? נדאג להוביל את החברה שלך למקום ה-1 במנועי חיפוש ע"י אסטרטגיות שיווק דיגיטלי (קידום ממומן, קידום אורגני, פרסום בגוגל) צור/י איתנו קשר עוד היום" />
<meta property="og:url" content="http://www.everests.co.il/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:description" content="מנהל/ת שיווק? נדאג להוביל את החברה שלך למקום ה-1 במנועי חיפוש ע"י אסטרטגיות שיווק דיגיטלי (קידום ממומן, קידום אורגני, פרסום בגוגל) צור/י איתנו קשר עוד היום"/>
<meta name="twitter:title" content="שיווק דיגיטלי | קידום ממומן, פרסום בגוגל - Everest Digital Marketing"/>
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","url":"http:\/\/www.everests.co.il\/","name":"","potentialAction":{"@type":"SearchAction","target":"http:\/\/www.everests.co.il\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
<!-- / Yoast SEO plugin. -->
<link rel="alternate" type="application/rss+xml" title=" » תגובות על הפוסט "בית"‏" href="http://www.everests.co.il/%d7%91%d7%99%d7%aa/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/www.everests.co.il\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.2.8"}};
!function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&&c.getContext("2d");return d&&d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length>3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='ajax-load-more-css' href='http://www.everests.co.il/wp-content/plugins/ajax-load-more/core/css/ajax-load-more.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='http://www.everests.co.il/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.2.2' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-rtl-css' href='http://www.everests.co.il/wp-content/plugins/contact-form-7/includes/css/styles-rtl.css?ver=4.2.2' type='text/css' media='all' />
<link rel='stylesheet' id='jvcf7_style-css' href='http://www.everests.co.il/wp-content/plugins/jquery-validation-for-contact-form-7/css/jvcf7_validate.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='rs-plugin-settings-css' href='http://www.everests.co.il/wp-content/plugins/revslider/rs-plugin/css/settings.css?rev=4.5.95&ver=4.2.8' type='text/css' media='all' />
<style id='rs-plugin-settings-inline-css' type='text/css'>
.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902}
</style>
<link rel='stylesheet' id='wpdiscuz-frontend-css-css' href='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/css/wpdiscuz.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='wpdiscuz-frontend-rtl-css-css' href='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/css/wpdiscuz-rtl.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='wpdiscuz-modal-box-css-css' href='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/third-party/modal-box/modal-box.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='wpdiscuz-validator-style-css' href='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/css/fv.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='wpdiscuz-tooltipster-style-css' href='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/third-party/tooltipster/css/tooltipster.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='wpml-cms-nav-css-css' href='http://www.everests.co.il/wp-content/plugins/wpml-cms-nav/res/css/navigation.css?ver=1.4.10' type='text/css' media='all' />
<link rel='stylesheet' id='cms-navigation-style-base-css' href='http://www.everests.co.il/wp-content/plugins/wpml-cms-nav/res/css/cms-navigation-base.css?ver=1.4.10' type='text/css' media='screen' />
<link rel='stylesheet' id='cms-navigation-style-css' href='http://www.everests.co.il/wp-content/plugins/wpml-cms-nav/res/css/cms-navigation.css?ver=1.4.10' type='text/css' media='screen' />
<link rel='stylesheet' id='upw_theme_standard-css' href='http://www.everests.co.il/wp-content/plugins/ultimate-posts-widget/css/upw-theme-standard.min.css?ver=4.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='A2A_SHARE_SAVE-css' href='http://www.everests.co.il/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.11' type='text/css' media='all' />
<script type='text/javascript' src='http://www.everests.co.il/wp-includes/js/jquery/jquery.js?ver=1.11.2'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.5.95&ver=4.2.8'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=4.5.95&ver=4.2.8'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/js/validator.min.js?ver=1.0.0'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/js/jquery.cookie.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/third-party/tooltipster/js/jquery.tooltipster.min.js?ver=1.2'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/js/jquery.autogrowtextarea.min.js?ver=3.0'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/js/wc-frontend.min.js?ver=4.2.8'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_ajax_obj = {"url":"http:\/\/www.everests.co.il\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/js/wc-ajax.min.js?ver=2.2.9'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.everests.co.il/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.everests.co.il/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.2.8" />
<link rel='shortlink' href='http://www.everests.co.il/' />
<script type="text/javascript"><!--
var a2a_config=a2a_config||{},wpa2a={done:false,html_done:false,script_ready:false,script_load:function(){var a=document.createElement('script'),s=document.getElementsByTagName('script')[0];a.type='text/javascript';a.async=true;a.src='http://static.addtoany.com/menu/page.js';s.parentNode.insertBefore(a,s);wpa2a.script_load=function(){};},script_onready:function(){wpa2a.script_ready=true;if(wpa2a.html_done)wpa2a.init();},init:function(){for(var i=0,el,target,targets=wpa2a.targets,length=targets.length;i<length;i++){el=document.getElementById('wpa2a_'+(i+1));target=targets[i];a2a_config.linkname=target.title;a2a_config.linkurl=target.url;if(el){a2a.init('page',{target:el});el.id='';}wpa2a.done=true;}wpa2a.targets=[];}};a2a_config.callbacks=a2a_config.callbacks||[];a2a_config.callbacks.push({ready:wpa2a.script_onready});a2a_localize = {
Share: "Share",
Save: "Save",
Subscribe: "Subscribe",
Email: "Email",
Bookmark: "Bookmark",
ShowAll: "Show all",
ShowLess: "Show less",
FindServices: "Find service(s)",
FindAnyServiceToAddTo: "Instantly find any service to add to",
PoweredBy: "Powered by",
ShareViaEmail: "Share via email",
SubscribeViaEmail: "Subscribe via email",
BookmarkInYourBrowser: "Bookmark in your browser",
BookmarkInstructions: "Press Ctrl+D or \u2318+D to bookmark this page",
AddToYourFavorites: "Add to your favorites",
SendFromWebOrProgram: "Send from any email address or email program",
EmailProgram: "Email program",
More: "More…"
};
//--></script>
<meta name="generator" content="WPML ver:3.2.2 stt:1,20;" />
<link rel="alternate" hreflang="he-IL" href="http://www.everests.co.il/" />
<link rel="alternate" hreflang="en-US" href="http://www.everests.co.il/en/" />
<style type="text/css"> .wc_new_comment{ background:#ef6f3d;} #wpcomm .wc_new_comment_and_replies .wc_new_reply{background:#ef6f3d;}#wpcomm .wc-form-wrapper{background:;} #wpcomm .wc_manage_subscribtions {color: #ef6f3d; }#wpcomm textarea, #wpcomm input[type="text"], #wpcomm input[type="email"], #wpcomm input[type="password"], #wpcomm input[type="url"]{ border: 1px solid;}#wpcomm .wc-comment .wc-comment-right{ background:;} #wpcomm .wc-reply .wc-comment-right{ background:; }#wpcomm .wc-comment-text{ font-size:14px;color:;} #wpcomm .wc-comment-author{ color:#ef6f3d; }#wpcomm .wc-comment-author a{ color:#ef6f3d;} #wpcomm .wc-comment-label{ background:#ef6f3d; } #wpcomm .wc-comment-footer a, #wpcomm .wc-comment-footer span.wc_editable_comment, #wpcomm .wc-comment-footer span.wc_save_edited_comment, #wpcomm span.wc_cancel_edit { color:; } #wpcomm .wc-comment-footer .wc-vote-result{ background:;} #wpcomm .wc-reply-link, #wpcomm .wc-vote-link, #wpcomm .wc-share-link {color: ; }.wc-load-more-submit {border: 1px solid ;} #wc_openModalFormAction > div#wc_response_info a.close { background: url("http://www.everests.co.il/wp-content/plugins/wpdiscuz/files/img/x.png") no-repeat;}#wpcomm .wc-comment.wc-comment-right.wc_new_loaded_comment {background: ;} .comments-area{width:auto;} </style>
<style type="text/css">#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited{color:#444444;}#lang_sel_list a:hover, #lang_sel_list a.lang_sel_sel:hover{color:#000000;}#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited{background-color:#ffffff;}#lang_sel_list a.lang_sel_sel:hover{background-color:#eeeeee;}#lang_sel_list ul a.lang_sel_other, #lang_sel_list ul a.lang_sel_other:visited{color:#444444;}#lang_sel_list ul a.lang_sel_other:hover{color:#000000;}#lang_sel_list ul a.lang_sel_other, #lang_sel li ul a:link, #lang_sel_list ul a.lang_sel_other:visited{background-color:#ffffff;}#lang_sel_list ul a.lang_sel_other:hover{background-color:#eeeeee;}#lang_sel_list a, #lang_sel_list a:visited{border-color:#cdcdcd;} #lang_sel_list ul{border-top:1px solid #cdcdcd;}</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48370940-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '1041150489242931');
fbq('track', "PageView");
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1041150489242931&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Google Site Phone Conversion Code -->
<script type="text/javascript">
(function(a,e,c,f,g,b,d){var h={ak:"988106834",cl:"1cvbCLKvymEQ0qCV1wM"};a[c]=a[c]||function(){(a[c].q=a[c].q||[]).push(arguments)};a[f]||(a[f]=h.ak);b=e.createElement(g);b.async=1;b.src="//www.gstatic.com/wcm/loader.js";d=e.getElementsByTagName(g)[0];d.parentNode.insertBefore(b,d);a._googWcmGet=function(b,d,e){a[c](2,b,h,d,null,new Date,e)}})(window,document,"_googWcmImpl","_googWcmAk","script");
</script>
</head>
<body class="rtl home page page-id-2 page-template page-template-page-home page-template-page-home-php" onload="_googWcmGet('phonenum','073-743-4040')">
<script type="text/javascript">
/* <![CDATA[ */
goog_snippet_vars = function() {
var w = window;
w.google_conversion_id = 988106834;
w.google_conversion_label = "NyyzCJuxoVgQ0qCV1wM";
w.google_remarketing_only = false;
}
// DO NOT CHANGE THE CODE BELOW.
goog_report_conversion = function(url) {
goog_snippet_vars();
window.google_conversion_format = "3";
window.google_is_call = true;
var opt = new Object();
opt.onload_callback = function() {
if (typeof(url) != 'undefined') {
window.location = url;
}
}
var conv_handler = window['google_trackConversion'];
if (typeof(conv_handler) == 'function') {
conv_handler(opt);
}
}
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion_async.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 988106834;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<div style="display:none;"><script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script></div>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/988106834/?value=0&guid=ON&script=0"/>
</div>
</noscript>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/he_IL/sdk.js#xfbml=1&version=v2.3&appId=949738005050149";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div id="container">
<header>
<div class="headbtm">
<div class="wrapper clearfix">
<div class="logo"><a href="http://www.everests.co.il"><img src="http://www.everests.co.il/wp-content/themes/everest/images/everest.png" alt="" /></a></div>
<!-- logo end -->
<div class="phnum"><!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div><a href="tel:0737024384" onclick="ga('send', 'event', 'Phone', 'Click', 'Header');"><span class="phonenum">073-7024384</span></a></div>
<!-- / WYSIWYG Widgets --></div>
<nav>
<div class="menutoggle"></div>
<div class="menu-header-container"><ul id="menu-header" class="menu"><li id="menu-item-1174" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2 current_page_item menu-item-1174"><a href="http://www.everests.co.il/">דף הבית</a></li>
<li id="menu-item-26" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26"><a href="http://www.everests.co.il/%d7%90%d7%95%d7%93%d7%95%d7%aa/">אודות</a></li>
<li id="menu-item-1173" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1173"><a href="#">שירותי החברה</a>
<ul class="sub-menu">
<li id="menu-item-1056" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1056"><a href="http://www.everests.co.il/%d7%a7%d7%99%d7%93%d7%95%d7%9d-%d7%90%d7%aa%d7%a8%d7%99%d7%9d-seo/">קידום אתרים SEO</a></li>
<li id="menu-item-1057" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1057"><a href="http://www.everests.co.il/%d7%a7%d7%99%d7%93%d7%95%d7%9d-%d7%9e%d7%9e%d7%95%d7%9e%d7%9f-ppc/">קידום ממומן PPC</a></li>
<li id="menu-item-1379" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1379"><a href="http://www.everests.co.il/%d7%a4%d7%a8%d7%a1%d7%95%d7%9d-%d7%91%d7%a4%d7%99%d7%99%d7%a1%d7%91%d7%95%d7%a7/">פרסום בפייסבוק</a></li>
<li id="menu-item-1004" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1004"><a href="http://www.everests.co.il/%d7%a9%d7%99%d7%a4%d7%95%d7%a8-%d7%99%d7%97%d7%a1-%d7%94%d7%9e%d7%a8%d7%94-cro/">שיפור יחס המרה CRO</a></li>
<li id="menu-item-1052" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1052"><a href="http://www.everests.co.il/%d7%91%d7%a0%d7%99%d7%99%d7%aa-%d7%90%d7%aa%d7%a8%d7%99%d7%9d-%d7%a8%d7%a1%d7%a4%d7%95%d7%a0%d7%a1%d7%99%d7%91%d7%99%d7%99%d7%9d/">בניית אתרים</a></li>
<li id="menu-item-1009" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1009"><a href="http://www.everests.co.il/%d7%a2%d7%99%d7%a6%d7%95%d7%91-%d7%90%d7%aa%d7%a8%d7%99%d7%9d/">עיצוב אתרים ומיתוג</a></li>
</ul>
</li>
<li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="http://www.everests.co.il/%d7%aa%d7%99%d7%a7-%d7%a2%d7%91%d7%95%d7%93%d7%95%d7%aa/">תיק עבודות</a></li>
<li id="menu-item-1631" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1631"><a href="http://www.everests.co.il/%d7%9c%d7%a7%d7%95%d7%97%d7%95%d7%aa%d7%99%d7%a0%d7%95/">לקוחותינו</a></li>
<li id="menu-item-717" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-717"><a href="http://www.everests.co.il/%d7%91%d7%9c%d7%95%d7%92-%d7%a9%d7%99%d7%95%d7%95%d7%a7/">בלוג שיווק דיגיטלי</a></li>
<li id="menu-item-417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-417"><a href="http://www.everests.co.il/%d7%a6%d7%95%d7%a8-%d7%a7%d7%a9%d7%a8/">צור קשר</a></li>
</ul></div> </nav>
<!-- nav end -->
</div>
</div>
<!--// headbtm end -->
<div class="headtop">
<div class="wrapper clearfix">
<div id="lang_sel_list" class="lang_sel_list_horizontal">
<ul>
<li class="icl-he"><a href="http://www.everests.co.il/" class="lang_sel_sel">Heb</a></li><li class="icl-en"><a href="http://www.everests.co.il/en/" class="lang_sel_other">Eng</a></li> </ul>
</div>
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div class="links"><span class="spn1" onclick="ga('send', 'event', 'Lead', 'Click', 'HeaderStrategy');">ייעוץ אסטרטגיה</span> <span class="spn2" onclick="ga('send', 'event', 'Lead', 'Click', 'HeaderReport');">דו”ח מילות מפתח</span></div>
<div id="frmpop1" class="frmpop">
<div class="close"></div>
<p class="hline">מלאו את הפרטים ונבצע עבורכם <span class="colr">מחקר מילות מפתח מדוייק</span><br />
ונשלח אליכם את הביטויים הרלוונטיים לפרסום.</p>
<div role="form" class="wpcf7" id="wpcf7-f106-o1" lang="he-IL" dir="rtl">
<div class="screen-reader-response"></div>
<form action="/#wpcf7-f106-o1" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="106" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="he_IL" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f106-o1" />
<input type="hidden" name="_wpnonce" value="9d82208545" />
</div>
<ul>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step1.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap yoururl"><input type="url" name="yoururl" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-url wpcf7-validates-as-required wpcf7-validates-as-url txtbox" aria-required="true" aria-invalid="false" placeholder="כתובת האתר שלכם" /></span><br />
<span class="wpcf7-form-control-wrap occbusi"><input type="text" name="occbusi" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="תחום עיסוק העסק" /></span>
</li>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step2.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap competit"><input type="text" name="competit" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="מתחרים עיקריים" /></span><br />
<span class="wpcf7-form-control-wrap anocompet"><input type="text" name="anocompet" value="" size="40" class="wpcf7-form-control wpcf7-text txtbox" aria-invalid="false" placeholder="מתחרה נוסף" /></span><br />
<span class="wpcf7-form-control-wrap anocompet2"><input type="text" name="anocompet2" value="" size="40" class="wpcf7-form-control wpcf7-text txtbox" aria-invalid="false" placeholder="מתחרה נוסף" /></span>
</li>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step3.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="שם מלא" /></span><br />
<span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="דוא”ל" /></span><br />
<span class="wpcf7-form-control-wrap pnum"><input type="tel" name="pnum" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel txtbox" aria-required="true" aria-invalid="false" placeholder="מס. טלפון" /></span>
</li>
<li><input type="submit" value="שלח!" class="wpcf7-form-control wpcf7-submit btn" /></li>
</ul>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div>
</div>
<div id="frmpop2" class="frmpop">
<div class="close"></div>
<p class="hline">ייעוץ אסטרטגיה דיגיטלית. <span class="colr">מה מתאים לאופי העסק שלך ?</span><br />
מלאו את הפרטים, ונגלה לכם מהי האסטרטגיה הנכונה ביותר עבור העסק שלכם.</p>
<div role="form" class="wpcf7" id="wpcf7-f112-o2" lang="he-IL" dir="rtl">
<div class="screen-reader-response"></div>
<form action="/#wpcf7-f112-o2" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="112" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="he_IL" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f112-o2" />
<input type="hidden" name="_wpnonce" value="ed6cc2722e" />
</div>
<ul>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step-org1.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap occenter"><input type="text" name="occenter" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="תחום עיסוק מרכזי" /></span>
</li>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step-org2.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap competit"><input type="text" name="competit" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="מתחרה עיקרי" /></span><br />
<span class="wpcf7-form-control-wrap anocompet"><input type="text" name="anocompet" value="" size="40" class="wpcf7-form-control wpcf7-text txtbox" aria-invalid="false" placeholder="מתחרה נוסף" /></span><br />
<span class="wpcf7-form-control-wrap anocompet2"><input type="text" name="anocompet2" value="" size="40" class="wpcf7-form-control wpcf7-text txtbox" aria-invalid="false" placeholder="מתחרה נוסף" /></span>
</li>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step-org3.png" alt="" /></div>
<div class="frmrow">
<div class="lbl">אתר אינטרנט</div>
<p> <span class="wpcf7-form-control-wrap chk1"><span class="wpcf7-form-control wpcf7-checkbox chk"><span class="wpcf7-list-item first"><input type="checkbox" name="chk1[]" value="יש" /> <span class="wpcf7-list-item-label">יש</span></span><span class="wpcf7-list-item last"><input type="checkbox" name="chk1[]" value="אין" /> <span class="wpcf7-list-item-label">אין</span></span></span></span></p></div>
<div class="frmrow">
<div class="lbl">פלטפורמת אתר</div>
<p> <span class="wpcf7-form-control-wrap chk2"><span class="wpcf7-form-control wpcf7-checkbox chk"><span class="wpcf7-list-item first"><input type="checkbox" name="chk2[]" value="wix" /> <span class="wpcf7-list-item-label">wix</span></span><span class="wpcf7-list-item"><input type="checkbox" name="chk2[]" value="אחר" /> <span class="wpcf7-list-item-label">אחר</span></span><span class="wpcf7-list-item last"><input type="checkbox" name="chk2[]" value="וורדפרס" /> <span class="wpcf7-list-item-label">וורדפרס</span></span></span></span></p></div>
<div class="frmrow">
<div class="lbl">וותק דומיין</div>
<p> <span class="wpcf7-form-control-wrap chk3"><span class="wpcf7-form-control wpcf7-checkbox chk"><span class="wpcf7-list-item first"><input type="checkbox" name="chk3[]" value="מעל שנה" /> <span class="wpcf7-list-item-label">מעל שנה</span></span><span class="wpcf7-list-item last"><input type="checkbox" name="chk3[]" value="מתחת לשנה" /> <span class="wpcf7-list-item-label">מתחת לשנה</span></span></span></span></p></div>
</li>
<li>
<div class="stepicon"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/step-org4.png" alt="" /></div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="שם מלא" /></span><br />
<span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="דוא”ל" /></span><br />
<span class="wpcf7-form-control-wrap pnum"><input type="tel" name="pnum" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel txtbox" aria-required="true" aria-invalid="false" placeholder="מס. טלפון" /></span>
</li>
<li><input type="submit" value="שלח!" class="wpcf7-form-control wpcf7-submit btn" /></li>
</ul>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div>
</div>
<!-- / WYSIWYG Widgets -->
</div>
</div>
<!--// headtop end -->
</header>
<!--// header end -->
<div class="sidecontact">
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div class="hform">
<h4 class="bold">לייעוץ דיגיטלי חינם, השאירו פרטים עכשיו!</h4>
<div role="form" class="wpcf7" id="wpcf7-f52-o3" lang="he-IL" dir="rtl">
<div class="screen-reader-response"></div>
<form action="/#wpcf7-f52-o3" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="52" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="he_IL" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f52-o3" />
<input type="hidden" name="_wpnonce" value="90fcd14ac1" />
</div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="מה השם שלך?" /></span><span class="wpcf7-form-control-wrap phonenumber"><input type="tel" name="phonenumber" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-tel txtbox" aria-invalid="false" placeholder="מספר טלפון:" /></span><span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="כתובת מייל:" /></span><input type="submit" value="שלח" class="wpcf7-form-control wpcf7-submit btn" /><input type="hidden" name="lm_post_method" value="lm_pixel" /><input type="hidden" name="lm_form" value="12816" /><input type="hidden" name="lm_key" value="6ec1af3eafde4ff3b5e07513b235abe2" /><input type="hidden" name="alsosendemail" value="yes" /><input type="hidden" name="di_lm_nonce_action" value="6d89982248" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div>
</div>
<div class="frmbtn"><img src="http://www.everests.co.il/wp-content/uploads/2015/09/btndrag.png" alt="contact" /></div>
<!-- / WYSIWYG Widgets --> </div> <div class="hmbanner">
<div class="banner">
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color1">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>פרסום ממומן בגוגל PPC</h2>
</div>
</div>
<div class="captionbtm"><h1>בואו להפוך קליקים למכירות עם צוות המומחים של אוורסט</h1>
</div>
</div>
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color2">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>קידום אל המקום ה- 1</h2>
</div>
</div>
<div class="captionbtm"><h1>בואו לכבוש את פסגת האינטרנט ולהזניק את החברה שלך קדימה</h1>
</div>
</div>
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color3">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>בנייה ופיתוח אתרים</h2>
</div>
</div>
<div class="captionbtm"><h1>האתר שלך הוא העסק שלך, ושלנו. אנו מתמחים בבנייה ועיצוב אתרים חכמים בעיצוב אישי</h1>
</div>
</div>
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color4">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>עיצוב אתרים ומיתוג דיגיטלי</h2>
</div>
</div>
<div class="captionbtm"><h1>עיצוב שמביא תוצאות – צוות הקריאייטיב שלנו ייצור עבורכם נראות דיגיטלית מנצחת</h1>
</div>
</div>
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color5">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>ניהול רשתות חברתיות</h2>
</div>
</div>
<div class="captionbtm"><h1>אין חכם כבעל נסיון. ניהול עמודים הוא עסק למקצוענים</h1>
</div>
</div>
<div style="background: url(http://www.everests.co.il/wp-content/uploads/2015/07/slide1.jpg) no-repeat center top; background-size: cover; height: 680px;" class="color6">
<div class="wrapper clearfix">
<div class="sliderimg"></div>
<div class="captiontop"><h2>שיפור יחסי המרה CRO</h2>
</div>
</div>
<div class="captionbtm"><h1>הופכים מבקרים באתר ללקוחות מרוצים</h1>
</div>
</div>
</div>
<!--// banner end -->
</div>
<!--// hmbanner end -->
<div class="content">
<div class="services">
<div class="wrapper clearfix">
<div class="heading"><h3> </h3></div>
<ul>
<li class="p1" id="1041">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon6.png" alt="בניית אתרים" /></span> <a href="http://www.everests.co.il/%d7%91%d7%a0%d7%99%d7%99%d7%aa-%d7%90%d7%aa%d7%a8%d7%99%d7%9d-%d7%a8%d7%a1%d7%a4%d7%95%d7%a0%d7%a1%d7%99%d7%91%d7%99%d7%99%d7%9d/">בניית אתרים</a></h5>
<div><p style="text-align: right;">נבנה עבורכם אתר מתוחכם ויעיל שיעניק לגולשים חוויה חדשנית ומפתיעה. עיצוב האתר יבוצע בהתאמה אישית מקסימאלית וללא תבניות. <a href="http://www.everests.co.il/%D7%91%D7%A0%D7%99%D7%99%D7%AA-%D7%90%D7%AA%D7%A8%D7%99%D7%9D-%D7%A8%D7%A1%D7%A4%D7%95%D7%A0%D7%A1%D7%99%D7%91%D7%99%D7%99%D7%9D/">למידע נוסף</a></p>
</div>
</li>
<li class="p2" id="17">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon2.png" alt="קידום אתרים SEO" /></span> <a href="http://www.everests.co.il/%d7%a7%d7%99%d7%93%d7%95%d7%9d-%d7%90%d7%aa%d7%a8%d7%99%d7%9d-seo/">קידום אתרים SEO</a></h5>
<div><p style="text-align: right;">קידום אתרים אורגני חכם המבוסס על תובנות ועבודת שטח מקדימה. בדיקת מילות מפתח תוך ניצול משאבים נכון ליצירת נראות בולטת. <a href="http://www.everests.co.il/%D7%A7%D7%99%D7%93%D7%95%D7%9D-%D7%90%D7%AA%D7%A8%D7%99%D7%9D-seo/">למידע נוסף</a></p>
</div>
</li>
<li class="p3" id="89">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon4.png" alt="פרסום בפייסבוק" /></span> <a href="http://www.everests.co.il/%d7%a4%d7%a8%d7%a1%d7%95%d7%9d-%d7%91%d7%a4%d7%99%d7%99%d7%a1%d7%91%d7%95%d7%a7/">פרסום בפייסבוק</a></h5>
<div><p style="text-align: right;">פרסום בפייסבוק משפיע באופן ניכר על התוצאות העסקיות על כן רק ניהול מקצועי וחכם יכול להביא את מה שהעסק שלכם צריך. <a href="http://www.everests.co.il/%D7%A4%D7%A8%D7%A1%D7%95%D7%9D-%D7%91%D7%A4%D7%99%D7%99%D7%A1%D7%91%D7%95%D7%A7/">למידע נוסף</a></p>
</div>
</li>
<li class="sep"></li> <li class="p1" id="92">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon5.png" alt="עיצוב אתרים ומיתוג" /></span> <a href="http://www.everests.co.il/%d7%a2%d7%99%d7%a6%d7%95%d7%91-%d7%90%d7%aa%d7%a8%d7%99%d7%9d/">עיצוב אתרים ומיתוג</a></h5>
<div><p style="text-align: right;">עיצוב חכם וחוויית משתמש טובה בהתאם לתוכנית אסטרטגית מסודרת ממתג את העסק ומחולל בו שינוי של ממש באופן תפיסת הלקוחות. <a href="http://www.everests.co.il/%D7%A2%D7%99%D7%A6%D7%95%D7%91-%D7%90%D7%AA%D7%A8%D7%99%D7%9D/">למידע נוסף</a></p>
</div>
</li>
<li class="p2" id="9">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon1.png" alt="קידום ממומן PPC" /></span> <a href="http://www.everests.co.il/%d7%a7%d7%99%d7%93%d7%95%d7%9d-%d7%9e%d7%9e%d7%95%d7%9e%d7%9f-ppc/">קידום ממומן PPC</a></h5>
<div><p style="text-align: right;"> כל קליק שווה כסף, אם לא בוצעה המרה, כסף הלך לאיבוד. נדאג להוביל אתכם להישגים משמעותיים באמצעות אסטרטגיות מתאימות. <a href="http://www.everests.co.il/%D7%A7%D7%99%D7%93%D7%95%D7%9D-%D7%9E%D7%9E%D7%95%D7%9E%D7%9F-ppc/">למידע נוסף</a></p>
</div>
</li>
<li class="p3" id="90">
<h5><span class="iconholder"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/s-icon3.png" alt="שיפור יחס המרה CRO" /></span> <a href="http://www.everests.co.il/%d7%a9%d7%99%d7%a4%d7%95%d7%a8-%d7%99%d7%97%d7%a1-%d7%94%d7%9e%d7%a8%d7%94-cro/">שיפור יחס המרה CRO</a></h5>
<div><p style="text-align: right;">נבטיח שכל לקוח שיכנס לדף נחיתה המושקע שלכם, יישאר שם וימצא בדיוק את מה שהוא צריך בקלות ובפשטות. <a href="http://www.everests.co.il/%D7%A9%D7%99%D7%A4%D7%95%D7%A8-%D7%99%D7%97%D7%A1-%D7%94%D7%9E%D7%A8%D7%94-cro/">למידע נוסף</a></p>
</div>
</li>
</ul>
</div>
</div>
<!--// services end -->
<div class="howitworks">
<div class="heading"><h3>איך זה עובד? </h3></div>
<div class="darkbg">
<div class="wrapper clearfix">
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><ul>
<li>
<div><img src="http://www.everests.co.il/wp-content/uploads/2015/07/icon1.png" alt="img" /></div>
<h5>מביאים טראפיק לאתר</h5>
</li>
<li>
<div><img src="http://www.everests.co.il/wp-content/uploads/2015/07/icon2.png" alt="img" /></div>
<h5>A/B Testing – ניסוי בין מספר נוסחי<br />
מודעות</h5>
</li>
<li>
<div><img src="http://www.everests.co.il/wp-content/uploads/2015/07/icon3.png" alt="img" /></div>
<h5>ניתוח נתונים<br />
להחזר השקעה גבוהה</h5>
</li>
<li>
<div><img src="http://www.everests.co.il/wp-content/uploads/2015/07/icon4.png" alt="img" /></div>
<h5>שקיפות במתן הנתונים<br />
ושליחת דוחות מעמיקים</h5>
</li>
</ul>
<!-- / WYSIWYG Widgets --> </div>
</div>
</div>
<!--// howitworks end -->
<div class="seo">
<div class="wrapper clearfix">
<div class="main_actitle">
<div class="heading">
<h1>קידום ושיווק דיגיטלי - בואו לבנות אסטרטגיה דיגיטלית</h1>
</div>
<p class="subhead">שיווק דיגיטלי באינטרנט מציע לבעלי עסקים שלל הזדמנויות למעוניינים לפרסם ולקדם את השירות או המוצר שלהם.</p>
<p>ניהול וניצול נכון של תקציב הפרסום והקידום בידי אנשי מקצוע מיומנים, מגדיל באופן משמעותי את כמות ההקלקות והטראפיק ומשפר יחס ההמרה. מה אנו מציעים?</p>
<p class="shead"><strong>מה אנחנו מציעים?</strong></p>
</div>
<div class="actbut"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/acarrowopen.png" alt="toggleopen" /><img class="actcimg" src="http://www.everests.co.il/wp-content/uploads/2015/07/acarrow.png" alt="toggle" /></div>
<div class="main_acdetail">
<div class="desc">
<p><img class="leftimg" src="http://www.everests.co.il/wp-content/uploads/2015/07/mountain.jpg" alt="" /><strong>מנהל קמפיין מוסמך לכל לקוח –</strong> כל אחד מלקוחותיה של אוורסט מקבל את מלוא תשומת הלבממנהל קמפיין מוסמך Google.</p>
<p><strong>מיקסום משאבים והגברת מכירות –</strong> אנו מוודאים כי רק קהל יעד רלוונטי הוא זה שייחשף למודעות,<br />
כך ממקסמים משאבים ומגבירים את המכירות.</p>
<p><strong>פרסום מקומי ובינלאומי –</strong> בין אם הלקוחות הפוטנציאליים שלכם גרים בישראל, בארה"ב, באירופה<br />
או במזרח הרחוק – אנחנו נכוון את הפרסום לכל יעד שתרצו.</p>
<p><strong>החזר השקעה (ROI)</strong> <strong>גבוהה–</strong> השקעה חכמה ומקצועית של תקציב הפרסום המבטיחה ניצול מלא<br />
של תקציב הפרסום ומקסום הרווחים.</p>
<p><strong>מעקב וביקורת אחר נתוני קמפיין ואיכות התוצאות –</strong> יד על הדופק, תמיד – נדאג לעקוב<br />
אחר התקדמות הקמפיין שלכם ונשפר אותו בזמן אמת</p>
</div>
</div>
</div>
</div>
<!--// seo end -->
<div class="counter">
<div class="heading"><h3> </h3></div>
<div class="counterdiv">
<div class="wrapper clearfix">
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><ul>
<li><span class="countnum">5</span>ניסיון</li>
<li><span class="countnum">83</span>לקוחות מרוצים</li>
<li><span class="countnum">33,500</span>שורות קוד</li>
<li><span class="countnum">420</span>פרוייקטים</li>
</ul>
<!-- / WYSIWYG Widgets --> </div>
</div>
</div>
<!--// counter end -->
<div class="testimony">
<div class="wrapper clearfix">
<div class="heading"><h3></h3></div>
<p class="subhead">הנה כמה מילים טובות מהלקוחות המרוצים שלנו:</p>
<div class="testm">
<div>
<div class="ts">
<p>בזכות המקצועיות ויכולת הבנת השוק והתהליכים השונים שקורים בו, הצוות המצוין ב-EVEREST הצליחו להביא לנו טראפיק עצום לאתר ומאז המכירות רק עולות וגוברות, תודה!</p>
<div class="imgcont"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/binary.png" alt="U Binary" />
</div>
</div>
</div>
<div>
<div class="ts">
<p>קידום אתרים בגוגל אינו דבר פשוט, והתרשמנו מאוד מהצוות של EVEREST על עבודתם הקשה ועל יכולתם לחולל ניסים של ממש בעולם הדיגיטלי התחרותי</p>
<div class="imgcont"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/logoTyo.png" alt="TYO" />
</div>
</div>
</div>
<div>
<div class="ts">
<p>הסיבה לכך שבחרנו ב- EVEREST כדי לקדם את אחד האתרים המובילים שלנו, היתה בעיקר בגלל האוזן הקשבת ויכולת הניתוח והביצוע המדהימים שנתקלנו בהם. מומלץ בחום!</p>
<div class="imgcont"><img src="http://www.everests.co.il/wp-content/uploads/2015/08/focus_logo.png" alt="מני יעקוב פוקוס" />
</div>
</div>
</div>
<div>
<div class="ts">
<p>פנינו לחברת EVEREST כדי לקדם את האתר שלנו והתוצאה ללא ספר היתה שווה את ההשקעה. זוהי חברה אחראית ומקצועית שמבינה את שוק הפרסום והשיווק על בוריו</p>
<div class="imgcont"><img src="http://www.everests.co.il/wp-content/uploads/2015/08/120.jpg" alt="ד"ר שלמה ברודובסקי | מנתח פלסטי" />
</div>
</div>
</div>
</div>
<!--// testm end -->
<div class="formbtm">
<div class="clearfix">
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div class="frmleft">
<h4 class="bold">השאירו פרטים ונחזור אליכם בהקדם</h4>
<div role="form" class="wpcf7" id="wpcf7-f52-o4" lang="he-IL" dir="rtl">
<div class="screen-reader-response"></div>
<form action="/#wpcf7-f52-o4" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="52" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="he_IL" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f52-o4" />
<input type="hidden" name="_wpnonce" value="90fcd14ac1" />
</div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="מה השם שלך?" /></span><span class="wpcf7-form-control-wrap phonenumber"><input type="tel" name="phonenumber" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-tel txtbox" aria-invalid="false" placeholder="מספר טלפון:" /></span><span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="כתובת מייל:" /></span><input type="submit" value="שלח" class="wpcf7-form-control wpcf7-submit btn" /><input type="hidden" name="lm_post_method" value="lm_pixel" /><input type="hidden" name="lm_form" value="12816" /><input type="hidden" name="lm_key" value="6ec1af3eafde4ff3b5e07513b235abe2" /><input type="hidden" name="alsosendemail" value="yes" /><input type="hidden" name="di_lm_nonce_action" value="6d89982248" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div>
<p class="txt27 bold">או חייגו עכשיו</p>
<p class="txt31"><a href="tel:0737024384" onclick="ga('send', 'event', 'Phone', 'Click', 'BottomFormHE');"><span class="phonenum">073-7024384</span></a></p>
</div>
<div class="frmright"><strong>באוורסט נשמח לשמוע מכם ולהוביל להצלחה הבאה שלכם!</strong></p>
</div>
<!-- / WYSIWYG Widgets --> </div>
</div>
<!--// formbtm end -->
</div>
</div>
<!--// testimony end -->
</div>
<!--// content end -->
<footer>
<div class="footop">
<div class="wrapper clearfix">
<div class="footbox3 clearfix"><h4 class="widget-title">שירותי החברה</h4><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-1147" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1147"><a href="http://www.everests.co.il/%d7%a7%d7%99%d7%93%d7%95%d7%9d-%d7%90%d7%aa%d7%a8%d7%99%d7%9d-seo/">קידום אתרים SEO</a></li>
<li id="menu-item-1148" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1148"><a href="http://www.everests.co.il/%d7%a7%d7%99%d7%93%d7%95%d7%9d-%d7%9e%d7%9e%d7%95%d7%9e%d7%9f-ppc/">קידום ממומן PPC</a></li>
<li id="menu-item-1391" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1391"><a href="http://www.everests.co.il/%d7%a4%d7%a8%d7%a1%d7%95%d7%9d-%d7%91%d7%a4%d7%99%d7%99%d7%a1%d7%91%d7%95%d7%a7/">פרסום בפייסבוק</a></li>
<li id="menu-item-1392" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1392"><a href="http://www.everests.co.il/%d7%a9%d7%99%d7%a4%d7%95%d7%a8-%d7%99%d7%97%d7%a1-%d7%94%d7%9e%d7%a8%d7%94-cro/">שיפור יחס המרה CRO</a></li>
<li id="menu-item-1149" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1149"><a href="http://www.everests.co.il/%d7%91%d7%a0%d7%99%d7%99%d7%aa-%d7%90%d7%aa%d7%a8%d7%99%d7%9d-%d7%a8%d7%a1%d7%a4%d7%95%d7%a0%d7%a1%d7%99%d7%91%d7%99%d7%99%d7%9d/">בניית אתרים</a></li>
<li id="menu-item-1150" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1150"><a href="http://www.everests.co.il/%d7%a2%d7%99%d7%a6%d7%95%d7%91-%d7%90%d7%aa%d7%a8%d7%99%d7%9d/">עיצוב אתרים ומיתוג</a></li>
</ul></div></div> <div class="footbox2 clearfix"><h4 class="widget-title">בלוג</h4>
<div class="upw-posts hfeed">
<div class="post-2482 post type-post status-publish format-standard has-post-thumbnail hentry category-6">
<div class="utop">
<div class="entry-image">
<a href="http://www.everests.co.il/%d7%9e%d7%95%d7%a0%d7%97%d7%99%d7%9d-%d7%91%d7%a1%d7%99%d7%a1%d7%99%d7%99%d7%9d-%d7%91%d7%92%d7%95%d7%92%d7%9c-%d7%90%d7%a0%d7%9c%d7%99%d7%98%d7%a7%d7%a1/%d7%9e%d7%93%d7%a8%d7%99%d7%9b%d7%99%d7%9d/בלוג-שיווק/" rel="bookmark">
<img width="150" height="150" src="http://www.everests.co.il/wp-content/uploads/2016/04/analytics1-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="אנליטקס" /> </a>
</div>
<h4 class="entry-title">
<a href="http://www.everests.co.il/%d7%9e%d7%95%d7%a0%d7%97%d7%99%d7%9d-%d7%91%d7%a1%d7%99%d7%a1%d7%99%d7%99%d7%9d-%d7%91%d7%92%d7%95%d7%92%d7%9c-%d7%90%d7%a0%d7%9c%d7%99%d7%98%d7%a7%d7%a1/%d7%9e%d7%93%d7%a8%d7%99%d7%9b%d7%99%d7%9d/בלוג-שיווק/" rel="bookmark">
מונחים בסיסיים בגוגל אנליטקס </a>
</h4>
</div>
<div class="entry-summary">
<p>
גוגל אנליטקס הוא כלי חינמי לניתוח נתוני גלישה </p>
</div>
<div class="ubtm">
</div>
</div>
<div class="post-2369 post type-post status-publish format-standard has-post-thumbnail hentry category-6 category-3">
<div class="utop">
<div class="entry-image">
<a href="http://www.everests.co.il/%d7%94%d7%9e%d7%93%d7%a8%d7%99%d7%9a-%d7%9c%d7%9b%d7%9c%d7%99-%d7%9e%d7%a0%d7%94%d7%9c%d7%99-%d7%90%d7%aa%d7%a8%d7%99%d7%9d-google-search-console/%d7%a7%d7%99%d7%93%d7%95%d7%9d-%d7%90%d7%95%d7%a8%d7%92%d7%a0%d7%99/בלוג-שיווק/" rel="bookmark">
<img width="150" height="150" src="http://www.everests.co.il/wp-content/uploads/2016/04/1-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="search console" /> </a>
</div>
<h4 class="entry-title">
<a href="http://www.everests.co.il/%d7%94%d7%9e%d7%93%d7%a8%d7%99%d7%9a-%d7%9c%d7%9b%d7%9c%d7%99-%d7%9e%d7%a0%d7%94%d7%9c%d7%99-%d7%90%d7%aa%d7%a8%d7%99%d7%9d-google-search-console/%d7%a7%d7%99%d7%93%d7%95%d7%9d-%d7%90%d7%95%d7%a8%d7%92%d7%a0%d7%99/בלוג-שיווק/" rel="bookmark">
המדריך לכלי מנהלי אתרים (google search console) </a>
</h4>
</div>
<div class="entry-summary">
<p>
search console, הידוע יותר בכינויו כלי מנהלי </p>
</div>
<div class="ubtm">
</div>
</div>
<div class="post-2347 post type-post status-publish format-standard has-post-thumbnail hentry category-19">
<div class="utop">
<div class="entry-image">
<a href="http://www.everests.co.il/%d7%94rankbrain-%d7%95%d7%90%d7%99%d7%9a-%d7%94%d7%95%d7%90-%d7%9e%d7%a9%d7%a4%d7%99%d7%a2-%d7%a2%d7%9c-%d7%a7%d7%99%d7%93%d7%95%d7%9d-%d7%94%d7%90%d7%aa%d7%a8/%d7%a4%d7%a8%d7%a1%d7%95%d7%9d-%d7%91%d7%92%d7%95%d7%92%d7%9c/בלוג-שיווק/" rel="bookmark">
<img width="150" height="150" src="http://www.everests.co.il/wp-content/uploads/2016/03/AI1-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="rankbrain" /> </a>
</div>
<h4 class="entry-title">
<a href="http://www.everests.co.il/%d7%94rankbrain-%d7%95%d7%90%d7%99%d7%9a-%d7%94%d7%95%d7%90-%d7%9e%d7%a9%d7%a4%d7%99%d7%a2-%d7%a2%d7%9c-%d7%a7%d7%99%d7%93%d7%95%d7%9d-%d7%94%d7%90%d7%aa%d7%a8/%d7%a4%d7%a8%d7%a1%d7%95%d7%9d-%d7%91%d7%92%d7%95%d7%92%d7%9c/בלוג-שיווק/" rel="bookmark">
הrankbrain ואיך הוא משפיע על קידום האתר </a>
</h4>
</div>
<div class="entry-summary">
<p>
שלושת הגורמים לדירוג בתוצאות החיפוש בגוגל הינם תוכן, </p>
</div>
<div class="ubtm">
</div>
</div>
</div>
</div> <div class="footbox clearfix"><!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div class="fbox">
<h4>לעידכונים חמים</h4>
<div role="form" class="wpcf7" id="wpcf7-f85-o5" lang="he-IL" dir="rtl">
<div class="screen-reader-response"></div>
<form action="/#wpcf7-f85-o5" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="85" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="he_IL" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f85-o5" />
<input type="hidden" name="_wpnonce" value="9aa6176d6a" />
</div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="שם מלא" /></span><span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="דוא”ל" /></span><input type="submit" value="שלח" class="wpcf7-form-control wpcf7-submit btn" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div>
<div class="fsocial">
<h4><a href="http://www.everests.co.il/en/" target="_blank">everests.co.il/en</a></h4>
<p><a href="https://www.youtube.com/channel/UCV76_GAo3zrxCTGhh8bBlaQ" target="_blank"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/youtube.png" alt="Youtube" /></a><br />
<a href="https://www.facebook.com/everest2mobile?ref=hl" target="_blank"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/fb.png" alt="Facebook" /></a><br />
<a href="https://www.linkedin.com/company/everest-digital-advertising-&-seo" target="_blank"><img src="http://www.everests.co.il/wp-content/uploads/2015/07/in.png" alt="LinkedIn" /></a></p>
</div>
</div>
<div class="fbox">
<h4>צור קשר</h4>
<ul class="address">
<li><img src="http://www.everests.co.il/wp-content/uploads/2015/07/home.png" alt="home" /> אוורסט פרסום וקידום במנועי חיפוש</li>
<li><img src="http://www.everests.co.il/wp-content/uploads/2015/07/pin.png" alt="map pin" /> מצדה 9, בני ברק, מגדל ב.ס.ר 3 (קומה 10)</li>
<li><img src="http://www.everests.co.il/wp-content/uploads/2015/07/phone.png" alt="phone" /> <a href="tel:0737024384"><span class="phonenum">073-7024384</span></a></li>
<li><img src="http://www.everests.co.il/wp-content/uploads/2015/07/fax.png" alt="fax" /> 077-3179473</li>
<li><img src="http://www.everests.co.il/wp-content/uploads/2015/07/email.png" alt="email" /> <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<!-- / WYSIWYG Widgets --></div> </div>
</div>
</footer>
<!--// footer end -->
<script type="text/javascript"><!--
wpa2a.targets=[];
wpa2a.html_done=true;if(wpa2a.script_ready&&!wpa2a.done)wpa2a.init();wpa2a.script_load();
//--></script>
<script type="text/javascript">
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName('script')[0];
a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0036/0973.js";
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
</script>
<script type='text/javascript'>
/* <![CDATA[ */
var alm_localize = {"ajaxurl":"http:\/\/www.everests.co.il\/wp-admin\/admin-ajax.php","alm_nonce":"8812e39291","pluginurl":"http:\/\/www.everests.co.il\/wp-content\/plugins\/ajax-load-more","scrolltop":"false"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/ajax-load-more/core/js/ajax-load-more.min.js?ver=1.1'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/jquery-validation-for-contact-form-7/js/jquery.validate.min.js?ver=4.2.8'></script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/jquery-validation-for-contact-form-7/js/jquery.jvcf7_validation.js?ver=4.2.8'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var icl_vars = {"current_language":"he","icl_home":"http:\/\/www.everests.co.il\/"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.everests.co.il/wp-content/plugins/sitepress-multilingual-cms/res/js/sitepress.js?ver=4.2.8'></script>
<div class="scrlbtn">
<!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><div class="gotop"><img src="http://www.everests.co.il/wp-content/uploads/2015/12/web_everest-10.png" alt="gotop" /></div>
<div class="cphone"><a href="tel:0737024384" onclick="goog_report_conversion('tel:0737024384'); ga('send', 'event', 'Phone', 'Click', 'Header');"><br />
<img src="http://www.everests.co.il/wp-content/uploads/2015/12/web_everest-12.png" alt="phicon" /></a></div>
<div class="footfrm"><img src="http://www.everests.co.il/wp-content/uploads/2015/12/web_everest-11.png" alt="email" /></div>
<div class="ffrm">
<div class="closeffrm"></div>
<h4 class="bold">השאירו פרטים ונחזור אליכם בהקדם</h4>
<div role="form" class="wpcf7" id="wpcf7-f52-o6" lang="he-IL" dir="rtl">
<div class="screen-reader-response"></div>
<form action="/#wpcf7-f52-o6" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="52" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="he_IL" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f52-o6" />
<input type="hidden" name="_wpnonce" value="90fcd14ac1" />
</div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="מה השם שלך?" /></span><span class="wpcf7-form-control-wrap phonenumber"><input type="tel" name="phonenumber" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-tel txtbox" aria-invalid="false" placeholder="מספר טלפון:" /></span><span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="כתובת מייל:" /></span><input type="submit" value="שלח" class="wpcf7-form-control wpcf7-submit btn" /><input type="hidden" name="lm_post_method" value="lm_pixel" /><input type="hidden" name="lm_form" value="12816" /><input type="hidden" name="lm_key" value="6ec1af3eafde4ff3b5e07513b235abe2" /><input type="hidden" name="alsosendemail" value="yes" /><input type="hidden" name="di_lm_nonce_action" value="6d89982248" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div></div>
<!-- / WYSIWYG Widgets --> </div>
<div class="contactpop">
<div class="ffrm"><div class="close"></div><!-- Widget by WYSIWYG Widgets v2.3.5 - https://wordpress.org/plugins/wysiwyg-widgets/ --><h4>רוצה מידע נוסף לגבי החבילות שלנו?<br />
השאר פרטים ונחזור אליך בהקדם</h4>
<div role="form" class="wpcf7" id="wpcf7-f52-o7" lang="he-IL" dir="rtl">
<div class="screen-reader-response"></div>
<form action="/#wpcf7-f52-o7" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="52" />
<input type="hidden" name="_wpcf7_version" value="4.2.2" />
<input type="hidden" name="_wpcf7_locale" value="he_IL" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f52-o7" />
<input type="hidden" name="_wpnonce" value="90fcd14ac1" />
</div>
<p><span class="wpcf7-form-control-wrap fname"><input type="text" name="fname" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required txtbox" aria-required="true" aria-invalid="false" placeholder="מה השם שלך?" /></span><span class="wpcf7-form-control-wrap phonenumber"><input type="tel" name="phonenumber" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-tel txtbox" aria-invalid="false" placeholder="מספר טלפון:" /></span><span class="wpcf7-form-control-wrap uemail"><input type="email" name="uemail" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email txtbox" aria-required="true" aria-invalid="false" placeholder="כתובת מייל:" /></span><input type="submit" value="שלח" class="wpcf7-form-control wpcf7-submit btn" /><input type="hidden" name="lm_post_method" value="lm_pixel" /><input type="hidden" name="lm_form" value="12816" /><input type="hidden" name="lm_key" value="6ec1af3eafde4ff3b5e07513b235abe2" /><input type="hidden" name="alsosendemail" value="yes" /><input type="hidden" name="di_lm_nonce_action" value="6d89982248" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div>
<!-- / WYSIWYG Widgets --></div>
</div>
<div class="mobbtn">
<a onclick="goog_report_conversion('tel:0737434040'); ga('send', 'event', 'Phone', 'Click', 'MobilePhone');" class="mcbtn">לחצו לחיוג</a>
<a href="#" class="mobfrm">צרו קשר</a>
</div>
</div>
<!--// container end -->
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/slider/slick/slick.js"></script>
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/counter.js"></script>
<script type="text/javascript" src="http://www.everests.co.il/wp-content/themes/everest/js/all.js"></script>
<script>
jQuery(document).ready(function($) {
if( $(window).width() >= 1024 ) {
$('.actbut').removeClass('actclose');
$('.main_acdetail').show();
}
$('.banner').slick({
arrows: false,
dots: false,
fade: true,
autoplay: true,
autoplaySpeed: 4000,
pauseOnHover: false,
speed: 200,
lazyLoad: 'progressive',
});
$('.testm').slick({
arrows: false,
dots: true,
//fade: true,
autoplay: true,
autoplaySpeed: 4000,
pauseOnHover: false,
speed: 200,
});
$('.image').slick({
arrows: true,
dots: false,
//fade: true,
slidesToShow: 3,
slidesToScroll: 1,
autoplay: false,
autoplaySpeed: 4000,
pauseOnHover: false,
speed: 300,
responsive: [{ breakpoint: 900, settings: { slidesToShow: 3 }},{ breakpoint: 600, settings: { slidesToShow: 2 }},
{ breakpoint: 450, settings: { slidesToShow: 2 }}, { breakpoint: 400, settings: { slidesToShow: 1 }}, ]
});
if ($(window).width() >= 1024) {
// $('.actbut img').first().trigger('click');
}
});
</script>
<script id="bw-pp-script" type="text/javascript" src="https://secure.bwebi.co/phoneplus/core/js/bw.phoneplus.button.min.js"data-auto-open="120000" data-expire="10" data-minimize-auto="true" data-position="left,bottom" data-img="https://secure.bwebi.co/phoneplus/core/images/phone-icon-white.png" data-minimize-text="קליק ומיד נתקשר אליכם" data-minimize-save-state="true" data-btnText="מתלבטים? רוצים לדבר איתנו? <br/> הקליקו ומיד נתקשר אליכם !" data-height="395" data-width="265" data-button-width="260" data-button-height="50" data-custom-css="https://secure.bwebi.co/phoneplus/callbacks/everestsmain/everests/everests.phoneplus.button.css" data-client-url="https://secure.bwebi.co/phoneplus/callbacks/everestsmain/everests/"></script><div id="bw-pp-main-holder"></div>
</body>
</html>