Difference between revisions of "Team:NJU-China/Modeling"

m
m
Line 17: Line 17:
 
             <div class="container">
 
             <div class="container">
 
                 <div class="nav-wrapper"><a class="page-title">Modeling</a></div>
 
                 <div class="nav-wrapper"><a class="page-title">Modeling</a></div>
            </div>
 
        </nav>
 
        <div class="container">
 
            <a href="#" data-activates="nav-mobile" class="button-collapse top-nav full hide-on-large-only"> <i class="material-icons">menu</i> </a>
 
        </div>
 
        <html>
 
 
<head>
 
    <meta charset="UTF-8">
 
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
 
    <!--Import materialize.css-->
 
    <link rel="stylesheet" href="https://2016.igem.org/Team:NJU-China/mdlib/ghpages?action=raw&amp;ctype=text/css" media="screen,projection">
 
    <!--Import Google Icon Font-->
 
    <link href="https://2016.igem.org/Team:NJU-China/mdlib/mdiconcss?action=raw&amp;ctype=text/css" rel="stylesheet">
 
    <link href="https://2016.igem.org/Team:NJU-China/mdlib/customedcss?action=raw&amp;ctype=text/css" rel="stylesheet">
 
</head>
 
 
<body>
 
    <header>
 
        <nav class="top-nav">
 
            <div class="container">
 
                <div class="nav-wrapper"><a class="page-title">Background</a></div>
 
 
             </div>
 
             </div>
 
         </nav>
 
         </nav>
Line 95: Line 72:
 
             </li>
 
             </li>
 
         </ul>
 
         </ul>
    </header>
 
    <!-- Begin page content -->
 
    <main>
 
        <div class="fixed-action-btn" style="bottom: 45px; right: 24px;">
 
            <a class="btn-floating btn-large red">
 
                <i class="large material-icons">add</i>
 
            </a>
 
            <ul>
 
                <li onclick="$('html, body').animate({ scrollTop: 0 }, 'fast');"><a class="btn-floating green tooltipped" data-position="left" data-delay="50" data-tooltip="Scroll to Top"><i class="material-icons">arrow_upward</i></a></li>
 
                <li onclick="$('html, body').animate({scrollTop: $('html').height()-$(window).height()}, 'fast')"><a class="btn-floating yellow darken-2 tooltipped" data-position="left" data-delay="50" data-tooltip="Scroll to Bottom"><i class="material-icons">arrow_downward</i></a></li>
 
                <li onclick="$(this).parent().parent().hide('slow')"><a class="btn-floating purple darken-3"><i class="close material-icons tooltipped" data-position="left" data-delay="50" data-tooltip="Hide FAB">close</i></a></li>
 
                <li><a class="btn-floating blue button-collapse hide-on-large-only tooltipped" data-position="left" data-delay="50" data-tooltip="Show Navigation" data-activates="nav-mobile"><i class="material-icons">menu</i></a></li>
 
            </ul>
 
        </div>
 
        <div class="container">
 
            <div class="divider"></div>
 
            <div class="section">
 
                <p>Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg</p>
 
                <p>Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz.</p>
 
            </div>
 
            <div class="divider"></div>
 
        </div>
 
    </main>
 
    <footer class="page-footer">
 
        <div class="container">
 
            <div class="row">
 
                <div class="col l6 s12">
 
                    <h5 class="white-text">Acknowledgement</h5>
 
                    <p class="grey-text text-lighten-4">We would like to express our most sincere gratitude to every person and institute that helped us during this whole project.</p>
 
                </div>
 
                <div class="col l4 offset-l2 s12">
 
                    <h5 class="white-text">Links</h5>
 
                    <ul>
 
                        <li><a class="grey-text text-lighten-3" href=""><img src="" alt=""></a></li>
 
                        <li><a class="grey-text text-lighten-3" href=""><img src="" alt=""></a></li>
 
                        <li><a class="grey-text text-lighten-3" href=""><img src="" alt=""></a></li>
 
                        <li><a class="grey-text text-lighten-3" href=""><img src="" alt=""></a></li>
 
                    </ul>
 
                </div>
 
            </div>
 
        </div>
 
        <div class="footer-copyright">
 
            <div class="container">
 
                2016 iGEM NJU-China
 
            </div>
 
        </div>
 
    </footer>
 
    <!-- 理论上应用 2.1.4 版本的 jQuery,但是iGEM官方提供 1.11.1 -->
 
    <!-- jQuery 2.1.4 -->
 
    <!-- <script src="https://2016.igem.org/Team:NJU-China/mdlib/jquery214?action=raw&amp;ctype=text/javascript"></script> -->
 
    <!-- 自己上传的jQuery 1.11.1 -->
 
    <!-- <script src="https://2016.igem.org/Team:NJU-China/lib/jquery?action=raw&amp;ctype=text/javascript"></script> -->
 
    <script src="https://2016.igem.org/Team:NJU-China/mdlib/mdjs?action=raw&amp;ctype=text/javascript"></script>
 
    <script type="text/javascript">
 
    // Initialize collapse button
 
    $(".button-collapse").sideNav();
 
    // Initialize collapsible (uncomment the line below if you use the dropdown variation)
 
    $('.collapsible').collapsible();
 
    </script>
 
</body>
 
 
</html>
 
 
 
     </header>
 
     </header>
 
     <!-- Begin page content -->
 
     <!-- Begin page content -->

Revision as of 12:16, 17 October 2016

Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg

Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz. Abcdefg hijklmnop qrs tuv wx yz.

Acknowledgement

We would like to express our most sincere gratitude to every person and institute that helped us during this whole project.

Links