OYUGBO JONAH OSAGIE
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Oyugbo Jonah Osagie — Social Entrepreneur</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      background: #f7faf7;
      color: #2d3a33;
      margin: 0;
      padding: 0;
    }
    .container {
      max-width: 800px;
      margin: auto;
      padding: 20px;
      background: #ffffff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      border-radius: 8px;
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .photo {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
      border: 4px solid #2f855a;
    }
    .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    h1 {
      text-align: center;
      margin-top: 16px;
      color: #276749;
    }
    .subtitle {
      text-align: center;
      font-style: italic;
      color: #4a5568;
    }
    .bio {
      margin-top: 24px;
      line-height: 1.6;
    }
    .bio ul {
      list-style: none;
      padding-left: 0;
    }
    .bio ul li {
      margin-bottom: 12px;
    }
    .social {
      text-align: center;
      margin-top: 30px;
    }
    .social a {
      display: inline-block;
      padding: 10px 20px;
      background: #2f855a;
      color: #ffffff;
      text-decoration: none;
      border-radius: 4px;
      transition: background 0.3s;
    }
    .social a:hover {
      background: #276749;
    }
  </style>
</head>
<body>
  <div class="container">
    <div class="photo">
      <img src="YOUR_PHOTO_FILENAME.jpg" alt="Oyugbo Jonah Osagie" />
    </div>
    <h1>Oyugbo Jonah Osagie</h1>
    <p class="subtitle">Social Entrepreneur · Writer · Speaker</p>
    <div class="bio">
      <p>Oyugbo Jonah Osagie is a Nigerian social entrepreneur, writer, and speaker who has made significant contributions to various local and international organizations. His work focuses on empowering youth, advancing sustainable development, and promoting zero hunger in Nigeria.</p>
      <ul>
        <li><strong>Social Entrepreneurship:</strong> Founded Oyugbo Jelly, a initiative that provides hands-on training to young Nigerian entrepreneurs in business development and sustainable practices, directly advancing SDG 8.</li>
        <li><strong>Advocacy:</strong> Recognized by AU-UNICEF for advocacy in “Reimagining an Africa Without Child Marriage” (SDG 5) and certified for SDG 2 Commitment, driving actionable strategies toward Zero Hunger by 2030 through agribusiness training.</li>
        <li><strong>Mentorship:</strong> Guides YALI entrepreneurs to scale SDG-aligned businesses across Nigeria and has mentored numerous entrepreneurs through the YALI Regional Leadership Program.</li>
        <li><strong>Education:</strong> Holds a (link unavailable) in Accounting from NOU and certifications from the Corporate Finance Institute and Bennett Institute for Public Policy, Cambridge University.</li>
        <li><strong>Community Engagement:</strong> Ordained Marriage Minister (American Marriage Ministries), strengthening family-centric community resilience.</li>
        <li><strong>Digital Presence:</strong> Active on LinkedIn, engaging in professional networking and career-focused conversations.</li>
      </ul>
    </div>
    <div class="social">
      <a href="https://www.linkedin.com/in/oyugbo-jonah-osagie-0a80041b5" target="_blank">
        Connect on LinkedIn
      </a>
    </div>
  </div>
</body>
</html>
Comments
Post a Comment