Untitled

 avatar
unknown
plain_text
a year ago
2.4 kB
4
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Obakeng Ntlhakenmg - Radio and Club DJ</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            color: #333;
        }
        header {
            background-color: #333;
            color: #fff;
            padding: 1em 0;
            text-align: center;
        }
        nav {
            display: flex;
            justify-content: center;
            background-color: #444;
        }
        nav a {
            color: #fff;
            padding: 1em;
            text-decoration: none;
        }
        nav a:hover {
            background-color: #555;
        }
        .container {
            padding: 2em;
        }
        footer {
            background-color: #333;
            color: #fff;
            text-align: center;
            padding: 1em 0;
            position: fixed;
            width: 100%;
            bottom: 0;
        }
    </style>
</head>
<body>
    <header>
        <h1>Obakeng Ntlhakenmg</h1>
        <p>Radio and Club DJ</p>
    </header>
    <nav>
        <a href="#about">About Me</a>
        <a href="#projects">Projects</a>
        <a href="#blog">Blog</a>
        <a href="#contact">Contact</a>
    </nav>
    <div class="container">
        <section id="about">
            <h2>About Me</h2>
            <p>Hello! I am Obakeng Ntlhakenmg, a passionate radio and club DJ. I have a deep love for music and enjoy sharing my mixes with the world. Whether it's through the airwaves or live in the club, my goal is to make every set memorable.</p>
        </section>
        <section id="projects">
            <h2>Projects</h2>
            <p>Coming soon...</p>
        </section>
        <section id="blog">
            <h2>Blog</h2>
            <p>Coming soon...</p>
        </section>
        <section id="contact">
            <h2>Contact</h2>
            <p>Email: <a href="mailto:obakeng@example.com">obakeng@example.com</a></p>
        </section>
    </div>
    <footer>
        <p>&copy; 2024 Obakeng Ntlhakenmg. All rights reserved.</p>
    </footer>
</body>
</html>
Editor is loading...
Leave a Comment