Untitled

 avatar
unknown
plain_text
a year ago
2.1 kB
5
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Mr. Daniel Langa - Gren Satellite & IT Solutions</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        header {
            background-color: #4CAF50;
            color: white;
            padding: 20px 0;
            text-align: center;
        }
        section {
            padding: 20px;
            margin: 20px;
            background-color: white;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        h2 {
            color: #4CAF50;
        }
        footer {
            text-align: center;
            padding: 10px;
            background-color: #4CAF50;
            color: white;
            position: fixed;
            bottom: 0;
            width: 100%;
        }
    </style>
</head>
<body>

<header>
    <h1>Mr. Daniel Langa</h1>
    <p>Gren Satellite & IT Solutions</p>
</header>

<section id="about">
    <h2>About Me</h2>
    <p>I'm a life-long learner who is passionate about education and the development of others. Very strategic, analytical with an eye for detail. Given an opportunity, your company or organization will undoubtedly benefit from my immense experience gathered from both public and independent education sectors.</p>
</section>

<section id="services">
    <h2>Services</h2>
    <ul>
        <li>Educational Consulting</li>
        <li>Strategic Planning</li>
        <li>IT Solutions</li>
        <li>Professional Development</li>
    </ul>
</section>

<section id="contact">
    <h2>Contact</h2>
    <p>If you would like to get in touch with me, please send an email to: <a href="mailto:info@grensatellite.com">info@grensatellite.com</a></p>
</section>

<footer>
    <p>&copy; 2024 Daniel Langa - Gren Satellite & IT Solutions</p>
</footer>

</body>
</html>
Editor is loading...
Leave a Comment