Skip to content

Commit

Permalink
docs: add netlify to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromir-hristov committed Nov 5, 2019
1 parent 41040ba commit 56ee01c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ body {
display: inline-block;
}

.monterail-logo {
.netlify-logo {
width: 100px;
height: 100px;
margin-bottom: rem(30px)
}

.monterail-link {
color: #EC1923
.netlify-link {
color: #00ad9f;
}

.button--github {
Expand Down
8 changes: 4 additions & 4 deletions docs/partials/_footer.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ section.utils--center
a.typo__link(href='https://twitter.com/frizi09', target='_BLANK')
| Paweł Grabarz
h4.typo__h4
| With love from
| Deployed via
strong
a.typo__link.monterail-link(href='http://monterail.com', target='_BLANK') Monterail
a(href='http://monterail.com', target='_BLANK')
img.monterail-logo(src=require('assets/monterail.svg'))
a.typo__link.netlify-link(href='https://www.netlify.com', target='_BLANK') Netlify
a(href='https://www.netlify.com', target='_BLANK')
img.netlify-logo(src='https://www.netlify.com/img/global/badges/netlify-color-bg.svg')

0 comments on commit 56ee01c

Please sign in to comment.