Team:Lambert GA/WIPHomePage
From 2014hs.igem.org
(Difference between revisions)
Kahanpparekh (Talk | contribs) |
Kahanpparekh (Talk | contribs) |
||
Line 2: | Line 2: | ||
<b><i>Work in Progress of HomePage Development.</i></b> | <b><i>Work in Progress of HomePage Development.</i></b> | ||
- | + | -------------------------------------------------------- | |
- | + | <!-- Test1 | |
<imagemap> | <imagemap> | ||
Image:https://static.igem.org/mediawiki/2014hs/a/a4/Imagemaptest.png| | Image:https://static.igem.org/mediawiki/2014hs/a/a4/Imagemaptest.png| | ||
Line 13: | Line 13: | ||
desc none | desc none | ||
</imagemap> | </imagemap> | ||
+ | --> | ||
- | + | <html> | |
<head> | <head> | ||
- | <script type="text/javascript"></script> | + | <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.js"></script> |
</head> | </head> | ||
<body> | <body> | ||
- | + | ||
- | + | ||
- | + | ||
<!-- Create Mappings --> | <!-- Create Mappings --> | ||
- | <img src="https://static.igem.org/mediawiki/2014hs/a/a4/Imagemaptest.png" alt=" | + | <img src="https://static.igem.org/mediawiki/2014hs/a/a4/Imagemaptest.png" alt="Image Map Test" |
- | border="0" usemap="# | + | border="0" usemap="#myMap"/> |
- | <map name=" | + | <map name="myMap"> |
- | <area shape=" | + | <area shape="rect" |
- | coords=" | + | coords="66,52,335,88" |
- | href="/ | + | href="https://2014hs.igem.org/Team:Lambert_GA/Project" alt="ProjectPage" |
+ | target="_self" | ||
+ | |||
+ | <area shape="rect" | ||
+ | coords="68,133,342,167" | ||
+ | href="https://2014hs.igem.org/Team:Lambert_GA/Sponsors" alt="SponsorsPage" | ||
target="_self" | target="_self" | ||
- | |||
- | |||
<area shape="rect" | <area shape="rect" | ||
Line 41: | Line 43: | ||
onMouseOut="showTutorial('')"/> | onMouseOut="showTutorial('')"/> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</map> | </map> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 21:26, 29 May 2014
L ambert GA
Work in Progress of HomePage Development.