Team:TAS Taipei
From 2014hs.igem.org
(Difference between revisions)
Awesomesauce (Talk | contribs) m (Templating of default website) |
Awesomesauce (Talk | contribs) m (Added clickable "Under Construction" sign) |
||
Line 20: | Line 20: | ||
height: 99%; | height: 99%; | ||
width: 99%; | width: 99%; | ||
+ | } | ||
+ | img.underConstruction { | ||
+ | position: absolute; | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | z-index: 1; | ||
} | } | ||
</style> | </style> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> | ||
+ | </script> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $(".underConstruction").click(function(){ | ||
+ | $(this).hide(); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
Line 34: | Line 49: | ||
</ul> | </ul> | ||
</div> | </div> | ||
+ | <img class="underConstruction" src="https://lh3.googleusercontent.com/-GghbnJKBVC4/UxQoNySYnhI/AAAAAAAAAIA/P05ouZWbhJo/w826-h595-no/Web-under-construction1.png"> | ||
<div id="logo" style="text-align: center; padding: 5px;"> | <div id="logo" style="text-align: center; padding: 5px;"> | ||
<img src="https://static.igem.org/mediawiki/2014hs/thumb/c/cc/TAS_Taipei_logo.png/600px-TAS_Taipei_logo.png"> | <img src="https://static.igem.org/mediawiki/2014hs/thumb/c/cc/TAS_Taipei_logo.png/600px-TAS_Taipei_logo.png"> |
Revision as of 08:42, 3 March 2014