Line 10: | Line 10: | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
+ | |||
<script> | <script> | ||
− | + | </script> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </script> | + | |
<style> | <style> | ||
− | + | .footer-distributed{ | |
− | + | background-color: #e2e2e2; | |
− | + | ||
− | + | ||
− | .footer { | + | |
− | background:#e2e2e2 | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset; | box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset; | ||
-moz-box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset; | -moz-box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset; | ||
-webkit-box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset; | -webkit-box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset; | ||
+ | box-sizing: border-box; | ||
+ | width: 100%; | ||
+ | text-align: left; | ||
+ | padding: 45px 50px; | ||
+ | margin-top: 80px; | ||
+ | } | ||
+ | .fa {color:#3e3f3f} | ||
+ | |||
+ | .footer-distributed .footer-right{ | ||
+ | float: right; | ||
+ | margin-top: 6px; | ||
+ | max-width: 400px; | ||
+ | } | ||
+ | |||
+ | .images { | ||
+ | margin: 2.5px; | ||
+ | width: 200px; | ||
+ | } | ||
+ | |||
+ | @media (max-width: 600px) { | ||
+ | |||
+ | .footer-distributed .footer-left, | ||
+ | .footer-distributed .footer-right{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .footer-distributed .footer-right{ | ||
+ | float: none; | ||
+ | margin: 0 auto 20px; | ||
+ | } | ||
+ | |||
+ | .footer-distributed .footer-left p.footer-links{ | ||
+ | line-height: 1.8; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
− | <footer class=" | + | <footer class="footer-distributed"> |
− | + | <div class="footer-right"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<a target="_blank" href="mailto:igem.usyd.17@gmail.com"><i class="fa fa-envelope-o fa-2x"></i></a> | <a target="_blank" href="mailto:igem.usyd.17@gmail.com"><i class="fa fa-envelope-o fa-2x"></i></a> | ||
<a target="_blank" href="https://www.instagram.com/igem_usyd/"><i class="fa fa-instagram fa-2x"></i></a> | <a target="_blank" href="https://www.instagram.com/igem_usyd/"><i class="fa fa-instagram fa-2x"></i></a> | ||
<a target="_blank" href="https://www.facebook.com/iGEM.usyd"><i class="fa fa-facebook fa-2x"></i></a> | <a target="_blank" href="https://www.facebook.com/iGEM.usyd"><i class="fa fa-facebook fa-2x"></i></a> | ||
<a target="_blank" href="https://twitter.com/igem_usyd"><i class="fa fa-twitter fa-2x"></i></a> | <a target="_blank" href="https://twitter.com/igem_usyd"><i class="fa fa-twitter fa-2x"></i></a> | ||
− | + | ||
− | + | ||
− | + | ||
<iframe src="https://open.spotify.com/embed/user/1236373175/playlist/0pkcR2DG7l6KRx6fHZcxbc" frameborder="0" allowtransparency="true"></iframe> | <iframe src="https://open.spotify.com/embed/user/1236373175/playlist/0pkcR2DG7l6KRx6fHZcxbc" frameborder="0" allowtransparency="true"></iframe> | ||
− | + | ||
− | + | </div> | |
− | + | <div class="footer-left"> | |
+ | <img class="images" src="https://static.igem.org/mediawiki/2017/f/fe/T--Sydney_Australia--footer_logo.png"/> | ||
+ | <img id="uni_logo" class="images" src="https://static.igem.org/mediawiki/2016/9/96/T--Sydney_Australia--newusydlogo.png"/> | ||
+ | |||
+ | </div> | ||
+ | </footer> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:20, 13 October 2017