Skip to content

Commit

Permalink
Merge pull request #989 from jamulussoftware/homepage-img
Browse files Browse the repository at this point in the history
Replace home page banner image
  • Loading branch information
ann0see authored Jul 23, 2024
2 parents 384118d + b42d18c commit c270fd2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ body.is-os-other #quick_dl_container a.os-other {
transition: 0.4s;
opacity: 0.9;
}

.mainbannerfig {
text-align: center;
}
9 changes: 6 additions & 3 deletions wiki/en/misc/1-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ Jamulus lets you play, rehearse, or jam with your friends, your band, or anyone
</div>
<div class="fx-row fx-row-center-xs" id="bannercontainer">
<div class="fx-col-100-xs">
<a href="wiki/Getting-Started">
<img alt="Jamulus Banner. Links to getting started page" src="{{ '/assets/img/jamulusbannersmall.png' | relative_url }}" id="jamulusbanner" loading="lazy" />
</a>
<figure class="mainbannerfig">
<a href="wiki/Getting-Started" rel="canonical">
<img src="{% include img/en-screenshots/main-screen-medium.inc %}" style="border: 5px solid grey;" id="jamulusbanner" loading="lazy" alt="A screenshot of the main mixer window showing five people from different countries connected.">
</a>
<figcaption>Jamulus is international</figcaption>
</figure>
</div>
</div>
<div class="fx-row fx-row-center-xs">
Expand Down

0 comments on commit c270fd2

Please sign in to comment.