Browse Source

closes #57: footer links

Davide Alberani 9 years ago
parent
commit
c896ad6a49
2 changed files with 9 additions and 1 deletions
  1. 1 1
      angular_app/index.html
  2. 8 0
      static/css/eventman.css

+ 1 - 1
angular_app/index.html

@@ -73,7 +73,7 @@
         <div ui-view></div>
 
         <div class="main-footer">
+            <a href="https://github.com/raspibo/eventman/" target="_blank">Event Man(ager)</a> by RaspiBO: <a href="http://raspibo.org">wiki</a> | <a href="http://social.raspibo.org">social network</a> | <a href="http://liste.raspibo.org/wws/">mailing lists</a> | <a href="mailto:info@raspibo.org">contact</a>
         </div>
-
     </body>
 </html>

+ 8 - 0
static/css/eventman.css

@@ -12,6 +12,14 @@ body { padding-top: 70px; }
 /* fix styling for empty href */
 .nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
 
+/* Footer links */
+.main-footer {
+    background-color: lightgray;
+    text-align: center;
+    padding: 4px;
+    font-size: x-small;
+}
+
 /* margins for lists */
 .top5 { margin-top: 5px; }
 .top10 { margin-top: 10px; }