Skip to content

Commit

Permalink
feat: add Twitter link and tweak GitHub logo style
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Apr 26, 2017
1 parent 89d5fdd commit e571971
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 23 deletions.
9 changes: 3 additions & 6 deletions src/app/tweet/tweet.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@
<span>
By <a href="https://twitter.com/jessepinho" target="_blank">@jessepinho</a>. {{version}}

<a
href="https://github.com/jessepinho/trumpymctweetface.com"
target="_blank"
>
<img src="/assets/github.svg" alt="GitHub" class="github">
</a>
<a href="https://github.com/jessepinho/trumpymctweetface.com" target="_blank"><img src="/assets/github.svg" alt="GitHub" class="icon-link"></a>

<a href="https://twitter.com/trumpytweetface" target="_blank"><img src="/assets/twitter.svg" alt="Twitter" class="icon-link"></a>
</span>
</span>
</footer>
4 changes: 2 additions & 2 deletions src/app/tweet/tweet.component.sass
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ footer
@media only screen and (min-width: 640px)
display: initial

.github
.icon-link
vertical-align: middle
width: 20px
width: 16px

.text
box-sizing: border-box
Expand Down
25 changes: 10 additions & 15 deletions src/assets/github.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/twitter.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e571971

Please sign in to comment.