33 lines
2.0 KiB
HTML
Executable File
33 lines
2.0 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="https://www.sharpe6.com/sharpe6style.css">
|
|
<title>Welcome</title>
|
|
</head>
|
|
<body>
|
|
<div class="top_bar">
|
|
<h1><img src="wave_100.png" alt="Under the Wave off Kanagawa" width="30" height="30"> Sharpe6 <a href="https://www.linkedin.com/in/aidan-sharpe-b86955224/"><img src="LinkedIn.png" width="30" height="30" style="float: right; padding-left: 10px;"></a> <a href="https://gitea.sharpe6.com/Adog64"><img src="Gitea_Logo.png" width="30" height="30" style="float: right;"></a></h1>
|
|
|
|
</div>
|
|
<div class="column">
|
|
<h2>Who is Aidan Sharpe?</h2>
|
|
<p>
|
|
Hi! My name is Aidan Sharpe and this is my personal website. Everything is self-hosted in docker containers on my Rasberry Pi 4 Model B. For example, this webpage is hosted in an Apache container loaded with some fairly basic static html.
|
|
</p>
|
|
<p>
|
|
My primary goal for this webpage is making it easier to communicate. I would much rather have the freedom to edit everything that the end-user sees rather than having to conform to the suffocating constraints of mainstream social media platforms.
|
|
</p>
|
|
|
|
<h2>Check out my projects!</h2>
|
|
<p>
|
|
Alongside this Apache http server you will also find my personal <a href="https://gitea.sharpe6.com/Adog64">Gitea</a> instace. Gitea is a self-hosted git server, a kind-of lightweight version of GitLab. It is also hosted on my Raspberry Pi server, and I use it as a way to sync files across my devices with version management. On Gitea, you will find most of my personal projects, so it serves as a personal portfolio. Anything from my configuration files for my linux desktop to school projects to my Rubik's cube timer mobile app. Of course, I can't spoil everything here, so feel free to check it out!
|
|
</p>
|
|
|
|
<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>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|