People Toolkit

Failed to render LaTeX expression — no expression found

<!DOCTYPE html>
<html>
<head>
<style>
  .hci-pro-guides-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #333;
    line-height: 1.6;
  }
  .hci-pro-guides-header {
    text-align: left;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
  }
  .hci-pro-guides-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 0;
  }
  .hci-pro-guides-header p {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin-top: 10px;
  }
  .hci-guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 40px 0;
  }
  .hci-guide-card {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hci-guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  }
  .hci-guide-card-icon {
    height: 150px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hci-guide-card-icon img {
    max-width: 80px;
    max-height: 80px;
  }
  .hci-guide-card-content {
    padding: 20px;
  }
  .hci-guide-card-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
  }
  .hci-guide-card-content p {
    font-size: 14px;
    color: #555;
    margin: 0 0 15px 0;
  }
  .hci-guide-card-content a {
    font-size: 14px;
    font-weight: 600;
    color: #E67E22;
    text-decoration: none;
    display: inline-block;
  }
  .hci-guide-card-content a:after {
      content: '→';
      margin-left: 5px;
  }
</style>
</head>
<body>

<div class="hci-pro-guides-container">
  <div class="hci-pro-guides-header">
    <h1>Pro Guides</h1>
    <p>A library of in-depth, actionable guides for leaders navigating the complexities of the modern talent landscape. These are not theoretical treatises, but practical playbooks for the challenges you face today.</p>
  </div>

  <div class="hci-guides-grid">
    <div class="hci-guide-card">
      <div class="hci-guide-card-icon">
        <img src="https://i.imgur.com/gY8zQ3L.png" alt="Geometric Icon" />
      </div>
      <div class="hci-guide-card-content">
        <h3>Leading in Permanent Beta</h3>
        <p>A framework for navigating continuous organizational restructuring, focusing on resilience, morale, and performance amidst perpetual flux.</p>
        <a href="#">Read the Guide</a>
      </div>
    </div>

    <div class="hci-guide-card">
      <div class="hci-guide-card-icon">
        <img src="https://i.imgur.com/O3bS5hA.png" alt="Geometric Icon" />
      </div>
      <div class="hci-guide-card-content">
        <h3>The AI Skills Gap</h3>
        <p>How to manage the growing divide between AI capabilities and human expertise without sacrificing deep knowledge and critical judgment.</p>
        <a href="#">Read the Guide</a>
      </div>
    </div>

    <div class="hci-guide-card">
      <div class="hci-guide-card-icon">
        <img src="https://i.imgur.com/sJ4yL9G.png" alt="Geometric Icon" />
      </div>
      <div class="hci-guide-card-content">
        <h3>Distributed Authority Models</h3>
        <p>Building and maintaining trust when decision-making is decentralized and teams are geographically dispersed.</p>
        <a href="#">Read the Guide</a>
      </div>
    </div>

  </div>
</div>

</body>
</html>
</body>
</html>