Team:Tec-Monterrey/ITESM14 policy practice.html
From 2014.igem.org
(Difference between revisions)
Ejzardainc (Talk | contribs) |
Sebastianjau (Talk | contribs) |
||
(9 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
<script> | <script> | ||
+ | $(function(){ | ||
+ | $("#wiki-law-proposal").load("https://2014.igem.org/Team:Tec-Monterrey/ITESM14_law_proposal.html?action=raw&ctype=text/html"); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $("#wiki-kids-health").load("https://2014.igem.org/Team:Tec-Monterrey/ITESM14_kids_health.html?action=raw&ctype=text/html"); | ||
+ | }); | ||
$(function(){ | $(function(){ | ||
$("#wiki-3k-cancer").load("https://2014.igem.org/Team:Tec-Monterrey/ITESM14_3k_cancer.html?action=raw&ctype=text/html"); | $("#wiki-3k-cancer").load("https://2014.igem.org/Team:Tec-Monterrey/ITESM14_3k_cancer.html?action=raw&ctype=text/html"); | ||
Line 17: | Line 23: | ||
<div class="jumbotron" style="background-color:transparent; padding-top: 0; margin-bottom: 0; padding-bottom: 0; padding-left:0;"> | <div class="jumbotron" style="background-color:transparent; padding-top: 0; margin-bottom: 0; padding-bottom: 0; padding-left:0;"> | ||
<div class="container"> | <div class="container"> | ||
- | <div id=" | + | <div id="law-proposal-header"> |
- | <img class="col- | + | <img class="col-sm-6 col-sm-offset-3 img img-responsive" style="padding:0px 0px 0px 0px" src="https://static.igem.org/mediawiki/2014/9/9f/ITESM14_Cancer-mexico-header.png"> |
- | <h1 class="text-center col-md-8 col-md-offset-2" style="color: #f4ff3b; font-size: 7vw; font-weight: lighter;"> | + | <h1 class="text-center col-md-8 col-md-offset-2" style="color: #f4ff3b; font-size: 7vw; font-weight: lighter;">Law Proposal</h1> |
</div> | </div> | ||
- | <div id="kids-health-header"> | + | <div id="kids-health-header" style="display:none;"> |
- | <img class="col- | + | <img class="col-sm-6 col-sm-offset-3 img img-responsive" style="padding:0px 0px 0px 0px" src="https://static.igem.org/mediawiki/2014/c/c2/ITESM14_Kids-health-header.png"> |
<h1 class="text-center col-md-8 col-md-offset-2" style="color: #f4ff3b; font-size: 7vw; font-weight: lighter;">Kids and Health</h1> | <h1 class="text-center col-md-8 col-md-offset-2" style="color: #f4ff3b; font-size: 7vw; font-weight: lighter;">Kids and Health</h1> | ||
</div> | </div> | ||
- | <div id="3k-cancer-header"> | + | <div id="3k-cancer-header" style="display:none;"> |
- | <img class="col- | + | <img class="col-sm-6 col-sm-offset-3 img img-responsive" style="padding:0px 0px 0px 0px" src="https://static.igem.org/mediawiki/2014/5/55/ITESM14_3k-cancer-header.png"> |
<h1 class="text-center col-md-8 col-md-offset-2" style="color: #f4ff3b; font-size: 7vw; font-weight: lighter;">3K Against Cancer</h1> | <h1 class="text-center col-md-8 col-md-offset-2" style="color: #f4ff3b; font-size: 7vw; font-weight: lighter;">3K Against Cancer</h1> | ||
</div> | </div> | ||
Line 37: | Line 43: | ||
<!--===============================Tab navigation======================================--> | <!--===============================Tab navigation======================================--> | ||
<ul class="nav nav-tabs nav-justified" role="tablist" id="myTab" style="font-family: 'Yanone Kaffeesatz';"> | <ul class="nav nav-tabs nav-justified" role="tablist" id="myTab" style="font-family: 'Yanone Kaffeesatz';"> | ||
- | <li class="active"><a id=" | + | <li class="active"><a id="law-proposal-tab" href="#law-proposal" role="tab" data-toggle="tab">Law Proposal</a></li> |
<li><a id="kids-health-tab" href="#kids-health" role="tab" data-toggle="tab">Kids and Health</a></li> | <li><a id="kids-health-tab" href="#kids-health" role="tab" data-toggle="tab">Kids and Health</a></li> | ||
<li><a id="3k-cancer-tab" href="#3k-cancer" role="tab" data-toggle="tab">3K Against Cancer</a></li> | <li><a id="3k-cancer-tab" href="#3k-cancer" role="tab" data-toggle="tab">3K Against Cancer</a></li> | ||
Line 43: | Line 49: | ||
<!--===============================Tab content==================================================--> | <!--===============================Tab content==================================================--> | ||
<div class="tab-content"> | <div class="tab-content"> | ||
- | <div class="tab-pane active" id=" | + | <div class="tab-pane active" id="law-proposal"> |
- | <div class="tab-pane" id="kids-health"> | + | <div id="wiki-law-proposal"></div> |
+ | </div> | ||
+ | <div class="tab-pane" id="kids-health"> | ||
+ | <div id="wiki-kids-health"></div> | ||
+ | </div> | ||
<div class="tab-pane" id="3k-cancer"> | <div class="tab-pane" id="3k-cancer"> | ||
<div id="wiki-3k-cancer"></div> | <div id="wiki-3k-cancer"></div> | ||
Line 57: | Line 67: | ||
<footer id="wiki-footer" > | <footer id="wiki-footer" > | ||
</footer> | </footer> | ||
- | |||
- | |||
<script> | <script> |
Latest revision as of 02:47, 18 October 2014