|
|
Line 1: |
Line 1: |
− | {{NTHU_Formosa}} {{NTHU_Formosa/NavBar}}
| |
− | <html>
| |
| | | |
− | <head>
| |
− | <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
| |
− | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
| |
− | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
| |
− | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Formosa/CSS&action=raw&ctype=text/css">
| |
− | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Formosa/initial&action=raw&ctype=text/css">
| |
− | <style>
| |
− | /* unvisited link */
| |
− |
| |
− | a {
| |
− | color: #0645AD;
| |
− | }
| |
− |
| |
− | /* visited link */
| |
− |
| |
− | a:visited {
| |
− | color: green;
| |
− | }
| |
− |
| |
− | /* mouse over link */
| |
− |
| |
− | a:hover {
| |
− | color: hotpink;
| |
− | cursor: pointer;
| |
− | }
| |
− |
| |
− | /* selected link */
| |
− |
| |
− | a:active {
| |
− | color: blue;
| |
− | }
| |
− | </style>
| |
− | </head>
| |
− |
| |
− | <!-- Main Section -->
| |
− | <div class="w3-container w3-pale-blue w3-padding-64 w3-center">
| |
− | <div class="w3-content">
| |
− | <h2 class="w3-wide">Sponsors</h2>
| |
− | <p class="w3-justify"> As we struggled through the competition to finish our project for our very first year attending iGEM, it is the generous funding from all of our deer sponsors, foundations, corporations, our university and private donors, that keeps us going on without financial issues. We sincerely appreciate the support.
| |
− |
| |
− |
| |
− | A foundation established to commemorate Professor Shen’s attribution on medical research, which is dedicated to encourage development on medical research.
| |
− |
| |
− | </p>
| |
− | <img class="w3-round-large" src="https://static.igem.org/mediawiki/2018/7/76/T--NTHU_Formosa--foundation.png" style="width:100%;margin:20px 0">
| |
− | <li><a href="http://www.ymf.org.tw/Default.asp">http://www.ymf.org.tw/Default.asp</a>
| |
− | </li>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | <div class="w3-container w3-pale-blue w3-padding-64 w3-center">
| |
− | <div class="w3-content">
| |
− | <h2 class="w3-wide">National Tsing Hua University</h2>
| |
− | <p class="w3-justify"> National Tsing Hua University is one of Taiwan’s top university which consists of departments of various fields.
| |
− |
| |
− | </p>
| |
− | <img class="w3-round-large" src="https://static.igem.org/mediawiki/2018/e/eb/T--NTHU_Formosa--NTHU.png" style="width:30%;margin:20px 0">
| |
− | <li><a href="http://www.nthu.edu.tw/">http://www.nthu.edu.tw/</a>
| |
− | </li>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | <div class="w3-container w3-pale-blue w3-padding-64 w3-center">
| |
− | <div class="w3-content">
| |
− | <h2 class="w3-wide">TITC</h2>
| |
− | <p class="w3-justify"> Taiwan ImagingTek Corporation (ImagingTek, TITC) develops innovative techniques in image, video and audio compressing.
| |
− |
| |
− | </p>
| |
− | <img class="w3-round-large" src="https://static.igem.org/mediawiki/2018/0/02/T--NTHU_Formosa--TITC.png" style="width:60%;margin:20px 0">
| |
− | <li><a href="http://titc-usa.com/index.html">http://titc-usa.com/index.html</a>
| |
− | </li>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | <!-- Trigger/Open The Modal -->
| |
− | <!-- <a id="myLink"><u>Open Modal</u></a> -->
| |
− |
| |
− | <!-- The Modal Box-->
| |
− | <div id="myModal" class="modal">
| |
− | <!-- Modal content -->
| |
− | <div class="modal-content">
| |
− | <span class="close">×</span>
| |
− | <p>Description text in the box. Image can also be included</p>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <!-- Modal script, DO NOT MODIFY!!! -->
| |
− | <script>
| |
− | // Get the modal
| |
− | var modal = document.getElementById('myModal');
| |
− | // Get the hyperlink
| |
− | var link = document.getElementById("myLink");
| |
− | // // When the user clicks the hyperlink, open the modal
| |
− | link.onclick = function() {
| |
− | modal.style.display = "block";
| |
− | }
| |
− | // Get the <span> element that closes the modal
| |
− | var span = document.getElementsByClassName("close")[0];
| |
− | // When the user clicks on <span> (x), close the modal
| |
− | span.onclick = function() {
| |
− | modal.style.display = "none";
| |
− | }
| |
− |
| |
− | // When the user clicks anywhere outside of the modal, close it
| |
− | window.onclick = function(event) {
| |
− | if (event.target == modal) {
| |
− | modal.style.display = "none";
| |
− | }
| |
− | }
| |
− | </script>
| |
− |
| |
− | </html>
| |