Difference between revisions of "Template:Tongji Software/css/MenuStyle css"

Line 1: Line 1:
 +
{{Tongji_China/userDefault}}
 
<html>
 
<html>
 +
<style>
 +
.footer-distributed{
 +
margin-top: 0%;
 +
position: relative;
 +
width: 80%;
 +
height: auto;
 +
background-color: #D1D1D2;
 +
                              margin-left:auto;
 +
                              margin-right:auto;
 +
                  }
  
<head>
+
.footer-left {
    <title>Tongji Software | Pathlab</title>
+
position: absolute;
    <style>
+
left: 0;
        *::-webkit-scrollbar {
+
top: 0;
            display: none;
+
width: 50%;
        }
+
text-align: left;
       
+
padding-right: 5%;
        #sideMenu, #top_title {
+
padding-left: 5%;
            display: none;
+
}
        }
+
       
+
.footer-right {
        #content {
+
position: absolute;
            padding: 0px;
+
right: 0;
            width: 90vw;
+
top: 0;
            margin-top: -13px;
+
width: 40%;
            margin-left: 10px;
+
text-align: left;
        }
+
padding-left: 3%;
       
+
padding-top: 5%;
        #indexMenu ul {
+
}
            margin-left: -10px;
+
#footer-info {
        }
+
width: 100%;
       
+
text-align: center;
        #bodyContent a[href ^="https://"] {
+
height: 2em;
            padding: .4em 1em;
+
}
        }
+
.footer-all {
        /*content style*/
+
height: 14em;
       
+
width: 100%;
        html,
+
}
        body,
+
        div,
+
.footer-links {
        span,
+
padding-top: 2.5em;
        applet,
+
}
        object,
+
        iframe,
+
.sponsors {
        h1,
+
width: 4em;
        h2,
+
margin-right: 1em;
        h3,
+
margin-bottom: 0.6em;
        h4,
+
}
        h5,
+
                      .my-content-p3 {
        h6,
+
font-family: "arial", sans-serif;
        p,
+
font-size: 0.9 em;
        blockquote,
+
line-height: 1.3em;
        pre,
+
color: #333;
        a,
+
}
        abbr,
+
                      @media only screen and (max-width:600px) {
        acronym,
+
.sponsors{
        address,
+
width: 2.5em;
        big,
+
margin-right: 0.5em;
        cite,
+
    margin-bottom: 0.3em;
        code,
+
}
        del,
+
                              .my-content-p3 {
        dfn,
+
font-family: "arial", sans-serif;
        em,
+
font-size: 0.6 em;
        img,
+
line-height: 1em;
        ins,
+
color: #333;
        kbd,
+
      }
        q,
+
        s,
+
        samp,
+
        small,
+
        strike,
+
        strong,
+
.footer-distributed {
        sub,
+
margin-top: 0%;
        sup,
+
position: relative;
        tt,
+
width: 90%;
        var,
+
height: auto;
        b,
+
background-color: #D1D1D2;
        u,
+
                              margin-left:auto;
        i,
+
                              margin-right:auto;
        center,
+
}
        dl,
+
}
        dt,
+
</style>
        dd,
+
        ol,
+
        ul,
+
        li,
+
        fieldset,
+
        form,
+
        label,
+
        legend,
+
        table,
+
        caption,
+
        tbody,
+
        tfoot,
+
        thead,
+
        tr,
+
        th,
+
        td,
+
        article,
+
        aside,
+
        canvas,
+
        details,
+
        embed,
+
        figure,
+
        figcaption,
+
        footer,
+
        header,
+
        hgroup,
+
        menu,
+
        nav,
+
        output,
+
        ruby,
+
        section,
+
        summary,
+
        time,
+
        mark,
+
        audio,
+
        video {
+
            margin: 0;
+
            padding: 0;
+
            border: 0;
+
            font-size: 100%;
+
            /* font: inherit;*/
+
            vertical-align: baseline;
+
        }
+
        /* HTML5 display-role reset for older browsers */
+
       
+
        article,
+
        aside,
+
        details,
+
        figcaption,
+
        figure,
+
        footer,
+
        header,
+
        hgroup,
+
        menu,
+
        nav,
+
        section,
+
        main {
+
            display: block;
+
        }
+
       
+
        body {
+
            line-height: 1;
+
        }
