Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
retribute.me
Commits
0afad6e6
Verified
Commit
0afad6e6
authored
Oct 18, 2019
by
Eliot Berriot
Browse files
Added a "Get involved" section
parent
57781bdb
Pipeline
#6617
passed with stages
in 1 minute and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/assets/mascots/betty.png
0 → 100644
View file @
0afad6e6
108 KB
src/views/Home.vue
View file @
0afad6e6
...
...
@@ -158,7 +158,11 @@
</translate>
<br
/>
<router-link
:to=
"
{ name: 'platforms', hash: '#donation-platforms' }"
:to=
"
{
name: 'platforms',
hash: '#donation-platforms',
params: { locale: $language.current }
}"
>
<translate
translate-context=
"Content/Home/Button.label"
>
Add links to supported donation platforms
</translate
...
...
@@ -219,38 +223,74 @@
</router-link>
</section>
</div>
<div
class=
"row"
id=
"more"
>
<section>
<p>
<strong>
<translate
translate-context=
"Content/Home/Paragraph"
>
Retribute is a decentralized and open effort to support creators.
This project is part of the Funkwhale community.
</translate>
</strong>
</p>
<div
class=
"image centered"
>
<img
src=
"../assets/mascots/betty.jpg"
/>
</div>
<div
class=
"centered"
>
<a
class=
"pure-button centered"
href=
"https://funkwhale.audio/en_US/code-of-conduct"
target=
"_blank"
>
<i
class=
"fa fa-question"
></i>
<translate
translate-context=
"Content/Home/*"
>
Learn more about us
</translate
>
</a>
<a
class=
"pure-button centered"
href=
"https://funkwhale.audio/support-us"
target=
"_blank"
>
<i
class=
"fa fa-eur"
></i>
<translate
translate-context=
"Content/Home/*"
>
Support Us
</translate>
</a>
<div
class=
"row alternate"
id=
"more"
>
<section
class=
"wide"
>
<div
class=
"feature"
>
<div
class=
"content"
>
<h3>
<translate
translate-context=
"Content/Home.Feature/Header"
>
Get involved
</translate
>
</h3>
<p>
<strong>
<translate
translate-context=
"Content/Home.Feature/Paragraph"
>
This project is part of the Funkwhale community.
</translate>
</strong>
</p>
<p>
<translate
translate-context=
"Content/Home.Feature/Paragraph"
>
We're a friendly community of volunteers, and we develop
Retribute in parallel of Funkwhale, a decentralized audio
streaming platform.
</translate>
</p>
<p>
<translate
translate-context=
"Content/Home.Feature/Paragraph"
>
If you want to help, you're welcome!
</translate>
</p>
<ul>
<li>
<router-link
:to=
"
{ name: 'coc', params: { locale: $language.current } }"
>
<translate
translate-context=
"Content/Footer/List.Item"
>
Code of Conduct
</translate
>
</router-link>
</li>
<li>
<a
href=
"https://governance.funkwhale.audio/g/L4AfDozC/funkwhale-retribute"
>
<translate
translate-context=
"Content/Home.Feature/List.Item"
>
Forum
</translate>
</a>
</li>
<li>
<a
href=
"https://dev.funkwhale.audio/retribute.me/spec/merge_requests"
>
<translate
translate-context=
"Content/Home.Feature/List.Item"
>
Draft specifications
</translate>
</a>
</li>
<li>
<a
href=
"https://funkwhale.audio/support-us"
>
<translate
translate-context=
"Content/Home/*"
>
Support Us
</translate
>
</a>
</li>
</ul>
</div>
<div
class=
"image"
>
<img
src=
"../assets/mascots/betty.png"
/>
</div>
</div>
</section>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment