(Prototype team page) |
Louislo3412 (Talk | contribs) (Update) |
||
Line 1: | Line 1: | ||
− | + | <!doctype html> | |
<html> | <html> | ||
− | + | <style> | |
− | + | #sideMenu | |
− | < | + | {display:none; /* Disable the display of the annoying side main menu*/} |
− | + | #top_title | |
− | + | {display:none; /* Disable the annoying title*/} | |
− | + | #content | |
− | + | {padding:0px; width:90%; margin-left:5%; margin-right:5%;background-color: rgba(255,255,255,0);} | |
− | + | body | |
− | + | {margin: 0; | |
− | + | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
− | + | font-size: 24px; | |
− | + | color: #333333; | |
− | + | background-color: #fafafa; | |
− | + | background-image:url(https://static.igem.org/mediawiki/2016/a/ae/T--Hong_Kong_HKU--Background_image.png); | |
− | + | background-position:center center; | |
− | + | background-repeat:no-repeat; | |
− | + | -moz-background-size: cover; | |
− | + | background-size: cover; | |
− | + | background-attachment:fixed;} | |
− | + | .container | |
− | + | {background-color: rgba(255,255,255,0.4); | |
− | + | padding-top:80px;} | |
− | + | p {font-size: 16px;} | |
− | < | + | h1,h2,h3,h4,h5,h6 {color: #282828;} |
− | + | h1 {font-size:72px;} h2 {font-size:48px;} h3 {font-size:36px;} | |
− | + | h4 {font-size:32px;} h5 {font-size:28px;} h6 {font-size:24px;} | |
− | < | + | </style> |
− | + | <head> | |
− | + | <link href="https://2016.igem.org/Team:Hong_Kong_HKU/css/default?action=raw&ctype=text/css" type="text/css" rel="stylesheet"> | |
− | + | <link href="https://2016.igem.org/Team:Hong_Kong_HKU/css/custom?action=raw&ctype=text/css" type="text/css" rel="stylesheet"> | |
− | < | + | <link href="https://2016.igem.org/Team:Hong_Kong_HKU/css/logo?action=raw&ctype=text/css" type="text/css" rel="stylesheet"> |
− | + | </head> | |
− | + | </html> | |
− | + | {{Hong_Kong_HKU/Header}} | |
− | + | <html> | |
− | + | <body> | |
− | + | <div class="container" align="center"> | |
− | + | <h3>Attributions</h3> | |
− | + | <footer class="text-center"> | |
− | + | <table cellspacing="0" cellpadding="0" max-width="90%" height="78" border="0" align="center"> | |
− | < | + | <tbody> |
− | + | <tr align="center"> | |
− | + | <td width="70%"><h4>Sponsors</h4></td> | |
− | + | <td width="20%"><h4>Contact</h4></td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td><img class="img-responsive center-block" src="https://static.igem.org/mediawiki/2016/c/cd/T--Hong_Kong_HKU--IDT-Logo.png" width="185px" height="51px" alt="Placeholder image"> | |
− | + | <img class="img-responsive center-block" src="https://static.igem.org/mediawiki/2016/7/76/T--Hong_Kong_HKU--SnapGeneLogo72.jpg" width="180px" height="51px" alt="Placeholder image"></td> | |
− | + | <td>Email: <a href="mailto:igemhku@hku.hk" target="_blank">igemhku@hku.hk</a></td> | |
− | + | </tr> | |
− | + | </tbody> | |
− | < | + | </table> |
− | < | + | <div class="row"> |
− | + | <p style="text-align: center;">Copyright © 2016 HKU iGEM. All rights reserved.</p> | |
− | + | </div> | |
− | <div class=" | + | </footer> |
− | + | <script src="https://2016.igem.org/Template:Hong_Kong_HKU/js/script?action=raw&ctype=text/javascript" type="text/javascript"></script> | |
− | < | + | </body> |
− | + | ||
− | < | + | |
− | < | + | |
− | < | + | |
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | < | + | |
− | < | + | |
− | < | + | |
− | < | + | |
− | + | ||
− | < | + | |
− | </ | + | |
− | + | ||
− | </ | + | |
− | + | ||
− | + | ||
− | + | ||
− | <div class=" | + | |
− | + | ||
− | + | ||
− | <p> | + | |
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
</html> | </html> |
Revision as of 15:58, 2 October 2016
<!doctype html>