+
       
+
        ol,
+
        ul {
+
            list-style: none;
+
        }
+
       
+
        blockquote,
+
        q {
+
            quotes: none;
+
        }
+
       
+
        blockquote:before,blockquote:after,q:before,q:after {
+
            content: '';
+
            content: none;
+
        }
+
       
+
        table {
+
            border-collapse: collapse;
+
            border-spacing: 0;
+
        }
+
        /* -------------------------------- Primary style -------------------------------- */
+
       
+
        *,*:after,*:before {
+
            -webkit-box-sizing: border-box;
+
            -moz-box-sizing: border-box;
+
            box-sizing: border-box;
+
        }
+
       
+
        body {
+
            font-size: 100%;
+
            font-family: "Source Sans Pro", sans-serif;
+
            color: rgba(2, 23, 37, 0.7);
+
            --color-text: #fff;
+
            --color-bg: #1f174e;
+
            --color-bg-2: #151436;
+
            --color-bg-3: #000;
+
            --color-link: #8596df;
+
            --color-link-hover: #723bb7;
+
            background: radial-gradient(ellipse at 30% 48%, var(--color-bg) 0, var(--color-bg-2) 45%, var(--color-bg-3) 150%);
+
            /*overflow: hidden;*/
+
            /* 溢出隐藏 */
+
            /*background: url("../img/cover.jpg") center no-repeat;*/
+
            -webkit-background-size: cover;
+
            background-size: cover;
+
        }
+
       
+
        body.overflow-hidden {
+
            /* when primary navigation is visible, the content in the background won't scroll */
+
            overflow: hidden;
+
        }
+
       
+
        a {
+
            color: white;
+
            text-decoration: none;
+
        }
+
       
+
        a:hover, a:visited {
+
            color: white;
+
            text-decoration: none;
+
        }
+
        /* -------------------------------- Modules - reusable parts of our design -------------------------------- */
+
       
+
        .cd-container {
+
            /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
+
            width: 90%;
+
            max-width: 768px;
+
            margin: 0 auto;
+
        }
+
       
+
        .cd-container:after {
+
            content: "";
+
            display: table;
+
            clear: both;
+
        }
+
        /* -------------------------------- Main components -------------------------------- */
+
       
+
        html,body {
+
            height: 100%;
+
        }
+
       
+
        .cd-header {
+
            position: absolute;
+
            top: 0;
+
            left: 0;
+
            /*响应式后最上条横杠的颜色*/
+
            background: rgba(2, 23, 37, 0);
+
            height: 50px;
+
            width: 100%;
+
            z-index: 3;
+
            /*最上条横杠阴影*/
+
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
+
            -webkit-font-smoothing: antialiased;
+
            -moz-osx-font-smoothing: grayscale;
+
        }
+
       
+
        @media only screen and (min-width: 768px) {
+
            .cd-header {
+
                height: 80px;
+
                background: transparent;
+
                box-shadow: none;
+
            }
+
        }
+
       
+
        @media only screen and (min-width: 1170px) {
+
            .cd-header {
+
                -webkit-transition: background-color 0.3s;
+
                -moz-transition: background-color 0.3s;
+
                transition: background-color 0.3s;
+
               
+
                -webkit-transform: translate3d(0, 0, 0);
+
                -moz-transform: translate3d(0, 0, 0);
+
                -ms-transform: translate3d(0, 0, 0);
+
                -o-transform: translate3d(0, 0, 0);
+
                transform: translate3d(0, 0, 0);
+
                -webkit-backface-visibility: hidden;
+
                backface-visibility: hidden;
+
            }
+
  
            /*.cd-header .is-fixed {
+
<body>
                /* when the user scrolls down, we hide the header right above the viewport */
+
<footer class="footer-distributed">
                position: fixed;
+
<div class="footer-all">
                top: -80px;
+
<div class="footer-right">
                background-color: rgba(2, 23, 37, 0.96);
+
<h5 class="title-h4">Contact</h5>
                -webkit-transition: -webkit-transform 0.3s;
+
<p class="my-content-p3">College of Life Science and Technology</p>
                -moz-transition: -moz-transform 0.3s;
+
<p class="my-content-p3">Tongji university </p>
                transition: transform 0.3s;
+
<p class="my-content-p3">No.1239, Yangpu District, Shanghai, China</p>
            } */
