Skip to content

Commit

Permalink
✨ Update resume to highlight Flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouby committed Oct 2, 2022
1 parent 714296d commit ae8c767
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 193 deletions.
55 changes: 53 additions & 2 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,21 @@ a.anchor {
.profile-image {
width: 200px;
border-radius: 50%;
border: 7px solid #f1f1f1;
padding: 0;
border: 7px solid rgba(72, 73, 125, 0.55);
padding: 3px;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
margin-bottom: 8px;
margin-top: 8px;
}
.profile-image:hover {
border: 10px solid #48497d;
width: 208px;
margin-bottom: 4px;
margin-top: 4px;
}
.profile-icons {
margin: 10px auto 30px;
Expand All @@ -247,10 +260,47 @@ a.anchor {
}
.profile-text {
text-align: left;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.profile-text p:last-child {
margin-bottom: 0;
}
.icon-box-service {
text-align: center;
margin: 12px 0;
}
.icon-box-service .icon {
border-radius: 100%;
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
font-size: 48px;
color: #48497d;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,.5);
margin-bottom: 20px;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
}
.icon-box-service .icon i {
line-height: unset;
}
.icon-box-service:hover .icon {
background: #48497d;
color: #fff;
box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.icon-box-service h6 {
line-height: 12px;
margin-bottom: 9px;
}

/*CARD*/
.modal-body > img:first-of-type {
Expand All @@ -272,6 +322,7 @@ a.anchor {
margin: 0 2px;
padding: .4em .4em .15em .4em;
line-height: 1.2;
font-weight: 500;
}
.card-footer:not(.card-footer-carousel) {
display: flex;
Expand Down
Loading

0 comments on commit ae8c767

Please sign in to comment.