This commit is contained in:
Madara0330E
2024-02-01 20:25:19 +03:00
parent 7647256349
commit e0decfe14a
8 changed files with 76 additions and 2 deletions

View File

@@ -3,6 +3,62 @@
height: 269px;
flex-shrink: 0;
border-radius: 22px;
border: 3px solid #595959 ;
border-color: #595959;
background-color: #742271;
}
}
.text {
width: 211px;
height: 269px;
}
.aboutinfo {
margin-top: 5vh;
margin-left: 15px;
}
.aboutinfo p {
font-family: 'Montserrat';
color: white;
font-size: 14px;
width: 97px;
height: 19px;
}
.aboutinfo h1 {
font-family: 'Montserrat';
color: white;
font-size: 34px;
}
.whatjob {
display: flex;
width: 206px;
height: 16px;
background-color: rgb(0, 255, 255);
margin-left: 15px;
}
.whatjob img {
width: 15px;
height: 17px;
}
.icons {
width: 162px;
height: 36px;
display: flex;
margin-top: 100px;
margin-left: 10px;
}
.icons img {
width: 36px;
height: 36px;
border-radius: 10px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -1,7 +1,25 @@
<template>
<div class="info">
<div class="card">
<div class="text">
<div class="aboutinfo">
<p>фронтэндер</p>
<h1><b>busha888</b></h1>
</div>
<div class="whatjob">
<img src="@/assets/icons-developcard/html.png" alt="html">
<p>HTML 5,CSS</p>
</div>
<div class="icons">
<a href="https://tpverstak.ru/flex-cheatsheet/"><img src="@/assets/icons-developcard/odniclasniki.png" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
<a href=""><img src="" alt=""></a>
</div>
</div>
<div class="skin">
</div>
</div>
</div>
</template>