Skip to content

Commit

Permalink
add top navigation buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
soygul committed Jan 20, 2020
1 parent 42acbb8 commit c18ba66
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ header h4 {
color: #666;
}

// only active on root/home page URL (/)
.home {
h2 {
margin-top: 2.5rem;
Expand All @@ -41,3 +42,34 @@ header h4 {
}
}
}

// navigation buttons
.btn-github .icon {
opacity: 0.6;
background: url("../images/github.png") 0 0 no-repeat;
}

.btn-youtube .icon {
opacity: 0.6;
background: url("../images/youtube.png") 0 0 no-repeat;
}

.btn-twitter .icon {
opacity: 0.6;
background: url("../images/twitter.png") 0 0 no-repeat;
}

.btn-patreon .icon {
opacity: 0.6;
background: url("../images/patreon.png") 0 0 no-repeat;
}

.btn-paypal .icon {
opacity: 0.6;
background: url("../images/paypal.png") 0 0 no-repeat;
}

.btn-crypto .icon {
opacity: 0.6;
background: url("../images/crypto.png") 0 0 no-repeat;
}

0 comments on commit c18ba66

Please sign in to comment.