fix footer
authorxenophenes <xenophenes42@gmail.com>
Mon, 15 May 2017 22:23:06 +0000 (15:23 -0700)
committerxenophenes <xenophenes42@gmail.com>
Mon, 15 May 2017 22:23:06 +0000 (15:23 -0700)
templates/base.html

index f6756bf2b6671429a0ee6c76dc6d22ab907061ad..1cc1080246981c7bb92d7f306cf8cfe961020dec 100644 (file)
         </div>
       </section>
 
-               <!-- Footer -->
-                       <footer id="footer">
-                               <div class="container">
-                                       <section class="links">
-                                               <div class="row">
-                                                       <section class="6u 6u(medium) 12u$(small)">
-                                                               <h3>Contact Us</h3>
+                       <!-- Footer -->
+                               <footer id="footer">
+                                       <div class="container">
+                                               <section class="links">
+                                                       <div class="row">
+                                                               <div class="col-sm-6">
+                                                                       <h3>Contact Us</h3>
                                                                        <br><a href="mailto:program2017@postgresopen.org">program2017@postgresopen.org</a>
-                                                       </section>
-                                                       <section class="6u 6u$(medium) 12u$(small)">
-                                                               <h3>Hotel</h3>
+                                                               </div>
+                                                               <div class="col-sm-6">
+                                                                       <h3>Hotel</h3>
                                                                        <a href="https://2017.postgresopen.org/venue/">
                                                                                Parc 55 Hilton Hotel
                                                                                <br>55 Cyril Magnin St
                                                                                <br>San Francisco, CA 94102
                                                                                <br>(415) 392-8000
                                                                        </a>
-                                                       </section>
-                                               </div>
-                                       </section>
-                                       <div class="row">
-                                               <div class="8u 12u$(medium)">
-                                                       <ul class="copyright">
-                                                               <li>&copy; Untitled. All rights reserved. | PostgresOpen is an associated project of the United States PostgreSQL Association.</li>
-                                                       </ul>
-                                               </div>
-                                               <div class="4u$ 12u$(medium)">
-                                                       <ul class="icons">
-                                                               <li>
-                                                                       <a href="https://www.facebook.com/PostgresOpen" class="icon rounded fa-facebook"><span class="label">Facebook</span></a>
-                                                               </li>
-                                                               <li>
-                                                                       <a href="https://www.youtube.com/user/postgresopen" class="icon rounded fa-youtube"><span class="label">YouTube</span></a>
-                                                               </li>
-                                                               <li>
-                                                                       <a href="https://twitter.com/postgresopen" class="icon rounded fa-twitter"><span class="label">Twitter</span></a>
-                                                               </li>
-                                                               <li>
-                                                                       <a href="https://plus.google.com/+postgresopen/posts" class="icon rounded fa-google-plus"><span class="label">Google+</span></a>
-                                                               </li>
-                                                       </ul>
+                                                               </div>
+                                                       </div>
+                                               </section>
+                                               <div class="row">
+                                                       <div class="col-sm-6">
+                                                               <ul class="copyright">
+                                                                       <li>&copy; Untitled. All rights reserved. | PostgresOpen is an associated project of the United States PostgreSQL Association.</li>
+                                                               </ul>
+                                                       </div>
+                                                       <div class="col-sm-6">
+                                                               <ul class="icons">
+                                                                       <li>
+                                                                               <a href="https://www.facebook.com/PostgresOpen" class="icon rounded fa-facebook"><span class="label">Facebook</span></a>
+                                                                       </li>
+                                                                       <li>
+                                                                               <a href="https://www.youtube.com/user/postgresopen" class="icon rounded fa-youtube"><span class="label">YouTube</span></a>
+                                                                       </li>
+                                                                       <li>
+                                                                               <a href="https://twitter.com/postgresopen" class="icon rounded fa-twitter"><span class="label">Twitter</span></a>
+                                                                       </li>
+                                                                       <li>
+                                                                               <a href="https://plus.google.com/+postgresopen/posts" class="icon rounded fa-google-plus"><span class="label">Google+</span></a>
+                                                                       </li>
+                                                               </ul>
+                                                       </div>
                                                </div>
                                        </div>
-                               </div>
-                       </footer>
+                               </footer>
 
        </body>
 </html>