Skip to content

Commit

Permalink
[base.html] Alter logo heading content and size (#9)
Browse files Browse the repository at this point in the history
Alter logo heading content and size to let it describe what the logo tries to depict: `SailfishOS:Chum` with the "Sailfish OS" expressed by its logo and "Chum" being spelled out. Also adapt icon alt text accordingly and slightly increase icon size to 128x128
  • Loading branch information
Olf0 authored Feb 22, 2024
1 parent 770eeb4 commit a721e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chumweb/www/views/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</head>
<body>
<header class="section-site-info section-secondary">
<img src="{{ "static/img/sailfishos-chum.svg" | to_public_url}}" width="84" height="84" alt="Chum icon" />
<h1>Chum</h1>
<img src="{{ "static/img/sailfishos-chum.svg" | to_public_url}}" width="128" height="128" alt="SailfishOS:Chum icon" />
<h4>SailfishOS:Chum</h4>
<p>A Sailfish OS app repository by the community</p>
</header>
<nav class="section-site-nav section-secondary sidebar-left">
Expand Down

0 comments on commit a721e03

Please sign in to comment.