<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

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

    <title>Nelsonbima - Affiliate Marketer & Digital Creator</title>

    <style>

        body {

            font-family: Arial, sans-serif;

            margin: 0;

            padding: 0;

            background-color: #f0f0f0;

        }

        header {

            background-color: #333;

            color: white;

            padding: 10px 0;

            text-align: center;

        }

        .container {

            max-width: 1000px;

            margin: 20px auto;

            padding: 20px;

            background-color: white;

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

        }

        .bio {

            text-align: center;

            margin-bottom: 20px;

        }

        .bio h1 {

            margin: 0;

            color: #333;

        }

        .bio p {

            font-size: 1.2em;

            color: #666;

        }

        .social-links {

            text-align: center;

            margin: 20px 0;

        }

        .social-links a {

            margin: 0 10px;

            text-decoration: none;

            color: #333;

            font-size: 1.5em;

        }

        .social-links a:hover {

            color: #0073e6;

        }

        footer {

            text-align: center;

            padding: 10px 0;

            background-color: #333;

            color: white;

        }

    </style>

</head>

<body>

    <header>

        <h1>Nelsonbima</h1>

        <p>Affiliate Marketer & Digital Creator</p>

    </header>

    <div class="container">

        <div class="bio">

            <h1>About Me</h1>

            <p>I'm Nelsonbima, an affiliate marketer and a digital creator with a passion for fashion and technology.</p>

        </div>

        <div class="social-links">

            <h2>Connect with me</h2>

            <a href="https://www.facebook.com/Nelsonbima" target="_blank">Facebook</a>

            <a href="https://www.instagram.com/Nelsonbima" target="_blank">Instagram</a>

            <a href="https://www.twitter.com/Nelsonbima" target="_blank">Twitter</a>

            <a href="https://www.youtube.com/Nelsonbima" target="_blank">YouTube</a>

            <a href="https://www.tiktok.com/@Nelsonbima" target="_blank">TikTok</a>

        </div>

    </div>

    <footer>

        <p>&copy; 2024 Nelsonbima. All rights reserved.</p>

    </footer>

</body>

</html>



Comments