+
<p class="my-content-p3" style="word-wrap:break-word;">Email: tongjiigem2018@126.com</p>
            .cd-header .is-visible {
+
                /* if the user changes the scrolling direction, we show the header */
+
                -webkit-transform: translate3d(0, 100%, 0);
+
                -moz-transform: translate3d(0, 100%, 0);
+
                -ms-transform: translate3d(0, 100%, 0);
+
                -o-transform: translate3d(0, 100%, 0);
+
                transform: translate3d(0, 100%, 0);
+
            }
+
  
            .cd-header .menu-is-open {
+
</div>
                /* add a background color to the header when the navigation is open */
+
                /*菜单打开后最上边那条横杠的颜色*/
+
                background-color: rgba(2, 23, 37, 0);
+
            }
+
        }
+
       
+
        .cd-logo {
+
            display: block;
+
            position: absolute;
+
            top: 50%;
+
            bottom: auto;
+
            -webkit-transform: translateY(-50%);
+
            -moz-transform: translateY(-50%);
+
            -ms-transform: translateY(-50%);
+
            -o-transform: translateY(-50%);
+
            transform: translateY(-50%);
+
            left: .875em;
+
        }
+
       
+
        .cd-logo img {
+
            display: block;
+
        }
+
       
+
        @media only screen and (min-width: 768px) {
+
            .cd-logo {
+
                left: 2.6em;
+
            }
+
        }
+
       
+
        .cd-secondary-nav {
+
            position: absolute;
+
            top: 50%;
+
            bottom: auto;
+
            -webkit-transform: translateY(-50%);
+
            -moz-transform: translateY(-50%);
+
            -ms-transform: translateY(-50%);
+
            -o-transform: translateY(-50%);
+
            transform: translateY(-50%);
+
            right: 10em;
+
            /* hidden on small devices */
+
            display: none;
+
        }
+
       
+
        .cd-secondary-nav li {
+
            display: inline-block;
+
            margin-left: 2.2em;
+
        }
+
       
+
        .cd-secondary-nav a {
+
            display: inline-block;
+
            color: white;
+
            text-transform: uppercase;
+
            font-weight: 700;
+
        }
+
       
+
        @media only screen and (min-width: 768px) {
+
            .cd-secondary-nav {
+
                display: block;
+
            }
+
        }
+
       
+
        .cd-primary-nav-trigger {
+
            position: fixed;
+
            right: 0;
+
            top: 5vh;
+
            height: 100%;
+
            width: 50px;
+
            /*响应缩进后三条杠的颜色*/
+
            background-color: rgba(2, 23, 37, 0);
+
        }
+
       
+
        #cd-primary-naver a:hover {
+
            background-color: white;
+
            color: black;
+
            text-decoration: none;
+
        }
+
       
+
        .cd-primary-nav-trigger .cd-menu-icon {
+
            /* this span is the central line of the menu icon */
+
            display: inline-block;
+
            position: fixed;
+
         
+
            bottom: auto;
+
            right: auto;
+
            -webkit-transform: translateX(-50%) translateY(-50%);
+
            -moz-transform: translateX(-50%) translateY(-50%);
+
            -ms-transform: translateX(-50%) translateY(-50%);
+
            -o-transform: translateX(-50%) translateY(-50%);
+
            transform: translateX(-50%) translateY(-50%);
+
            width: 28px;
+
            height: 2px;
+
            background-color: white;
+
            -webkit-transition: background-color 0.3s;
+
            -moz-transition: background-color 0.3s;
+
            transition: background-color 0.3s;
+
            /* these are the upper and lower lines in the menu icon */
+
        }
+
       
+
        .cd-primary-nav-trigger .cd-menu-icon::before,
+
        .cd-primary-nav-trigger .cd-menu-icon:after {
+
            content: '';
+
            width: 100%;
+
            height: 100%;
+
            position: absolute;
+
            background-color: white;
+
            right: 0;
+
            -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
+
            -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
+
            transition: transform .3s, top .3s, background-color 0s;
+
        }
+
       
+
        .cd-primary-nav-trigger .cd-menu-icon::before {
+
            top: -5px;
+
        }
+
       
+
        .cd-primary-nav-trigger .cd-menu-icon::after {
+
            top: 5px;
+
        }
