- ID de l'analyse :
- 44238bc4-36fd-44a6-842b-48872f2f9cc5Terminée
- URL soumise :
- https://ericscottn.com/Redirigé
- Fin du rapport :
Liens : 5 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://github.com/EricScottN/BuffaloBot | BuffaloBotBot for the Buffalo Discord Server written in asyncio using discord.py... |
https://1drv.ms/i/c/80c74d807507b1c9/EcmxB3WATccggICILQAAAAABoy3Bgr_ig0i8uW1_zJ2DJw?e=xFDhRX | Happy Husband |
https://1drv.ms/i/c/80c74d807507b1c9/EcmxB3WATccggIDfKQAAAAABtbG-QbDVlEVRl2RS2Dap6w?e=nEEoOQ | Girl Dad |
https://www.linkedin.com/in/eric-northup/ | |
https://github.com/EricScottN | GitHub |
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 3 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
error | network |
|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!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>