1

set up sellout

This commit is contained in:
Evan Pratten 2022-04-14 13:04:55 -04:00
parent 26ad631634
commit 9aea7c7754
2 changed files with 21 additions and 2 deletions

View File

@ -1,6 +1,11 @@
---
title: Home
---
<!-- <div class="portfolio-sellout">
<p>Looking for my portfolio? Click <a href="">here</a>.</p>
</div> -->
## About me
I am a first-year college student, studying Software Engineering at Sheridan College. I develop software both as a hobby, and professionally, and have been programming since I was in the 5th grade. I am also a Canadian amateur radio operator (callsign **VA3ZZA**), and the former Lead Software Developer at [Raider Robotics](https://github.com/frc5024).

View File

@ -49,8 +49,8 @@ body {
.container {
max-width: 700px;
margin: auto;
padding-left:10px;
padding-right:10px;
padding-left: 10px;
padding-right: 10px;
}
.profile-card {
@ -241,3 +241,17 @@ ul {
padding-right: 15px;
}
}
.portfolio-sellout {
margin-top: 15px;
background-color: #afa79e;
border-radius: 5px;
text-align: center;
// color: white;
padding-top: 5px;
padding-bottom: 5px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
// & > p > a {
// color: aqua;
// }
}