Файловый менеджер - Редактировать - /home/gettoplisting/yedek/contacts.html
Назад
<!DOCTYPE html> <!--[if lt IE 7]><html dir="ltr" lang="en-US" class="ie6"><![endif]--> <!--[if IE 7]><html dir="ltr" lang="en-US" class="ie7"><![endif]--> <!--[if IE 8]><html dir="ltr" lang="en-US" class="ie8"><![endif]--> <!--[if gt IE 8]><!--><html dir="ltr" lang="en-US"><!--<![endif]--> <head> <meta content="text/html;charset=utf-8" http-equiv="content-type" /> <meta name="description" content="Contact Get Top Marketing app developers experts" /> <meta name="keywords" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" /> <link rel="stylesheet" href="css/styles/fonts.css" type="text/css" media="screen" /> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic" type="text/css" /> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Crete+Round:400,400italic" type="text/css"> <link rel="stylesheet" href="css/styles/jquery.prettyPhoto.css" type="text/css" media="screen" /> <!--[if lt IE 9]> <link rel="stylesheet" href="css/styles/ie.css" type="text/css" /> <link rel="stylesheet" href="css/styles/ie_css3.css" type="text/css" media="screen" /> <![endif]--> <script src="js/modernizr.custom.all.js" type="text/javascript"></script> <script src="js/css3MediaQueries.js" type="text/javascript"></script> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/jquery.easing.js" type="text/javascript"></script> <title>Contact Now to Get Top Marketing Ltd.</title> </head> <body> <!-- __________________________________________________ Start Page --> <section id="page"> <a href="#" id="slide_top"></a> <!-- __________________________________________________ Start Header --> <header id="header"> <div class="header"> <a class="logo" href="index.html"><img src="images/logo.png" alt="" /></a> <a class="resp_navigation" href="javascript:void(0);"><span><span></span></span></a> <nav> <ul id="navigation"> <li><a href="index.html"><span>Home<span>Innovate</span></span></a></li> <ul> </ul> </li> <li><a href="javascript:void(0);"><span>Services<span>Smart Technology</span></span></a> <ul> <li><a href="creative-design.html"><span>Creative Design</span></a> </li> <li><a href="bespoke-development.html"><span>Bespoke Development</span></a></li> <li><a href="web-development-service.html"><span>Web Development Service</span></a></li> <li><a href="facebook-apps-development.html"><span>Facebook Apps Development</span></a></li> <li><a href="game-development.html"><span>Game Development</span></a> <!-- <li><a href="javascript:void(0);"><span>Game Development</span></a> <!-- <ul> <li><a href="facebook-game-development.html"><span>Facebook Game Development</span></a></li> <li><a href="iphone-ipad-game-development.html"><span>iPhone/iPad Game Development</span></a></li> <li><a href="android-game-development.html"><span>Android Game Development</span></a></li> <li><a href="web-game-development.html"><span>Web Game Development</span></a></li> </ul>--> </li> <li><a href="project-management.html"><span>Project Management</span></a></li> </li> </ul> </li> <li><a href="javascript:void(0);"><span>Mobile Applications<span>iOS - Android - Bada</span></span></a> <ul> <li><a href="e-commerce-development.html"><span>E-Commerce Apps Development</span></a></li> <li><a href="iPhone-apps-development.html"><span>iPhone Apps Development</span></a></li> <li><a href="android-apps-development.html"><span>Android App Development</span></a></li> <li><a href="html-5-hybrid--apps-development.html"><span>HTML5 hybrid App Development</span></a></li> </ul> </li> </li> <li><a href="javascript:void(0);"><span>Internet Marketing<span>SEO and SEM</span></span></a> <ul> <li><a href="mobile-search-engine-optimization.html"><span>Mobile Search Engine Optimization</span></a><li> <li><a href="mobile-search-engine-marketing.html"><span>Mobile Search Engine Marketing</span></a></li> </ul> <li><li class="current_page_item"><a href="contacts.html"><span>Contacs<span>Get in touch</span></span></a> <li><a href="about.html"><span>About us<span>Who we are</span></span></a></li> </ul> </nav> </div> </header> <!-- __________________________________________________ Finish Header --> <!-- __________________________________________________ Start Middle --> <div class="container"> <div class="cont_nav"> <a href="index.html">Home</a> / Contacts </div> <section id="middle"> <div class="middle_inner"> <section id="top_sidebar"> <div class="headline"> <h4>Contacts</h4> </div> </section> <!-- __________________________________________________ Start Content --> <div class="content_wrap"> <section id="content"> <div class="entry"> <h3>Visit us</h3> <br /> <div class="resizable_block"> <div id="google_map_5" class="google_map fullwidth"></div> </div> <script type="text/javascript"> jQuery(document).ready(function () { jQuery('#google_map_5').gMap( { zoom : 13, markers : [ { address : '', latitude : 51.6975794, longitude : -0.192716, html : 'Get Top Marketing, United Kingdom', mapTypeControl : false, popup : true } ], controls : [], scrollwheel : true } ); } ); </script> <br /><br /> <h3>Send us a message</h3> <div class="cmsms-form-builder"> <div class="box success_box" style="display:none;"> <table> <tr> <td> </td> <td>Thank You!<br>Your message has been sent successfully.</td> </tr> </table> </div> <script type="text/javascript"> jQuery(document).ready(function () { jQuery('#contactform').validationEngine('init'); jQuery('#contactform a#contact_form_formsend').click(function () { var form_builder_url = jQuery('#contact_form_url').val(); jQuery('#contactform .loading').animate( { opacity : 1 }, 250); if (jQuery('#contactform').validationEngine('validate')) { jQuery.post(form_builder_url, { contact_name : jQuery('#contact_name').val(), contact_email : jQuery('#contact_email').val(), contact_url : jQuery('#contact_url').val(), contact_subject : jQuery('#contact_subject').val(), contact_message : jQuery('#contact_message').val(), formname : 'contact_form', formtype : 'contactf' }, function () { jQuery('#contactform .loading').animate( { opacity : 0 }, 250); document.getElementById('contactform').reset(); jQuery('#contactform').parent().find('.box').hide(); jQuery('#contactform').parent().find('.success_box').fadeIn('fast'); jQuery('html, body').animate( { scrollTop : jQuery('#contactform').offset().top - 100 }, 'slow'); jQuery('#contactform').parent().find('.success_box').delay(5000).fadeOut(1000); } ); return false; } else { jQuery('#contactform .loading').animate( { opacity : 0 }, 250); return false; } } ); } ); </script> <form action="#" method="post" id="contactform"> <div class="form_info cmsms_input"> <label for="contact_name">Name<span class="color_3"> *</span></label> <input type="text" name="contact_name" id="contact_name" value="" size="22" tabindex="3" class="validate[required,minSize[3],maxSize[100],custom[onlyLetterSp]]"/> </div> <div class="cl"></div> <div class="form_info cmsms_input"> <label for="contact_email">Mail (will not be published)<span class="color_3"> *</span></label> <input type="text" name="contact_email" id="contact_email" value="" size="22" tabindex="4" class="validate[required,custom[email]]" /> </div> <div class="cl"></div> <div class="form_info cmsms_input"> <label for="contact_url">Website</label> <input type="text" name="contact_url" id="contact_url" value="" size="22" tabindex="5" class="validate[custom[url]]" /> </div> <div class="cl"></div> <div class="form_info cmsms_input"> <label for="contact_subject">Subject<span class="color_3"> *</span></label> <input type="text" name="contact_subject" id="contact_subject" value="" size="22" tabindex="6" class="validate[required,minSize[3],maxSize[100]]" /> </div> <div class="cl"></div> <div class="form_info cmsms_textarea"> <label for="contact_message">Message<span class="color_3"> *</span></label> <textarea name="contact_message" id="contact_message" cols="28" rows="6" tabindex="7" class="validate[required,minSize[3]]" ></textarea> </div> <div><input type="hidden" name="contact_form_url" id="contact_form_url" value="http://gettoplisting.com/php/sendmail.php" /></div><!-- Here you need to set the path to the sendmail file --> <div> <a href="#" class="button" id="contact_form_formsend" tabindex="8"><span>Send a message</span></a> <div class="loading"></div> </div> </form> </div> </div> </section> <!-- __________________________________________________ Finish Content --> <!-- __________________________________________________ Start Sidebar --> <section id="sidebar"> <div class="sidebar_inner"> <div class="one_first"> <aside class="widget widget_text"> <h3 class="widgettitle">What we do</h3> <p>Get Top marketing ltd, bespoke software developer offers all in one marketing solutions to world wide companies and individuals our services include; iPhone Apps Development, Android and HTML5 hybrid Apps,Facebook Apps Development, facebook, Iphone/Ipad, Android Game Development, Mobile Search Engine Optimization, Mobile Search Engine Marketing, Creative Design Corporate identity, Web Design, Application Graphic Design.</p> </div> <div class="cl"></div> <div class="divider"></div> <div class="one_first"> <aside class="widget widget_custom_advertising_entries"> <h3 class="widgettitle">Advertising</h3> <ul> <li><a href="#"><img src="images/img/advertising_img_1.jpg" alt="" /></a></li> <li><a href="#"><img src="images/img/advertising_img_2.jpg" alt="" /></a></li> <li><a href="#"><img src="images/img/advertising_img_3.jpg" alt="" /></a></li> <li><a href="#"><img src="images/img/advertising_img_4.jpg" alt="" /></a></li> </ul> </aside> </div> <div class="cl"></div> </div> </section> <!-- __________________________________________________ Finish Sidebar --> </div> </div> </section> <!-- __________________________________________________ Finish Middle --> <!-- __________________________________________________ Start Bottom --> <section id="bottom"> <div class="bottom_inner"> <div class="one_fourth"> <aside class="widget widget_custom_portfolio_entries"> <script type="text/javascript"> jQuery(document).ready(function () { jQuery('.widget_custom_portfolio_entries_slides').cmsmsResponsiveContentSlider( { sliderWidth : '100%', sliderHeight : 'auto', animationSpeed : 500, animationEffect : 'slide', animationEasing : 'easeInOutExpo', pauseTime : 5000, activeSlide : 1, touchControls : true, pauseOnHover : false, arrowNavigation : false, slidesNavigation : true } ); } ); </script> <div class="widget_custom_portfolio_entries_container bottom_content_slider"> <h4 class="widgettitle">Sliding article</h4> <ul class="widget_custom_portfolio_entries_slides responsiveContentSlider"> <li> <figure> <img src="images/img/sliding_1.jpg" alt="" class="fullwidth" /> </figure> <a href="#" class="widget_portfolio_link">Semper nunc metus</a> <p>Pellentesque tristique volutpat nunc, id rhoncus augue tristique </p> <br> </li> <li> <figure> <img src="images/img/sliding_2.jpg" alt="" class="fullwidth" /> </figure> <a href="#" class="widget_portfolio_link">Semper nunc metus</a> <p>Pellentesque tristique volutpat nunc, id rhoncus augue tristique </p> <br> </li> <li> <figure> <img src="images/img/sliding_3.jpg" alt="" class="fullwidth" /> </figure> <a href="#" class="widget_portfolio_link">Semper nunc metus</a> <p>Pellentesque tristique volutpat nunc, id rhoncus augue tristique </p> <br> </li> </ul> </div> </aside> </div> <div class="one_fourth"> <aside class="widget widget_custom_tweets_entries"> <h4 class="widgettitle">Twitter</h4> <div id="tweetFeed"></div> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('#tweetFeed').jTweetsAnywhere({ username: 'cmsmasters', count: 2, showTweetFeed : { showTwitterBird: false } }); }); </script> </aside> </div> <div class="one_fourth"> <aside class="widget widget_links"> <h4 class="widgettitle">List widget</h4> <ul> <li><a href="#">Styling options</a></li> <li><a href="#">Theme options</a></li> <li><a href="#">Sidebars & widgets</a></li> <li><a href="#">Shortcodes</a></li> <li><a href="#">Blogs & posts</a></li> <li><a href="#">Sliders & slides</a></li> <li><a href="#">Contact form builder</a></li> <li><a href="#">Demo content</a></li> <li><a href="#">Gallery & albums</a></li> <li><a href="#">Page options</a></li> </ul> </aside> </div> <div class="one_fourth"> <aside class="widget widget_custom_contact_form_entries"> <h4 class="widgettitle">Quick contacts</h4> <div class="cmsms-form-builder"> <div class="widgetinfo">Thank you! <br />Your message has been sent successfully.</div> <script type="text/javascript"> jQuery(document).ready(function () { jQuery('#form_contact_form_widget_001').validationEngine('init'); jQuery('#form_contact_form_widget_001 a#contact_form_widget_001_wformsend').click(function () { var form_builder_url = jQuery('#contact_form_widget_001_wurl').val(); jQuery('#form_contact_form_widget_001 .loading').animate( { opacity : 1 } , 250); if (jQuery('#form_contact_form_widget_001').validationEngine('validate')) { jQuery.post(form_builder_url, { field_002 : jQuery('#field_002').val(), field_004 : jQuery('#field_004').val(), formname : 'contact_form_widget_001', formtype : 'widget' }, function () { jQuery('#form_contact_form_widget_001 .loading').animate( { opacity : 0 }, 250); document.getElementById('form_contact_form_widget_001').reset(); jQuery('#form_contact_form_widget_001').parent().find('.widgetinfo').hide(); jQuery('#form_contact_form_widget_001').parent().find('.widgetinfo').fadeIn('fast'); jQuery('html, body').animate( { scrollTop : (jQuery('#form_contact_form_widget_001').offset().top - 100) }, 'slow'); jQuery('#form_contact_form_widget_001').parent().find('.widgetinfo').delay(5000).fadeOut(1000); } ); return false; } else { jQuery('#form_contact_form_widget_001 .loading').animate( { opacity : 0 }, 250); return false; } } ); } ); </script> <form action="#" method="post" id="form_contact_form_widget_001"> <div class="form_info cmsms_input"> <label for="field_002">Your email<span class="color_3"> *</span></label> <input type="text" name="wname" id="field_002" size="22" tabindex="11" class="validate[required,custom[email]]" /> </div> <div class="form_info cmsms_textarea"> <label for="field_004">Message<span class="color_3"> *</span></label> <textarea name="wmessage" id="field_004" cols="28" rows="6" tabindex="13" class="validate[required,minSize[3]]"></textarea> </div> <div class="fr"><a href="#" id="contact_form_widget_001_wformsend" class="button" tabindex="14"><span>Submit</span></a></div> <div class="loading"></div> <div><input type="hidden" name="contact_form_widget_001_wurl" id="contact_form_widget_001_wurl" value="http://your-site.net/php/sendmail.php" /></div><!-- Here you need to set the path to the sendmail file --> </form> </div> </aside> </div> </div> </section> <!-- __________________________________________________ Finish Bottom --> </div> </section> <!-- __________________________________________________ Finish Page --> <!-- __________________________________________________ Start Footer --> <footer id="footer"> <div class="footer_inner"> <div class="fr"> <p class="fl">Find us elsewhere</p> <ul class="social_list fr"> <li><a href="https://www.facebook.com/pages/Get-Top-Marketing-Ltd/441590549230653" title="Facebook" target="new" class="link_tooltip"><img src="images/socicons/facebook.png" alt="" /></a></li> <li><a href="https://twitter.com/GetTopMarketing" title="Twitter" target="new" class="link_tooltip"><img src="images/socicons/twitter.png" alt="" /></a></li> <li><a href="https://plus.google.com/u/0/112702276261677229264/posts" class="link_tooltip" title="Google+"><img src="images/socicons/googleplus.png" alt="" /></a></li> </ul> </div> <span>Get Top Marketing Ltd © 2016 All rights reserved</span> <div class="cl"></div> </div> </footer> <!-- __________________________________________________ Finish Footer --> <script src="js/jquery.prettyPhoto.js" type="text/javascript"></script> <script src="js/jquery.script.js" type="text/javascript"></script> <script src="js/jquery.validationEngine.js" type="text/javascript"></script> <script src="js/jquery.validationEngine-lang.js" type="text/javascript"></script> <script src="js/jquery.jtweetsanywhere.js" type="text/javascript"></script> <script src="js/jquery.flickrfeed.min.js" type="text/javascript"></script> <script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> <script src="js/jquery.gMap.js" type="text/javascript"></script> </body> </html>
| ver. 1.6 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка