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

Typo

parent 411657c0
No related branches found
No related tags found
No related merge requests found
Pipeline #3747 passed with stages
in 47 seconds
......@@ -3,9 +3,9 @@
<div class="row strong">
<section class="wide banner">
<h2>
<translate translate-context="Content/Home/Header"
>A social platform to enjoy and share music</translate
>
<translate
translate-context="Content/Home/Header"
>A social platform to enjoy and share music</translate>
</h2>
<p>
<strong>
......@@ -20,16 +20,12 @@
</strong>
</p>
<a class="pure-button pure-button-primary" href="#get-started">
<translate translate-context="Content/Home/Button.Label"
>Get started!</translate
>
<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
>
<translate translate-context="Content/Home/Button.Label">Learn more…</translate>
</a>
<img class="strong" src="../assets/home/desktop.jpg" />
<img class="strong" src="../assets/home/desktop.jpg">
</section>
</div>
<div class="row" id="learn-more">
......@@ -37,9 +33,9 @@
<div class="feature">
<div class="content">
<h3>
<translate translate-context="Content/Home.Feature/Header"
>Enjoy your music, everywhere</translate
>
<translate
translate-context="Content/Home.Feature/Header"
>Enjoy your music, everywhere</translate>
</h3>
<p>
<strong>
......@@ -57,30 +53,26 @@
</translate>
</p>
<a href="#get-started">
<translate translate-context="Content/Home/Button.Label"
>Get started</translate
>
<translate translate-context="Content/Home/Button.Label">Get started</translate>
</a>
</div>
<div class="image">
<img class="strong" src="../assets/home/dsub.jpg" />
<img class="strong" src="../assets/home/dsub.jpg">
</div>
</div>
<div class="feature">
<div class="content">
<h3>
<translate translate-context="Content/Home.Feature/Header"
>A decentralized and open platform</translate
>
<translate
translate-context="Content/Home.Feature/Header"
>A decentralized and open platform</translate>
</h3>
<p
v-translate="{ podsCount: podsCount }"
translate-context="Content/Home.Feature/Paragraph"
:translate-params="{ podsCount: podsCount }"
>
<strong>
Funkwhale's network is made of %{ podsCount } independant pods
</strong>
<strong>Funkwhale's network is made of %{ podsCount } independant pods</strong>
who communicate together using standard, free and open source
technology.
</p>
......@@ -94,21 +86,17 @@
</translate>
</p>
<a href="#get-started">
<translate translate-context="Content/Home/*"
>Find or start your pod</translate
>
<translate translate-context="Content/Home/*">Find or start your pod</translate>
</a>
</div>
<div class="image">
<img class="strong" src="https://placekitten.com/g/350/350" />
<img class="strong" src="https://placekitten.com/g/350/350">
</div>
</div>
<div class="feature">
<div class="content">
<h3>
<translate translate-context="Content/Home.Feature/Header"
>Made by people, for people</translate
>
<translate translate-context="Content/Home.Feature/Header">Made by people, for people</translate>
</h3>
<p>
<strong>
......@@ -125,13 +113,11 @@
</translate>
</p>
<router-link :to="{ name: 'community' }">
<translate translate-context="Content/Home.Feature/Link"
>Discover our community</translate
>
<translate translate-context="Content/Home.Feature/Link">Discover our community</translate>
</router-link>
</div>
<div class="image">
<img class="strong" src="https://placekitten.com/g/670/470" />
<img class="strong" src="https://placekitten.com/g/670/470">
</div>
</div>
</section>
......@@ -139,15 +125,13 @@
<div class="alternate row" id="get-started">
<section>
<h3>
<translate translate-context="Content/Home/Header"
>Find or start your pod</translate
>
<translate translate-context="Content/Home/Header">Find or start your pod</translate>
</h3>
<p>
<strong>
<translate translate-context="Content/Home/Paragraph"
>Just like whales, Funkwhale gather in pods.</translate
>
<translate
translate-context="Content/Home/Paragraph"
>Just like whales, Funkwhale users gather in pods.</translate>
</strong>
</p>
<p>
......@@ -167,9 +151,7 @@
<div class="strong row" id="pod-picker">
<section class="wide centered">
<h3>
<translate translate-context="Content/Home/Header"
>Join a public pod</translate
>
<translate translate-context="Content/Home/Header">Join a public pod</translate>
</h3>
<p v-translate translate-context="Content/Home.Feature/Paragraph">
......@@ -191,18 +173,14 @@
</p>
<pod-picker :pods="publicPods"></pod-picker>
<a href="https://network.funkwhale.audio/" target="_blank">
<translate translate-context="Content/Home/Link"
>Add or remove your pod from this list</translate
>
<translate translate-context="Content/Home/Link">Add or remove your pod from this list</translate>
</a>
</section>
</div>
<div class="alternate row">
<section>
<h3>
<translate translate-context="Content/Home/Header"
>Start your own pod</translate
>
<translate translate-context="Content/Home/Header">Start your own pod</translate>
</h3>
<p>
<translate translate-context="Content/Home/Paragraph">
......@@ -210,23 +188,15 @@
will also gives you more independance and control.
</translate>
</p>
<a
class="pure-button"
href="https://docs.funkwhale.audio/installation/"
target="_blank"
>
<translate translate-context="Content/Home/Link"
>Browse the installation documentation</translate
>
<a class="pure-button" href="https://docs.funkwhale.audio/installation/" target="_blank">
<translate translate-context="Content/Home/Link">Browse the installation documentation</translate>
</a>
</section>
</div>
<div class="row" id="support-us">
<section>
<h3>
<translate translate-context="Content/Home/Header"
>Support the project</translate
>
<translate translate-context="Content/Home/Header">Support the project</translate>
</h3>
<p>
<translate translate-context="Content/Home/Paragraph">
......@@ -247,20 +217,12 @@
href="https://contribute.funkwhale.audio/guides/become-backer"
target="_blank"
>
<translate translate-context="Content/Home/Link"
>Become a backer</translate
>
<translate translate-context="Content/Home/Link">Become a backer</translate>
</a>
<a
class="pure-button"
href="https://pad.funkwhale.audio/roadmap"
target="_blank"
>
<translate translate-context="Content/*/Link"
>Check out our roadmap</translate
>
<a class="pure-button" href="https://pad.funkwhale.audio/roadmap" target="_blank">
<translate translate-context="Content/*/Link">Check out our roadmap</translate>
</a>
<hr />
<hr>
<p v-translate translate-context="Content/Home/Paragraph">
Financial donations are not the only way to help, and
<strong>
......@@ -269,18 +231,13 @@
</strong>
</p>
<p>
<translate translate-context="Content/Home/Paragraph"
>There are plenty of things you can do to make Funkwhale even
better!</translate
>
<translate translate-context="Content/Home/Paragraph">
There are plenty of things you can do to make Funkwhale even
better!
</translate>
</p>
<router-link
class="pure-button pure-button-primary"
:to="{ name: 'community' }"
>
<translate translate-context="Navigation/Link"
>Become a contributor</translate
>
<router-link class="pure-button pure-button-primary" :to="{ name: 'community' }">
<translate translate-context="Navigation/Link">Become a contributor</translate>
</router-link>
</section>
</div>
......
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