Skip to content

Commit

Permalink
feat: add github mark
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrytavern committed Jun 30, 2023
1 parent fed81b4 commit 2bdd643
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/img/icons/github-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/views/components/footer.pug
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ mixin footer()
source( srcset=require('../img/swift.webp'), type='image/webp' )
img( loading="lazy" src=require('../img/swift.jpg') alt="swift" width="70px" height="22px" )

.footer__developed Разработка сайта - <a href="http://greatpix.studio/" target="_blank" class="footer__developed-link">GreatPix</a>
.footer__developed
div Разработка сайта - <a href="http://greatpix.studio/" target="_blank" class="footer__developed-link">GreatPix</a>
div.mt-1
a(href="https://github.com/dmitrytavern/website-makeup-semantic-core" target="_blank" aria-label="Go to the github repository")
img(src=require('../img/icons/github-mark.svg') + '#ico' alt="Github icon" width="20px" height="20px")

0 comments on commit 2bdd643

Please sign in to comment.