+
       
+
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
+
            background-color: rgba(255, 255, 255, 0);
+
        }
+
       
+
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
+
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
+
            background-color: white;
+
        }
+
       
+
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
+
            top: 0;
+
            -webkit-transform: rotate(135deg);
+
            -moz-transform: rotate(135deg);
+
            -ms-transform: rotate(135deg);
+
            -o-transform: rotate(135deg);
+
            transform: rotate(135deg);
+
        }
+
       
+
        .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
+
            top: 0;
+
            -webkit-transform: rotate(225deg);
+
            -moz-transform: rotate(225deg);
+
            -ms-transform: rotate(225deg);
+
            -o-transform: rotate(225deg);
+
            transform: rotate(225deg);
+
        }
+
       
+
        @media only screen and (min-width: 768px) {
+
            .cd-primary-nav-trigger {
+
                width: 100px;
+
                padding-left: 1em;
+
                background-color: transparent;
+
                height: 30px;
+
                line-height: 30px;
+
                /*菜单栏整体位置*/
+
                left: -1vw;
+
                top: 11vh;
+
                bottom: auto;
+
                -webkit-transform: translateY(-50%);
+
                -moz-transform: translateY(-50%);
+
                -ms-transform: translateY(-50%);
+
                -o-transform: translateY(-50%);
+
                transform: translateY(-50%);
+
            }
+
            .cd-primary-nav-trigger .cd-menu-icon {
+
                left: auto;
+
                right: 1em;
+
                -webkit-transform: translateX(0) translateY(-50%);
+
                -moz-transform: translateX(0) translateY(-50%);
+
                -ms-transform: translateX(0) translateY(-50%);
+
                -o-transform: translateX(0) translateY(-50%);
+
                transform: translateX(0) translateY(-50%);
+
            }
+
        }
+
       
+
        .cd-primary-nav {
+
            /* by default it's hidden - on top of the viewport */
+
            position: fixed;
+
            height: 100%;
+
            width: 100%;
+
            margin: 10vh 0vw 0vh 0vw;
+
            font-family: "Cambria";
+
            /*菜单下来后的背景色*/
+
            /*background: rgba(2, 23, 37, 0.8);*/
+
            --color-text: #fff;
+
            --color-bg: #1f174e;
+
            --color-bg-2: #151436;
+
            --color-bg-3: #000;
+
            --color-link: #8596df;
+
            --color-link-hover: #723bb7;
+
            background: radial-gradient(ellipse at 30% 48%, var(--color-bg) 0, var(--color-bg-2) 45%, var(--color-bg-3) 150%);
+
            z-index: 2;
+
            text-align: center;
+
            /*padding: 10vh 0 0 0;*/
+
            -webkit-backface-visibility: hidden;
+
            backface-visibility: hidden;
+
            overflow: auto;
+
            /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
+
            -webkit-overflow-scrolling: touch;
+
            -webkit-transform: translateY(-100%);
+
            -moz-transform: translateY(-100%);
+
            -ms-transform: translateY(-100%);
+
            -o-transform: translateY(-100%);
+
            transform: translateY(-100%);
+
            -webkit-transition-property: -webkit-transform;
+
            -moz-transition-property: -moz-transform;
+
            transition-property: transform;
+
            -webkit-transition-duration: 0.4s;
+
            -moz-transition-duration: 0.4s;
+
            transition-duration: 0.4s;
+
        }
+
       
+
        .cd-primary-nav li {
+
            font-size: 22px;
+
            font-size: 1.375rem;
+
            font-weight: 300;
+
            -webkit-font-smoothing: antialiased;
+
            -moz-osx-font-smoothing: grayscale;
+
            margin: .2em 0;
+
            text-transform: capitalize;
+
            /*text-transform: uppercase;*/
+
        }
+
       
+
        .cd-primary-nav a {
+
            display: inline-block;
+
            padding: .4em 1em;
+
            border-radius: 0.25em;
+
            -webkit-transition: background 0.2s;
+
            -moz-transition: background 0.2s;
+
            transition: background 0.2s, color 0.2s;
+
        }
+
       
+
        .no-touch .cd-primary-nav a:hover {
+
            background-color: white;
+
            color: black;
+
        }
+
       
