Private
Public Access
1
0

improve graph design on homepage && add footer and techs && add official pages

This commit is contained in:
2016-12-21 18:46:32 +01:00
parent 4d5a9b978b
commit ef89f7df09
18 changed files with 434 additions and 33 deletions

View File

@@ -17,3 +17,23 @@ MineSeekerBundle_slack:
path: /slack
defaults: { _controller: MineSeekerBundle:Game:slack }
schemes: [https]
MineSeekerBundle_terms:
path: /terms-of-service
defaults: { _controller: MineSeekerBundle:Game:terms }
schemes: [https]
MineSeekerBundle_privacy:
path: /privacy-policy
defaults: { _controller: MineSeekerBundle:Game:privacy }
schemes: [https]
MineSeekerBundle_contact:
path: /contact
defaults: { _controller: MineSeekerBundle:Game:contact }
schemes: [https]
MineSeekerBundle_landing:
path: /landing-page
defaults: { _controller: MineSeekerBundle:Game:landing }
schemes: [https]