Team:StuyGem NYC
From 2014hs.igem.org
(Difference between revisions)
Kelvinn1996 (Talk | contribs) |
Kelvinn1996 (Talk | contribs) |
||
(7 intermediate revisions not shown) | |||
Line 138: | Line 138: | ||
<br> | <br> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<div class="row"> | <div class="row"> | ||
Line 166: | Line 147: | ||
<div class="thumbnails"> | <div class="thumbnails"> | ||
- | <img onclick=" | + | <img onclick="load1()" id="img1" src="https://pbs.twimg.com/media/Bkfp7KhCAAAb6gp.jpg" alt="Image Not Loaded"/> |
<img onclick="load2()" id="img2" src="https://pbs.twimg.com/media/BlZnWsqCYAAjGxL.jpg" alt="Image Not Loaded"/> | <img onclick="load2()" id="img2" src="https://pbs.twimg.com/media/BlZnWsqCYAAjGxL.jpg" alt="Image Not Loaded"/> | ||
<img onclick="load3()" id="img3" src="https://pbs.twimg.com/media/Bmk9AScIYAA2u98.jpg" alt="Image Not Loaded"/> | <img onclick="load3()" id="img3" src="https://pbs.twimg.com/media/Bmk9AScIYAA2u98.jpg" alt="Image Not Loaded"/> | ||
<img onclick="load4()" id="img4" src="https://pbs.twimg.com/media/Bm6UMgqIIAAfzPi.jpg" alt="Image Not Loaded"/> | <img onclick="load4()" id="img4" src="https://pbs.twimg.com/media/Bm6UMgqIIAAfzPi.jpg" alt="Image Not Loaded"/> | ||
<img onclick="load5()" id="img5" src="https://pbs.twimg.com/media/BoB-Cm4IgAAI_LV.jpg" alt="Image Not Loaded"/> | <img onclick="load5()" id="img5" src="https://pbs.twimg.com/media/BoB-Cm4IgAAI_LV.jpg" alt="Image Not Loaded"/> | ||
+ | </div><br/> | ||
+ | <div class="thumbnails"> | ||
<img onclick="load6()" id="img6" src="https://pbs.twimg.com/media/BqDncTQCcAA8Qe1.jpg" alt="Image Not Loaded"/> | <img onclick="load6()" id="img6" src="https://pbs.twimg.com/media/BqDncTQCcAA8Qe1.jpg" alt="Image Not Loaded"/> | ||
<img onclick="load7()" id="img7" src="https://pbs.twimg.com/media/BqDnxN2CcAERiye.jpg" alt="Image Not Loaded"/> | <img onclick="load7()" id="img7" src="https://pbs.twimg.com/media/BqDnxN2CcAERiye.jpg" alt="Image Not Loaded"/> | ||
- | </ | + | <img onclick="load8()" id="img8" src="https://static.igem.org/mediawiki/2014hs/7/7e/10469649_775809195802730_1655927593_n.jpg" alt="Image Not Loaded"/> |
+ | <img onclick="load9()" id="img9" src="https://static.igem.org/mediawiki/2014hs/4/4e/10478883_775809185802731_498288320_n.jpg" alt="Image Not Loaded"/> | ||
+ | <img onclick="load10()" id="img10" src="https://static.igem.org/mediawiki/2014hs/5/5b/10466823_775809192469397_451170229_n.jpg" alt="Image Not Loaded"/> | ||
+ | |||
+ | |||
<div class="preview" align="center"> | <div class="preview" align="center"> | ||
- | <img id="preview" src="https://pbs.twimg.com/media/Bkfp7KhCAAAb6gp.jpg | + | <img id="preview" src="https://pbs.twimg.com/media/Bkfp7KhCAAAb6gp.jpg"/> |
</div> | </div> | ||
Line 187: | Line 174: | ||
<br> | <br> | ||
+ | <!-- Call to Action Panel --> | ||
+ | <div class="row"> | ||
+ | <div class="large-12 columns"> | ||
+ | <div class="panel"> | ||
+ | <h4>Get in touch!</h4> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="large-9 columns"> | ||
+ | <p align="left">Visit Our Twitter Page!</p> | ||
+ | </div> | ||
+ | <div class="large-3 columns"> | ||
+ | <a href="http://twitter.com/StuyGEM" class="radius button right">Tweets!</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
<!-- Footer --> | <!-- Footer --> | ||
Line 212: | Line 217: | ||
<script> | <script> | ||
- | function | + | function load1(){document.getElementById("preview").src = "https://pbs.twimg.com/media/Bkfp7KhCAAAb6gp.jpg"; |
} | } | ||
+ | function load2(){document.getElementById("preview").src = "https://pbs.twimg.com/media/BlZnWsqCYAAjGxL.jpg"; | ||
+ | } | ||
+ | |||
+ | function load3(){document.getElementById("preview").src = "https://pbs.twimg.com/media/Bmk9AScIYAA2u98.jpg"; | ||
+ | } | ||
+ | |||
+ | function load4(){document.getElementById("preview").src = "https://pbs.twimg.com/media/Bm6UMgqIIAAfzPi.jpg"; | ||
+ | } | ||
+ | |||
+ | function load5(){document.getElementById("preview").src = "https://pbs.twimg.com/media/BoB-Cm4IgAAI_LV.jpg"; | ||
+ | } | ||
+ | |||
+ | function load6(){document.getElementById("preview").src = "https://pbs.twimg.com/media/BqDncTQCcAA8Qe1.jpg"; | ||
+ | } | ||
+ | |||
+ | function load7(){document.getElementById("preview").src = "https://pbs.twimg.com/media/BqDnxN2CcAERiye.jpg"; | ||
+ | } | ||
+ | |||
+ | function load8(){document.getElementById("preview").src = "https://static.igem.org/mediawiki/2014hs/7/7e/10469649_775809195802730_1655927593_n.jpg"; | ||
+ | } | ||
+ | |||
+ | function load9(){document.getElementById("preview").src ="https://static.igem.org/mediawiki/2014hs/4/4e/10478883_775809185802731_498288320_n.jpg"; | ||
+ | } | ||
+ | |||
+ | function load10(){document.getElementById("preview").src ="https://static.igem.org/mediawiki/2014hs/5/5b/10466823_775809192469397_451170229_n.jpg"; | ||
+ | } | ||
+ | |||
Latest revision as of 03:34, 21 June 2014
Photo Gallery
Get in touch!
Visit Our Twitter Page!