diff --git a/anything_else.html b/anything_else.html deleted file mode 100755 index adfdaa8..0000000 --- a/anything_else.html +++ /dev/null @@ -1,16 +0,0 @@ - - Anything Else - - -

Anything Else

-

- Here are some quick links to some different places around the site! -

- - - - diff --git a/index.html b/index.html index 22d0d55..9d5f107 100755 --- a/index.html +++ b/index.html @@ -1,32 +1,26 @@ - + Welcome -
-

Under the Wave off Kanagawa Sharpe6

- -
-
-

Who is Aidan Sharpe?

+
+

Aidan Sharpe

- 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. -

-

- 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.

+
+

Check out my projects!

- Alongside this Apache http server you will also find my personal Gitea 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!

- +
+

Resume

My resume in pdf format is available here.

-
+
diff --git a/sharpe6style.css b/sharpe6style.css index 5d87dfa..1a8bcf6 100755 --- a/sharpe6style.css +++ b/sharpe6style.css @@ -14,6 +14,16 @@ margin-right: 5%; } +.content-box { + background-image: linear-gradient(to bottom left, rgba(54, 54, 70, 0.8), rgba(30, 31, 40, 0.5)); + border-radius: 10px; + padding: 10px; + width: 80%; + margin: 10px; + margin-left: auto; + margin-right: auto; +} + h1 { color: #7e9cd8; margin-left: 5%;