Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
webclient
Commits
0e48b008
Verified
Commit
0e48b008
authored
Jul 01, 2019
by
Eliot Berriot
Browse files
Added footer
parent
bb927ae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
0e48b008
...
...
@@ -18,21 +18,41 @@
<main>
<router-view
class=
"container"
/>
</main>
<footer>
<footer
class=
"page-footer"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col l6 s12"
>
<p
class=
"grey-text text-lighten-4"
>
Retribute is a decentralized and open effort to support creators.
</p>
</div>
<div
class=
"col l4 offset-l2 s12"
>
<h5
class=
"white-text"
>
Links
</h5>
<ul>
<li><a
class=
"grey-text text-lighten-3"
href=
"https://governance.funkwhale.audio/g/L4AfDozC/funkwhale-retribute"
>
Forums
</a></li>
<li><a
class=
"grey-text text-lighten-3"
href=
"https://dev.funkwhale.audio/groups/retribute.me/-/issues"
>
Issue Tracker
</a></li>
<li><a
class=
"grey-text text-lighten-3"
href=
"http://dev.funkwhale.audio/retribute.me"
>
Source code
</a></li>
<li><a
class=
"grey-text text-lighten-3"
href=
"https://riot.im/app/#/room/#retribute:matrix.org"
>
Chat
</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</
template
>
<
style
>
a
{
cursor
:
pointer
;
#app
{
display
:
flex
;
min-height
:
100vh
;
flex-direction
:
column
;
}
main
{
flex
:
1
0
auto
;
padding
:
1em
0
;
}
a
{
cursor
:
pointer
;
}
.text.container
{
max-width
:
800px
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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