Removed friends and family section
This commit is contained in:
parent
7dc58d6fab
commit
bc5a68bd24
@ -6,15 +6,17 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content-box">
|
<div class="content-box">
|
||||||
<h2>About Me</h2>
|
<img class="profile_picture" src="profile.jpeg"/>
|
||||||
|
<h2>Aidan Sharpe</h2>
|
||||||
<p>
|
<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>
|
||||||
|
|
||||||
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="content-box">
|
<div class="content-box">
|
||||||
<h2>For Friends & Family</h2>
|
<h2>For Friends & Family</h2>
|
||||||
<p>
|
<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.
|
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<div class="content-box">
|
<div class="content-box">
|
||||||
<h2>For Recruiters / Prospective Employers</h2>
|
<h2>For Recruiters / Prospective Employers</h2>
|
||||||
<p>
|
<p>
|
||||||
|
BIN
profile.jpeg
Normal file
BIN
profile.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
@ -35,6 +35,11 @@
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
|
|
||||||
|
.profile_picture {
|
||||||
|
width: 100%;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #ff5d62; }
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #7e9cd8;
|
color: #7e9cd8;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
|
@ -56,19 +56,27 @@ $winter_blue: #252535;
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile_picture {
|
||||||
|
//border-radius: 50%;
|
||||||
|
width: 100%;
|
||||||
|
//border-style: solid;
|
||||||
|
//border-color: $peach_red;
|
||||||
|
//border-width: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #7e9cd8;
|
color: $crystal_blue;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
margin-right: 5%;
|
margin-right: 5%;
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #ff5d62;
|
color: $peach_red;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: #dcd7ba;
|
color: $fuji_white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user