(Created page with "<html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://fonts.css.network/css?fa...") |
RandolphLiu (Talk | contribs) m |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | < | + | <style> |
− | + | footer { | |
− | + | position: relative; | |
− | + | height: 90px; | |
− | + | background-color: #2f3640; | |
− | + | z-index: 2; | |
− | + | } | |
− | + | .footer-msg { | |
− | + | margin: 0; | |
− | </ | + | color: white; |
+ | width: 100%; | ||
+ | line-height: 40px; | ||
+ | text-align: center; | ||
+ | font-size: 0.8em; | ||
+ | font-family: Ubuntu,"Helvetica Neue",Arial; | ||
+ | } | ||
+ | .contact-block { | ||
+ | text-align: center; | ||
+ | background-color: #2f3640; | ||
+ | height: 50px; | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | } | ||
+ | .contact-block > a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .contact-img { | ||
+ | display: inline-block; | ||
+ | height: 30px; | ||
+ | margin: 10px 0 0 0; | ||
+ | padding: 0 3.0rem 0 3.0rem; | ||
+ | } | ||
+ | .contact-img:hover { | ||
+ | opacity: 0.65; | ||
+ | } | ||
+ | </style> | ||
<body> | <body> | ||
<footer> | <footer> | ||
+ | <div class="contact-block"> | ||
+ | <a href="https://twitter.com/IgemXjtu"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/47/T--XJTU-China--Contact-twitter.png" class="contact-img" /> | ||
+ | </a> | ||
+ | <a href="mailto:xjtuigem@outlook.com"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/8/82/T--XJTU-China--Contact-mail.png" class="contact-img" /> | ||
+ | </a> | ||
+ | <a href="https://static.igem.org/mediawiki/2018/0/0f/T--XJTU-China--Contact-wechat-QR.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/2/28/T--XJTU-China--Contact-wechat.png" class="contact-img" /> | ||
+ | </a> | ||
+ | </div> | ||
<p class="footer-msg"> | <p class="footer-msg"> | ||
Copyright © 2018 XJTU-China iGEM Team. All rights reserved. | Copyright © 2018 XJTU-China iGEM Team. All rights reserved. |
Latest revision as of 07:46, 17 October 2018