Files
Website/index.html
2025-08-28 22:00:53 -07:00

54 lines
2.4 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="sharpe6style.css">
<title>Welcome</title>
</head>
<body>
<!--img class="profile_picture" src="profile.jpeg"/-->
<h1>Welcome!</h1>
<p>
Hey, I'm Aidan Sharpe, welcome to my website!
</p>
<p>
I made this website primarily to serve as a personal hub for my projects, but I hope to grow it's scope over time. I self-host the web server along with a wide array of other Docker containers on my Dell Poweredge R610 running Debian Linux.
</p>
<!--
<div class="content-box">
<h2>For Friends & Family</h2>
<p>
If you are a friend or family member looking for pictures from our most recent vacation, shoot me an email <a href="mailto:amsharpe102@pm.me">amsharpe102@pm.me</a>, and I'll get you set up with an account for my image sharing server.
</p>
<p>
If you are a friend or family member sitting in the same room as me, reading this aloud, you are not the first one.
</p>
</div>
<h1>For Recruiters / Prospective Employers</h1>
<p>
If you are a recruiter or prospective employer, welcome! I am very thankful that you have taken the time to visit my webpage. If you are looking for my portfolio, most if not all of my personal projects can be found on my Gitea instance. Other than that, feel free to explore! If you have any questions, please don't hesitate to reach out to me via email <a href="mailto:amsharpe102@pm.me">amsharpe102@pm.me</a>.
</p>
-->
<footer>
<div class="icon-group">
<div>
<a href="https://gitea.sharpe6.com/Adog64"><img class="icon" src="Gitea_Logo.png"/></a>
<p class="icon-text">
Gitea
</p>
</div>
<div>
<a href="https://gitea.sharpe6.com/Adog64/Resume/raw/branch/master/Aidan_Sharpe_Resume.pdf"><img class="icon" src="Resume.png"/></a>
<p class="icon-text">
Resume
</p>
</div>
<div>
<a href="mailto:amsharpe102@pm.me"><img class="icon" src="ProtonMail.png"/></a>
<p class="icon-text">
E-Mail
</p>
</div>
</footer>
</body>
</html>