+
        .cd-primary-nav .cd-label {
+
            color: rgba(200, 40, 255, 1);
+
            /*color: rgba(142,255,255,1);*/
+
            text-transform: uppercase;
+
            font-weight: 700;
+
            font-size: 14px;
+
            font-size: 0.875rem;
+
            margin: 2.4em 0 .8em;
+
        }
+
       
+
        .cd-primary-nav .cd-social {
+
            display: inline-block;
+
            margin: 0 .4em;
+
        }
+
       
+
        .cd-primary-nav .cd-social a {
+
            width: 44px;
+
            height: 44px;
+
            padding: 0;
+
            background-image: url("../img/cd-socials.svg");
+
            background-repeat: no-repeat;
+
            /* image replacement */
+
            overflow: hidden;
+
            text-indent: 100%;
+
            white-space: nowrap;
+
        }
+
       
+
        .cd-primary-nav .cd-facebook a {
+
            background-position: 0 0;
+
        }
+
       
+
        .cd-primary-nav .cd-instagram a {
+
            background-position: -44px 0;
+
        }
+
       
+
        .cd-primary-nav .cd-dribbble a {
+
            background-position: -88px 0;
+
        }
+
       
+
        .cd-primary-nav .cd-twitter a {
+
            background-position: -132px 0;
+
        }
+
      .cd-primary-nav.is-visible {
+
            -webkit-transform: translateY(0);
+
            -moz-transform: translateY(0);
+
            -ms-transform: translateY(0);
+
            -o-transform: translateY(0);
+
            transform: translateY(0);
+
        }
+
       
+
       
+
        @media only screen and (min-width: 768px) {
+
            .cd-primary-nav {
+
                padding: 80px 0;
+
            }
+
        }
+
       
+
        @media only screen and (min-width: 1170px) {
+
            .cd-primary-nav li {
+
                font-size: 30px;
+
                font-size: 1.875rem;
+
            }
+
            .cd-primary-nav .cd-label {
+
                font-size: 16px;
+
                font-size: 1rem;
+
            }
+
        }
+
       
+
        .cd-intro {
+
            position: relative;
+
            height: 100%;
+
            background: url("../img/cd-background-img.jpg") no-repeat center center;
+
            background-size: cover;
+
            z-index: 1;
+
            -webkit-font-smoothing: antialiased;
+
            -moz-osx-font-smoothing: grayscale;
+
        }
+
       
+
        .cd-intro h1 {
+
            position: absolute;
+
            width: 90%;
+
            max-width: 1170px;
+
            left: 50%;
+
            top: 50%;
+
            bottom: auto;
+
            right: auto;
+
            -webkit-transform: translateX(-50%) translateY(-50%);
+
            -moz-transform: translateX(-50%) translateY(-50%);
+
            -ms-transform: translateX(-50%) translateY(-50%);
+
            -o-transform: translateX(-50%) translateY(-50%);
+
            transform: translateX(-50%) translateY(-50%);
+
            color: white;
+
            font-size: 20px;
+
            font-size: 1.25rem;
+
            font-weight: 300;
+
            text-align: center;
+
        }
+
       
+
        @media only screen and (min-width: 768px) {
+
            .cd-intro h1 {
+
                font-size: 30px;
+
                font-size: 1.875rem;
+
            }
+
        }
+
       
+
        @media only screen and (min-width: 1170px) {
+
            .cd-intro {
+
                height: 700px;
+
            }
+
        }
+
       
+
        .cd-main-content {
+
            position: relative;
+
            z-index: 1;
+
        }
+
       
+
        .cd-main-content p {
+
            line-height: 1.6;
+
            margin: 2em 0;
+
        }
+
       
+
        @media only screen and (min-width: 1170px) {
+
            .cd-main-content p {
+
                font-size: 20px;
+
                font-size: 1.25rem;
+
            }
+
        }
+
    </style>
+
</head>
+
  
<body>
+
<div class="footer-left">
    <div id="coverText">
+
    </div>
+
    <div id="indexMenu" style="position:fixed; z-index:10">
+
        <header class="cd-header">
+
            <div id="menuButtom">
+
                <a class="cd-primary-nav-trigger" href="#0">
+
                    </span><span class="cd-menu-icon"></span>
+
                </a>
+
            </div>
+
            <!-- cd-primary-nav-trigger -->
+
        </header>
