Removed friends and family section

This commit is contained in:
Aidan Sharpe 2024-08-31 16:10:36 -04:00
parent 7dc58d6fab
commit bc5a68bd24
4 changed files with 22 additions and 6 deletions

View File

@ -6,15 +6,17 @@
</head>
<body>
<div class="content-box">
<h2>About Me</h2>
<img class="profile_picture" src="profile.jpeg"/>
<h2>Aidan Sharpe</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.
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.
</p>
<p>
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.
</p>
</div>
<!--
<div class="content-box">
<h2>For Friends & Family</h2>
<p>
@ -24,6 +26,7 @@
If you are a friend or family member sitting in the same room as me, reading this aloud, you are not the first one.
</p>
</div>
-->
<div class="content-box">
<h2>For Recruiters / Prospective Employers</h2>
<p>

BIN
profile.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View File

@ -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%;

View File

@ -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;
}