- 제출된 URL:
- https://sjs404.github.io/
- 보고서 완료:
링크 · 7개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://tinyurl.com/38yn9we5 | |
https://tinyurl.com/3v57k7pb | |
https://tinyurl.com/5cs8rawc | |
https://tinyurl.com/4j5fb992 | |
https://tinyurl.com/4b4raw3t | |
https://tinyurl.com/5xtzvwje | Connect |
https://tinyurl.com/yc64nyfv |
JavaScript 변수 · 12개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
decodeAndInsert | function |
setCookie | function |
getCookie | function |
cookieMessage | function |
google_tag_manager | object |
google_tag_data | object |
dataLayer | object |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
warning | other |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Simon Schofield - Portfolio Website</title>
<link rel="icon" type="image/x-icon" href="assets/site/Favicon.png">
<meta name="description" content="Explore Simon Schofield's portfolio showcasing his expertise in IT support, hardware configuration, cybersecurity, and more. Discover his projects and passion for technology.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<script src="js/lbe.js"></script>
<script src="js/Google-Analytics.js"></script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-VNN741WNJR"></script>
<script src="js/cookie-consent.js" defer=""></script>
</head>
<body>
<div id="cookies" style="display: block;">
<div class="container">
<div class="subcontainer">
<div class="cookies">
<p>This website uses cookies to ensure you get the best experience from my website. <a href="/cookies.html">More Info...</a></p>
<button id="cookies-btn">Accept Cookies</button>
</div>
</div>
</div>
</div>
<header>
<nav>
<div class="navbar">
<div class="logo">
<a href="/"><img src="assets/site/Logo.png" alt="Simon Schofield Logo"></a>
</div>
<div class="nav-links">
<ul class="navigation-links">
<li><a href="index.html" value="current">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="homelab.html">Homelab</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="#contact-modal" class="contact-btn">Contact</a></li>
<div id="contact-modal" class="modal">
<div class="modal-content">
<a href="#" class="close-button">×</a>
<h2>Contact Me</h2>
<p>Get in touch to connect, collaborate or just say hello. I'm open to new opportunities and experiences within the field, as well as meeting new people.</p>
<div class="contact-social">
<a href="https://tinyurl.com/38yn9we5" target="_blank" title="Messenger"><img src="assets/social/messenger.png" alt="Messenger"></a>
<a href="https://tinyurl.com/3v57k7pb" target="_blank" title="Whatsapp"><img src="assets/social/whatsapp.png" alt="Whatsapp"></a>
<a class="eLink" href="https://tinyurl.com/5cs8rawc" target="_blank" title="Email"><img src="assets/social/gmail.png" alt="Email"></a>
<a class="tLink" href="https://tinyurl.com/4j5fb992
" title="Phone"><img src="assets/social/phone.png" alt="Phone"></a>
</div>
</div>
</div>
</ul>
<ul class="nav-social">
<li><a href="https://tinyurl.com/4b4raw3t"><img src="assets/social/facebook.png" target="_blank" alt="Facebook"></a></li>
<li><a href="https://tinyurl.com/5xtzvwje"><img src="assets/social/linkedin.png" target="_blank" alt="Linkedin"></a></li>
<li><a href="https://tinyurl.com/yc64nyfv" target="_blank" alt="Github"><img src="assets/social/github.png" alt="Github"></a></li>
</ul>
</div>
</div>
<label class="hamburger-menu">
<input type="checkbox">
</label>
<div class="sidebar">
<div class="logo">
<img src="assets/site/Logo.png" alt="Simon Schofield Logo">
</div>
<span> </span>
<ul class="hamburger-links">
<li><a href="index.html" value="current">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="homelab.html">Homelab</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
<span></span>
<div class="hamburger-social">
<ul>
<li><a class="tLink" href="https://tinyurl.com/4j5fb992
" target="_blank"><img src="assets/social/phone.png" alt="Phone"></a></li>
<li><a href="https://tinyurl.com/4b4raw3t" target="_blank"><img src="assets/social/facebook.png" alt="Facebook"></a></li>
<li><a href="https://tinyurl.com/yc64nyfv" target="_blank"><img src="assets/social/github.png" alt="Github"></a></li>
<li><a class="wLink" href="https://tinyurl.com/3v57k7pb" target="_blank"><img src="assets/social/whatsapp.png" alt="Whatsapp"></a></li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="hero">
<div class="summary">
<h1>Simon Schofield
</h1>
<h2>Tech Enthusiast - Motivated - Natural Tinkerer</h2>
</div>
<a class="hero-btn" href="https://tinyurl.com/5xtzvwje" target="_blank"><p>Connect </p><img src="assets/social/linkedin.png" alt=""></a>
<style>.hero{
background-image: url(assets/backgrounds/circuit.jpg);
background-position: center;
background-size: cover;
background-blend-mode: overlay;
}
</style>
</div>
<div class="key-skills">
<div class="skill-card">
<img src="assets/projects/icon_set/Logical.png" alt="Logical Thinker">
<h3>Logical Thinker</h3>
<p>I take a logical approach towards things, often assessing the situation before approaching to resolution. By compartmentalising i'm able to take a structured approach to problem solving.</p>
</div>
<div class="skill-card">
<img src="assets/projects/icon_set/Passionate.png" alt="Passionate">
<h3>Passionate</h3>
<p>I am passionate in all aspects of the IT Industry from Hardware, Configuration Of Systems, Cybersecurity and also Gaming in my spare time. </p>
</div>
<div class="skill-card">
<img src="assets/projects/icon_set/Inquisitive.png" alt="Naturally Curious">
<h3>Naturally Curious</h3>
<p>Being Naturally Curious, I Enjoy exploring how things are made up and what makes them work the way they do. This helps with troubleshooting where the problem can be deconstructed to find the route cause and build back up from there.</p>
</div>
</div>
<div class="tech">
<div class="tech-reel">
<img src="assets/brands/html.png" alt="">
<img src="assets/brands/css.png" alt="">
<img src="assets/brands/windows10.png" alt="">
<img src="assets/brands/windows11.png" alt="">
<img src="assets/brands/Windows-Server.png" alt="">
<img src="assets/brands/linux.png" alt="">
<img src="assets/brands/kali.png" alt="">
<img src="assets/brands/ubuntu.png" alt="">
<img src="assets/brands/vmware.png" alt="">
<img src="assets/brands/thm.png" alt="">
<img src="assets/brands/virtualbox.png" alt="">
<img src="assets/brands/python.png" alt="">
</div>
<div class="tech-reel">
<img src="assets/brands/html.png" alt="">
<img src="assets/brands/css.png" alt="">
<img src="assets/brands/windows10.png" alt="">
<img src="assets/brands/windows11.png" alt="">
<img src="assets/brands/Windows-Server.png" alt="">
<img src="assets/brands/linux.png" alt="">
<img src="assets/brands/kali.png" alt="">
<img src="assets/brands/ubuntu.png" alt="">
<img src="assets/brands/vmware.png" alt="">
<img src="assets/brands/thm.png" alt="">
<img src="assets/brands/virtualbox.png" alt="">
<img src="assets/brands/python.png" alt="">
</div>
</div>
<div class="about">
<div class="about-card">
<div class="about-profile">
<img class="self-image" src="assets/site/me.jpg" alt="Simon Schofield">
<a href="#"><img src="assets/brands/SJSHometech.png" alt="SJS Hometech"></a>
<h2 id="name"> Simon Schofield</h2>
<h3 id="position">Freelance IT Technician</h3>
</div>
<div class="about-content">
<p>Hey there! I’m <strong>Simon Schofield</strong>, a <strong>Freelance IT Support Technician</strong> and the face behind <strong>SJS Hometech</strong>. I got into this line of work because friends and family kept asking me to help with their computer problems, and I figured, why not make a business out of it? Through SJS Hometech, I help people with everything from fitting new hardware and troubleshooting issues to removing pesky viruses. While freelancing has been great, I’m currently on the lookout for something more stable and rewarding.</p>
<p>After the COVID-19 pandemic, I decided to switch gears from my lengthy hospitality career and dive into IT of which I've always been passionate about. I enrolled at <strong>The Manchester College</strong> and earned my <strong>Level 2 Diploma in IT Support</strong> and <strong>Level 3 Diploma for ICT Systems and Principles of the IT Professional</strong>. These courses covered a lot of ground, including Python programming, website design, networking, data security, and configuring various hardware and software.</p>
<p>When it comes to skills, I’m methodical, passionate about IT, and naturally curious. I love digging into problems and finding solutions, even if it means spending hours on tech forums and knowledge bases. Besides my freelance work, I spend a lot of time tinkering in my home lab, where I set up virtual machines and test different software scenarios. It’s a great way to learn and stay up-to-date with new technologies.</p>
<p>I’m particularly interested in cybersecurity. I enjoy researching the latest attack methods and figuring out how to protect against them. It’s not just about keeping my own systems safe; it’s also about understanding how I can help others stay secure.</p>
<p>At the end of the day, I love helping people solve their tech problems. While freelancing has been rewarding, I’m excited about the possibility of joining a team where I can continue to grow and make a bigger impact in the IT world.</p>
</div>
</div>
</div>
<div class="location">
</div>
</main>
<footer>
<div class="footer-social-nav">
<li><a href="https://tinyurl.com/4b4raw3t" target="_blank"><img src="assets/social/facebook.png" alt="Facebook"></a></li>
<li><a href="https://tinyurl.com/5xtzvwje" target="_blank"><img src="assets/social/linkedin.png" alt="Linkedin"></a></li>
<li><a href="https://tinyurl.com/yc64nyfv" target="_blank"><img src="assets/social/github.png" alt="Github"></a></li>
</div>
<div class="footer-legal">
<a href="cookies.html" target="_blank">Cookie Policy</a>
<a href="privacy.html" target="_blank">Privacy Policy</a>
</div>
</footer>
</body></html>