Skip to content

MastaBlasta867/Hlong-Mpho-Joseph-Molefe-Web-Design-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

<title>My (Hlong Mpho Joseph Molefe) Responsive Web Design Lab</title> <style> *{ text-decoration: none; } .navbar { background: crimson; font-family: "Times New Roman"; padding-right: 15px; padding-left: 15px; } .logo{ font-size: 35px; font-weight: 600; color: white; } li{ list-style: none; display: inline-block; } li a{ color: whitesmoke; font-size: 18px; font-weight: bold; margin-right: 25px; } button{ background-color: black; margin-left: 10px; border-radius: 10px; padding: 10px; width: 90px; } button a{ color: white; font-weight: bold; font-size: 15px; } body{ color: whitesmoke; } .title{ font-size: 6rem; } .subtitle{ font-size: 4rem; @media (min-width: 200px){ body { color: whitesmoke; } } @media (max-width: 600px){ body { color: whitesmoke; } } } </style>
Fetch-data

Everything You Wanna Know About Me

Hi! You can call me by my middle name, Joseph, but my first name is Mpho. It's a South African name that in my language means 'gift'. I began coding at an early age when I was a little boy, but then (for whatever reason) stopped and now I am back at it and having to re-learn everything. I immerse myself in the realms of cybersecurity, coding, and soon-to-be game development. I have studied a range of subjects that include both Front-end and Back-end development, including programming languages, Web Development, Database Management, and Software Engineering. The objective is to build a solid foundation in computer science principles that will prepare me for a career in Cybersecurity and Software Development. When I am not coding, I act on-screen and theater. I male model professionally. And I enjoy watching a good anime, particulary 'Attack on Titan'.

My Favorite Hobbies

  • Singing.
    1. Complete the full-stack certification requirements.
    2. Pass the compTIA Security+ certification exam.
    3. Get a job in the cybersecurity and software engineering field.
    4. As an aspiring actor/model, I plan on starring in a feature film, television series, or international theater production.

    Learn More About Me.

    Videos
    v Name Email Feedback <textarea id="feedback" name="feedback" rows="4" cols="50"></textarea> Submit <script> async function fetchDataAsync() { try { const response = await fetch("https://jsonplaceholder.typicode.com/users"); const data = await response.json(); if (!response.ok) { throw new Error(`Status: ${response.status}`); } const container = document.getElementById('data-container'); container.innerHTML = data .map(user => `

    ${user.name} - ${user.email}

    `) .join(''); } catch (error) { console.error('Error fetching data', error); } } document.getElementById('Fetch-data').addEventListener('click', fetchDataAsync); </script>
    Author: Hlong Mpho Joseph Molefe
    © 2025 copyright reserved
    pomolefe@yahoo.com

    About

    Responsive and Accessible Web Page

    Resources

    Stars

    0 stars

    Watchers

    1 watching

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Contributors