Skip to content

Commit

Permalink
feat: created and added new img to skill article
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennonMeireles committed Apr 11, 2024
1 parent 0d3e63e commit 81faa42
Show file tree
Hide file tree
Showing 15 changed files with 124 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,44 @@ article > p {
gap: 60px;
}

article > .button-skills {
font-size: 20px;
font-family: "Inter", sans-serif;
font-weight: 500;
padding: 10px 20px;

background: rgba(255, 255, 255, 0.1);
border-radius: 16px;
}

article {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #fff;
}

article > h2 {
font-size: 48px;
font-family: "Oranienbaum", serif;
fOnt-weight: 400;
padding-bottom: 50px;
}

article > h4 {
font-size: 24px;
font-family: "Inter", sans-serif;
font-weight: 300;
padding-bottom: 50px;
}

article > div {
padding-bottom: 50px;
display: flex;
gap: 32px;
}

footer{
display: flex;
align-items: center;
Expand Down
4 changes: 4 additions & 0 deletions src/img/CSS3-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/img/Github-logo-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/img/HTML5-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/img/Javascript-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/img/Nodejs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/img/Python-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/img/React-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/img/figma-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/img/git-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/img/java-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 81faa42

Please sign in to comment.