https://hembeard.github.io/capstone--example/

Submitted URL:
https://hembeard.github.io/capstone--example/
Report Finished:

The outgoing links identified from the page

LinkText
https://www.instagram.com/userfound.exe/
https://www.linkedin.com/in/ladhuram-sirvi-ab42772a1/

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
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
warningother
Text
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
errornetwork
URL
https://hembeard.github.io/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.0">
    <title>My Resume</title>
</head>
<body>
    <img src="./assets/images/photo.jpeg" height="150">
    <h1>Ladhuram Sirvi</h1>
    
    <hr>
    <h2>About me</h2>
    <p>I'm commerce student who wants to become web developer. I'm from Navi Mumbai,India.</p>
    <p>I was preparing for my Chartered Accountant exams (second level).</p>
    <p>I want to improve my skills and want to secure a job.</p>
    <p><a href="./public/about.html">More About me</a></p>

    <hr>

    <h2>Education</h2>
    <ul>
        <li>School- ST.Xavier's High School</li>
        <li>High School- People's Education Society </li>
        <li>ICAI</li>

    </ul>
    
    <hr>

    <h2>Skills</h2>
    <ul>
        <li>Problem Solving</li>
        <li>Teamwork</li>
        <li>Web Development</li>
        <li>Fast Learner</li>

    </ul>

    <hr>

    <h2>Achievements</h2>
    <ul>
        <li>Gold medal for Relay competition in High School</li>
        <li>Runner Up at District level Hockey </li>

    </ul>

    <hr>

    <h2>Hobbies</h2>
    <ul>
        <li>Plating Hockey</li>
        <li>Watching Movies</li>
        <li>Travelling</li>
        <li>Camping</li>
    </ul>

    <hr>

    <h2>Contact</h2>
    <a href="https://www.instagram.com/userfound.exe/"><img src="./assets/images/insta.png" height="50"></a>
    <a href="https://www.linkedin.com/in/ladhuram-sirvi-ab42772a1/"><img src="./assets/images/linkedin.jpg" height="40"></a>
    <a href="mailto:[email protected]"><img src="./assets/images/mail.jpg" height="50"></a>

    <hr>

    <footer>
        <small>
            Copyright © Ladhuram sirvi.All Rights Reserved.
        </small>
    </footer>


</body></html>