update color palette

This commit is contained in:
Tyler Koenig
2021-08-01 18:06:06 -04:00
parent 5567a0ce7d
commit 8424c312f0

409
style.css
View File

@@ -1,342 +1,343 @@
body { body {
box-sizing: border-box; box-sizing: border-box;
color: #c9cacc; color: #c9cacc;
background-color: #1b1b1b; background-color: #272727;
font-size: 15px; font-size: 15px;
font-family: "Source Code Pro", monospace, Arial, Helvetica, sans-serif; font-family: 'Source Code Pro', monospace, Arial, Helvetica, sans-serif;
font-weight: 400; font-weight: 400;
line-height: 1.725; line-height: 1.725;
text-rendering: geometricPrecision; text-rendering: geometricPrecision;
min-height: 100vh; min-height: 100vh;
margin: 0 auto; margin: 0 auto;
} }
#wrapper { #wrapper {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
max-width: 560px; max-width: 560px;
margin: 0 auto; margin: 0 auto;
} }
nav ul { nav ul {
list-style-type: none; list-style-type: none;
margin: auto; margin: auto;
padding: 0em; padding: 0em;
} }
nav a { nav a {
text-decoration: none; text-decoration: none;
border-radius: 500px; border-radius: 500px;
padding: 0.2rem; padding: 0.2rem;
font-weight: 600; font-weight: 600;
display: flex; display: flex;
justify-content: center; justify-content: center;
color: #c9cacc; color: #c9cacc;
letter-spacing: 0.09rem; letter-spacing: 0.09rem;
} }
nav a:hover { nav a:hover {
background-color: #2a9d8f; background-color: #29f3c3;
transition: 150ms ease; color: #1b1b1b;
transition: 150ms ease;
} }
header { header {
background-color: #1b1b1b; color: #c9cacc;
color: #c9cacc; margin: 0 auto;
margin: 0 auto; text-align: center;
text-align: center; padding: 2rem;
padding: 2rem; line-height: 1.75rem;
line-height: 1.75rem; border-top: 1.5px solid #666;
border-top: 1.5px solid #666; border-bottom: 1.5px solid #666;
border-bottom: 1.5px solid #666;
} }
header img { header img {
width: 100px; width: 100px;
border: 5px solid #666; border: 5px solid #666;
border-radius: 165px; border-radius: 165px;
} }
h1 { h1 {
line-height: 2rem; line-height: 2rem;
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
} }
h1 a { h1 a {
font-size: 3rem; font-size: 3rem;
color: #c9cacc; color: #c9cacc;
text-decoration: none; text-decoration: none;
} }
h1 a:hover { h1 a:hover {
color: #2a9d8f; color: #29f3c3;
} }
header h2 { header h2 {
font-weight: 200; font-weight: 200;
font-size: 1.2rem; font-size: 1.2rem;
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
} }
h2, h2,
h3, h3,
h4 { h4 {
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
} }
#aboutMe { #aboutMe {
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
} }
#bio { #bio {
padding: 1.5rem; padding: 1.5rem;
text-align: start; text-align: start;
} }
#bio h2 { #bio h2 {
font-size: 2.2rem; font-size: 2.2rem;
} }
#bio h4 { #bio h4 {
color: #666; color: #666;
font-size: 1.5rem; font-size: 1.5rem;
margin: 0 auto 20px; margin: 0 auto 20px;
} }
#bio ul { #bio ul {
line-height: 1.35rem; line-height: 1.35rem;
font-weight: 200; font-weight: 200;
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style-type: none; list-style-type: none;
} }
#contact { #contact {
margin-top: 1rem; margin-top: 1rem;
padding: 1.5rem; padding: 1.5rem;
} }
#contact h3 { #contact h3 {
font-size: 1.5rem; font-size: 1.5rem;
} }
#contact ul { #contact ul {
display: flex; display: flex;
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
text-align: center; text-align: center;
} }
.contactLinks li { .contactLinks li {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
} }
.contactLinks a { .contactLinks a {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
color: #c9cacc; color: #c9cacc;
text-decoration: none; text-decoration: none;
} }
.contactLinks a:hover { .contactLinks a:hover {
font-weight: 600; font-weight: 600;
} }
#projects { #projects {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
#projects h2 { #projects h2 {
margin: 0; margin: 0;
padding: 1.5rem 1.5rem 0 1.5rem; padding: 1.5rem 1.5rem 0 1.5rem;
font-size: 2rem; font-size: 2rem;
} }
.project-item { .project-item {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 1rem auto; margin: 1rem auto;
text-align: center; text-align: center;
font-weight: 200; font-weight: 200;
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
} }
.project-item a { .project-item a {
color: #c9cacc; color: #c9cacc;
text-decoration: none; text-decoration: none;
} }
.project-item a:hover { .project-item a:hover {
color: #2a9d8f; color: #29f3c3;
} }
#projects h3 { #projects h3 {
font-size: 1.5rem; font-size: 1.5rem;
text-align: left; text-align: left;
margin: 0 auto; margin: 0 auto;
padding: 1.5rem; padding: 1.5rem;
letter-spacing: 0.01rem; letter-spacing: 0.01rem;
} }
.project-skills { .project-skills {
color: #666; color: #666;
list-style: none; list-style: none;
margin: 0 auto; margin: 0 auto;
line-height: 1.25rem; line-height: 1.25rem;
text-align: start; text-align: start;
padding: 0 1.5rem; padding: 0 1.5rem;
display: flex; display: flex;
align-items: baseline; align-items: baseline;
} }
.project-skills h4 { .project-skills h4 {
font-size: 1.5rem; font-size: 1.5rem;
flex: 1; flex: 1;
} }
.project-skills li { .project-skills li {
list-style-type: none; list-style-type: none;
color: #c9cacc; color: #c9cacc;
} }
.project-skills ul { .project-skills ul {
flex: 2; flex: 2;
line-height: 2rem; line-height: 2rem;
text-align: start; text-align: start;
} }
.project-item img { .project-item img {
width: 90%; width: 90%;
box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75); box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 10px 10px 11px 0px rgba(0, 0, 0, 0.75);
} }
footer { footer {
color: #666; color: #666;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
align-items: center; align-items: center;
margin: 0 auto; margin: 0 auto;
padding: 1rem; padding: 1rem;
} }
#copyright { #copyright {
margin: 0.4rem; margin: 0.4rem;
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
} }
#footLinks { #footLinks {
margin: 0.4rem; margin: 0.4rem;
letter-spacing: 0.8rem; letter-spacing: 0.8rem;
} }
#footLinks a { #footLinks a {
color: #666; color: #666;
} }
#footLinks a:hover { #footLinks a:hover {
color: #c9cacc; color: #c9cacc;
transition: 160ms ease-in; transition: 160ms ease-in;
} }
/* color: #1b1b1b; */
/* color: #2a9d8f */
@media (min-width: 576px) { @media (min-width: 576px) {
#wrapper { #wrapper {
width: 560px; width: 560px;
} }
nav { nav {
display: flex; display: flex;
} }
nav a { nav a {
margin: auto; margin: auto;
padding: 0.5rem; padding: 0.5rem;
flex: 4; flex: 4;
justify-content: flex-start; justify-content: flex-start;
} }
nav li { nav li {
display: inline-block; display: inline-block;
} }
nav ul { nav ul {
display: flex; display: flex;
} }
#aboutMe { #aboutMe {
display: flex; display: flex;
} }
#bio { #bio {
flex: 2; flex: 2;
} }
#contact { #contact {
flex: 1; flex: 1;
text-align: end; text-align: end;
} }
.contactLinks { .contactLinks {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.contactLinks li { .contactLinks li {
align-items: flex-end; align-items: flex-end;
} }
.contactLinks a { .contactLinks a {
flex-direction: row; flex-direction: row;
} }
.contactLinks i { .contactLinks i {
margin: auto 5px; margin: auto 5px;
} }
#project-container { #project-container {
display: flex; display: flex;
flex-direction: row-reverse; flex-direction: row-reverse;
} }
.project-item img { .project-item img {
flex: 2; flex: 2;
} }
.project-skills { .project-skills {
flex: 1; flex: 1;
margin: 0; margin: 0;
padding: 0; padding: 0;
text-align: end; text-align: end;
flex-direction: column; flex-direction: column;
align-items: flex-end; align-items: flex-end;
} }
.project-skills h4 { .project-skills h4 {
margin: 1.5rem; margin: 1.5rem;
align-self: flex-start; align-self: flex-start;
} }
.project-skills ul { .project-skills ul {
margin: 1.5rem; margin: 1.5rem;
padding: 0; padding: 0;
} }
.project-item a { .project-item a {
align-self: start; align-self: start;
} }
footer { footer {
margin: 0 auto; margin: 0 auto;
width: 87%; width: 87%;
padding: 2rem; padding: 2rem;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
} }
} }