Skip to content

Commit

Permalink
Fixed Skills' labels
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed Jan 17, 2024
1 parent 4d3d55c commit ff57f3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,19 +498,19 @@
<!-- FrontEnd skill section -->
<div class="row ml-5">
<img src="static/img/Icons/FrontEnd.svg" height="65">
<p class="grayText row d-flex justify-content-center sectionLabel glassy noBorder ml-3 pt-3 pr-1 pb-1"> FrontEnd </p>
<p class="grayText row d-flex justify-content-center sectionLabel glassy noBorder skillLabel ml-3 pt-3 pr-1 pb-1"> FrontEnd </p>
<div class="languages frontend row mt-1"></div>
</div>
<!-- FrontEnd skill section -->
<div class="row ml-5">
<img src="static/img/Icons/BackEnd.svg" height="65">
<p class="grayText row d-flex justify-content-center sectionLabel glassy noBorder ml-3 pt-3 pr-1 pb-1"> BackEnd </p>
<p class="grayText row d-flex justify-content-center sectionLabel glassy noBorder skillLabel ml-3 pt-3 pr-1 pb-1"> BackEnd </p>
<div class="languages backend row mt-1"></div>
</div>
<!-- FrontEnd skill section -->
<div class="row ml-5">
<img src="static/img/Icons/Database.svg" height="65">
<p class="grayText row d-flex justify-content-center sectionLabel glassy noBorder ml-3 pt-3 pr-1 pb-1"> Database </p>
<p class="grayText row d-flex justify-content-center sectionLabel glassy noBorder skillLabel ml-3 pt-3 pr-1 pb-1"> Database </p>
<div class="languages database row mt-1"></div>
</div>
</div>
Expand Down
Binary file modified static/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ input::placeholder {
font-weight: 300;
}

.skillLabel {
width: 105px;
}

.abilitiesLabel {
font-weight: 500;
font-size: xx-large;
Expand Down

0 comments on commit ff57f3d

Please sign in to comment.