From 9aea7c775428d256ee230d1e22d86672b288072c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 14 Apr 2022 13:04:55 -0400 Subject: [PATCH] set up sellout --- content/_index.md | 5 +++++ sass/styles/layout.scss | 18 ++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 2825e8b..e8bb7e6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,11 @@ --- title: Home --- + + + ## 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). diff --git a/sass/styles/layout.scss b/sass/styles/layout.scss index 779289a..dd00939 100644 --- a/sass/styles/layout.scss +++ b/sass/styles/layout.scss @@ -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; + // } +}