<script> $("#chat").waitUntilExists(() => { $('#chat').attr('src', "/display/EVE/Future+of+Fintech+Chat"); }); </script> <style> #extraButonContainer { display: flex; flex-direction: row; width: calc(100% - 60px); padding: 5px 35px; } button.application-button { width: 170px; height: 65px; margin-bottom: 9px; border: 1px solid #0a99f0; background: #0a99f0; font-size: 16px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.75; letter-spacing: normal; color: #ffffff; cursor: pointer; margin-right: 20px; /* border-radius: 6px; */ } a.applicaton-button-link { display: flex; flex-direction: column; } img.passportLogoLink { height: auto; width: 250px; } .customLogos { display: flex; align-items: center; } div#hostImagesContainer { justify-content: space-between !important; } button.application-button { width: 170px; height: 65px; margin-bottom: 9px; border: 1px solid #0a99f0; background: #0a99f0; font-size: 16px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.75; letter-spacing: normal; color: #ffffff; cursor: pointer; margin-right: 20px; /* border-radius: 6px; */ } @media only screen and (max-width : 600px) { a.applicaton-button-link { width: 100%; align-items: center; padding: 0; } .event-nav-tabs-container-inner { width: 100%; } img.passportLogoLink { width: 100px; } } </style> |
|
<script> $("#startup-container").before(`<div id="extraButonContainer"> <a class="applicaton-button-link fullSite" onclick="window.location.href = 'https://app.acuityscheduling.com/catalog.php?action=pay&owner=16697280&back=%2Fcatalog.php%3Fowner%3D16697280&PHPSESSID=4rmq474c3s311hdpjmlne930oc'" rel="nofollow" href="https://app.acuityscheduling.com/catalog.php?action=pay&owner=16697280&back=%2Fcatalog.php%3Fowner%3D16697280&PHPSESSID=4rmq474c3s311hdpjmlne930oc"> <button class="application-button fullSite">Claim 25% OFF Passport</button> </a> <a class="applicaton-button-link fullSite" onclick="window.location.href = 'https://www.figure.com/equity-solutions/partner/one-valley/'" rel="nofollow" href="https://www.figure.com/equity-solutions/partner/one-valley/"> <button class="application-button fullSite">Book a Figure Demo</button> </a></div>`); </script> |
<script> // Adding Apply Here button /*$(".summaryContainer .login-button-link").after(`<a class="applicaton-button-link fullSite" onclick="window.location.href = '/pages/viewpage.action?spaceKey=EV&title=OneValley+Pitch+Competition+-+Fintech'" rel="nofollow" href="/pages/viewpage.action?spaceKey=EV&title=OneValley+Pitch+Competition+-+Fintech"> <button class="application-button fullSite">Apply Here</button> </a>`); */ </script> <script> // Adding Passport Ad $( "#hostImagesContainer" ).append( "<div class='customLogos'><a class='logoLinkPass' href='https://www.figure.com/equity-solutions/partner/one-valley/' target='_blank'><img class='passportLogoLink' src='https://passport-media.s3.us-west-1.amazonaws.com/PPN/Equity+Solutions+-+Full+-+Horizontal.png'/></a></div>" ); </script> |