Skip to content

Commit

Permalink
Added icons for the project skills
Browse files Browse the repository at this point in the history
Changed the skills section of the home page adding the icons and a flex-box
  • Loading branch information
francesca-paris committed Feb 2, 2022
1 parent b9134d0 commit 79b1854
Show file tree
Hide file tree
Showing 17 changed files with 443 additions and 28 deletions.
41 changes: 34 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,18 +281,28 @@ h4 {
margin-bottom: 0;
}

#work img {
border-radius: 0;
margin: 16px 0 4px;
}

#work {
padding-bottom: 8px;
}

.skills {
font-style: italic;
color: #898d89;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
grid-row-gap: 4px;
}

.skills p {
padding-top: unset;
}

.item {
width: 148px;
}

.item p {
line-height: 36px;
}

.bold {
Expand Down Expand Up @@ -382,6 +392,10 @@ h4 {
padding-left: 12px;
}

.space-left-40 {
padding-left: 40px;
}

/* Main Column classes */
.col-4 {
width: 33.33%;
Expand Down Expand Up @@ -475,10 +489,19 @@ h4 {
padding-bottom: 36px;
}

.space-vertical-16 {
padding-top: 16px;
padding-bottom: 16px;
}

.space-top16 {
padding-top: 16px;
}

.space-top-20 {
padding-top: 20px;
}

.space-top {
padding-top: 24px;
}
Expand All @@ -487,6 +510,10 @@ h4 {
padding-bottom: 20px;
}

.space-bottom-4 {
padding-bottom: 4px;
}

.space-bottom12 {
padding-bottom: 12px;
}
Expand Down
12 changes: 12 additions & 0 deletions img/skills/icn_MVP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions img/skills/icn_android.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 img/skills/icn_coding.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions img/skills/icn_high-fidelity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions img/skills/icn_icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions img/skills/icn_ios.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions img/skills/icn_mock-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions img/skills/icn_prototype.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 img/skills/icn_responsive-design.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions img/skills/icn_style-guide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions img/skills/icn_user-flows.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions img/skills/icn_user-persona.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 79b1854

Please sign in to comment.