Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philipp Wolfer
funkwhale
Commits
919e6689
Commit
919e6689
authored
7 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/28' into 'develop'
Fixed #28: added project links in footer Closes #28 See merge request !11
parents
e2507598
bf12a635
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
front/src/App.vue
+26
-2
26 additions, 2 deletions
front/src/App.vue
front/src/components/Home.vue
+1
-1
1 addition, 1 deletion
front/src/components/Home.vue
with
27 additions
and
3 deletions
front/src/App.vue
+
26
−
2
View file @
919e6689
...
@@ -2,6 +2,26 @@
...
@@ -2,6 +2,26 @@
<div
id=
"app"
>
<div
id=
"app"
>
<sidebar></sidebar>
<sidebar></sidebar>
<router-view></router-view>
<router-view></router-view>
<div
class=
"ui divider"
></div>
<div
id=
"footer"
class=
"ui vertical footer segment"
>
<div
class=
"ui container"
>
<div
class=
"ui stackable equal height stackable grid"
>
<div
class=
"three wide column"
>
<h4
class=
"ui header"
>
Links
</h4>
<div
class=
"ui link list"
>
<a
href=
"https://funkwhale.audio"
class=
"item"
target=
"_blank"
>
Official website
</a>
<a
href=
"https://docs.funkwhale.audio"
class=
"item"
target=
"_blank"
>
Documentation
</a>
<a
href=
"https://code.eliotberriot.com/funkwhale/funkwhale"
class=
"item"
target=
"_blank"
>
Source code
</a>
<a
href=
"https://code.eliotberriot.com/funkwhale/funkwhale/issues"
class=
"item"
target=
"_blank"
>
Issue tracker
</a>
</div>
</div>
<div
class=
"ten wide column"
>
<h4
class=
"ui header"
>
About funkwhale
</h4>
<p>
Funkwhale is a free and open-source project run by volunteers. You can help us improve the platform by reporting bugs, suggesting features and share the project with your friends!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -27,12 +47,16 @@ export default {
...
@@ -27,12 +47,16 @@ export default {
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
-moz-osx-font-smoothing
:
grayscale
;
}
}
.main.pusher
{
.main.pusher
,
.footer
{
margin-left
:
350px
!
important
;
margin-left
:
350px
!
important
;
transform
:
none
!
important
;
transform
:
none
!
important
;
}
.main-pusher
{
padding
:
1
.5rem
0
;
padding
:
1
.5rem
0
;
}
}
#footer
{
padding
:
1
.5rem
;
}
.ui.stripe.segment
{
.ui.stripe.segment
{
padding
:
4em
;
padding
:
4em
;
}
}
...
...
This diff is collapsed.
Click to expand it.
front/src/components/Home.vue
+
1
−
1
View file @
919e6689
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
<h2
class=
"ui header"
>
<h2
class=
"ui header"
>
Clean library
Clean library
</h2>
</h2>
<p>
Funkwhale takes care of
fea
ling your music.
</p>
<p>
Funkwhale takes care of
hand
ling your music.
</p>
<div
class=
"ui list"
>
<div
class=
"ui list"
>
<div
class=
"item"
>
<div
class=
"item"
>
<i
class=
"download icon"
></i>
<i
class=
"download icon"
></i>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment