Work history, add tech skills, fix npm script
This commit is contained in:
parent
6c0d9a3f98
commit
54dfb7f0a0
4 changed files with 157 additions and 21 deletions
|
|
@ -163,7 +163,7 @@
|
|||
padding-left: 1rem;
|
||||
|
||||
@media screen and (min-width: 600px) {
|
||||
font-size: 2rem;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
|
@ -194,7 +194,7 @@
|
|||
width: fit-content;
|
||||
|
||||
.heading {
|
||||
width: 240px;
|
||||
width: 260px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -465,6 +465,18 @@
|
|||
ul {
|
||||
padding: 0;
|
||||
//margin: 0;
|
||||
|
||||
li {
|
||||
font-size: 1.125rem;
|
||||
|
||||
ul {
|
||||
padding-left: 1rem;
|
||||
|
||||
li {
|
||||
padding: 2px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.show {
|
||||
|
|
@ -486,6 +498,40 @@
|
|||
|
||||
|
||||
}
|
||||
|
||||
.tech {
|
||||
padding: 2rem 0;
|
||||
|
||||
.title {
|
||||
color: colors.$primaryRed;
|
||||
text-align: center;
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 50px;
|
||||
margin: 0 auto;
|
||||
border-bottom: 5px solid colors.$primaryYellow;
|
||||
}
|
||||
}
|
||||
|
||||
.education {
|
||||
text-align: center;
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
|
||||
.list {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
column-gap: 2rem;
|
||||
row-gap: 1rem;
|
||||
flex-wrap: wrap;
|
||||
|
||||
li {
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#contact {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue