Advertisement
Guest User

Untitled

a guest
Jan 9th, 2016
1,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 18.46 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.     <!-- META TAGS -->
  5.     <meta charset="utf-8">
  6.     <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
  7.     <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />
  8.     <meta name="apple-mobile-web-app-capable" content="yes">
  9.     <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  10.  
  11.     <!-- SEO META TAGS -->
  12.     <title>MX | Advocacy Through Digital Money Management</title>
  13.     <meta name="description" value="MX enables financial institutions to become true advocates for account holders through an integrated and intuitive digital money management experience." />
  14.  
  15.     <!-- HOMESCREEN ICONS -->
  16.     <!-- TODO: Add icons for ALL iOS, Android, and Windows devices -->
  17.     <link href="apple-touch-icon-144x144.png" sizes="144x144" rel="apple-touch-icon">
  18.     <link href="apple-touch-icon-144x144-precomposed.png" sizes="144x144" rel="apple-touch-icon-precomposed">
  19.  
  20.     <link href="/stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/proximaNova.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/baseIcons.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/mxIcons.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/vendors/royalslider.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/vendors/rs-minimal-white.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/main.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/responsive.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/browserWarning.css" rel="stylesheet" type="text/css" />
  21.     <script src="/javascripts/all.js" type="text/javascript"></script>
  22.  
  23.     <!-- Google Meta -->
  24.     <meta name="google-site-verification" content="hv-rS4li2D4pJaRlElrU6-uw32wbsTfzVlUWH9ZAOSQ" />
  25.   </head>
  26.  
  27.   <body class="index home finovate">
  28.       <header class="siteHeader">
  29.     <div class="container">
  30.       <a href="/" class="logo iconmx-logo"></a>
  31.  
  32.       <div class="siteSmallMenu">
  33.         <nav class="hideMobile">
  34.           <a href="/products/" class="productsMenuItem">Products</a>
  35.           <a href="/services/" class="servicesMenuItem">Services</a>
  36.           <a href="/company/" class="companyMenuItem">Company</a>
  37.           <a href="http://media.mx.com/" class="resourcesMenuItem">Resources</a>
  38.         </nav>
  39.  
  40.         <div class="siteMenuToggle">
  41.           <i class="siteMenuIcon"></i>
  42.         </div>
  43.  
  44.         <a href="http://go.mx.com/request-a-demo" class="btn hideMobile" style="line-height:40px;">Request a Demo</a>
  45.       </div>
  46.     </div>
  47.   </header>
  48.  
  49.   <div class="siteMenu">
  50.     <div class="siteMenuCol hideMobile tw70" id="main">
  51.       <div class="rssFeed" data-url="http://moneysummit.mx.com/the-summit/?format=json" data-count="2">
  52.   <div class="loading"></div>
  53.  
  54.     <div class="menuFeedItem" rss-template>
  55.                                 <a rss-link target="_blank">
  56.                                   <h2 rss-title></h2>
  57.                                   <div class="excerpt" rss-excerpt></div>
  58.                                   <div class="date" rss-date data-format="MMMM, D YYYY"></div>
  59.                                 </a>
  60.                               </div>
  61. </div>
  62.  
  63.       <div class="socialLinks">
  64.   <a href="https://twitter.com/mxenabled" class="icon-twitter-1"></a>
  65.   <a href="https://linkedin.com/company/mxenabled" class="icon-linkedin"></a>
  66.   <a href="https://facebook.com/mxenabled" class="icon-facebook"></a>
  67.   <a href="https://instagram.com/mxenabled" class="icon-instagram"></a>
  68. </div>
  69.     </div>
  70.     <div class="siteMenuCol w100 tw30" id="side">
  71.       <div class="welcome-message">Menu</div>
  72.       <ol>
  73.         <li>
  74.           <a href="/products/">Products</a>
  75.           <ol class="subMenu" id="productsSubMenu">
  76.             <li><a href="/products/moneydesktop">MoneyDesktop</a></li>
  77.             <li><a href="/products/helios">Helios</a></li>
  78.             <li><a href="/products/widenet">Widenet</a></li>
  79.             <li><a href="/products/nexus">Nexus</a></li>
  80.             <li><a href="/products/hydra">Hydra</a></li>
  81.             <li><a href="/products/insight">Insight</a></li>
  82.             <li><a href="/products/target">Target</a></li>
  83.           </ol>
  84.         </li>
  85.         <li><a href="/services/">Services</a></li>
  86.         <li>
  87.           <a href="/company/">Company</a>
  88.           <ol class="subMenu" id="companySubMenu">
  89.             <li><a href="/company/team">Team</a></li>
  90.             <li><a href="/company/accolades">Accolades</a></li>
  91.             <li><a href="/company/careers">Careers</a></li>
  92.           </ol>
  93.         </li>
  94.       </ol>
  95.       <div class="siteMenuCtas">
  96.         <a href="http://go.mx.com/request-a-demo" class="btn w100">Request A Demo</a>
  97.         <a href="tel:8016695500" class="phoneCta">801 669 5500</a>
  98.       </div>
  99.     </div>
  100.   </div>
  101.  
  102.   <div class="siteContainer">
  103.  
  104.  
  105.  
  106.     <section class="hero bgImage homeHeroLight" >
  107.   <div class="smallContainer homeHeroContent">
  108.     <h1>Win Your Competitor&#39;s<br /><span>Most Profitable Account Holders</span></h1>
  109.  
  110.     <img src="/images/home/top-t-i.png" class="topImage" />
  111.  
  112.     <p>MX users are 2.5x more profitable. <br />Learn how advocacy, technology, and data make this possible.</p>
  113.   </div>
  114.  
  115.     <a href="#begin" class="heroArrow icon-angle-down"></a>
  116. </section>
  117.  
  118.  
  119. <div id="begin" class="begin">
  120.   <h2>4 Steps to Win Account Holders</h2>
  121. </div>
  122.  
  123.  
  124. <section class="callout co3 light left row">
  125.   <div class="bgImage left" style="background-image: url(/images/home/advocacy-ipad.jpg);"></div>
  126.  
  127.   <div class="smallContainer calloutContent">
  128.     <h2>Step 1: Commit to Advocacy</h2>
  129.     <div class="content">
  130.       <p>As you build a culture of advocacy and financial literacy, you will solidify the long-term relationships you need to thrive in the digital age.</p><p><strong>Download the Banker’s Guide to Digital Advocacy</strong></p><ul><li>See survey results from 500+ U.S. consumers</li><li>Learn why advocacy is critical to your top-line revenue</li></ul>
  131.     </div>
  132.  
  133.     <a href="#finland" class="btn w100 twAuto bankTealer2">Download Now</a>
  134.   </div>
  135. </section>
  136.  
  137.  
  138. <section class="callout co3 light right row">
  139.   <div class="bgImage right" style="background-image: url(/images/home/dmm.jpg);"></div>
  140.  
  141.   <div class="smallContainer calloutContent">
  142.     <h2>Step 2: Launch Digital Money Management</h2>
  143.     <div class="content">
  144.       <p>Digital money management (DMM) gives account holders an incentive to add all their accounts, laying the foundation for you to access your competitors’ data.</p><p><strong>Download the MX Business Case</strong></p><ul><li>Understand how DMM retains your most profitable account holders</li><li>Learn about Moneyhawks, who bring in an average of $6,200 per year</li></ul>
  145.     </div>
  146.  
  147.     <a href="#finland" class="btn w100 twAuto bankTealer2">Download Now</a>
  148.   </div>
  149. </section>
  150.  
  151.  
  152. <section class="callout co3 light left row">
  153.   <div class="bgImage left" style="background-image: url(/images/home/target-insight.jpg);"></div>
  154.  
  155.   <div class="smallContainer calloutContent">
  156.     <h2>Step 3: Analyze the Data</h2>
  157.     <div class="content">
  158.       <p>As account holders add all their accounts, you’ll see who has mortgages, auto loans, credit cards, and more with your competitors.</p><p><strong>Download the Insight & Target Case Study</strong></p><ul><li>Learn how MX clients have used Insight</li><li>See how Target can bring you a 25% unique click-through rate</li></ul>
  159.    </div>
  160.  
  161.    <a href="#finland" class="btn w100 twAuto bankTealer2">Download Now</a>
  162.  </div>
  163. </section>
  164.  
  165.  
  166. <section class="callout co3 light right row">
  167.  <div class="video bgImage right" data-id="139246716" style="background-image: url(/images/home/testimonial-vid.jpg)">
  168.    <div class="playButton"></div>
  169.  </div>
  170.  
  171.  <div class="smallContainer calloutContent">
  172.    <h2>Step 4: Take Action</h2>
  173.    <div class="content">
  174.      <p>Whether you’re a financial institution or a digital banking provider, MX has the tools and technology you need to win business from your competitors. Hear what some of our current partners have to say about working with MX and use the form below to request our 4 Step Process to Winning Your Competitors’ Most Profitable Account Holders.</p>
  175.    </div>
  176.  
  177.  </div>
  178. </section>
  179.  
  180. <section id="finland" class="cta-pdf_download finovate-form">
  181.  <div class="container animateWhenVisible">
  182.    <div class="row">
  183.      <div class="col w100">
  184.        <h2 class="">Fill out this form to receive your 4 step action plan</h2>
  185.      </div>
  186.    </div>
  187.    <div class="row">
  188.      <div class="col w100 dw100">
  189.        <!--[if lte IE 8]>
  190.        <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
  191.        <![endif]-->
  192.        <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
  193.        <script>
  194.          hbspt.forms.create({
  195.            portalId: '456459',
  196.            formId: '0d42acfb-f6c8-4237-bcd1-581459b0af0e'
  197.          });
  198.         </script>
  199.       </div>
  200.  
  201.     </div>
  202.   </div>
  203. </section>
  204.  
  205. <section class="homePageFeed row" id="homePageFeed">
  206.   <div class="rssFeed">
  207.   <!-- <div class="loading"></div> -->
  208.  
  209.     <div class="col w100 tw33 homePageFeedItem">
  210.       <a href="http://moneysummit.mx.com/the-summit/" target="_blank">
  211.         <div class="title">MoneySummit Blog</div>
  212.         <div class="date">Fintech News, Opinions, &amp; Interviews</div>
  213.       </a>
  214.     </div>
  215. </div>
  216.  
  217.   <div class="rssFeed">
  218.   <!-- <div class="loading"></div> -->
  219.  
  220.     <div class="col w100 tw33 homePageFeedItem">
  221.       <a href="http://mxenabled.squarespace.com/resources/" target="_blank">
  222.         <div class="title">MX Resources</div>
  223.         <div class="date">White papers, webinars, &amp; more</div>
  224.       </a>
  225.     </div>
  226. </div>
  227.  
  228.   <div class="rssFeed">
  229.   <!-- <div class="loading"></div> -->
  230.  
  231.     <div class="col w100 tw33 homePageFeedItem">
  232.       <a href="http://mxenabled.squarespace.com/news-events/" target="_blank">
  233.         <div class="title">MX Newsroom</div>
  234.         <div class="date">See the latest news from MX</div>
  235.       </a>
  236.     </div>
  237. </div>
  238. </section>
  239.  
  240. <section class="homePageFeed row" id="homePageFeed">
  241.  
  242.  
  243. </section>
  244.  
  245.  
  246.       <footer class="footer">
  247.     <div class="footerTop">
  248.       <div class="container row">
  249. <!--         <form class="col w100 mktMXForm" method="post" enctype="application/x-www-form-urlencoded" action="http://go.moneydesktop.com/index.php/leadCapture/save" id="mktForm_1110" name="mktForm_1110">
  250.          <input type="hidden" name="lpId" value="1782" />
  251.          <input type="hidden" name="subId" value="138" />
  252.          <input type="hidden" name="munchkinId" value="570-BQA-914" />
  253.          <input type="hidden" name="kw" value="" />
  254.          <input type="hidden" name="cr" value="" />
  255.          <input type="hidden" name="searchstr" value="" />
  256.          <input type="hidden" name="lpurl" value="http://go.moneydesktop.com/MX-Website-Demo-Request-Page.html?cr={creative}&kw={keyword}" />
  257.          <input type="hidden" name="formid" value="1110" />
  258.          <input type="hidden" name="returnURL" value="http://www.mx.com/thankyou" />
  259.          <input type="hidden" name="retURL" value="http://www.mx.com/thankyou" />
  260.          <input type="hidden" name="returnLPId" value="http://www.mx.com/thankyou" />
  261.          <input type="hidden" name="_mkt_disp" value="return" />
  262.          <input type="hidden" name="_mkt_trk" value="id:570-BQA-914&token:_mch-moneydesktop.com-1410795625392-74304" />
  263.  
  264.          <div class="col w100 dw70 form-group">
  265.            <input type="text" value="" class="col w50 mktFormText mktFormString mktFReq" name="FirstName" id="FirstName" placeholder="First Name*" data-parsley-trigger="focusout" data-parsley-error-message="First Name Required" required />
  266.  
  267.            <input type="text" value="" class="col w50 mktFormText mktFormString mktFReq" name="LastName" id="LastName" placeholder="Last Name*" data-parsley-trigger="focusout" data-parsley-required-message="Last Name Required" required />
  268.  
  269.            <input type="email" value="" class="col w100 dw50 mktFormText mktFormEmail" name="Email" id="Email" placeholder="Email*" data-parsley-trigger="focusout" data-parsley-required-message="Email equired" data-parsley-error-message="Should be a valid email." required />
  270.  
  271.            <input type="tel" value="" class="col w100 dw50 mktFormText mktFormPhone" name="Phone" id="Phone" placeholder="Phone Number"/>
  272.          </div>
  273.  
  274.          <div class="col w100 dw30">
  275.            <button class="btn w100" id="mktFrmSubmit" type="submit" name="submitButton" onclick="formSubmit(document.getElementById('mktForm_1110')); return false;">Request A Demo</button>
  276.            <a href="tel:8016695500" class="phoneCta">801 669 5500</a>
  277.          </div>
  278.        </form> -->
  279.  
  280.         <div class="col w100 tw100 dw50 footerCTA">
  281.           <h2>Get A Demo</h2>
  282.           <br/>
  283.           <p>See why over 500 institutions have chosen MX as a financial technology partner. Fill out this form and we'll get in touch.</p>
  284.           <br/>
  285.         </div>
  286.  
  287.         <div class="col w100 tw100 dw50 HubSpotForm">
  288.           <script charset="utf-8" src="//js.hsforms.net/forms/current.js"></script>
  289.           <script>
  290.             hbspt.forms.create({
  291.               portalId: '456459',
  292.               formId: 'c3d1a63c-6e77-4794-a742-69302173a8db'
  293.             });
  294.           </script>
  295.           <a href="tel:8016695500" class="phoneCta hsPhone">801 669 5500</a>
  296.         </div>
  297.  
  298.       </div>
  299.     </div>
  300.     <div class="footerMiddle">
  301.       <div class="container row">
  302.         <div class="col w50 tw25">
  303.           <h5>Company</h5>
  304.           <ol>
  305.             <li><a href="/company/">About</a></li>
  306.             <!-- <li><a href="/company/leadership">Leadership</a></li> -->
  307.             <li><a href="/company/careers">Careers</a></li>
  308.             <li><a href="http://media.mx.com/news-events/?category=News">News</a></li>
  309.             <li><a href="/privacy_policy">Privacy</a></li>
  310.             <li><a href="https://moneydesktop.box.com/s/j6weu4kfj8nnyscf9fl0">Press Kit</a></li>
  311.           </ol>
  312.         </div>
  313.         <div class="col w50 tw25">
  314.           <h5>Resources</h5>
  315.           <ol>
  316.             <li><a href="http://media.mx.com/resources/?category=Articles">Articles</a></li>
  317.             <li><a href="http://media.mx.com/resources/?category=Case+Studies">Case Studies</a></li>
  318.             <li><a href="http://media.mx.com/resources/?category=Videos">Videos</a></li>
  319.             <li><a href="http://media.mx.com/resources/?category=White+Papers">Whitepapers</a></li>
  320.             <li><a href="http://media.mx.com/news-events/?category=News">Events</a></li>
  321.             <li><a href="https://app.moneydesktop.com/login">DMM login</a></li>
  322.           </ol>
  323.         </div>
  324.         <div class="col w50 tw25">
  325.           <h5>Products</h5>
  326.           <ol>
  327.             <li><a href="/products/">MX Platform</a></li>
  328.             <li><a href="/products/moneydesktop">MoneyDesktop</a></li>
  329.             <li><a href="/products/helios">Helios</a></li>
  330.             <li><a href="/products/widenet">WideNet</a></li>
  331.             <li><a href="/products/nexus">Nexus</a></li>
  332.             <li><a href="/products/hydra">Hydra</a></li>
  333.             <li><a href="/products/insight">Insight</a></li>
  334.             <li><a href="/products/target">Target</a></li>
  335.           </ol>
  336.         </div>
  337.         <div class="col w50 tw25">
  338.           <h5>Blog</h5>
  339.           <ol>
  340.             <li><a href="http://moneysummit.mx.com">Latest Posts</a></li>
  341.             <li><a href="http://moneysummit.mx.com/the-summit?category=Technology">Technology</a></li>
  342.             <li><a href="http://moneysummit.mx.com/the-summit?category=Design">Design</a></li>
  343.             <li><a href="http://moneysummit.mx.com/the-summit?category=Marketing">Marketing</a></li>
  344.             <li><a href="http://moneysummit.mx.com/about-us">About</a></li>
  345.           </ol>
  346.         </div>
  347.       </div>
  348.     </div>
  349.     <div class="footerBottom">
  350.       <div class="container row">
  351.         <div class="copyright col w40">
  352.           &copy; 2016 - MX Technologies Inc.<br/>
  353.           3401 N Thanksgiving Way Ste 500<br/>
  354.           Lehi, UT 84043
  355.         </div>
  356.         <div class="col w60">
  357.           <div class="socialLinks">
  358.   <a href="https://twitter.com/mxenabled" class="icon-twitter-1"></a>
  359.   <a href="https://linkedin.com/company/mxenabled" class="icon-linkedin"></a>
  360.   <a href="https://facebook.com/mxenabled" class="icon-facebook"></a>
  361.   <a href="https://instagram.com/mxenabled" class="icon-instagram"></a>
  362. </div>
  363.         </div>
  364.       </div>
  365.     </div>
  366.   </footer>
  367. </div><!-- end .siteContainer -->
  368.  
  369. <!-- Google Analytics -->
  370. <script>
  371.   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  372.   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  373.   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  374.   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  375.  
  376.   ga('create', 'UA-9601936-21', 'auto');
  377.   ga('send', 'pageview');
  378.  
  379. </script>
  380. <!-- End Google Analytics -->
  381.  
  382. <!-- Start of Async HubSpot Analytics Code -->
  383.  <script type="text/javascript">
  384.    (function(d,s,i,r) {
  385.      if (d.getElementById(i)){return;}
  386.      var n=d.createElement(s),e=d.getElementsByTagName(s)[0];
  387.      n.id=i;n.src='//js.hs-analytics.net/analytics/'+(Math.ceil(new Date()/r)*r)+'/456459.js';
  388.      e.parentNode.insertBefore(n, e);
  389.    })(document,"script","hs-analytics",300000);
  390.  </script>
  391. <!-- End of Async HubSpot Analytics Code -->
  392. <!-- Start Adroll Tracking Code -->
  393. <script type="text/javascript">
  394. adroll_adv_id = "NWF4PNEBVRFYPJP7AGKA36";
  395. adroll_pix_id = "BLATQHVRK5FKDCD5C4NGLW";
  396. (function () {
  397. var oldonload = window.onload;
  398. window.onload = function(){
  399.    __adroll_loaded=true;
  400.    var scr = document.createElement("script");
  401.    var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "https://a.adroll.com");
  402.    scr.setAttribute('async', 'true');
  403.    scr.type = "text/javascript";
  404.    scr.src = host + "/j/roundtrip.js";
  405.    ((document.getElementsByTagName('head') || [null])[0] ||
  406.     document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
  407.    if(oldonload){oldonload()}};
  408. }());
  409. </script>
  410. <!-- End Adroll -->
  411.  
  412. <!-- InsideSales.com Footer Script -->
  413.  
  414. <script type="text/javascript" defer="defer" src="https://www7.insidesales.com/tag/vx2mullkq33.js"></script>
  415.  
  416.   </body>
  417. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement