Make Skills and Projects cards linkable (#46)
* Project card header is now can be clicked * skill is card now having url to add on it's header * urls added to some skills * div class synced with original * guthub button text synced with original * text decoration removed * remove next line in card header for text * whole Skill Card now is under hyperlink * hyperlink class separated from card * removed text-decoration from .card class * ProjectCard header hyperlink decoration removed * call adjustSkillCardsHeight after page is loaded * Add "#" in href field when respective URL is not provided Co-authored-by: hossainemruz <emruz@appscode.com>
This commit is contained in:
parent
d7df50ed2a
commit
64fb493030
7 changed files with 43 additions and 41 deletions
|
@ -6,6 +6,10 @@
|
|||
border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.125);
|
||||
}
|
||||
|
||||
.skills-section .skill-card-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.skills-section .card .card-img-xs {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue