mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
cardinfo
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
BIN
luckydiamond/src/assets/icons-developcard/busha888.png
Normal file
BIN
luckydiamond/src/assets/icons-developcard/busha888.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
luckydiamond/src/assets/icons-developcard/github.png
Normal file
BIN
luckydiamond/src/assets/icons-developcard/github.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
luckydiamond/src/assets/icons-developcard/html.png
Normal file
BIN
luckydiamond/src/assets/icons-developcard/html.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
BIN
luckydiamond/src/assets/icons-developcard/like.png
Normal file
BIN
luckydiamond/src/assets/icons-developcard/like.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
BIN
luckydiamond/src/assets/icons-developcard/odniclasniki.png
Normal file
BIN
luckydiamond/src/assets/icons-developcard/odniclasniki.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
BIN
luckydiamond/src/assets/icons-developcard/telegram.jpg
Normal file
BIN
luckydiamond/src/assets/icons-developcard/telegram.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user