ADD: Technologies
This commit is contained in:
parent
236aa01d6e
commit
1c86f3569e
19 changed files with 131 additions and 49 deletions
|
@ -28,7 +28,6 @@
|
|||
overflow: hidden;
|
||||
|
||||
& .skill {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
& .bg {
|
||||
|
@ -81,10 +80,8 @@
|
|||
}
|
||||
|
||||
& ul {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
justify-content: center;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
& a {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<h3 class="title">{{ pr.title }}</h3>
|
||||
<ul>
|
||||
<li v-for="skill in pr.technologies">
|
||||
<img class="skill" :alt="skill.name" :src="skill.img" />
|
||||
<Technology v-bind="skill" link="" />
|
||||
</li>
|
||||
</ul>
|
||||
<p v-for="d in pr.desc">{{ d }}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue