<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenView Venture Partners</title>
<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  @font-face {
    font-family: openviewregular;
    font-style: normal;
    font-weight: 400;
    src: url('https://openviewpartners.com/wp-content/themes/openview-partners/assets/dist/static/fonts/ov_regular-webfont.7ec775af1de13e8b4804.woff2') format('woff2'),
         url('https://openviewpartners.com/wp-content/themes/openview-partners/assets/dist/static/fonts/ov_regular-webfont.b5066a3b83022c5f33ce.woff') format('woff');
  }

  @font-face {
    font-family: openviewbold;
    font-style: normal;
    font-weight: 700;
    src: url('https://openviewpartners.com/wp-content/themes/openview-partners/assets/dist/static/fonts/ov_bold-webfont.4abb03b0cebfefc47d35.woff2') format('woff2'),
         url('https://openviewpartners.com/wp-content/themes/openview-partners/assets/dist/static/fonts/ov_bold-webfont.434fc2bdaaee5daed826.woff') format('woff');
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    color: #1e2a5e;
    background: #fff;
  }

  /* NAV */
  .nav {
    background: #fff;
    border-bottom: 1px solid #e8ecf5;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .nav-logo img {
    height: 21px;
    width: auto;
    display: block;
  }
  .nav-links { display: flex; gap: 48px; }
  .nav-links a {
    font-family: openviewregular, 'Trebuchet MS', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 58, 132);
    text-decoration: none;
    letter-spacing: normal;
  }
  .nav-links a:hover { opacity: .6; }

  /* HERO — full viewport height, image fills left half, text right */
  .hero {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
  }
  .hero-img {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    height: 95%;
    width: auto;
    max-width: 52%;
    object-fit: contain;
    object-position: left center;
  }
  .hero-text {
    position: relative;
    z-index: 2;
    margin-left: 54%;
    padding: 48px 60px 48px 0;
    max-width: 500px;
  }
  .hero-headline {
    font-family: openviewregular, 'Trebuchet MS', Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: rgb(0, 60, 130);
    line-height: 1.3;
    font-style: normal;
    white-space: nowrap;
  }

  /* QUOTE CAROUSEL */
  .quote-section { position: relative; }
  .quote-slide {
    display: none;
    height: 622px;
    background-size: cover;
    background-position: left center;
    position: relative;
  }
  .quote-slide.active { display: block; }
  .quote-slide-tope {
    background-image: url('/images/Tope-Awotona-Testimonial.png');
  }
  .quote-slide-itai {
    background-image: url('/images/Itai-Tevet-Testimonial.png');
  }
  .quote-block {
    position: absolute;
    left: 525px;
    top: 200px;
    width: 725px;
    padding: 30px;
  }
  .quote-text {
    font-family: openviewbold, 'Trebuchet MS', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: rgb(0, 75, 135);
    line-height: 31.2px;
    margin-bottom: 16px;
  }
  .quote-name {
    font-family: openviewregular, 'Trebuchet MS', Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: rgb(34, 34, 34);
    line-height: 19px;
    margin-bottom: 10px;
  }
  .quote-co-logo {
    width: 150px;
    height: auto;
    display: block;
    margin-bottom: 12px;
  }
  .quote-legal {
    font-family: openviewregular, 'Trebuchet MS', Arial, sans-serif;
    font-size: 11px;
    color: rgb(145, 157, 157);
    line-height: 1.5;
    max-width: 665px;
  }
  /* Dots sit outside slides, always visible */
  .quote-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
  }
  .quote-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .2s;
  }
  .quote-dot.active { background: #fff; }

  /* ABOUT BAND */
  .about-band {
    position: relative;
    min-height: 625px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 40px;
    overflow: hidden;
  }
  .about-band-bg {
    position: absolute;
    inset: 0;
    background-image: url('/images/portfolio-homepage-2_png.jpg');
    background-size: cover;
    background-position: center;
  }
  .about-band-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 60, 130, 0.82);
  }
  .about-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
  }
  .about-headline {
    font-family: openviewbold, 'Trebuchet MS', Arial, sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 57.2px;
  }
  .about-body {
    font-family: openviewregular, 'Trebuchet MS', Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 42px;
    text-align: center;
  }

  /* PEOPLE */
  .people-section {
    background: #fff;
    padding: 0 0 80px;
  }
  .people-header {
    padding: 48px 40px 32px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .people-subhead {
    font-family: openviewbold, 'Trebuchet MS', Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: rgb(0, 58, 132);
    line-height: 1.1;
  }
  .people-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .person {
    position: relative;
    overflow: hidden;
    background: #c8d4e0;
    border-radius: 4px;
  }
  .person-photo {
    width: 100%;
    aspect-ratio: 1;
    background-size: cover;
    background-position: top center;
    display: block;
  }
  .person-info {
    padding: 10px 8px 10px;
    background: #fff;
    border: 0.5px solid #e0e8f0;
    border-top: none;
  }
  .person-name {
    font-family: openviewbold, 'Trebuchet MS', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: rgb(0, 58, 132);
    line-height: 1.2;
    margin-bottom: 3px;
  }
  .person-title {
    font-family: openviewregular, 'Trebuchet MS', Arial, sans-serif;
    font-size: 11px;
    color: #666;
    line-height: 1.3;
  }

  /* FOOTER */
  .footer {
    background: #fff;
    border-top: 1px solid #e0e8f0;
    padding: 60px 75px 0;
  }
  .footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1.8fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 40px;
  }
  .footer-col-head {
    font-family: openviewbold, 'Trebuchet MS', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: rgb(0, 58, 132);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
  }
  .footer-link {
    font-family: openviewregular, 'Trebuchet MS', Arial, sans-serif;
    font-size: 16px;
    color: rgb(0, 58, 132);
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 1.6;
  }
  .footer-link:hover { opacity: .7; }
  .footer-link.lp {
    font-family: openviewbold, 'Trebuchet MS', Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  .footer-address {
    font-family: openviewregular, 'Trebuchet MS', Arial, sans-serif;
    font-size: 16px;
    color: rgb(0, 58, 132);
    line-height: 1.8;
  }
  .footer-address strong {
    font-family: openviewbold, 'Trebuchet MS', Arial, sans-serif;
    display: block;
    margin-top: 14px;
    margin-bottom: 2px;
    font-size: 16px;
  }
  .footer-address a { color: rgb(0, 58, 132); text-decoration: none; }
  .footer-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 36px; height: 36px;
    background: #0a66c2;
    border-radius: 4px;
    text-decoration: none;
  }
  .footer-bottom {
    border-top: 1px solid #dce8f0;
    padding: 20px 0 24px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer-copyright {
    font-family: openviewregular, 'Trebuchet MS', Arial, sans-serif;
    font-size: 12px;
    color: rgb(123, 174, 212);
  }

  @media (max-width: 768px) {
    /* NAV */
    .nav { padding: 0 20px; }

    /* HERO — full image visible, no clipping, image + text fill screen */
    .hero {
      flex-direction: column;
      align-items: stretch;
      min-height: 92vh;
      overflow: visible;
    }
    .hero-img {
      display: block;
      position: static;
      transform: none;
      width: 100%;
      max-width: 100%;
      height: 52vh;
      object-fit: contain;
      object-position: center center;
      flex-shrink: 0;
    }
    .hero-text {
      margin-left: 0;
      padding: 16px 20px 24px;
      max-width: 100%;
      flex: 1;
      display: flex;
      align-items: center;
    }
    .hero-headline {
      white-space: normal;
      font-size: 20px;
    }

    /* ABOUT — tighter side padding */
    .about-band { padding: 40px 12px; }
    .about-content { max-width: 100%; }
    .about-headline { font-size: 32px; line-height: 1.2; }
    .about-body { font-size: 18px; line-height: 1.6; }

    /* QUOTE CAROUSEL — center background so person is visible, quote overlays bottom */
    .quote-section { position: relative; }
    .quote-slide {
      height: 560px;
      background-position: center top;
    }
    .quote-block {
      position: absolute;
      left: 0;
      top: auto;
      bottom: 0;
      width: 100%;
      padding: 20px 20px 40px;
      background: rgba(255, 255, 255, 0.95);
    }
    .quote-text { font-size: 16px; line-height: 1.5; }
    .quote-name { font-size: 15px; }
    .quote-dots { bottom: 12px; }

    /* PEOPLE — unchanged */
    .people-header { padding: 20px 24px; flex-wrap: wrap; }
    .people-subhead { font-size: 28px; }
    .people-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      padding: 0 16px;
    }
    .person { background: #fff; }
    .person-photo { background-color: #e8eef5; }

    /* FOOTER */
    .footer { padding: 32px 24px 16px; }
    .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  }
</style>
</head>
<body>

<!-- NAV -->
<nav class="nav">
  <a href="/" class="nav-logo">
    <svg viewBox="78 258 638 97" xmlns="http://www.w3.org/2000/svg" style="height:24px;width:auto;display:block;">
      <style>.st0{fill:#003C82;}</style>
      <polygon class="st0" points="621.33,349.12 594,263.86 583.67,263.86 612.17,349.12 "/>
      <polygon class="st0" points="675.32,349.12 647.17,263.89 647.17,263.86 647.16,263.86 640.75,263.86 640.74,263.86 640.74,263.89 621.15,323.26 625.48,336.5 643.96,280.96 666.58,349.12 "/>
      <polygon class="st0" points="679.54,337.02 704.24,263.86 693.91,263.86 674.81,322.53 "/>
      <g>
        <path class="st0" d="M128.38,341.77c-17.58,0-32.08-13.28-34.56-30.15h-9.58c2.52,22.11,21.52,38.96,44.14,38.96s41.62-16.85,44.14-38.96h-9.58C160.46,328.49,145.96,341.77,128.38,341.77"/>
        <path class="st0" d="M128.38,271.23c17.8,0,32.14,13.21,34.57,30.17h9.54c-2.62-21.96-21.56-38.99-44.11-38.99c-22.55,0-41.48,17.03-44.11,38.99h9.54C96.24,284.44,110.57,271.23,128.38,271.23"/>
        <path class="st0" d="M229.71,268.4c-4.97-3.44-11.5-4.46-17.39-4.46v8.9c9.35,0,17.5,3.18,17.5,14.79c0,11.18-7.82,15.29-17.5,15.29v8.87c6.36,0,13.65-1.33,18.86-5.62c5.31-4.41,8.14-11.42,8.14-18.32C239.32,280.27,236.04,272.81,229.71,268.4"/>
        <rect x="194.05" y="263.88" class="st0" width="9.46" height="85.24"/>
        <rect x="258.41" y="340.33" class="st0" width="44.15" height="8.79"/>
        <rect x="276.74" y="298.02" class="st0" width="24.8" height="8.82"/>
        <rect x="258.39" y="281.39" class="st0" width="9.44" height="50.26"/>
        <polygon class="st0" points="302.56,272.7 302.56,263.88 258.41,263.88 258.41,272.71 "/>
        <rect x="529.04" y="340.33" class="st0" width="44.15" height="8.79"/>
        <rect x="547.37" y="298.02" class="st0" width="24.8" height="8.82"/>
        <rect x="529.02" y="281.39" class="st0" width="9.44" height="50.26"/>
        <polygon class="st0" points="573.19,272.7 573.19,263.88 529.04,263.88 529.04,272.71 "/>
        <polygon class="st0" points="340.15,288.53 380.73,339.06 380.73,324.39 340.15,273.79 "/>
        <polygon class="st0" points="332.06,263.87 322.62,263.87 322.62,349.12 332.11,349.12 "/>
        <rect x="388.69" y="263.87" class="st0" width="9.46" height="85.25"/>
        <rect x="496.22" y="263.87" class="st0" width="9.46" height="85.25"/>
        <polygon class="st0" points="451.27,325.37 456.23,338.43 485.23,263.87 474.9,263.87 "/>
        <polygon class="st0" points="452.13,349.12 419.24,263.87 409.43,263.87 442.55,349.12 "/>
      </g>
    </svg>
  </a>
  <div class="nav-links">
    <a href="#about">About</a>
  </div>
</nav>

<!-- HERO -->
<section class="hero">
  <img
    class="hero-img"
    src="/images/background_op_live.jpeg"
    alt=""
    aria-hidden="true"
  >
  <div class="hero-text">
    <p class="hero-headline">We partner with founders<br>to change the way the world works.</p>
  </div>
</section>

<!-- ABOUT -->
<section class="about-band" id="about">
  <div class="about-band-bg"></div>
  <div class="about-band-overlay"></div>
  <div class="about-content">
    <p class="about-headline">Building a world that works better.</p>
    <p class="about-body">For over two decades, we've helped build business software companies at the expansion stage into market leaders. This concentrated approach allows us to meaningfully support companies post-investment.</p>
  </div>
</section>

<!-- QUOTE CAROUSEL -->
<section class="quote-section">

  <div class="quote-slide quote-slide-tope active" id="slide-0">
    <div class="quote-block">
      <p class="quote-text">"OpenView brings a unique perspective to their work with Calendly and has been a huge factor in our success. Many of the introductions provided through their extensive network have turned into advisors or employees at Calendly."</p>
      <p class="quote-name">Tope Awotona, CEO and Founder</p>
      <img class="quote-co-logo" src="/images/Calendly-logo.svg" alt="Calendly">
      <p class="quote-legal">The statement quoted above was made by an executive of an OpenView portfolio company. The portfolio company executive has not received compensation for the above statement and this statement is solely his opinion and representative of his experience with OpenView. Other portfolio company executives may not necessarily share the same view.</p>
    </div>
  </div>

  <div class="quote-slide quote-slide-itai" id="slide-1">
    <div class="quote-block">
      <p class="quote-text">"We needed to build our self-service motion and OpenView has been there to assist, mentor, and do the heavy lifting every step of the way. I have only good things to say about OpenView all around."</p>
      <p class="quote-name">Itai Tevet, CEO</p>
      <img class="quote-co-logo" src="/images/Intezer-logo.png" alt="Intezer">
      <p class="quote-legal">The statement quoted above was made by an executive of an OpenView portfolio company. The portfolio company executive has not received compensation for the above statement and this statement is solely his opinion and representative of his experience with OpenView. Other portfolio company executives may not necessarily share the same view.</p>
    </div>
  </div>

  <div class="quote-dots">
    <button class="quote-dot active" onclick="goToSlide(0)" aria-label="Quote 1"></button>
    <button class="quote-dot" onclick="goToSlide(1)" aria-label="Quote 2"></button>
  </div>

</section>

<!-- PEOPLE -->
<section class="people-section">
  <div class="people-header">
    <div class="people-subhead">Our people, here to help yours.</div>
  </div>
  <div class="people-grid">
    <div class="person"><div class="person-photo" style="background-image:url('/images/Scott_Maxwell_Official.jpg')"></div><div class="person-info"><div class="person-name">Scott Maxwell</div><div class="person-title">Founder &amp; Senior Partner</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Dan_Demmer_Official.jpg')"></div><div class="person-info"><div class="person-name">Daniel Demmer</div><div class="person-title">Partner</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/George_Roberts_Official.png')"></div><div class="person-info"><div class="person-name">George Roberts</div><div class="person-title">Partner</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/John_McCullough_Official.png')"></div><div class="person-info"><div class="person-name">John McCullough</div><div class="person-title">Partner</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Vinnie_McSweeney_Official.png')"></div><div class="person-info"><div class="person-name">Vinnie McSweeney</div><div class="person-title">Partner</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Jess_Dowd_Official.png')"></div><div class="person-info"><div class="person-name">Jessica Dowd</div><div class="person-title">Partner</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Devon_McDonald_Official.jpg')"></div><div class="person-info"><div class="person-name">Devon McDonald</div><div class="person-title">Partner</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Bonnie_Lewis_Official.png')"></div><div class="person-info"><div class="person-name">Bonnie Lewis</div><div class="person-title">CFO; Executive Finance &amp; Audit Chair</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Rufus_King_Official.png')"></div><div class="person-info"><div class="person-name">Rufus King</div><div class="person-title">Chief Legal Officer</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Morgan_Waesch_Official.jpg')"></div><div class="person-info"><div class="person-name">Morgan Waesche</div><div class="person-title">Director Finance</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Jill_Della_Grotta_Official.png')"></div><div class="person-info"><div class="person-name">Jill Della Grotta</div><div class="person-title">Senior Executive Coordinator</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Tori_Korine_Official.jpg')"></div><div class="person-info"><div class="person-name">Tori Korine</div><div class="person-title">Corporate Development</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Gizem_Cakil_Official.png')"></div><div class="person-info"><div class="person-name">Gizem Cakil</div><div class="person-title">Senior Growth Associate</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Rachel_Anderson_Official.png')"></div><div class="person-info"><div class="person-name">Rachel Anderson</div><div class="person-title">Accountant</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Jill_Wieczorek_Official.png')"></div><div class="person-info"><div class="person-name">Jill Wieczorek</div><div class="person-title">Accounting Manager</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Suzanne-Meincke_Official.png')"></div><div class="person-info"><div class="person-name">Suzanne Meincke</div><div class="person-title">Senior Accounting Manager</div></div></div>
    <div class="person"><div class="person-photo" style="background-image:url('/images/Kristen-Murray_Official.jpg')"></div><div class="person-info"><div class="person-name">Kristen Murray</div><div class="person-title">Senior Fund Controller</div></div></div>
  </div>
