Skip to content
Snippets Groups Projects
Verified Commit ed43e3b7 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added missing image on home page header

parent 3b446310
No related branches found
No related tags found
No related merge requests found
......@@ -2,26 +2,33 @@
<div>
<div class="row">
<section>
<h2>
<translate
translate-context="Content/Home/Header"
>A social platform to enjoy and share music</translate>
</h2>
<p>
<translate
translate-context="Content/Home/Paragraph"
:translate-params="{activeUsers: 300}"
>
Funkwhale is a community-driven project that let you listen and share music and audio content
whithin a vibrant network of %{ activeUsers } users.
</translate>
</p>
<a class="pure-button pure-button-primary" href="#get-started">
<translate translate-context="Content/Home/Button.Label">Get started!</translate>
</a>
<a class="pure-button" href="#learn-more">
<translate translate-context="Content/Home/Button.Label">Learn more…</translate>
</a>
<div class="feature pure-g">
<div class="content pure-u-1-2">
<h2>
<translate
translate-context="Content/Home/Header"
>A social platform to enjoy and share music</translate>
</h2>
<p>
<translate
translate-context="Content/Home/Paragraph"
:translate-params="{activeUsers: 300}"
>
Funkwhale is a community-driven project that let you listen and share music and audio content
whithin a vibrant network of %{ activeUsers } users.
</translate>
</p>
<a class="pure-button pure-button-primary" href="#get-started">
<translate translate-context="Content/Home/Button.Label">Get started!</translate>
</a>
<a class="pure-button" href="#learn-more">
<translate translate-context="Content/Home/Button.Label">Learn more…</translate>
</a>
</div>
<div class="image pure-u-1-2">
<img src="https://placekitten.com/g/700/400">
</div>
</div>
</section>
</div>
<div class="row" id="learn-more">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment