set up sellout
This commit is contained in:
parent
26ad631634
commit
9aea7c7754
@ -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).
|
||||
|
@ -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;
|
||||
// }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user