</section>


<script>
  let current = 0;
  const total = 2;
  const dots = document.querySelectorAll('.quote-dot');
  let timer = setInterval(() => goToSlide((current + 1) % total), 6000);

  function goToSlide(n) {
    document.getElementById('slide-' + current).classList.remove('active');
    dots[current].classList.remove('active');
    current = n;
    document.getElementById('slide-' + current).classList.add('active');
    dots[current].classList.add('active');
    clearInterval(timer);
    timer = setInterval(() => goToSlide((current + 1) % total), 6000);
  }
</script>

</body>
</html>

<!-- FOOTER -->
<footer class="footer">
  <div class="footer-inner">
    <div>
      <a href="https://myopenview.com" class="footer-link lp" target="_blank">LP Login</a>
    </div>
    <div>
      <span class="footer-col-head">Legal</span>
      <a class='footer-link' href='/legal/privacy-policy'>Privacy Policy</a>
      <a class='footer-link' href='/legal/terms-of-use'>Terms of Use</a>
    </div>
    <div>
      <span class="footer-col-head">Connect</span>
      <div class="footer-address">
        <strong>Locations</strong>
        Florida · Massachusetts · New York<br>Texas · Wisconsin
        <strong></strong>
        <a href="mailto:hello@openviewpartners.com">hello@openviewpartners.com</a>
      </div>
      <a href="https://www.linkedin.com/company/openview-/" target="_blank" class="footer-linkedin" title="LinkedIn">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="#fff" xmlns="http://www.w3.org/2000/svg">
          <path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
        </svg>
      </a>
    </div>
  </div>
  <div class="footer-bottom">
    <span class="footer-copyright">© Copyright 2010-2026 OpenView Venture Partners. OpenView® and OpenView Labs® are registered trademarks that are used under license by OpenView Venture Partners. All Rights Reserved.</span>
  </div>
</footer>

<script>
  let current = 0;
  const total = 2;
  const dots = document.querySelectorAll('.quote-dot');
  let timer = setInterval(() => goToSlide((current + 1) % total), 6000);

  function goToSlide(n) {
    document.getElementById('slide-' + current).classList.remove('active');
    dots[current].classList.remove('active');
    current = n;
    document.getElementById('slide-' + current).classList.add('active');
    dots[current].classList.add('active');
    clearInterval(timer);
    timer = setInterval(() => goToSlide((current + 1) % total), 6000);
  }
</script>

</body>
</html>
