https://mmeschede.dev/

Submitted URL:
https://mmeschede.dev/
Report Finished:

The outgoing links identified from the page

LinkText
https://linkedin.com/in/mikemeschedeLinkedIn
https://github.com/mmeschedeGitHub
https://utc.eduUniversity of Tennessee at Chattanooga
https://www.maryville-schools.org/Maryville City Schools
https://walmart.comWalmart

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://mmeschede.dev/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <title>Michael Meschede</title>
      <link rel="stylesheet" href="style.css">
   </head>
   <body>
      <div class="container">
         <h1>Michael Meschede</h1>
         <div class="info">
             <p><a href="https://linkedin.com/in/mikemeschede" target="_blank">LinkedIn</a> | <a href="https://github.com/mmeschede" target="_blank">GitHub</a> | <a href="mailto:[email protected]">Email</a> | <a href="./resume.pdf">Resume</a></p>
         </div>
         <div class="summary">
            <h2>Cybersecurity Student</h2>
            <p>Cybersecurity Student at the University of Tennessee at Chattanooga.</p>
         </div>
         <div class="experience">
            <h2>Experience</h2>
            <ul>
               <li><strong><a href="https://utc.edu" target="_blank">University of Tennessee at Chattanooga</a>:</strong> IT Client Services (Jan 2024 - Present)</li>
               <li><strong><a href="https://www.maryville-schools.org/" target="_blank">Maryville City Schools</a>:</strong> Technology Intern (June 2024 - August 2024)</li> 
               <li><strong><a href="https://walmart.com" target="_blank">Walmart</a>:</strong> Personal Shopper (Oct 2021 - August 2024)</li>
            </ul>
         </div>
         <div class="education">
            <h2>Education</h2>
            <p>B.Sc. Computer Science: Cybersecurity, UTC (2022 - Est. May 2026)</p>
         </div>
      </div>
   

</body></html>