Line 1: | Line 1: | ||
− | + | ||
− | < | + | <html> |
<head> | <head> | ||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | |||
<style> | <style> | ||
− | + | #sideMenu, #top_title {display:none;} | |
− | + | #globalWsection { | |
+ | padding-top: 50px; | ||
+ | width: 100% | ||
+ | } | ||
+ | body, | ||
+ | html{ | ||
+ | margin: 0; | ||
+ | padding:0; | ||
+ | font-family: 'Objektiv-mk1', sans-serif; | ||
+ | font-weight: 300; | ||
+ | overflow-x: hidden; | ||
+ | position: relative; | ||
+ | } | ||
+ | .firstHeading{ | ||
+ | display:none; | ||
+ | } | ||
+ | .page{ | ||
+ | background: honeydew; | ||
+ | } | ||
+ | rapper { | ||
+ | padding:0; | ||
+ | } | ||
+ | #content { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border:none; | ||
+ | margin: 0px; | ||
+ | padding:0; | ||
+ | } | ||
+ | section { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | border: 0 | ||
+ | } | ||
+ | #bodyContent a[href^="https://"], .link-https { | ||
+ | background: none !important; | ||
+ | padding: 0 !important; | ||
+ | } | ||
+ | .navbar-pad-original { | ||
+ | padding: 0 | ||
+ | } | ||
+ | *, *:before, *:after { | ||
+ | box-sizing: inherit | ||
+ | } | ||
+ | .clearfix:after, .quickstart-step:after { | ||
+ | clear: both; | ||
+ | content: ""; | ||
+ | display: table; | ||
+ | height: 0; | ||
+ | visibility: hidden | ||
} | } | ||
− | + | img { | |
− | + | max-width: 272px | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | :link, :visited { | |
− | + | color: #039be5; | |
+ | outline: 0; | ||
+ | text-decoration: none | ||
} | } | ||
+ | a:focus { | ||
+ | text-decoration: underline | ||
+ | } | ||
+ | ul { | ||
+ | list-style: disc outside | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 720px) { | ||
+ | .devsite-settings-kabob { | ||
+ | margin: 12px 0 | ||
+ | } | ||
+ | } | ||
+ | |||
+ | .devsite-footer-promos { | ||
+ | background: #f7f7f7; | ||
+ | font: 14px/20px Roboto, sans-serif | ||
+ | } | ||
+ | .devsite-footer-promos1 { | ||
+ | background: black; | ||
+ | font: 14px/20px Roboto, sans-serif | ||
+ | } | ||
+ | .devsite-footer-promos-list { | ||
+ | padding: 20px 4px; | ||
+ | text-align: center | ||
+ | } | ||
+ | .devsite-footer-promos-list1 { | ||
+ | padding: 0 0 29px; | ||
+ | text-align: center | ||
+ | } | ||
+ | |||
+ | .devsite-footer-promo { | ||
+ | display: inline-block; | ||
+ | margin: 0 auto; | ||
+ | vertical-align: top; | ||
+ | width: 192px | ||
+ | } | ||
+ | .devsite-footer-promo1 { | ||
+ | display: inline-block; | ||
+ | margin: 0 auto; | ||
+ | vertical-align: top; | ||
+ | width: 300px | ||
+ | } | ||
+ | .devsite-footer-promo-icon { | ||
+ | color: rgba(0, 0, 0, .87); | ||
+ | display: block; | ||
+ | font-size: 48px; | ||
+ | height: 48px; | ||
+ | margin: 0 auto 8px; | ||
+ | width: 48px | ||
+ | } | ||
+ | |||
+ | .devsite-footer-promo-title { | ||
+ | color: rgba(0, 0, 0, .87); | ||
+ | display: block; | ||
+ | font-weight: 500 | ||
+ | } | ||
+ | |||
+ | .devsite-footer-promo-title:hover, .devsite-footer-promo-title:focus { | ||
+ | color: #039be5; | ||
+ | text-decoration: none | ||
+ | } | ||
+ | |||
+ | .devsite-footer-linkboxes > .devsite-full-site-width { | ||
+ | max-width: 1432px | ||
+ | } | ||
+ | |||
+ | .devsite-footer-linkbox-item a { | ||
+ | color: #cfd8dc | ||
+ | } | ||
+ | |||
+ | .devsite-footer-linkbox-item a:hover, .devsite-footer-linkbox-item a:focus { | ||
+ | color: #fff; | ||
+ | text-decoration: none | ||
+ | } | ||
+ | |||
+ | |||
+ | .devsite-utility-footer-nav { | ||
+ | color: #fff; | ||
+ | overflow: auto; | ||
+ | |||
+ | |||
+ | .devsite-utility-footer-link:focus { | ||
+ | text-decoration: underline | ||
+ | } | ||
+ | .devsite-utility-footer-link + .devsite-utility-footer-link::before { | ||
+ | content: '|'; | ||
+ | margin: 0 8px | ||
+ | } | ||
+ | |||
+ | .devsite-utility-footer-language .kd-select { | ||
+ | border-color: #fff; | ||
+ | min-width: 96px | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 1000px) { | ||
+ | .devsite-footer-linkbox { | ||
+ | width: 50% | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 720px) { | ||
+ | .devsite-footer-promos-list { | ||
+ | padding: 20px 16px; | ||
+ | text-align: left | ||
+ | } | ||
+ | |||
+ | .devsite-footer-promo { | ||
+ | margin: 8px; | ||
+ | width: calc((100% - 32px) / 2) | ||
+ | } | ||
+ | |||
+ | .devsite-footer-promo-icon { | ||
+ | float: left; | ||
+ | height: 32px; | ||
+ | margin-right: 16px; | ||
+ | width: 32px | ||
+ | } | ||
+ | |||
+ | .devsite-footer-promo-title { | ||
+ | font-weight: normal; | ||
+ | line-height: 32px | ||
+ | } | ||
+ | |||
+ | .devsite-footer-promo-description { | ||
+ | display: none | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
− | <title> | + | <title>Team:Peking</title> |
− | + | ||
<body> | <body> | ||
− | <br><br><br><br><br> | + | <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> |
− | <footer class="devsite-footer-promos nocontent"> | + | <footer class="devsite-footer-promos nocontent"><nav class="devsite-full-site-width"> |
− | + | <br> | |
− | + | <br> | |
− | + | <ul class="devsite-footer-promos-list"> | |
− | + | <li class="devsite-footer-promo"> | |
− | + | <a href="https://github.com/PekingiGEM2017" | |
− | + | class="devsite-footer-promo-title gc-analytics-event" | |
− | + | data-category="Site-Wide Custom Events" data-label="Content Page Footer Promo"> | |
− | + | <img class="devsite-footer-promo-icon" src="https://static.igem.org/mediawiki/2017/1/18/Peking_logo_github.svg"> | |
+ | GitHub | ||
+ | </a> | ||
+ | <div class="devsite-footer-promo-description">Fork our API code samples and other open-source projects.</div> | ||
+ | </li> | ||
− | + | <li class="devsite-footer-promo"> | |
− | </ | + | <a href="https://www.facebook.com/pekingigem" |
− | <div class="devsite-footer-promo-description"> | + | class="devsite-footer-promo-title gc-analytics-event" |
− | + | data-category="Site-Wide Custom Events" data-label="Content Page Footer Promo"> | |
− | + | <img class="devsite-footer-promo-icon" src="https://static.igem.org/mediawiki/2017/b/b8/Peking_Facebook.svg"> | |
− | + | Facebook | |
+ | </a> | ||
+ | <div class="devsite-footer-promo-description">The latest news on our projects</div> | ||
+ | </li> | ||
− | + | <li class="devsite-footer-promo"> | |
− | + | <a href="https://twitter.com/iGEM_Peking" | |
− | + | class="devsite-footer-promo-title gc-analytics-event" | |
− | + | data-category="Site-Wide Custom Events" data-label="Content Page Footer Promo"> | |
− | + | <img class="devsite-footer-promo-icon" src="https://static.igem.org/mediawiki/2017/6/6b/Peking_Twitter.svg"> | |
− | + | Twitter | |
− | + | </a> | |
− | </a> | + | <div class="devsite-footer-promo-description">Connect with @PekingIGEM on Twitter</div> |
− | + | </li> | |
− | + | ||
− | + | <li class="devsite-footer-promo"> | |
− | + | <a href="http://www.synbiowiki.com" | |
− | + | class="devsite-footer-promo-title gc-analytics-event" | |
− | + | data-category="Site-Wide Custom Events" data-label="Content Page Footer Promo"> | |
− | + | <img class="devsite-footer-promo-icon" src="https://static.igem.org/mediawiki/2017/b/bf/Peking_SynBioWiki.svg"> | |
− | + | SynBioWiki | |
− | + | </a> | |
− | </a> | + | <div class="devsite-footer-promo-description">The encyclopedia of synthetic biology</div> |
− | + | </li> | |
− | + | ||
− | + | <li class="devsite-footer-promo"> | |
− | + | <a href="https://www.youtube.com/channel/UCefEYVCVqKJLmoJrSxivgZQ" | |
− | + | class="devsite-footer-promo-title gc-analytics-event" | |
− | + | data-category="Site-Wide Custom Events" data-label="Content Page Footer Promo"> | |
− | + | <img class="devsite-footer-promo-icon" src="https://static.igem.org/mediawiki/2017/3/30/Peking_Youtube.svg"> | |
− | + | Videos | |
− | + | </a> | |
− | </a> | + | <div class="devsite-footer-promo-description">Check out the Peking iGEM 2017 team's videos</div> |
− | + | </li> | |
− | </li> | + | </ul> |
+ | </nav> | ||
+ | <br><br> | ||
+ | <div style="background-color: #263238;width: 100%"> | ||
+ | <br><br> | ||
+ | <nav class="devsite-full-site-width"> | ||
+ | <ul class="devsite-footer-promos-list"> | ||
+ | <li class="devsite-footer-promo1" > | ||
+ | <a href="http://dean.pku.edu.cn/pkudean/"><img src="https://static.igem.org/mediawiki/2017/9/99/Peking_footer_logo_admin.png" height = "50"/></a> | ||
+ | </li> | ||
− | + | <li class="devsite-footer-promo1"> | |
− | + | <a href="http://www.bio.pku.edu.cn/en/"> <img src="https://static.igem.org/mediawiki/2017/a/ab/Peking_footer_logo_slslogo.png" height = "50"/> </a> | |
− | + | </li> | |
− | + | ||
− | + | <li class="devsite-footer-promo1"> | |
− | + | <a href="http://www.bio.pku.edu.cn/en/"> <img src="https://static.igem.org/mediawiki/2017/9/9a/Peking_footer_logo_cqb.png" height = "50"/> </a> | |
− | + | </li> | |
− | + | </ul> | |
− | + | </nav> | |
− | </ | + | <ul class="devsite-footer-promos-list1"> |
+ | |||
+ | <a class="gc-analytics-event" | ||
+ | data-category="Site-Wide Custom Events" | ||
+ | data-label="Footer Chrome Link"> | ||
+ | |||
+ | <font color="white">Address:Peking University, No.5 Yiheyuan Road Haidian District, Beijing, P.R.China 100871</font> | ||
+ | </a><br> | ||
+ | <a href="mailto:PekingIGEM@gmail.com" class="gc-analytics-event" | ||
+ | data-category="Site-Wide Custom Events" | ||
+ | data-label="Footer Chrome Link"> | ||
+ | <font color="white">Mail:PekingIGEM@gmail.com</font> | ||
+ | </a> | ||
</ul> | </ul> | ||
− | + | <br><br> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
</footer> | </footer> | ||
+ | |||
</body> | </body> | ||
− | </ | + | </html> |
Revision as of 06:12, 7 October 2017