Team:WHU-China/Project/fatty acid degradation
From 2012.igem.org
Line 1: | Line 1: | ||
- | <HTML | + | <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
- | + | <!-- XHTML 1.0 Transitional DTD --> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <html xmlns="http://www.w3.org/1999/xhtml"> | |
- | + | <head> | |
- | < | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
- | + | <title>whu</title> | |
- | + | <link href="logo.ico" type="image/x-icon" rel="Shortcut Icon" /> | |
- | + | <style type="text/css"> | |
+ | /* | ||
+ | * base css, DO NOT MODIFY! | ||
+ | */ | ||
+ | * { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | font-family: "Verdana", sans-serif; | ||
+ | color: #333; | ||
+ | list-style: none; | ||
+ | outline: none; | ||
+ | resize: none; | ||
+ | } | ||
+ | html { | ||
+ | overflow-y: scroll; | ||
+ | } | ||
+ | body { | ||
+ | background: url("body-bg.jpg") center center fixed; | ||
+ | } | ||
+ | a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .clear { | ||
+ | width: 0; | ||
+ | height: 0; | ||
+ | line-height: 0; | ||
+ | display: block; | ||
+ | clear: both; | ||
+ | } | ||
- | + | /* | |
- | + | * common css, include "header","footer"... | |
- | < | + | */ |
- | + | div.center { | |
- | </ | + | width: 940px; |
- | < | + | margin: 0 auto; |
- | + | } | |
- | </ | + | div.header { |
- | < | + | width: 940px; |
- | + | height: 357px; | |
- | + | background: url("header-bg.png") no-repeat; | |
- | + | position: relative; | |
- | + | z-index: 50; | |
- | + | } | |
- | + | div.nav { | |
- | + | position: absolute; | |
- | + | height: 80px; | |
- | + | top: 206px; | |
- | + | left: 350px; | |
- | + | } | |
- | + | li.nav-outerLi { | |
- | + | display: block; | |
- | + | float: left; | |
- | + | width: 80px; | |
- | + | height: 80px; | |
- | + | margin: 0 6px; | |
- | + | background: url("nav-tabs.png") no-repeat; | |
- | + | cursor: pointer; | |
- | + | } | |
- | + | li.nav-outerLi1 { | |
- | + | background-position: 0 0; | |
- | + | } | |
- | + | li.nav-outerLi2 { | |
- | + | background-position: -80px 0; | |
- | + | } | |
- | + | li.nav-outerLi3 { | |
- | + | background-position: -160px 0; | |
- | + | } | |
- | + | li.nav-outerLi4 { | |
- | + | background-position: -240px 0; | |
- | + | } | |
- | + | li.nav-outerLi5 { | |
- | + | background-position: -320px 0; | |
- | + | } | |
- | </p> | + | li.nav-outerLi6 { |
- | <h3> | + | background-position: -400px 0; |
- | + | } | |
- | </h3> | + | li.nav-outerLi1:hover { |
- | <p> | + | background-position: 0 -80px; |
- | + | } | |
- | + | li.nav-outerLi2:hover { | |
- | + | background-position: -80px -80px; | |
- | + | } | |
- | + | li.nav-outerLi3:hover { | |
- | + | background-position: -160px -80px; | |
- | </p> | + | } |
- | + | li.nav-outerLi4:hover { | |
- | < | + | background-position: -240px -80px; |
- | + | } | |
- | </h3> | + | li.nav-outerLi5:hover { |
- | <p> | + | background-position: -320px -80px; |
- | + | } | |
- | + | li.nav-outerLi6:hover { | |
- | + | background-position: -400px -80px; | |
- | + | } | |
- | + | img.nav-bg-logo { | |
- | + | position: absolute; | |
- | + | z-index: 100; | |
- | + | } | |
- | + | div.middle { | |
- | + | width: 940px; | |
- | + | background: #e6deb8; | |
- | + | background: rgba(230,222,184,0.5); | |
- | + | position: absolute; | |
- | + | top: 178px; | |
- | + | } | |
- | + | div.aside { | |
- | + | width: 174px; | |
- | + | height: 441px; | |
- | + | background: url("aside-bg.png") no-repeat; | |
- | < | + | margin-left: 10px; |
- | + | float: left; | |
- | </ | + | padding: 179px 86px 0 40px; |
- | </ | + | } |
+ | div.asideFixed { | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | } | ||
+ | ul.aside-outerUl { | ||
+ | position: relative; | ||
+ | margin: 7px 10px; | ||
+ | } | ||
+ | li.aside-outerLi { | ||
+ | margin: 10px 0; | ||
+ | } | ||
+ | li.aside-outerLi h2{ | ||
+ | padding: 4px 0; | ||
+ | color: #725718; | ||
+ | background: #fff1a9; | ||
+ | font-size: 14px; | ||
+ | line-height: 22px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | li.aside-outerLi:hover h2{ | ||
+ | background: #fff8d3; | ||
+ | } | ||
+ | ul.aside-innerUl { | ||
+ | display: none; | ||
+ | } | ||
+ | ul.aside-innerUl li { | ||
+ | background: #bdc9ad; | ||
+ | margin: 3px 0; | ||
+ | font-family: arial, sans-serif; | ||
+ | font-size: 14px; | ||
+ | line-height: 22px; | ||
+ | text-align: center; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | ul.aside-innerUl li:hover{ | ||
+ | background: #d4dcc9; | ||
+ | } | ||
+ | div.main { | ||
+ | width: 580px; | ||
+ | border: 1px solid #9e8366; | ||
+ | background: #f0e2c1; | ||
+ | float: right; | ||
+ | margin: 149px 30px 30px 0; | ||
+ | } | ||
+ | div.passage { | ||
+ | display: none; | ||
+ | margin: 30px; | ||
+ | } | ||
+ | div.show{ | ||
+ | display: block; | ||
+ | } | ||
+ | div.passage h3 { | ||
+ | font-size: 26px; | ||
+ | line-height: 39px; | ||
+ | font-weight: bold; | ||
+ | background: #859f93; | ||
+ | color: #f0e2c1; | ||
+ | display: block; | ||
+ | width: auto; | ||
+ | padding: 0 10px; | ||
+ | } | ||
+ | div.passage p { | ||
+ | margin: 14px 0; | ||
+ | font-size: 13px; | ||
+ | line-height: 20px; | ||
+ | } | ||
+ | div.passage img { | ||
+ | display: block; | ||
+ | float: right; | ||
+ | padding: 0 0 20px 30px; | ||
+ | background: #f0e2c1; | ||
+ | } | ||
+ | div.footer { | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div class="center"> | ||
+ | <div class="header"> | ||
+ | <img class="nav-bg-logo" src="nav-bg-logo.png" /> | ||
+ | <div class="nav"> | ||
+ | <ul class="nav-outerUl"> | ||
+ | <a href="../home/"><li class="nav-outerLi nav-outerLi1" title="Home"></li></a> | ||
+ | <a href="../team/"><li class="nav-outerLi nav-outerLi2" title="Team"></li></a> | ||
+ | <a href="../project/"><li class="nav-outerLi nav-outerLi3" title="Project"></li></a> | ||
+ | <a href="../standard/"><li class="nav-outerLi nav-outerLi4" title="Standard"></li></a> | ||
+ | <a href="../notes/"><li class="nav-outerLi nav-outerLi5" title="Notes"></li></a> | ||
+ | <a href="../human-practice/"><li class="nav-outerLi nav-outerLi6" title="Human Practice"></li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="middle"> | ||
+ | <div class="aside"> | ||
+ | <ul class="aside-outerUl"> | ||
+ | <li class="aside-outerLi" name="projectCarton"> | ||
+ | <h2>Project Carton</h2> | ||
+ | </li> | ||
+ | <li class="aside-outerLi" name="background"> | ||
+ | <h2>Background</h2> | ||
+ | <ul class="aside-innerUl"> | ||
+ | <a href="#zoupengcheng1"><li>zoupengcheng1</li></a> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="aside-outerLi" name="device1"> | ||
+ | <h2>Devide I</h2> | ||
+ | </li> | ||
+ | <li class="aside-outerLi" name="device2"> | ||
+ | <h2>Device II</h2> | ||
+ | </li> | ||
+ | <li class="aside-outerLi" name="device3"> | ||
+ | <h2>Device III</h2> | ||
+ | </li> | ||
+ | <li class="aside-outerLi" name="futureProspective"> | ||
+ | <h2>Future Prospective</h2> | ||
+ | <ul class="aside-innerUl"> | ||
+ | <a href="#teacher1"><li>teacher1</li></a> | ||
+ | <a href="#teacher2"><li>teacher2</li></a> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="main"> | ||
+ | <div class="passage projectCarton show"> | ||
+ | <h3>Project Carton</h3> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | </div> | ||
+ | <div class="passage background"> | ||
+ | <a name="zoupengcheng1"><h3>zoupengcheng1</h3></a> | ||
+ | <p>zoupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchengzoupengcheng zoupengchengzoupengcheng zoupengchengzoupengcheng zoupengchengzoupengcheng </p> | ||
+ | </div> | ||
+ | <div class="passage device1"> | ||
+ | <h3>Device I</h3> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | </div> | ||
+ | <div class="passage device2"> | ||
+ | <h3>Device II</h3> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | </div> | ||
+ | <div class="passage device3"> | ||
+ | <h3>Device III</h3> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | <p>the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content</p> | ||
+ | </div> | ||
+ | <div class="passage futureProspective"> | ||
+ | <a name="teacher1"><h3>teacher1</h3></a> | ||
+ | <p>teacherteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher teacherteacher teacherteacher teacherteacher teacherteacher </p> | ||
+ | <a name="teacher2"><h3>teacher2</h3></a> | ||
+ | <p>teacherteacher zoupenghengteacher zoupenghengteacher zoupenghengteacher teacherteacher teacherteacher teacherteacher teacherteacher </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <em class="clear"></em> | ||
+ | </div> | ||
+ | <div class="footer"></div> | ||
+ | </div> | ||
+ | <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | //when scrolling, the "aside" div will be fixed | ||
+ | $(window).scroll(function() { | ||
+ | if ($(window).scrollTop() > 179) { | ||
+ | $('div.aside').addClass('asideFixed'); | ||
+ | $('ul.aside-outerUl').css('top', function() { | ||
+ | return (Math.max(169 - $(window).scrollTop(), -169) + 'px'); | ||
+ | }); | ||
+ | } else { | ||
+ | $('div.aside').removeClass('asideFixed'); | ||
+ | $('ul.aside-outerUl').css('top', '0'); | ||
+ | } | ||
+ | }); | ||
+ | $('li.aside-outerLi').click(function(){ | ||
+ | $(this).siblings().children('ul').slideUp(); | ||
+ | $(this).children('ul').slideDown(); | ||
+ | $('div.main').children().hide(); | ||
+ | $('div.main').children('.'+$(this).attr('name')).show(); | ||
+ | }); | ||
+ | //show nav | ||
+ | }); | ||
+ | </script> | ||
+ | </body> | ||
+ | </html> |
Revision as of 16:00, 14 September 2012
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
Project Carton
-
Background
-
Devide I
-
Device II
-
Device III
-
Future Prospective
Project Carton
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
zoupengcheng1
zoupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchupengchengzoupengcheng zoupengchengzoupengcheng zoupengchengzoupengcheng zoupengchengzoupengcheng zoupengchengzoupengcheng
Device I
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
Device II
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
Device III
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
the cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe cothe content the content the content the content the content the content the content the content the content the content the content the content
teacher1
teacherteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher zoupengchupengchengteacher teacherteacher teacherteacher teacherteacher teacherteacher
teacher2
teacherteacher zoupenghengteacher zoupenghengteacher zoupenghengteacher teacherteacher teacherteacher teacherteacher teacherteacher