https://ericscottn.dev/

ID da verificação
44238bc4-36fd-44a6-842b-48872f2f9cc5Concluído
URL enviado:
https://ericscottn.com/Redirecionado
Relatório concluído:
LinkTexto
https://github.com/EricScottN/BuffaloBotBuffaloBotBot for the Buffalo Discord Server written in asyncio using discord.py...
https://1drv.ms/i/c/80c74d807507b1c9/EcmxB3WATccggICILQAAAAABoy3Bgr_ig0i8uW1_zJ2DJw?e=xFDhRXHappy Husband
https://1drv.ms/i/c/80c74d807507b1c9/EcmxB3WATccggIDfKQAAAAABtbG-QbDVlEVRl2RS2Dap6w?e=nEEoOQGirl Dad
https://www.linkedin.com/in/eric-northup/ LinkedIn
https://github.com/EricScottN GitHub

Variáveis JavaScript · 3 encontrada(s)

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensagens de registro do console · 3 encontrada(s)

TipoCategoriaLog
errornetwork
URL
https://ericscottn.dev/css/font/JetBrainsMono-2.304/fonts/webfonts/JetBrainsMono-Regular.woff2
Texto
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://ericscottn.dev/css/font/JetBrainsMono-2.304/fonts/webfonts/JetBrainsMono-Bold.woff2
Texto
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://ericscottn.dev/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Portfolio</title>
    <link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header class="header">
    <h1>Eric Northup</h1>
    <p class="subtitle">Software Engineer | Data Scientist</p>
    <p class="location">Buffalo, NY</p>
</header>

<section class="about-me">
    <div class="bio">
        <h2>About Me</h2>
        <p>With a decade of coding experience and 5+ years in finance software engineering, I bring deep Python expertise to building powerful APIs, efficient packages, and scalable, maintainable code. Skilled in OOP and dedicated to delivering impactful solutions.</p>
        <br>
        <p>As a data enthusiast, I enjoy exploring, analyzing, and wrangling data for fun - especially sports statistics!</p>
    </div>
    <img src="images/DSC_5733.jpg" alt="Profile Picture" class="profile-pic">
</section>

<section class="projects">
    <h2>Projects</h2>
    <a href="https://github.com/EricScottN/BuffaloBot" class="project-card" target="_blank">
        <h3>BuffaloBot</h3>
        <p>Bot for the Buffalo Discord Server written in asyncio using discord.py...</p>
    </a>
</section>

<section class="stuff">
    <h2>Random Stuff</h2>
    <a href="https://1drv.ms/i/c/80c74d807507b1c9/EcmxB3WATccggICILQAAAAABoy3Bgr_ig0i8uW1_zJ2DJw?e=xFDhRX" style="color: white;" target="_blank">Happy Husband</a>
    <br>
    <a href="https://1drv.ms/i/c/80c74d807507b1c9/EcmxB3WATccggIDfKQAAAAABtbG-QbDVlEVRl2RS2Dap6w?e=nEEoOQ" style="color: white;" target="_blank">Girl Dad</a>
    <p>Longboard Shredder</p>
    <p>Go Bills</p>
    <p>Breakfast King</p>
</section>

<section class="skills">
    <div class="skills-container">
        <div class="languages">
            <h2>Languages</h2>
            <div class="skills-row">
                <div class="skill">
                    <img src="images/python.svg" alt="Python" class="skill-logo">
                    <span class="skill-text">Python</span>
                </div>
                <div class="skill">
                    <img src="images/java.svg" alt="Java" class="skill-logo">
                    <span class="skill-text">Java</span>
                </div>
                <div class="skill">
                    <img src="images/sql.svg" alt="SQL" class="skill-logo">
                    <span class="skill-text">SQL</span>
                </div>
            </div>
        </div>
        <div class="frameworks">
            <h2>Frameworks/Libraries</h2>
            <div class="skills-row">
                <div class="skill">
                    <img src="images/pandas.svg" alt="Pandas" class="skill-logo">
                    <span class="skill-text">Pandas</span>
                </div>
                <div class="skill">
                    <img src="images/flask.svg" alt="Flask" class="skill-logo">
                    <span class="skill-text">Flask</span>
                </div>
                <div class="skill">
                    <img src="images/react.svg" alt="React" class="skill-logo">
                    <span class="skill-text">React</span>
                </div>
            </div>
        </div>
        <div class="tools">
            <h2>Tools</h2>
            <div class="skills-row">
                <div class="skill">
                    <img src="images/gitlab.svg" alt="Gitlab" class="skill-logo">
                    <span class="skill-text">Gitlab</span>
                </div>
                <div class="skill">
                    <img src="images/docker.svg" alt="Docker" class="skill-logo">
                    <span class="skill-text">Docker</span>
                </div>
            </div>
        </div>
    </div>
</section>

<section class="socials">
    <h2>Socials</h2>
    <div class="social-links">
        <a href="https://www.linkedin.com/in/eric-northup/">
            <img src="images/linkedin-color.svg" alt="LinkedIn" class="icon"> LinkedIn
        </a>
        <a href="https://github.com/EricScottN">
            <img src="images/github-142.svg" alt="GitHub" class="icon"> GitHub
        </a>
    </div>
</section>



</body></html>