+
  
        <nav id="cd-primary-naver">
+
<div class="footer-links">
            <ul class="cd-primary-nav">
+
<a class="test_a" href="https://bedtools.readthedocs.io"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/6/60/T--Tongji_China--picture-bottom-bedtools.png"></a>
                <li style="height:8vh"></li>
+
<a class="test_a" href="https://www.encodeproject.org"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/7/73/T--Tongji_China--picture-bottom-encode-logo-small-2x.png"></a>
                <li><a href="https://2019.igem.org/Team:Tongji_Software">HOME</a></li>
+
<a class="test_a" href="https://www.eppendorf.com/CN-zh/"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/8/82/T--Tongji_China--picture-bottom-Eppendorf.png"></a>
                <li class="cd-label">About Us</li>
+
<a class="test_a" href="https://www.genewiz.com.cn"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/d/d4/T--Tongji_China--picture-bottom-genewiz.jpg"></a>
  
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Project">Our Projects</a></li>
+
<a class="test_a" href="http://www.magentec.com.cn"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/0/02/T--Tongji_China--picture-bottom-magen.jpg"></a>
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Attributions">Team Information</a></li>
+
<a class="test_a" href="http://medical.nankai.edu.cn"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/4/42/T--Tongji_China--picture-bottom-nankai.png"></a>
 +
<a class="test_a" href="https://cancergenome.nih.gov"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/3/34/T--Tongji_China--picture-bottom-NIH.png"></a>
 +
<a class="test_a" href="http://www.axygen.com.cn"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/a/ac/T--Tongji_China--picture-bottom-retina_720.jpg"></a>
  
                <li class="cd-label">Other</li>
+
<a class="test_a" href="http://sse.tongji.edu.cn"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/6/61/T--Tongji_China--picture-bottom-ruanjian.png"></a>
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Safety">Safety</a></li>
+
<a class="test_a" href="http://tjdi.tongji.edu.cn"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/a/a4/T--Tongji_China--picture-bottom-shechuang.png"></a>
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Human_Practices">Human Practices</a></li>
+
<a class="test_a" href="https://www.thermofisher.com/us/en/home.html"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/7/7b/T--Tongji_China--picture-bottom-thermo.png"></a>
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Public_Engagement">Education & Engagement</a></li>
+
<a class="test_a" href="http://life.tongji.edu.cn"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/1/11/T--Tongji_China--picture-bottom-Tongji.png"></a>
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Model">Model</a></li>
+
<a class="test_a" href="http://www.tongji.edu.cn"><img class="sponsors" src="https://static.igem.org/mediawiki/2018/2/2e/T--Tongji_China--xiaohui.png"></a>
                <li><a href="https://2019.igem.org/Team:Tongji_Software/Medal">Medal</a></li>
+
</div>
                <li><a href="https://igem.org/2019_Judging_Form?id=3094">Judging Form</a></li>
+
  
                <li class="cd-label">Follow us</li>
+
</div>
 +
</div>
  
                <li class="cd-social cd-facebook"><a href="#0">Facebook</a></li>
+
<div id="footer-info" class="inner">
                <li class="cd-social cd-instagram"><a href="#0">Instagram</a></li>
+
<p class="my-content-p3" style="color: #777; text-align: center !important;">Copyright © 2018 Tongji_China</p>
                <li class="cd-social cd-dribbble"><a href="#0">Dribbble</a></li>
+
</div>
                <li class="cd-social cd-twitter"><a href="#0">Twitter</a></li>
+
            </ul>
+
        </nav>
+
  
        <main class="cd-main-content">
+
</footer>
            <div class="cd-container">
+
          </div>
            </div>
+
</body>
        </main>
+
        <!-- <script src="js/jquery-2.1.0.min.js"></script>
+
        <script src="js/main.js"></script> -->
+
        <script src="https://2019.igem.org/Template:Tongji_Software/js/jquery_210_min_js?action=raw&ctype=text/javascript"></script>
+
        <script src="https://2019.igem.org/Template:Tongji_Software/js/main_js?action=raw&ctype=text/javascript"></script>
+
        <!-- Resource jQuery -->
+
        <div id="foot"></div>
+
 
+
    </div>
+
</body>
+
  
 
</html>
 
</html>

Revision as of 14:00, 20 October 2019

Template:Tongji China/userDefault