<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>About — Golam Rob</title>
  <link rel="stylesheet" href="style.css" />
</head>

<body>
  <header class="site">
    <div class="wrap top">
      <div class="brand">Golam Rob — PMP®</div>
      <nav>
        <ul>
          <li><a href="index.html">Home</a></li>
          <li><a href="about.html" class="active">About</a></li>
        </ul>
      </nav>
    </div>
  </header>

  <main class="wrap">
    <section>
      <h1>About Me</h1>
      <p>Hello, I’m <strong>Golam Rob</strong> — a civil engineer, writer, and stock photographer.</p>
      <p>With over 25 years of professional experience in engineering and project management, I’ve built large-scale projects while documenting nature through photography. I’ve archived over 1 million images from Bangladesh and Oman for AI training datasets.</p>
      <p>I also publish on <a href="https://medium.com/@golamrob" target="_blank">Medium</a>, where thousands read my stories and articles. My stock photography is available across Shutterstock, Adobe Stock, Alamy, Dreamstime, and Displate.</p>
    </section>
  </main>

  <footer>
    <div class="wrap">
      <span>© 2025 Golam Rob — All rights reserved.</span>
    </div>
  </footer>
</body>
</html>
