mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
add mobile links to footer
This commit is contained in:
parent
52b7935b88
commit
fb2f048890
1 changed files with 9 additions and 5 deletions
|
|
@ -1,6 +1,13 @@
|
|||
footer.footer(ng-controller='FooterCtrl')
|
||||
.container
|
||||
.row
|
||||
.span3
|
||||
h4 Mobile
|
||||
ul.unstyled
|
||||
li
|
||||
a(href='https://itunes.apple.com/us/app/habitrpg/id689569235?mt=8', target='_blank') iOS
|
||||
li
|
||||
a(href='https://play.google.com/store/apps/details?id=com.ocdevel.habitrpg', target='_blank') Android
|
||||
.span3
|
||||
h4 Company
|
||||
ul.unstyled
|
||||
|
|
@ -14,9 +21,6 @@ footer.footer(ng-controller='FooterCtrl')
|
|||
a(href='/static/extensions') Extensions
|
||||
li
|
||||
a(href='/static/faq') FAQ
|
||||
.span3
|
||||
h4 Legal
|
||||
ul.unstyled
|
||||
li
|
||||
a(href='/static/privacy') Privacy
|
||||
li
|
||||
|
|
@ -31,13 +35,13 @@ footer.footer(ng-controller='FooterCtrl')
|
|||
li
|
||||
a(target='_blank', href='https://github.com/lefnire/habitrpg/wiki/API') API
|
||||
li
|
||||
a(href='/static/extensions') Add-ons / Extensions
|
||||
a(href='/static/extensions') Add-ons & Extensions
|
||||
li
|
||||
a(target='_blank', href='http://community.habitrpg.com/forum') Forum
|
||||
li
|
||||
a(target='_blank', href='http://www.kickstarter.com/projects/lefnire/habitrpg-mobile') Kickstarter
|
||||
li
|
||||
a(target='_blank', href='https://www.facebook.com/Habitrpg') Facebook Page
|
||||
a(target='_blank', href='https://www.facebook.com/Habitrpg') Facebook
|
||||
li
|
||||
a(target='_blank', href='http://www.reddit.com/r/habitrpg/') Reddit
|
||||
.span3
|
||||
|
|
|
|||
Loading…
Reference in a new issue