Skip to content

Commit

Permalink
Merge pull request #65 from Rinzwind/logo-2x
Browse files Browse the repository at this point in the history
Extend logo image elements to have a file for scale 2
  • Loading branch information
estebanlm authored Apr 25, 2024
2 parents 7a58186 + 73a9758 commit 6caf6af
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file added site/files/pharo-2x.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 site/files/pharo-logo-small-2x.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 modified site/files/pharo-logo-small.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 modified site/files/pharo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/templates/index-teaser
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="teaser">
<div class="main">
<img class="img-responsive" src="/web/files/pharo.png" alt="logo"/>
<img class="img-responsive" src="/web/files/pharo.png" alt="logo" srcset="/web/files/pharo-2x.png 2x"/>
<h1>The immersive programming experience</h1>
<p style="font-size: smaller">
Pharo is a pure object-oriented programming language <i>and</i> a powerful environment, focused on simplicity and immediate feedback (think IDE and OS rolled into one).<br/>
Expand Down
2 changes: 1 addition & 1 deletion site/templates/navbar
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/web"><img src="/web/files/pharo-logo-small.png" alt="Pharo"/></a>
<a class="navbar-brand" href="/web"><img src="/web/files/pharo-logo-small.png" alt="Pharo" srcset="/web/files/pharo-logo-small-2x.png 2x"/></a>
</div>

<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
Expand Down

0 comments on commit 6caf6af

Please sign in to comment.