Website/index.html

48 lines
1.6 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="sharpe6style.css">
<title>Welcome</title>
</head>
<body>
<div class="content-box">
<h2>About Me</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 my Bachelor of Science and a Certificate of Undergraduate Study in Cybersecurity Engineering.
</p>
</div>
<div class="content-box">
<h2>Check out my projects!</h2>
<p>
</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>
<p>
My resume in pdf format is available <a href="https://gitea.sharpe6.com/Adog64/Resume/src/branch/master/Aidan_Sharpe_Resume.pdf">here.</a>
</p>
</div>
</body>
</html>