Skip to content

Commit

Permalink
Merge pull request #3 from codidact/logo-size-optimizations
Browse files Browse the repository at this point in the history
Logo size optimizations
  • Loading branch information
ArtOfCode- authored Nov 12, 2019
2 parents 0cba32a + a591304 commit 8a40005
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions css/primary.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ h1 {
-webkit-box-shadow: 0 14px 14px rgba(0,0,0,0.16);
-moz-box-shadow: 0 14px 14px rgba(0,0,0,0.16);
display: inline-block;
padding: .5em 1em;
padding: .60em 1.10em;
margin: 0 .2em;
color: inherit;
text-decoration: none;
Expand All @@ -61,7 +61,7 @@ h1 {
}

.btn-link img {
width: 50px;
width: 46px;
}

img.invert {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<p class="heading-small">Contribute</p>
<p class="subtitle">You can use these platforms to communicate/contribute with us.</p>
<div class="logos">
<a href="https://github.com/codidact" class="btn-link"><img class="invert" alt="Github logo" src="logos/GitHub.png"></a>
<a href="https://discord.gg/WZ7aTst" class="btn-link"><img alt="Discord logo" src="logos/discord-logo.png"></a>
<a href="https://forum.codidact.org/" class="btn-link"><img alt="Discourse logo" src="logos/discourse.png"></a>
<a href="https://github.com/codidact" class="btn-link"><img class="invert" alt="Github logo" src="logos/120x120px/GitHub.png"></a>
<a href="https://discord.gg/WZ7aTst" class="btn-link"><img alt="Discord logo" src="logos/120x120px/discord-logo.png"></a>
<a href="https://forum.codidact.org/" class="btn-link"><img alt="Discourse logo" src="logos/120x120px/discourse.png"></a>
</div>
</div>
</body>
Expand Down
File renamed without changes
Binary file added logos/120x120px/discord-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/120x120px/discourse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/sources/GitHub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes

0 comments on commit 8a40005

Please sign in to comment.