375 lines
6.9 KiB
SCSS
Raw Normal View History

2022-12-26 15:12:01 +03:00
.profile {
2022-12-28 09:45:26 +03:00
background: #F1F1F1;
height: 100%;
min-height: 100vh;
2022-12-26 15:12:01 +03:00
&__container {
2022-12-28 09:45:26 +03:00
max-width: 1160px;
padding: 0 10px;
margin: 20px auto;
2022-12-26 15:12:01 +03:00
position: relative;
display: flex;
flex-direction: column;
}
2022-12-28 09:45:26 +03:00
&__content {
2022-12-26 15:12:01 +03:00
display: flex;
2022-12-28 09:45:26 +03:00
flex-direction: column;
}
2022-12-26 15:12:01 +03:00
2022-12-28 09:45:26 +03:00
&__title {
font-weight: 700;
font-size: 22px;
line-height: 32px;
margin-bottom: 0;
2022-12-26 15:12:01 +03:00
2022-12-28 09:45:26 +03:00
span {
color: #52B709;
2022-12-26 15:12:01 +03:00
}
}
2022-12-28 09:45:26 +03:00
&__back {
2022-12-26 15:12:01 +03:00
display: flex;
2022-12-28 09:45:26 +03:00
align-items: center;
column-gap: 30px;
2022-12-26 15:12:01 +03:00
margin-top: 20px;
2022-12-28 09:45:26 +03:00
cursor: pointer;
2022-12-26 15:12:01 +03:00
2022-12-28 09:45:26 +03:00
p {
margin-bottom: 0;
font-size: 14px;
line-height: 32px;
font-weight: 500;
2022-12-26 15:12:01 +03:00
}
}
2022-12-28 09:45:26 +03:00
&__info {
min-height: 128px;
background: white;
border-radius: 12px;
margin-top: 30px;
2022-12-26 15:12:01 +03:00
display: flex;
align-items: center;
2022-12-28 09:45:26 +03:00
padding: 0 130px 0 45px;
justify-content: space-between;
2023-01-02 22:52:41 +03:00
@media (max-width: 930px) {
padding: 0 40px;
}
@media (max-width: 690px) {
padding: 0 20px;
min-height: 80px;
}
2022-12-28 09:45:26 +03:00
}
&__person {
display: flex;
align-items: center;
column-gap: 45px;
2023-01-02 22:52:41 +03:00
@media (max-width: 690px) {
column-gap: 20px;
}
2022-12-28 09:45:26 +03:00
}
&__avatar {
width: 88px;
height: 88px;
border-radius: 100px;
2023-01-02 22:52:41 +03:00
@media (max-width: 690px) {
width: 44px;
height: 44px;
min-width: 44px;
min-height: 44px;
}
2022-12-28 09:45:26 +03:00
}
&__name {
font-weight: 500;
font-size: 16px;
line-height: 32px;
position: relative;
2023-01-02 22:52:41 +03:00
@media (max-width: 690px) {
font-size: 14px;
margin-right: 10px;
line-height: 15px;
}
2022-12-28 09:45:26 +03:00
&:after {
content: '';
position: absolute;
background: #52B709;
border-radius: 12px;
width: 70%;
height: 8px;
bottom: -14px;
left: 0;
2022-12-26 15:12:01 +03:00
}
2022-12-28 09:45:26 +03:00
}
2022-12-26 15:12:01 +03:00
2022-12-28 09:45:26 +03:00
&__git {
background: #52B709;
border-radius: 44px;
width: 177px;
height: 50px;
font-weight: 500;
font-size: 16px;
line-height: 32px;
color: white;
border: none;
2023-01-02 22:52:41 +03:00
@media (max-width: 690px) {
width: 120px;
}
2022-12-28 09:45:26 +03:00
}
&__skills {
background: #FFFFFF;
border-radius: 12px;
margin-top: 35px;
}
&__sections__head {
display: flex;
min-height: 69px;
background: #E1FCCF;
border-radius: 12px 12px 0px 0px;
align-items: center;
padding: 0 35px 0 50px;
justify-content: space-between;
2023-01-02 22:52:41 +03:00
@media (max-width: 550px) {
padding: 0 15px;
}
2022-12-28 09:45:26 +03:00
h3 {
2022-12-26 15:12:01 +03:00
font-style: normal;
2022-12-28 09:45:26 +03:00
font-size: 18px;
line-height: 32px;
2023-01-02 22:52:41 +03:00
2023-01-03 01:03:12 +03:00
@media (max-width: 660px) {
2023-01-02 22:52:41 +03:00
line-height: 20px;
}
2022-12-28 09:45:26 +03:00
}
button {
background: #FFFFFF;
border-radius: 44px;
2023-01-02 22:52:41 +03:00
padding: 10px 20px;
display: flex;
align-items: center;
2022-12-28 09:45:26 +03:00
border: none;
height: 42px;
font-weight: 500;
font-size: 14px;
line-height: 32px;
2023-01-03 01:03:12 +03:00
white-space: nowrap;
2023-01-02 22:52:41 +03:00
@media (max-width: 520px) {
font-size: 12px;
padding: 10px;
white-space: nowrap;
}
2022-12-28 09:45:26 +03:00
}
}
2022-12-26 15:12:01 +03:00
2022-12-28 09:45:26 +03:00
.skills__section {
&__items {
padding: 25px 35px 25px 50px;
2023-01-02 22:52:41 +03:00
@media (max-width: 550px) {
padding: 15px 15px 20px;
}
2022-12-28 09:45:26 +03:00
&__wrapper {
max-width: 630px;
display: flex;
flex-wrap: wrap;
column-gap: 5px;
.skill_item {
font-weight: 700;
font-size: 16px;
line-height: 32px;
white-space: nowrap;
text-transform: uppercase;
}
2022-12-26 15:12:01 +03:00
}
}
2022-12-28 09:45:26 +03:00
}
2022-12-26 15:12:01 +03:00
2022-12-28 09:45:26 +03:00
&__experience {
display: flex;
flex-direction: column;
row-gap: 20px;
margin-top: 30px;
.experience {
&__block {
background: #FFFFFF;
border-radius: 12px;
}
&__content {
padding: 15px 35px 15px 50px;
2023-01-02 22:52:41 +03:00
@media (max-width: 550px) {
padding: 15px 15px 20px;
}
2022-12-28 09:45:26 +03:00
h2 {
font-weight: 700;
font-size: 16px;
line-height: 32px;
margin-bottom: 0;
}
p {
font-weight: 400;
font-size: 16px;
line-height: 32px;
margin-bottom: 0;
}
}
2022-12-26 15:12:01 +03:00
}
}
2022-12-28 09:45:26 +03:00
&__sectionGit {
margin-top: 25px;
&Items {
margin-top: 25px;
display: flex;
flex-wrap: wrap;
row-gap: 20px;
column-gap: 25px;
justify-content: space-between;
.gitItem {
width: 48%;
display: flex;
align-items: center;
justify-content: space-between;
background: #FFFFFF;
border-radius: 12px;
padding: 35px 30px 30px 45px;
2023-01-02 22:57:19 +03:00
@media (max-width: 825px) {
width: 100%;
}
@media (max-width: 470px) {
padding: 15px;
}
2022-12-28 09:45:26 +03:00
&__info {
display: flex;
flex-direction: column;
max-width: 350px;
width: 100%;
2023-01-03 01:03:12 +03:00
@media (max-width: 825px) {
max-width: 100%;
}
2022-12-28 09:45:26 +03:00
&__about {
display: flex;
align-items: center;
column-gap: 15px;
}
&__name {
h4 {
font-weight: 700;
font-size: 18px;
line-height: 32px;
margin-bottom: 0;
}
p {
font-weight: 300;
font-size: 16px;
line-height: 32px;
margin-bottom: 0;
2023-01-03 01:03:12 +03:00
white-space: nowrap;
max-width: 300px;
overflow: hidden;
text-overflow: ellipsis;
@media (max-width: 1040px) {
max-width: 250px;
}
@media (max-width: 890px) {
max-width: 200px;
}
@media (max-width: 825px) {
max-width: 500px;
}
@media (max-width: 720px) {
max-width: 250px;
}
@media (max-width: 470px) {
max-width: 200px;
}
2022-12-28 09:45:26 +03:00
}
}
&__specification {
margin-top: 30px;
display: flex;
align-items: center;
padding-left: 10px;
column-gap: 25px;
2023-01-02 22:57:19 +03:00
@media (max-width: 470px) {
margin-top: 0;
}
2022-12-28 09:45:26 +03:00
span {
background: #D4F123;
border-radius: 12px;
max-width: 260px;
width: 100%;
height: 8px;
}
p {
margin-bottom: 0;
font-weight: 400;
font-size: 14px;
line-height: 32px;
}
}
}
&__link {
border-radius: 50%;
background: #DDEEC6;
2023-01-02 22:57:19 +03:00
min-width: 48px;
2022-12-28 09:45:26 +03:00
height: 48px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
}
}
}
.container {
2023-01-02 22:52:41 +03:00
max-width: 1160px;
margin-top: 70px;
@media (max-width: 570px) {
margin-top: 0;
}
}
2022-12-26 15:12:01 +03:00
}