Skip to content

Commit

Permalink
Update logo.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 3, 2025
1 parent 668871b commit 575632f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions core/src/main/resources/lib/layout/header/logo.jelly
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core">
<img id="jenkins-head-icon" src="${imagesURL}/svgs/logo.svg" aria-hidden="true" />
Jenkins
<div class="page-header__brand">
<div class="logo">
<a id="jenkins-home-link" href="${rootURL}/">
<img id="jenkins-head-icon" src="${imagesURL}/svgs/logo.svg" alt="[${logoAlt}]" />
<img id="jenkins-name-icon" src="${imagesURL}/title.svg" alt="${title}" width="139" height="34" />
</a>
</div>

<a class="page-header__brand-link" href="${rootURL}/">
<img src="${imagesURL}/svgs/logo.svg"
alt="[${logoAlt}]"
class="page-header__brand-image" />
<span class="page-header__brand-name">Jenkins</span>
</a>
</div>
</j:jelly>

0 comments on commit 575632f

Please sign in to comment.