New website layout: looks much nicer

This commit is contained in:
2024-01-13 00:17:14 -05:00
parent 975100dbed
commit 42af27875f
4 changed files with 44 additions and 5 deletions

View File

@ -6,8 +6,9 @@
</head>
<body>
<div class="content-box">
<h2>Aidan Sharpe</h2>
<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>
@ -17,9 +18,29 @@
</p>
</div>
<div class="content-box">
<h2>Resume</h2>
<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>
<h2>Helpful Links</h2>
<div style="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>