(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{Mingdao}} | + | {{:Team:Mingdao/test}} |
− | <html> | + | <html lang="en"> |
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet'> | ||
+ | <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'> | ||
+ | <title>Prototype</title> | ||
+ | </head> | ||
+ | <style type="text/css"> | ||
+ | * { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | box-sizing: border-box; } | ||
+ | body { | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | font-family: 'Ubuntu' !important; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | .bg-container { | ||
+ | overflow: hidden; | ||
+ | position: relative; | ||
+ | background-color: #c5d7d9; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/2/20/T--CSMU_NCHU_Taiwan--inter_lab.png); | ||
+ | background-repeat: repeat-y; | ||
+ | background-size: 100%; | ||
+ | } | ||
− | + | .my-main-container { | |
+ | width: 100%; | ||
+ | padding: 50px 7%; | ||
+ | } | ||
+ | .main-content { | ||
+ | background-color: white; | ||
+ | width: 80%; | ||
+ | margin-left: 10%; | ||
+ | padding: 50px; | ||
+ | min-height: 180vh; | ||
+ | z-index: 10; } | ||
− | + | .text-area { | |
− | + | margin-bottom: 80px; } | |
− | + | .text-area h1 { | |
− | + | font-size: 60px; | |
+ | font-weight: 700; | ||
+ | font-family: 'Arizonia' !important; | ||
+ | text-align: center; } | ||
+ | .text-area p { | ||
+ | font-size: 22px; | ||
+ | font-weight: 500; } | ||
+ | .pdfbtn { | ||
+ | width: 100%; | ||
+ | margin: 20px 0 10px 0; | ||
+ | padding: 10px 20px; | ||
+ | border-radius: 5px; | ||
+ | background-color: #556b7e; | ||
+ | color: white; | ||
+ | display: block; | ||
+ | position: relative; } | ||
+ | .pdfbtn i { | ||
+ | position: absolute; | ||
+ | right: 50px; | ||
+ | top: 50%; | ||
+ | transform: translateY(-50%); } | ||
− | + | .pdf-container { | |
− | + | width: 100%; | |
+ | text-align: center; | ||
+ | height: 90vh; | ||
+ | display: none; } | ||
− | + | .ul-container { | |
− | + | width: 100%; | |
− | + | text-align: center; | |
− | + | height: auto; | |
− | + | } | |
− | + | ||
− | + | ||
+ | .ul-container ul.medal li { | ||
+ | list-style: none; } | ||
+ | .ul-container ul.medal li:before { | ||
+ | content: ''; | ||
+ | display: inline-block; | ||
+ | height: 1em; | ||
+ | width: 2em; | ||
+ | background-size: 1em; | ||
+ | background-image: url(../img/circle.png); | ||
+ | background-repeat: no-repeat; } | ||
− | + | .ul-container ul { | |
− | + | text-align: left; | |
− | + | padding: 20px 50px; | |
− | + | margin-left: 0; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | border: #556b7e solid 2px; | ||
+ | font-size: 22px; } | ||
+ | .ul-container ul li { | ||
+ | padding: 10px; | ||
+ | list-style: disc; } | ||
+ | .ul-container ul li a { | ||
+ | text-decoration: none; | ||
+ | color: #000; } | ||
+ | .ul-container ul li a:visited, .ul-container ul li a:hover, .ul-container ul li a:focus { | ||
+ | color: #000; | ||
+ | text-decoration: none; } | ||
+ | .ul-container ul li span { | ||
+ | background-color: #fadd3a; | ||
+ | padding: 1px 10px; | ||
+ | border-radius: 5px; | ||
+ | margin-left: 20px; | ||
+ | cursor: pointer; } | ||
+ | .ul-container ul li i { | ||
+ | padding-left: 10px; } | ||
+ | #HQ_page .text-area p { | ||
+ | font-size: 22px; | ||
+ | font-family: 'Ubuntu'; | ||
+ | font-weight: 500; } | ||
+ | .top { | ||
+ | position: fixed; | ||
+ | right: 50px; | ||
+ | bottom: 50px; | ||
+ | height: 50px; | ||
+ | width: 50px; | ||
+ | cursor: pointer; } | ||
+ | .top img { | ||
+ | width: 100%; } | ||
+ | h2 { | ||
+ | font-family: 'Ubuntu'; | ||
+ | font-size: 30px; | ||
+ | text-align: center; | ||
+ | color: #000000 !important; | ||
+ | } | ||
+ | h3{ | ||
+ | font-family: 'Ubuntu'; | ||
+ | font-size: 24px; | ||
+ | text-align: left; | ||
+ | color: #4682B4 !important; | ||
+ | } | ||
+ | </style> | ||
+ | <body> | ||
+ | <div class="bg-container"> | ||
+ | <div class="my-main-container"> | ||
+ | <div class="main-content"> | ||
+ | <div class="text-area"> | ||
+ | <h1>Prototype</h1> | ||
+ | |||
+ | |||
+ | <h2>Product Design</h2> | ||
+ | <div class="ul-container"> | ||
+ | <ul> | ||
+ | <li>So now that the experiments are proven successful, it’s time to take the mosquitoes out for a spin. But we wouldn’t want the mosquitoes flying around spreading diseases. And that’s where the prototype comes in. | ||
+ | Our cage-bandage consists of three parts. The first part is a transparent top for observing the mosquitoes. The second part is a fine metal web, sort of like a screen window. The mosquitoes can draw blood through the holes, but can’t wriggle through it. The final part is the bandage, for sticking the device onto skin.</li> | ||
+ | </ul> | ||
+ | <p> | ||
+ | <p> | ||
+ | <h3>Under View</h3> | ||
+ | <p> | ||
+ | <p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/76/T--Mingdao--Prototype1.jpg" width="101%" height="101%"> | ||
+ | <p> | ||
+ | <p> | ||
+ | <h3>Top View</h3> | ||
+ | <p> | ||
+ | <p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/76/T--Mingdao--Prototype2.jpg" width="101%" height="101%"> | ||
+ | <p> | ||
+ | <p> | ||
+ | <h3>Side View</h3> | ||
+ | <p> | ||
+ | <p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/9/96/T--Mingdao--Prototype3.jpg" width="101%" height="101%"> | ||
+ | <p> | ||
+ | <p> | ||
+ | <h3>Transparent Window Allows Observation</h3> | ||
+ | <p> | ||
+ | <p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/c/c3/T--Mingdao--Prototype4.jpg" width="80%" height="80%"> | ||
+ | <p> | ||
+ | <p> | ||
+ | <p>The device is no larger than a matchbox, so it is light enough to be carried in hundreds on a drone. Yet, the box is still large enough to hold more than 20 mosquitoes. The drone would be equipped with a UV light bulb to read the results. The results would then be uploaded to a hard-drive in a world wide database.</p> | ||
+ | <p> | ||
+ | <p> | ||
+ | <h3>Smaller Than a Matchbox</h3> | ||
+ | <p> | ||
+ | <p> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/40/T--Mingdao--Prototype5.jpg" width="80%" height="80%"> | ||
+ | <p> | ||
+ | <p> | ||
+ | <p>There have been people who ask, what happens if a mosquito escape? Well, we have an easy solution. We simple have to pluck off the wings. It can stop the mosquitoes to spread quickly because mosquitoes are terrible at crawling.</p> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="top"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/5/52/T--CSMU_NCHU_Taiwan--top.png" alt=""> | ||
+ | </div> | ||
+ | </body> | ||
+ | <script type="text/javascript"> | ||
+ | $('#interlab-btn-1').on('click', function(){ | ||
+ | $('#interlab-1').css('height','250vh') | ||
+ | $('#interlab-1').slideToggle("slow"); | ||
+ | $('.bg-container').css('max-height','500vh') | ||
+ | $('.main-content').css('min-height','200vh') | ||
+ | }); | ||
+ | $('#interlab-btn-2').on('click', function(){ | ||
+ | $('#interlab-2').slideToggle("slow"); | ||
+ | $('.bg-container').css('max-height','500vh') | ||
+ | $('.main-content').css('min-height','200vh') | ||
+ | }); | ||
+ | $('.top').on('click', function(){ | ||
+ | $('html, body').animate({scrollTop: '0px'}, 500); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> | ||
+ | {{:Team:Mingdao/test5}} |
Revision as of 05:48, 5 October 2018