Skip to content

Commit

Permalink
Extended ‘<img>’ elements for the Pharo logo in the ‘index-teaser’ an…
Browse files Browse the repository at this point in the history
…d ‘navbar’ templates to have a file for scale 2.
  • Loading branch information
Rinzwind committed Apr 23, 2024
1 parent 7a58186 commit 73a9758
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 73a9758

Please sign in to comment.