Team:WITS-CSIR SA/Sponsors
From 2011.igem.org
(Difference between revisions)
(Created page with "<html> <head> <title>Biotweet - Collaboration</title> <!--<link href="../css/layout.css" rel="stylesheet" type="text/css" /> <link href="../css/presentation.css" rel=...") |
|||
(10 intermediate revisions not shown) | |||
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"> |
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | <head> | ||
- | <title>Biotweet - | + | <title>Biotweet - Sponsors</title> |
- | + | <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/resources/dojo.css" /> | |
- | <link | + | <link type="text/css" media="screen" rel="Stylesheet" href="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dijit/themes/claro/claro.css" /> |
- | + | <style type="text/css"> | |
- | < | + | html, body, div.container |
+ | { | ||
+ | height: 100%; | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | div.top | ||
+ | { | ||
+ | height: 120px; | ||
+ | background-color: #2d4782; | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6279ad', endColorstr='#2d4782'); /* for IE */ | ||
+ | background: -webkit-gradient(linear, left top, left bottom, from(#6279ad), to(#2d4782)); /* for webkit browsers */ | ||
+ | background: -moz-linear-gradient(top, #6279ad, #2d4782); /* for firefox 3.6+ */ | ||
+ | } | ||
+ | |||
+ | div.center | ||
+ | { | ||
+ | background-color: #b8bcbf; | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8bcbf', endColorstr='#ffffff') !important; /* for IE */ | ||
+ | background: -webkit-gradient(linear, left top, left bottom, from(#b8bcbf), to(#ffffff)) !important; /* for webkit browsers */ | ||
+ | background: -moz-linear-gradient(top, #b8bcbf, #ffffff) !important; /* for firefox 3.6+ */ | ||
+ | } | ||
+ | |||
+ | div.bottom | ||
+ | { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .dijitMenuItem | ||
+ | { | ||
+ | background-color: #eeeeff; | ||
+ | } | ||
+ | </style> | ||
+ | <script type="text/javascript"> | ||
+ | var dojoConfig = { | ||
+ | isDebug: false, | ||
+ | parseOnLoad: false | ||
+ | } | ||
+ | </script> | ||
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/layout.css?action=raw&ctype=text/css"> | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/layout.css?action=raw&ctype=text/css"> | ||
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/presentation.css?action=raw&ctype=text/css"> | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/presentation.css?action=raw&ctype=text/css"> | ||
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/theme/jquery-ui-1.8.14.custom.css?action=raw&ctype=text/css"> | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/theme/jquery-ui-1.8.14.custom.css?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WITS-CSIR_SA/css/liteaccordion.css?action=raw&ctype=text/css"> | ||
<!-- Begin: Core --> | <!-- Begin: Core --> | ||
- | |||
- | |||
- | |||
- | |||
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-1.5.1.min.js?action=raw&ctype=text/js"></script> | <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-1.5.1.min.js?action=raw&ctype=text/js"></script> | ||
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/modernizr-1.7.min.js?action=raw&ctype=text/js"></script> | <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/modernizr-1.7.min.js?action=raw&ctype=text/js"></script> | ||
Line 20: | Line 57: | ||
<!-- End: Core --> | <!-- End: Core --> | ||
<!-- Begin: Library --> | <!-- Begin: Library --> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-ui-1.8.14.custom.min.js?action=raw&ctype=text/js"></script> | <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery-ui-1.8.14.custom.min.js?action=raw&ctype=text/js"></script> | ||
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.fling.js?action=raw&ctype=text/js"></script> | <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.fling.js?action=raw&ctype=text/js"></script> | ||
Line 34: | Line 64: | ||
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jlayout.border.js?action=raw&ctype=text/js"></script> | <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jlayout.border.js?action=raw&ctype=text/js"></script> | ||
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.jlayout.js?action=raw&ctype=text/js"></script> | <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/jquery.jlayout.js?action=raw&ctype=text/js"></script> | ||
+ | <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/lib/liteaccordion.jquery.js?action=raw&ctype=text/js"></script> | ||
<!-- End: Library --> | <!-- End: Library --> | ||
<!-- Begin: Custom --> | <!-- Begin: Custom --> | ||
- | |||
- | |||
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/common.js?action=raw&ctype=text/js"></script> | <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/js/common.js?action=raw&ctype=text/js"></script> | ||
- | |||
<!-- End: Custom --> | <!-- End: Custom --> | ||
+ | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/dojo/1.6.1/dojo/dojo.xd.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | dojo.require("dijit.layout.BorderContainer"); | ||
+ | dojo.require("dijit.layout.ContentPane"); | ||
+ | dojo.require("dijit.Menu"); | ||
+ | dojo.require("dijit.MenuItem"); | ||
+ | dojo.require("dijit.PopupMenuItem"); | ||
+ | dojo.require("dijit.MenuBar"); | ||
+ | dojo.require("dijit.MenuBarItem"); | ||
+ | dojo.require("dijit.PopupMenuBarItem"); | ||
+ | dojo.require("dijit.MenuSeparator"); | ||
+ | dojo.require("dijit.TitlePane"); | ||
+ | dojo.require("dijit.form.Button"); | ||
+ | dojo.require("dijit.form.TextBox"); | ||
+ | dojo.require("dojo.parser"); | ||
+ | </script> | ||
</head> | </head> | ||
- | <body | + | <body class="claro"> |
- | + | ||
- | + | ||
- | + | ||
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/MenuModel.js?action=raw&ctype=text/js"></script> | <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/MenuModel.js?action=raw&ctype=text/js"></script> | ||
- | |||
<script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/SideMenu.js?action=raw&ctype=text/js"></script> | <script type="text/javascript" src="https://2011.igem.org/Team:WITS-CSIR_SA/client/SideMenu.js?action=raw&ctype=text/js"></script> | ||
- | <div | + | <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline', gutters: false" |
- | + | class="container"> | |
- | <div class=" | + | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'top'" class="top"> |
- | < | + | <a href="https://2011.igem.org/Team:WITS-CSIR_SA"> |
- | + | <img src="https://static.igem.org/mediawiki/2011/5/56/Wits_Logo_Biotweet.gif" alt="Biotweet" height="80px" | |
- | + | style="float: left; margin-bottom: 10px; border: none;" /> | |
- | + | </a><a href="https://2011.igem.org/Main_Page" target="_blank"> | |
- | + | <img src="https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png" alt="iGem" height="80px" | |
- | </ | + | style="float: right; margin-bottom: 10px; border: none;" /> |
+ | </a> | ||
+ | <div class="menu padding ui-helper-clearfix"> | ||
+ | </div> | ||
</div> | </div> | ||
- | <div class=" | + | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'" |
- | + | class="center"> | |
- | + | <div style="width: 903px; margin: auto; height: 100%;"> | |
- | + | <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design: 'headline'" | |
- | + | style="height: 100%;"> | |
- | + | ||
- | <p> | + | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'center'"> |
- | + | <div style="height: 100%; overflow-y: auto;"> | |
- | + | <h1>Sponsors</h1> | |
- | + | <div data-dojo-type="dijit.TitlePane" data-dojo-props="title:'Sponsors'"> | |
- | + | <p>The Wits-CSIR 2011 iGEM team was proudly sponsored by:</p> | |
- | + | <center><img src="https://static.igem.org/mediawiki/2011/a/a1/Wits_Home_Page_Sponsors.jpg"></center> | |
- | + | <p>The Wits_CSIR 2011 iGEM team would like to thank all the above sponsors for their generous financial contributions, which lightened the team’s financial burden thus allowing them to focus their attention on the project. Your generosity has inspired the team to help others and give back to the community, through the human advances. </p> | |
- | + | </div> | |
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | </div> | ||
+ | <div data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region: 'bottom'" | ||
+ | class="footerBox" style="background-color: #ffffff;"> | ||
</div> | </div> | ||
</div> | </div> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | + | dojo.ready(function () { | |
$('#globalWrapper').hide(); | $('#globalWrapper').hide(); | ||
- | $(' | + | $('.container').appendTo('body'); |
$('.left-menu').prependTo('body').css('z-index', 100); | $('.left-menu').prependTo('body').css('z-index', 100); | ||
- | $('#footer-box').appendTo('div. | + | $('#footer-box').appendTo('div.footerBox'); |
$('.left-menu li:last').remove(); | $('.left-menu li:last').remove(); | ||
$('.right-menu').prependTo('body').css('z-index', 100); | $('.right-menu').prependTo('body').css('z-index', 100); | ||
+ | |||
+ | $('body').addClass('claro'); | ||
$.fling('publish', 'ready'); | $.fling('publish', 'ready'); | ||
+ | |||
+ | $('#one').liteAccordion({ | ||
+ | onActivate: function () { | ||
+ | this.find('figcaption').fadeOut(); | ||
+ | }, | ||
+ | slideCallback: function () { | ||
+ | this.find('figcaption').fadeIn(); | ||
+ | }, | ||
+ | autoPlay: false, | ||
+ | pauseOnHover: true, | ||
+ | theme: 'dark', | ||
+ | rounded: false, | ||
+ | enumerateSlides: true, | ||
+ | containerWidth: 932, | ||
+ | containerHeight: 240 | ||
+ | }).find('figcaption:first').show(); | ||
+ | |||
+ | dojo.parser.parse(); | ||
}); | }); | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 18:26, 6 October 2011
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Sponsors
The Wits-CSIR 2011 iGEM team was proudly sponsored by:
The Wits_CSIR 2011 iGEM team would like to thank all the above sponsors for their generous financial contributions, which lightened the team’s financial burden thus allowing them to focus their attention on the project. Your generosity has inspired the team to help others and give back to the community, through the human advances.