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 merge requests found
...@@ -2,26 +2,33 @@ ...@@ -2,26 +2,33 @@
<div> <div>
<div class="row"> <div class="row">
<section> <section>
<h2> <div class="feature pure-g">
<translate <div class="content pure-u-1-2">
translate-context="Content/Home/Header" <h2>
>A social platform to enjoy and share music</translate> <translate
</h2> translate-context="Content/Home/Header"
<p> >A social platform to enjoy and share music</translate>
<translate </h2>
translate-context="Content/Home/Paragraph" <p>
:translate-params="{activeUsers: 300}" <translate
> translate-context="Content/Home/Paragraph"
Funkwhale is a community-driven project that let you listen and share music and audio content :translate-params="{activeUsers: 300}"
whithin a vibrant network of %{ activeUsers } users. >
</translate> Funkwhale is a community-driven project that let you listen and share music and audio content
</p> whithin a vibrant network of %{ activeUsers } users.
<a class="pure-button pure-button-primary" href="#get-started"> </translate>
<translate translate-context="Content/Home/Button.Label">Get started!</translate> </p>
</a> <a class="pure-button pure-button-primary" href="#get-started">
<a class="pure-button" href="#learn-more"> <translate translate-context="Content/Home/Button.Label">Get started!</translate>
<translate translate-context="Content/Home/Button.Label">Learn more…</translate> </a>
</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> </section>
</div> </div>
<div class="row" id="learn-more"> <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