Browse Source

updated footer links

AkiraLaine 9 years ago
parent
commit
cca453edc5
3 changed files with 7 additions and 0 deletions
  1. 3 0
      app/templates/about.html
  2. 2 0
      app/templates/privacy.html
  3. 2 0
      app/templates/terms.html

+ 3 - 0
app/templates/about.html

@@ -1,9 +1,12 @@
 <template name="about">
+  <div class="landing">
     <div class="row">
         <div class="about col-md-8 col-md-offset-2">
             <h2>About</h2>
             <p>Music App is a modern, open-source music app.</p>
             <p>Listen to music in one of the various stations, specific to one genre</p>
+            <p>Built by <a href="https://github.com/AkiraLaine">@AkiraLaine</a> and <a href="https://github.com/KrisVos130">@KrisVos130</a></p>
         </div>
     </div>
+  </div>
 </template>

+ 2 - 0
app/templates/privacy.html

@@ -1,4 +1,5 @@
 <template name="privacy">
+  <div class="landing">
     {{> header}}
     <div class="row">
         <div class="privacy col-md-8 col-md-offset-2">
@@ -36,4 +37,5 @@
             </p>
         </div>
     </div>
+  </div>
 </template>

+ 2 - 0
app/templates/terms.html

@@ -1,4 +1,5 @@
 <template name="terms">
+  <div class="landing">
     {{> header}}
     <div class="row">
         <div class="terms col-md-8 col-md-offset-2">
@@ -79,4 +80,5 @@
             <hr>
         </div>
     </div>
+  </div>
 </template>