CINXE.COM

Martech Webchats

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Martech Webchats</title> <link rel="stylesheet" href="./style.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <link rel="stylesheet" href="./header.css"> <style> .col-md-6 { -ms-flex: 0 0 49%; flex: 0 0 49%; /* max-width: 32.333333% !important;*/ } #myInput { background-image: url(/css/searchicon.png); background-position: 10px 12px; background-repeat: no-repeat; width: 80%; font-size: 16px; padding: 12px 20px 12px 40px; border: 1px solid #ddd; margin-bottom: 12px; margin-left: 10px; } input[type=search] { background: #555 url(http://hp-proliant.co.uk/qual_images/mob-search-icon.png) no-repeat 9px center; border: solid 1px #ccc; padding: 9px 10px 9px 32px; width: 55px; } input[type=search]:focus { width: 600px; background-color: #ccc; border-color: #333; border: solid 1px #fff; } p { margin: 0 0 10px; font-family: 'Roboto', sans-serif; } p, pre { margin: 0 0 1em 0; } a, a:link, a:focus, a:active, a:visited { outline: 0; } a, a:link, a:focus, a:active, a:visited { outline: 0; } img { border: 0; -ms-interpolation-mode: bicubic; } .interior.container .row { display: flex; flex-wrap: wrap; justify-content: space-between; } .blogBox { margin-bottom: 30px; box-sizing: border-box; } .blogBox .item { height: 600px; background: #fff; -webkit-box-shadow: 0 20px 30px 0 rgba(69, 73, 91, .08); box-shadow: 0 20px 30px 0 rgba(69, 73, 91, .08); padding: 5px 5px 5px 5px; margin-bottom: 30px; border-radius: 3px; -webkit-transition: all .4s ease; -o-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; text-align: left; position: relative; } .blogBox .item:hover { background: #e8e8e8; cursor: pointer; } .blogBox .item img { width: 100%; } .blogBox .item p { padding-bottom: 40px; } .blogBox .item .blogTxt { padding: 25px; } .blogBox .item h2 { margin: 10px 0; font-family: 'Roboto', sans-serif; } .blogBox .item .blogCategory a { padding: 5px 10px 2px; border: 1px solid #616161; color: #616161; text-transform: uppercase; font-size: 14px; font-family: 'Roboto', sans-serif; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; } .blogBox .item .blogCategory a:hover { background: #616161; color: #fff; text-decoration: none; } .moreload { padding-bottom: 30px; padding-top: 30px; text-align: center; width: 100%; } .moreload a { background: #042a63; border-radius: 3px; color: white; display: inline-block; padding: 10px 30px; transition: all 0.25s ease-out; -webkit-font-smoothing: antialiased; } .moreload a:hover { background-color: #021737; } @media screen and (min-width: 1200px) { .blogBox .featured h2 { font-size: 42px; } div.sticky { position: -webkit-sticky; position: sticky; top: 0; } } @media screen and (min-width: 991px) { .blogBox .featured h2 { font-size: 30px; font-style: italic; } .blogBox .featured .blogTxt { max-width: 50%; width: 100%; padding: 50px; float: left; background: inherit; min-height: 378px; } .blogBox .featured img { max-width: 50%; width: 100%; float: left; min-height: 378px; } div.sticky { position: -webkit-sticky; position: sticky; top: 0; } } @media screen and (min-width: 768px) { .blogBox .item img { // height: 152px; } div.sticky { position: -webkit-sticky; position: relative; top: 0; } } @media screen and (min-width: 600px) { div.sticky { position: -webkit-sticky; position: relative; top: 0; } } .moreBox { display: inline-block; } @media screen and (min-width: 400px) { .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 24.666%; } .col-md-6 { -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; } } @media (min-width: 768px) .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; /* max-width: 32.333333% !important;*/ } @media screen and (min-width: 800px) { .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 24.666%; } } @media screen and (max-width: 992px) { .col-md-3 { -ms-flex: 0 0 25%; max-width: none; } } @media screen and (min-width: 992px) { .col-md-6 { -ms-flex: 0 0 49%; flex: 0 0 49%; /* max-width: 32.333333% !important;*/ } } .filter-button { background-color: #ece9e9; border-radius: 8px; } .filtercategory { margin-bottom: 30px; box-sizing: border-box; } .btn.focus, .btn:focus { outline: 0; background-color: #77af54; color: #fff; box-shadow: 0 0 0 0.2rem rgba(24, 39, 34, 0.25); } .h2, h2 { font-size: 18px; } .h3, h3 { font-size: 16px; } .download { position: absolute; bottom: 5%; } .img-responsive { height: 300px !important; } .pagination { text-align: center; margin-top: 40px; display: flex; align-items: center; justify-content: center; } .pages { display: flex !important; align-items: center; justify-content: space-between; max-width: 100%; width: 200px; } .page-number { cursor: pointer; background-color: white; color: #999; border-radius: 50%; height: 30px; width: 30px; display: flex; align-items: center; justify-content: center; transition: .4s ease; } .active { font-size: 1.3em; height: 40px; width: 40px; background-color: #00bce4; color: white; } button { width: 120px; padding: 8px 16px; background-color: #ffffff00; color: #0057b3; border: none; cursor: pointer; margin: 0 5px; display: flex; align-items: center; justify-content: space-between; } button:hover { color: #0056b3; } button:disabled { background-color: #ffffff00; color: #ccc; cursor: not-allowed; } #prevPage { margin-right: 20px; } #nextPage { margin-left: 20px; } .arrow { font-size: 1.2em; } .nav-text { font-size: 0.7em; letter-spacing: 0.3em; } </style> </head> <body style="background-color: #e7f9fd;"> <header> <div class="IT-header" style="background-color: #ffffff;"> <div class="IT-container"> <div class="col"> <a class="IT-header__link" href="https://martechseries.com/"><img class="IT-header__logo desktop_only" src="https://library.martechvideo.com/ItechWebinars/martechseries logo.png" alt="ITECH-SERIES" style="margin-top:20px; width: 350px;"></a> <div class="IT-dropdown__link pullRight"> <div class="desktop_only"> </div> </div> </div> </div> </div> </header> <div class="interior container clearfix" style='min-width:100%;margin-top: 2%;'> <center> <h2 class="sec-heading center aos-init aos-animate">Webchats</h2> <hr style="border-color: #fece08;border-width: 2px 0;margin-top: 6px;margin-bottom: 20px;border: 0;border-top: 5px solid #ff001b;width: 15%;"> </center> <!-- <div class="row"> <div class="col-lg-3"> <select name="sort-news" id="sort-news" class='form-control'> <option value="All">All Types</option> <option value="whitepapers">Whitepapers</option> <option value="infographic">Infographics</option> <option value="webinar">Webinars</option> </select> </div> <div class="col-lg-3"> <select name="sort-partner" id="sort-partner" class='form-control'> <option value="All">All Sites</option> <option value="mts">MarTech Series</option> <option value="ait">AiThority</option> <option value="sts">SalesTech Star</option> <option value="ths">TecHR Series</option> <option value="fts">Global Fintech Series</option> </select> </div> <div class="col-lg-3"> <select name="sort-topic" id="sort-topic" class="form-control"> <option value="All">All Topics</option> <option value="IT">IT</option> <option value="Marketing">Marketing</option> <option value="Sales">Sales</option> <option value="HR">HR</option> <option value="Finance">Finance</option> <option value="CustomerSupport">Customer Support</option> </select> </div> <div class="col-lg-3"> <div class="filter-text-field"> <input id="myInput" type="text" placeholder="Search.." class="form-control"> </div> </div> <div class="col-lg-1">&nbsp;</div> </div> --> <div class="ajax-loader"></div> <div class='col-md-12 news-list' id="table1" style='border:thin;'> <!-- Div Start From Here................. --> <div class="row page"> <div class="col-12 col-md-6 blogBox moreBox filter IT news-item" data-category="whitepapers ait IT"> <div class="item"> <img class="img-responsive" alt="..." src="https://resources.martechseries.com/whitepapers/MTH-Vidyard-Unlock-Proven-Video-Marketing-Best-Practices.jpg" style="height: 210px;"> <div class="blogTxt"> <div class="blogCategory"> <a href="https://martechseries.com/">MarTech Series</a> </div> <h2>Vidyard</h2> <p class="post_intro hidden-xs" style="font-size: 17px;">Unlock Proven Video Marketing Best Practices </p> <div class="flex-item "> <a class="button btn btn-danger download" href="http://resources.martechseries.com/whitepapers/MTH-Vidyard-Unlock-Proven-Video-Marketing-Best-Practices.html" role="button" data-wpel-link="internal" target="_blank" rel="follow noopener noreferrer">Know More</a> </div> </div> </div> </div> <div class="col-12 col-md-6 blogBox moreBox filter IT news-item" data-category="whitepapers ait IT"> <div class="item"> <img class="img-responsive" alt="..." src="https://resources.martechseries.com/whitepapers/MTH-Amperity-AI-and-Its-Growing-Influence-on-Marketing.png" style="height: 210px;"> <div class="blogTxt"> <div class="blogCategory"> <a href="https://martechseries.com/">MarTech Series</a> </div> <h2>Amperity</h2> <p class="post_intro hidden-xs" style="font-size: 17px;">AI and Its Growing Influence on Marketing </p> <div class="flex-item "> <a class="button btn btn-danger download" href="https://resources.martechseries.com/whitepapers/MTH-Amperity-AI-and-Its-Growing-Influence-on-Marketing.html" role="button" data-wpel-link="internal" target="_blank" rel="follow noopener noreferrer">Know More</a> </div> </div> </div> </div> </div> <div class="row page"> <div class="col-12 col-md-6 blogBox moreBox filter IT news-item" data-category="whitepapers ait IT"> <div class="item"> <img class="img-responsive" alt="..." src="https://resources.martechseries.com/whitepapers/MTH-Demandbase-Optimizing-your-Go-to-Market-Strategy-Part-2-with-Chris-Moody-Head-of-GTM-Strategy-and-Thought-Leadership-at-Demandbase.png" style="height: 210px;"> <div class="blogTxt"> <div class="blogCategory"> <a href="https://martechseries.com/">MarTech Series</a> </div> <h2>Demandbase</h2> <p class="post_intro hidden-xs" style="font-size: 17px;">Optimizing your Go-to Market Strategy, Part 2: with Chris Moody, Head of GTM Strategy and Thought Leadership at Demandbase </p> <div class="flex-item "> <a class="button btn btn-danger download" href="https://resources.martechseries.com/whitepapers/MTH-Demandbase-Optimizing-your-Go-to-Market-Strategy-Part-2-with-Chris-Moody-Head-of-GTM-Strategy-and-Thought-Leadership-at-Demandbase.html" role="button" data-wpel-link="internal" target="_blank" rel="follow noopener noreferrer">Know More</a> </div> </div> </div> </div> <div class="col-12 col-md-6 blogBox moreBox filter IT news-item" data-category="whitepapers ait IT"> <div class="item"> <img class="img-responsive" alt="..." src="https://resources.martechseries.com/whitepapers/MTH-Demandbase-Optimizing-Your-ABX–Part-2-with-Jon-Miller.png" style="height: 210px;"> <div class="blogTxt"> <div class="blogCategory"> <a href="https://martechseries.com/">MarTech Series</a> </div> <h2>Demandbase</h2> <p class="post_intro hidden-xs" style="font-size: 17px;">Optimizing Your ABX – Part 2: With Jon Miller, Chief Evangelist at Demandbase </p> <div class="flex-item "> <a class="button btn btn-danger download" href="https://resources.martechseries.com/whitepapers/MTH-Demandbase-Optimizing-Your-ABX%E2%80%93Part-2-with-Jon-Miller.html" role="button" data-wpel-link="internal" target="_blank" rel="follow noopener noreferrer">Know More</a> </div> </div> </div> </div> </div> <!-- <div class="row page"> <div class="col-12 col-md-6 mt-6 blogBox moreBox filter IT news-item" data-category="whitepapers ait IT"> <div class="item"> <img class="img-responsive" alt="..." src="https://resources.martechseries.com/whitepapers/MTH-Demandbase-GTM-Fundamentals-for-2023.png" style="height: 210px;"> <div class="blogTxt"> <div class="blogCategory"> <a href="https://martechseries.com/">MarTech Series</a> </div> <h2>Demandbase</h2> <p class="post_intro hidden-xs" style="font-size: 17px;"> GTM Fundamentals for 2023 </p> <div class="flex-item "> <a class="button btn btn-danger download" href="https://resources.martechseries.com/whitepapers/MTH-Demandbase-GTM-Fundamentals-for-2023.html" role="button" data-wpel-link="internal" target="_blank" rel="follow noopener noreferrer">Know More</a> </div> </div> </div> </div> <div class="col-12 col-md-6 mt-6 blogBox moreBox filter IT news-item" data-category="whitepapers ait IT"> <div class="item"> <img class="img-responsive" alt="..." src="https://resources.martechseries.com/whitepapers/MTH-Demandbase-ABX-in-2023-and-Beyond.png" style="height: 210px;"> <div class="blogTxt"> <div class="blogCategory"> <a href="https://martechseries.com/">MarTech Series</a> </div> <h2>Demandbase</h2> <p class="post_intro hidden-xs" style="font-size: 17px;">ABX in 2023 and Beyond </p> <div class="flex-item "> <a class="button btn btn-danger download" href="https://resources.martechseries.com/whitepapers/MTH-Demandbase-ABX-in-2023-and-Beyond.html" role="button" data-wpel-link="internal" target="_blank" rel="follow noopener noreferrer">Know More</a> </div> </div> </div> </div> </div> --> </div> </div> <div class="row page"> </div> <div class="pagination"> <button class="arrow" id="prevPage" disabled>← <span class="nav-text">PREV</span></button> <div class="pages"> <div class="page-number active">1</div> <div class="page-number">2</div> <div class="page-number">3</div> <!-- <div class="page-number">4</div> <div class="page-number">5</div> --> </div> <button class="arrow" id="nextPage"><span class="nav-text">NEXT</span> →</button> </div> <div class="moreload" style=""> <a href="mailto:contact@martechseries.com"> Write to contact@martechseries.com to know about our older campaigns </a> </div> </div> </div> </div> <footer> <center> <div class="td-footer" style='background-color:#000;padding: 40px;'> <div class="IT-container td-footer__links"> <div class="row"> <div class="col"> <!-- <div class="td-social_links padding--above--5 padding--below--3"> <ul class="social_block social_block--large"> <li class="unstyled_list__item"><a class="social_block__link--facebook" href="" target="_blank"><img src="https://www.thedrum.com/assets/images/social/icons/icon-facebook-white.svg" alt=""></a></li> <li class="unstyled_list__item"><a class="social_block__link--twitter" href="" target="_blank"><img src="https://www.thedrum.com/assets/images/social/icons/icon-twitter-white.svg" alt=""></a></li> <li class="unstyled_list__item"><a class="social_block__link--linkedin" href="" target="_blank"><img src="https://www.thedrum.com/assets/images/social/icons/icon-linkedin-white.svg" alt=""></a></li> </ul> </div> --> <div class="col padding--below--2"> <p class="td-footer__trademark" style='color: #fff;'> Copyright © 2023 <a href="http://itechseries.com" style='color: #cd201f; font-weight: 800;'>iTech Series</a>. All rights reserved. </p> </div> </div> </div> </div> </center> </footer> <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-12/jquery-2.0.3.min_1.js"></script> <!-- partial --> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="./script.js"></script> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function () { const pages = document.querySelectorAll(".page"); const pageNumbers = document.querySelectorAll(".page-number"); const prevButton = document.getElementById("prevPage"); const nextButton = document.getElementById("nextPage"); let currentPage = 0; function showPage(pageNumber) { pages.forEach((page, index) => { if (index === pageNumber) { page.style.display = "block"; } else { page.style.display = "none"; } }); } function updateButtons() { prevButton.disabled = currentPage === 0; nextButton.disabled = currentPage === pages.length - 1; } function setActive() { pageNumbers.forEach((page, index) => { if(currentPage === index) { page.classList.add("active"); } else { page.classList.remove("active"); } }); } pageNumbers.forEach((page, index) => { page.addEventListener("click", function () { showPage(index); currentPage = index; updateButtons(); setActive(); }); }); prevButton.addEventListener("click", function () { if (currentPage > 0) { currentPage--; showPage(currentPage); updateButtons(); setActive(); } }); nextButton.addEventListener("click", function () { if (currentPage < pages.length - 1) { currentPage++; showPage(currentPage); updateButtons(); setActive(); } }); showPage(currentPage); updateButtons(); }); </script> </body> </html>

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