<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Pivot Social Pty. Ltd.</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      line-height: 1.6;

      margin: 0;

      padding: 0;

      display: flex;

      justify-content: center;

      align-items: center;

      min-height: 100vh;

      background-color: #f4f4f4;

      color: #333;

    }

    main {

      max-width: 800px;

      text-align: center;

      padding: 20px;

      background: #ffffff;

      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

      border-radius: 8px;

    }

    h1 {

      margin-bottom: 20px;

    }

    h3 {

      margin-top: 30px;

      margin-bottom: 10px;

      color: #555;

    }

    p {

      margin: 10px 0;

    }

    .team {

      margin-top: 20px;

    }

    .team ul {

      list-style: none;

      padding: 0;

    }

    .team ul li {

      margin: 5px 0;

    }

  </style>

</head>

<body>

  <main>

    <h1>This is the website for Pivot Social Pty. Ltd.<br>The website is currently under construction, as we are busy building the app right now.</h1>

    <h3>A little bit about us</h3>

    <p>Hey there! We’re Pivot!</p>

    <p>We’re building Pivot because we are frustrated by the current state of social platforms, where endless scrolling,<br>and chasing validation from people you don't care about has replaced genuine human connections.</p>

    <p>We want to give you a tool that inspires you to get out, connect with your friends, and make real lasting memories.</p>

    <p>Social media giants are monetising your attention, and holding you hostage due to FOMO.<br>We’re here to provide a solution that keeps you connected and allows you to take back control.</p>

    <p>Pivot is respectful of your privacy, and never treats you as the product.</p>

    <h4>What’s the catch?</h4>

    <p>We keep the platform running through contributor subscriptions, and licenses for social businesses to operate on our platform (eg: music venues, climbing gyms, bookclubs etc…)</p>

    <p>Life is short, and there is a lot out there to do and see.<br>Don’t spend it scrolling.<br>Go out and do something.<br>Like literally anything.<br>We’re just here to make that easy.</p>

    <h3>Team</h3>

    <div class="team">

      <ul>

        <li><strong>Zac Ynfante</strong> - Co-Founder & Company Director</li>

        <li><strong>Bryden Berrysmith</strong> - Co-Founder & UX Engineer</li>

        <li><strong>Joshua Hallam</strong> - Co-Founder & Back-End Engineer</li>

        <li><strong>Cameron Regan</strong> - Co-Founder & Full-Stack Engineer</li>

      </ul>

    </div>

  </main>

</body>

</html>