81 lines
3.7 KiB
HTML
Executable File
81 lines
3.7 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="sharpe6style.css">
|
|
<title>Welcome</title>
|
|
</head>
|
|
<body>
|
|
<div class="content-box">
|
|
<img class="profile_picture" src="profile.jpeg"/>
|
|
<h2>Aidan Sharpe</h2>
|
|
<p>
|
|
Hey! My name is Aidan Sharpe. I'm a third-year Electrical and Computer Engineering student at Rowan University, and I'm on track to graduate in May of 2025 with a Bachelor of Science and a Certificate of Undergraduate Study in Cybersecurity Engineering.
|
|
</p>
|
|
|
|
<p>
|
|
I made this website primarily to serve as a hub for friends, family, and potential employers.
|
|
</p>
|
|
</div>
|
|
<!--
|
|
<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>
|
|
-->
|
|
<div class="content-box">
|
|
<h2>For Recruiters / Prospective Employers</h2>
|
|
<p>
|
|
If you are a recruiter or prospective employer, first of all, welcome! I am very thankful that I you have taken the time to visit my webpage. There is a decent amount to explore here. 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>
|
|
</div>
|
|
<div class="content-box">
|
|
<h2>For Project Collaborators</h2>
|
|
<p>
|
|
If you are here looking to be a collaborator on a school project, please shoot an email to my school address: <a href="mailto:sharpe23@students.rowan.edu">sharpe23@students.rowan.edu</a>. Otherwise, if you want to collaborate on one of my personal projects, please shoot an email to my "real" email address: <a href="mailto:amsharpe102@pm.me">amsharpe102@pm.me</a>.
|
|
|
|
Thank you for wanting to collaborate!
|
|
</p>
|
|
</div>
|
|
<div class="content-box">
|
|
<h2>Helpful Links</h2>
|
|
<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 Instance
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<a href="https://www.linkedin.com/in/aidan-sharpe-b86955224/"><img class="icon" src="LinkedIn.png"/></a>
|
|
<p class="icon-text">
|
|
LinkedIn
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<a href="https://gitea.sharpe6.com/Adog64/LaTeX-Notes-Template"><img class="icon" src="LaTeX.png"/></a>
|
|
<p class="icon-text">
|
|
LaTeX Template
|
|
</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 Me
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|