Skip to content

Commit

Permalink
Merge pull request #9 from YugaByte/7-footer
Browse files Browse the repository at this point in the history
#7 - Add Forum link to 'Have a technical question' footer
  • Loading branch information
rkarthik007 authored Feb 25, 2019
2 parents f42c897 + f38f01f commit 063d386
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/layouts/partials/footer_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
Have a technical question?
</div>
<div class="body">
<a href="https://forum.yugabyte.com/" target="_blank">
<i class="fas fa-comment-alt"></i>
Forum
</a>
<a href="https://www.yugabyte.com/slack" target="_blank">
<i class="fab fa-slack"></i>
Slack
Expand Down
4 changes: 4 additions & 0 deletions docs/styles/_yuga_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,12 @@ a {
i {
display: block;
font-size: 48px;
line-height: 48px;
color: $YB_LIGHT_VIOLET;
@include transition(0.15s);
&.fa-comment-alt {
font-size: 42px;
}
}

&:hover {
Expand Down

0 comments on commit 063d386

Please sign in to comment.