diff --git a/index.html b/index.html index be4521f..a924f47 100755 --- a/index.html +++ b/index.html @@ -6,15 +6,17 @@
- 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. + 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 a Bachelor of Science and a Certificate of Undergraduate Study in Cybersecurity Engineering.
- I made this website primarily to serve as a hub for my profiles and projects. + I made this website primarily to serve as a hub for friends, family, and potential employers.
diff --git a/profile.jpeg b/profile.jpeg new file mode 100644 index 0000000..901a129 Binary files /dev/null and b/profile.jpeg differ diff --git a/sharpe6style.css b/sharpe6style.css index 7a847e7..77ef765 100644 --- a/sharpe6style.css +++ b/sharpe6style.css @@ -35,6 +35,11 @@ margin-top: 0; text-align: center; } +.profile_picture { + width: 100%; + border-style: solid; + border-color: #ff5d62; } + h1 { color: #7e9cd8; margin-left: 5%; diff --git a/sharpe6style.scss b/sharpe6style.scss index f572191..c36b165 100755 --- a/sharpe6style.scss +++ b/sharpe6style.scss @@ -56,19 +56,27 @@ $winter_blue: #252535; text-align: center; } +.profile_picture { + //border-radius: 50%; + width: 100%; + //border-style: solid; + //border-color: $peach_red; + //border-width: 3px; +} + h1 { - color: #7e9cd8; + color: $crystal_blue; margin-left: 5%; margin-right: 5%; padding: 10px 0px; } h2 { - color: #ff5d62; + color: $peach_red; } p { - color: #dcd7ba; + color: $fuji_white; }