CINXE.COM

Surperformance

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Surperformance</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link href="/css/main.css?1732433638" rel="stylesheet" type="text/css" /> <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <link rel="Shortcut Icon" type="image/ico" href="favicon.ico" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script type="text/javascript" src="https://code.jquery.com/ui/1.10.3/jquery-ui.js"></script> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <script type="text/javascript"> var section = 0, aSections = ['media','contact'], bIsScrolling = false; function scrollToSection(sId) { section = aSections.indexOf(sId); /*dismiss menu*/ $("#full_menu").css('z-index', "0") .animate({ opacity: 0 }, 500, "easeInOutSine", function () { $("#full_menu").css('display', "none"); } ); /*scroll to section*/ $('html, body').animate({ scrollTop: ($("#"+sId).offset().top - $('.barre_menu').height()) + 'px' }, 500, "easeInOutSine", function () { bIsScrolling = false; } ); } function showMenu() { $("#full_menu").css({ 'z-index': "101", 'display': "table"}) .animate({ opacity: 1 }, 500, "easeInOutSine" ); } function dismissMenu() { $("#full_menu").css('z-index', "0") .animate({ opacity: 0 }, 500, "easeInOutSine", function () { $("#full_menu").css('display', "none"); } ); } function sendForm(){ var form = document.getElementById('contact_form'); if(form.getElementsByTagName('input')[2].value=="") { alert('Please provide an email adresse'); return false; } else if(form.getElementsByTagName('textarea')[0].value=="") { alert('Your message is empty'); return false; } var dataToSend = {}; for (i = 0; i < form.elements.length; i++) { // get field field = form.elements[i]; dataToSend[field.name] = field.value; } $(".send").attr('disabled',true); $.ajax({url : 'contact.php', context : document.body, async : true, data : dataToSend, type : 'POST', success : function(data) { alert(data); $(".send").attr('disabled',false); } }); return false; } $(document).ready(function(){ if($(window).width()<950) { $(".img75pc").on( "load",function() { $(this).css('width',(this.naturalWidth/1.5)+'px') }); $(".img50pc").on( "load",function() { $(this).css('width',(this.naturalWidth/2)+'px') }); $(".img25pc").on( "load",function() { $(this).css('width',(this.naturalWidth/4)+'px') }); $("#logo_sg").attr('src','/images/logo_SOCg_white_alpha.png'); $("#logo_citi").attr('src','/images/logo_CITI_white_alpha.png'); $("#logo_bnp").attr('src','/images/logo_BNP_white_alpha.jpg'); $("#logo_com").attr('src','/images/logo_commerzbankWbig_margin.png'); $("#logo_oif_com").attr('src','/images/logo_commerzbankWbig.png'); } }); $(window).load(function(){ section = Math.floor($(document).scrollTop()/($('body').height()-$('.barre_menu').height())); if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { return false; //prevent scroll customization if mobile } $("body").bind('wheel', function(event) { if(bIsScrolling) return false; var event = (event ? event : window.event); event.preventDefault(); if (event.originalEvent.deltaY <= 0) { section = Math.max(0,section-1); } else { section = Math.min(aSections.length-1,section+1); } bIsScrolling = true; scrollToSection(aSections[section]); }); }); $(window).resize(function(){ if($(window).width()<950) { $("#logo_sg").attr('src','/images/logo_SOCg_white_alpha.png'); $("#logo_citi").attr('src','/images/logo_CITI_white_alpha.png'); $("#logo_bnp").attr('src','/images/logo_BNP_white_alpha.jpg'); $("#logo_com").attr('src','/images/logo_commerzbankWbig_margin.png'); $("#logo_oif_com").attr('src','/images/logo_commerzbankWbig.png'); $.each($(".img75pc"),function(index, elmnt) { $(elmnt).css('width',(elmnt.naturalWidth/1.5)+'px') }); $.each($(".img50pc"),function(index, elmnt) { $(elmnt).css('width',(elmnt.naturalWidth/2)+'px') }); $.each($(".img25pc"),function(index, elmnt) { $(elmnt).css('width',(elmnt.naturalWidth/4)+'px') }); } else { $("#logo_sg").attr('src','/images/logo_SOCg.png'); $("#logo_citi").attr('src','/images/logo_CITI.png'); $("#logo_bnp").attr('src','/images/logo_BNP.jpg'); $("#logo_com").attr('src','/images/logo_commerzbankBig.png'); $("#logo_oif_com").attr('src','/images/logo_commerzbankBig_alpha.png'); $.each($(".img75pc"),function(index, elmnt) { $(elmnt).css('width',elmnt.naturalWidth+'px') }); $.each($(".img50pc"),function(index, elmnt) { $(elmnt).css('width',elmnt.naturalWidth+'px') }); $.each($(".img25pc"),function(index, elmnt) { $(elmnt).css('width',elmnt.naturalWidth+'px') }); } }); </script> </head> <body style="margin: 0px;"> <div id="full_menu" onclick="dismissMenu();"> <div style="display: table-cell; vertical-align: middle; text-align: right;" class="title_menu blanc"> <span onclick="scrollToSection('contact');">Contact</span> </div> </div> <table class="barre_menu"> <colgroup> <col style="width: 40%;"> <col style="width: 60%;"> </colgroup> <tr> <td id="header_logo"> <div><a href="/"><img id="logo_surperformance" src="/images/LOGO_surperformance.svg" alt="Surperformance" border="0"></a></div> </td> <td id="header_menu"> <table id='menu_doite' style="width: 100%; text-align: right;"> <tr> <td class="menu" nowrap onclick="scrollToSection('contact');">Contact</td> </tr> </table> <div id='bouton_menu'> <img src="/images/ico_menu.svg" style="width: 30px; height: 30px;" alt="Menu" onclick="showMenu();"> </div> </td> </tr> </table> <div class="main_container"> <section id="lfm_slide" class="slide" style="position: relative; background-image: url(/images/fd_LF.png);"> <a id="media"></a> <div id="lfm_top"> <p class="title blanc">Leading financial media</p> <p class="baseline gris"><span style="white-space: nowrap;">Zonebourse.com</span> and <span style="white-space: nowrap;">MarketScreener.com</span> are leading financial news websites, with specific country editions across Europe and North America. With live coverage, investigation, op-eds, features, and thousands of news posted everyday, they offer readers a broad view of what's happening on financial markets.</p> </div> <div id="lfm_bot"> <div> <p class="baseline blanc">Strengthen your brand thanks to our flexible and <span style="white-space: nowrap;">cutting-edge</span> targeting solutions.</p> <table class="mobile_hidden" style="width: 90%; margin: 10px;"> <tr> <td><a href="/pdf/MEDIAKIT_GLOBAL24.pdf" target="blank"><img src="/images/bt_mediaKit_ALL.png" alt="mediakit all" border="0" style="border: 0px;"></a></td> </tr> </table> <div class="baseline bouton_download blanc mobile_visible" onclick="window.open('/pdf/MEDIAKIT_GLOBAL24.pdf')">MediaKit Zonebourse.com <br> & MarketScreener.com</div><br> </div> </div> </section> <section class="slide" style='position: relative; background-image: url(/images/fd_contact.png);'> <a id="contact"></a> <div id="contact" style="height: calc(100% - 110px); margin: auto; display: table;"> <p class="title noir">Contact Us</p> <p class="baseline gris">For any request, fill in the form bellow and we抣l get back to you shortly. Our dedicated team of experts remain at your disposal for all inquiries.</p> <form id="contact_form" onsubmit="return sendForm()"> <div class="my_select"> <select name="t" style="width: 100%;"> <option value="Advertising">Advertising</option> <option value="Investment Fund">Investment Fund</option> <option value="Financial Analysis">Financial Analysis</option> <option value="IT Expertise">IT Expertise</option> <option value="Brokerage Offer">Brokerage Offer</option> </select> </div> <input class="inputLeft" name="name" type="text" placeholder="Name"/><input class="inputRight" name="company" type="text" placeholder="Company"/><br> <input title="*****@*******.** " name="email" type="email" pattern="[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-z]{2,4}$" placeholder="Email address"/> <input name="subject" type="text" placeholder="Subject"/> <textarea name="message" style="height: 150px; resize: none;" require></textarea> <div style="width: 100%; text-align: right;"> <div style="margin: 10px 0px 10px auto; display: inline-block;" class="g-recaptcha" data-sitekey="6LdynLEUAAAAAPK-HP4X3k_Y0utO8nxlR7MsnN0V"></div> </div> <div style="width: 100%; text-align: right;"> <input type="submit" class="send baseline" value="Send"> </div> </form> </div> <table class="barre_footer"> <tr> <td class="footer_info mini_txt gris" style="line-height: 1.3em; padding: 10px 0px;"> <img src="/images/logo_surperformance.png" alt="Surperformance" border="0" style="width: 185px; height: auto; margin-bottom: 0.5em;"><br> 17 avenue d'Albigny - 74000 Annecy - FRANCE<br> +33 (0)4 78 30 41 42<br> Copyright &copy; 2018 Surperformance. All Rights Reserved </td> <td class="ftech"> <img src="/images/logo_frenchTech.png" alt='French Tech'> </td> </tr> </table> </section> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10