diff --git a/Gitea_Logo.png b/Gitea_Logo.png index bff7279..77704dc 100644 Binary files a/Gitea_Logo.png and b/Gitea_Logo.png differ diff --git a/LaTeX.png b/LaTeX.png new file mode 100644 index 0000000..7b96ae0 Binary files /dev/null and b/LaTeX.png differ diff --git a/index.html b/index.html index 9d5f107..d8e11ad 100755 --- a/index.html +++ b/index.html @@ -6,8 +6,9 @@
-

Aidan Sharpe

+

About Me

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

@@ -17,9 +18,29 @@

-

Resume

-

- My resume in pdf format is available here. +

Helpful Links

+
+
+ +

+ Gitea Instance +

+
+
+ +

+ LinkedIn +

+
+
+ +

+ LaTeX Template +

+
+
+

+ My resume in pdf format is available here.

diff --git a/sharpe6style.css b/sharpe6style.css index 1a8bcf6..f8cc2a0 100755 --- a/sharpe6style.css +++ b/sharpe6style.css @@ -15,7 +15,7 @@ } .content-box { - background-image: linear-gradient(to bottom left, rgba(54, 54, 70, 0.8), rgba(30, 31, 40, 0.5)); + background-image: linear-gradient(to bottom right, rgba(54, 54, 70, 0.5), rgba(54, 54, 70, 0.2)); border-radius: 10px; padding: 10px; width: 80%; @@ -24,6 +24,24 @@ margin-right: auto; } +.icon-group { + display: flex; +} + +.icon { + border-radius: 10px; + width: 100px; + height: 100px; + margin: 15px; + margin-top: 0; + margin-bottom: 0; +} + +.icon-text { + margin-top: 0; + text-align: center; +} + h1 { color: #7e9cd8; margin-left: 5%;