Team:Dundee/Team/Contact

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
<!DOCTYPE html>
 +
<html lang="en">
 +
  <head>
 +
    <meta charset="utf-8">
 +
    <title>iGEM Dundee 2013 &middot; Toxi-Mop</title>
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
    <meta name="description" content="">
 +
    <meta name="author" content="">
-
<!-- Adapted from -->
+
    <!-- CSS -->
-
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
+
    <link href="../assets/css/bootstrap.css" rel="stylesheet">
-
<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
+
    <link href="../assets/css/style.css" rel="stylesheet">
-
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
+
    <style type="text/css">
-
<head>
+
-
  <meta charset="utf-8" />
+
-
  <!-- Set the viewport width to device width for mobile -->
+
      /* Sticky footer styles
-
  <meta name="viewport" content="width=device-width" />
+
      -------------------------------------------------- */
-
  <title>Dundee iGem 2012</title>
+
      html,
-
 
+
      body {
-
<style type="text/css">
+
        height: 100%;
 +
        /* The html and body elements cannot have any padding or margin. */
 +
      }
-
  /* These styles create the dropdown menus. */
+
      /* Wrapper for page content to push down footer */
-
 
+
      #wrap {
-
.nav-bar { height: 40px; background: #4d4d4d; margin-left: 0; margin-top: 20px; padding: 0; }
+
        min-height: 100%;
-
.nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; border: 1px solid #333333; border-right: none; line-height: 38px; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; z-index: 1000}
+
        height: auto !important;
-
.nav-bar > li:first-child { -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
+
        height: 100%;
-
.nav-bar > li:last-child { border-right: solid 1px #333333; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); }
+
        /* Negative indent footer by it's height */
 +
        margin: 0 auto -60px;
 +
      }
-
.nav-bar > li.active { background: #2ba6cb; border-color: #2284a1; }
+
      /* Set the fixed height of the footer here */
-
.nav-bar > li.active > a { color: white; cursor: default; }
+
      #push,
-
.nav-bar > li.active:hover { background: #2ba6cb; cursor: default; }
+
      #footer {
 +
        height: 60px;
 +
      }
 +
      #footer {
 +
        background-color: #f5f5f5;
 +
      }
-
.nav-bar > li:hover { background: #333333; }
+
      /* Lastly, apply responsive CSS fixes as necessary */
-
.nav-bar > li > a { color: #e6e6e6; }
+
      @media (max-width: 767px) {
-
.nav-bar > li ul { margin-bottom: 0; }
+
        #footer {
-
.nav-bar > li .flyout { display: none; }
+
          margin-left: -20px;
-
.nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; }
+
          margin-right: -20px;
-
.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; }
+
          padding-left: 20px;
-
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; }
+
          padding-right: 20px;
-
.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
+
        }
-
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; }
+
      }
-
.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; }
+
-
.nav-bar > li > input { margin: 0 10px; }
+
-
.nav-bar.vertical { height: auto; margin-top: 0; }
+
-
.nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #333333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
+
-
.nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; }
+
-
.nav-bar.vertical > li .flyout { left: 100%; top: -1px; }
+
-
.nav-bar.vertical > li .flyout.right { left: auto; right: 100%; }
+
-
.nav-bar.vertical > li.active { border-right: solid 1px #2284a1; }
+
-
.nav-bar.vertical > li:last-child { border-bottom: solid 1px #333333; }
+
-
+
-
ul#subnavlist { display: none; }
+
-
ul#subnavlist li { float: none; }
+
-
ul#subnavlist li a
 
-
{
 
-
padding: 0px;
 
-
margin: 0px;
 
-
font-size:16px;
 
-
}
 
-
ul.nav-bar li:hover ul#subnavlist
 
-
{
 
-
display: block;
 
-
position: absolute;
 
-
font-size: 8pt;
 
-
padding-top: 5px;
 
-
}
 
-
ul.nav-bar li:hover ul#subnavlist li a
+
      /* Custom page CSS
-
{
+
      -------------------------------------------------- */
-
display: block;
+
      /* Not required for template or sticky footer method. */
-
width: 10em;
+
-
border: none;
+
-
padding: 2px;
+
-
padding-left: 10px;
+
-
padding-bottom: 5px;
+
-
padding-top: 5px;
+
-
}
+
-
ul.nav-bar li:hover ul#subnavlist li a:before { content: "    "; }
+
      #wrap > .container {
 +
        padding-top: 60px;
 +
      }
 +
      .container .credit {
 +
        margin: 20px 0;
 +
      }
-
ul.nav-bar li a:active
+
      code {
-
{
+
        font-size: 80%;
-
color: #cccccc;
+
      }
-
border: 1px #ffffff inset;
+
-
background: #2ba6cb;
+
-
border-color: #2284a1;
+
-
z-index:1000;
+
-
}
+
-
      
+
     </style>
-
</style>
+
    <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
-
+
-
  <!-- Included CSS Files -->
+
-
  <link rel="stylesheet" href="http://kyleharrison.co.uk/css/igemMain.css" >
+
-
</head>
+
    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
-
+
    <!--[if lt IE 9]>
-
<body>
+
      <script src="..//js/html5shiv.js"></script>
 +
    <![endif]-->
-
<div class="row">
+
    <!-- Fav and touch icons -->
-
<div class="twelve columns">
+
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
-
<!-- Temporary Fix -->
+
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
-
<div style ="margin-bottom:-15px;margin-top:5px">
+
      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
-
<!--<img src="http://placehold.it/1000x100&amp;text=iGem Dundee 2013">-->
+
                    <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
-
<img src="https://static.igem.org/mediawiki/2013/2/2d/DundeeBaner.jpg">
+
                                  <link rel="shortcut icon" href="../assets/ico/favicon.png">
-
</div>
+
  </head>
-
</div>
+
-
</div>
+
-
   <div class="row">
+
   <body>
-
    <div class="twelve columns">
+
-
      <!-- Navigation -->
 
-
  <ul class="nav-bar">
+
    <!-- Part 1: Wrap all page content here -->
-
          <li id="active"><a href="/Team:Dundee">Home</a></li>
+
    <div id="wrap">
-
 
+
-
          <li class="active"><a href="/Team:Dundee/Team" id="current">Team</a>
+
-
<ul id="subnavlist">
+
-
<li id="subactive"><a href="#" id="subcurrent">About Us</a></li>
+
-
<li><a href="#">Team Information</a></li>
+
-
<li><a href="#">Gallery</a></li>
+
-
<li><a href="#">Acknowledgements</a></li>
+
-
<li><a href="#">Attributions</a></li>
+
-
<li><a href="/Team:Dundee/Team/Contact">Contact</a></li>
+
-
</ul>
+
-
+
-
<li id="active"><a href="/Team:Dundee/Project" id="current">Project</a>
+
-
<ul id="subnavlist">
+
-
<li id="subactive"><a href="#" id="subcurrent">Overview</a></li>
+
-
<li><a href="#">Data Page</a></li>
+
-
<li><a href="#">Lab</a></li>
+
-
<li><a href="#">Modelling</a></li>
+
-
<li><a href="#">Software</a></li>
+
-
<li><a href="#">Notebook</a></li>
+
-
</ul>
+
-
 
+
-
  <li id="active"><a href="/Team:Dundee/Parts" id="current">Parts</a>
+
-
<ul id="subnavlist">
+
-
<li id="subactive"><a href="#" id="subcurrent">Our Biobricks</a></li>
+
-
<li><a href="#">Improvements</a></li>
+
-
<li><a href="#">In Development</a></li>
+
-
</ul>
+
-
+
-
  <li id="active"><a href="/Team:Dundee/Safety" id="current">Safety</a>
+
-
<ul id="subnavlist">
+
-
<li id="subactive"><a href="#" id="subcurrent">General Safety</a></li>
+
-
<li><a href="#">In The Lab</a></li>
+
-
<li><a href="#">Public Safety</a></li>
+
-
<li><a href="#">Enviroment</a></li>
+
-
</ul>
+
-
+
-
  <li id="active"><a href="/Team:Dundee/HumanPractice" id="current">Human Practice</a>
+
-
<ul id="subnavlist">
+
-
<li id="subactive"><a href="#" id="subcurrent">Overview</a></li>
+
-
<li><a href="#">Media Channel</a></li>
+
-
<li><a href="#">Outreach</a></li>
+
-
<li><a href="#">Presentations</a></li>
+
-
<li><a href="#">Collaboration</a></li>
+
-
<li><a href="#">Comic</a></li>
+
-
<li><a href="#">Game</a></li>
+
-
<li><a href="#">Survey</a></li>
+
-
<li><a href="#">Blog</a></li>
+
-
</ul>
+
-
+
-
  <li id="active"><a href="/Team:Dundee/Sponsors" id="current">Sponsors</a>
+
-
<ul id="subnavlist">
+
-
<li id="subactive"><a href="#" id="subcurrent">Our Sponsors</a></li>
+
-
<li><a href="#">Sponsorship Levels</a></li>
+
-
<li><a href="#">Public Safety</a></li>
+
-
<li><a href="#">Enviroment</a></li>
+
-
</ul>
+
-
        </ul>
+
-
       <!-- End Navigation -->
+
       <!-- Fixed navbar -->
 +
      <div class="navbar navbar-fixed-top">
 +
        <div class="navbar-inner">
 +
          <div class="container">
 +
            <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
 +
              <span class="icon-bar"></span>
 +
              <span class="icon-bar"></span>
 +
              <span class="icon-bar"></span>
 +
            </button>
 +
            <a class="brand" href="#">Dundee iGEM 2013</a>
 +
            <div class="nav-collapse collapse">
 +
              <ul class="nav">
 +
                <li class="active"><a href="index.html">Home</a></li>
 +
                <li class="active"><a href="Gallery.html">Gallery</a></li>
 +
                <li class="dropdown">
 +
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Team <b class="caret"></b></a>
 +
                  <ul class="dropdown-menu">
 +
                    <li><a href="meettheteam.html">Meet the Team</a></li>
 +
                    <li><a href="https://igem.org/Team.cgi?id=1012">Team Information</a></li>
 +
                    <li><a href="#">Acknowledgements</a></li>
 +
                    <li><a href="#">Attributions</a></li>
 +
                    <li><a href="#">Contact</a></li>
 +
                  </ul>
 +
                </li>
-
      <!-- Header Content -->
+
                <li class="dropdown">
 +
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <b class="caret"></b></a>
 +
                  <ul class="dropdown-menu">
 +
                    <li><a href="#">Project Overview</a></li>
 +
                    <li><a href="#">Notebook</a></li>
 +
                    <li class="divider"></li>
 +
                    <li class="nav-header">Lab</li>
 +
                    <li class="divider"></li>
 +
                    <li><a href="#">Lab Overview</a></li>
 +
                    <li><a href="#">Detector</a></li>
 +
                    <li><a href="#">Sensor</a></li>
 +
                    <li class="divider"></li>
 +
                    <li class="nav-header">Modelling </li>
 +
                    <li class="divider"></li>
 +
                    <li><a href="#">Modelling Overview</a></li>
 +
                    <li class="divider"></li>
 +
                    <li class="nav-header">Software</li>
 +
                    <li class="divider"></li>
 +
                  <li><a href="#">Software Overview</a></li>
 +
                  <li><a href="#">Mop-toppus</a></li>
 +
                  <li><a href="#">Toxi-Tweet</a></li>
 +
                  </ul>
 +
                </li>
-
        <div class="row">
+
                <li class="dropdown">
 +
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Parts <b class="caret"></b></a>
 +
                  <ul class="dropdown-menu">
 +
                    <li><a href="#">Our Biobricks</a></li>
 +
                    <li><a href="#">Improvements</a></li>
 +
                  </ul>
 +
                </li>
-
<!-- Left Panel -->
+
                <li class="dropdown">
-
          <div class="six columns">
+
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Safety <b class="caret"></b></a>
 +
                  <ul class="dropdown-menu">
 +
                    <li><a href="#">General Safety</a></li>
 +
                    <li><a href="#">Safety in the Lab</a></li>
 +
                    <li><a href="#">Public Safety and Awareness</a></li>
 +
                    <li><a href="#">Enviromental Safety</a></li>
 +
                  </ul>
 +
                </li>
-
            <h3 class="show-for-small">Abstract<hr/></h3>
+
                <li class="dropdown">
 +
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Human Practice <b class="caret"></b></a>
 +
                  <ul class="dropdown-menu">
 +
                    <li><a href="#">Overview</a></li>
 +
                    <li><a href="#">Collaboration</a></li>
 +
                    <li><a href="#">Outreach</a></li>
 +
                    <li class="divider"></li>
 +
                    <li class="nav-header">Media</li>
 +
                    <li class="divider"></li>
 +
                    <li><a href="#">Youtube Channel</a></li>
 +
                    <li><a href="#">Graphic Novel</a></li>
 +
                    <li><a href="#">Flickr</a></li>
 +
                    <li><a href="#">Video Game</a></li>
 +
                    <li class="divider"></li>
 +
                    <li class="nav-header">Social Media</li>
 +
                    <li class="divider"></li>
 +
                    <li><a href="#">Facebook</a></li>
 +
                    <li><a href="#">Twitter</a></li>
 +
                  </ul>
 +
                </li>
-
            <div class="panel">
+
                <li class="dropdown">
-
              <h4 class="hide-for-small">Contact us<hr/></h4>
+
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Sponsors <b class="caret"></b></a>
-
            <h5 class="subheader"><div><p>If you would like to keep up with us, please feel free to follow us on <a href=”https://twitter.com/DundeeiGEMTeam”>Twitter</a> or give us a like on <a href=”https://www.facebook.com/DundeeiGem2013”>Facebook</a></p>
+
                  <ul class="dropdown-menu">
 +
                    <li><a href="#">Our Sponsors</a></li>
 +
                    <li><a href="#">Sponsorship Levels</a></li>
 +
                  </ul>
 +
                </li>
-
<p>For any personal contacts, don't hesitate to drop us a line at igem@dundee.ac.uk</p></div></h5>
 
-
            </div>
 
-
 
-
       
 
-
         
 
 +
              </ul>
 +
            </div><!--/.nav-collapse -->
           </div>
           </div>
-
 
+
        </div>
-
  <!--Right Panel-->
+
      </div>
-
  <div class="six columns">
+
 
-
+
      <!-- Begin page content -->
-
<!-- Temporary Fix -->
+
      <div class="container">
-
<div style ="margin-bottom:22px">
+
 
-
<img src="http://placehold.it/500x327&amp;text=Image">
+
      <!-- Title -->
-
</div>
+
      <div class="page-header">
-
+
          <h2><b>Contact Us</b></h2>
-
+
        </div>
-
+
      <!-- Title End -->
-
 
+
 
-
             
+
      <!-- Row 1 -->
 +
      <div class="row" style="margin-top:20px;">
 +
 
 +
        <div class="span6" style="text-align:justify">
 +
          <h2 style="margin-top:-10px;"> Contact The Team </h2>
 +
          <p>  For any personal contacts, don't hesitate to drop us a line at igem@dundee.ac.uk</p>
 +
          <br>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
 +
        </div>
 +
 
 +
        <div class="span6" style="text-align:justify">
 +
          <h2 style="margin-top:-10px;"> Social Media</h2>
 +
          <p>  If you would like to keep up with us, please feel free to follow us on <a href="#"> Twitter </a> or give us a like on <a href="#"> Facebook </a>.
 +
            <br>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
 +
          </p>
 +
        </div>
 +
      </div>
 +
 
 +
      <!-- Row Three -->
 +
      <div class="row" style="margin-top:20px;">
 +
 
 +
      <div class="span3">
 +
        <div id="mainwrapper">
 +
                    <!-- Image Caption 6 -->
 +
              <div id="box-6" class="box">
 +
                <img id="image-6" src="http://images3.wikia.nocookie.net/__cb20120618105922/runescape/images/f/f2/Youtube_logo-Update-Hints.png" style="width:220px;height:220px;"/>
 +
                <span class="caption scale-caption">
 +
                          <p style = "font-size: 12px;"><b>You tube </b> Our channel is </p>
 +
                </span>
               </div>
               </div>
-
   
+
            </div>
 +
      </div>
 +
   
 +
      <div class="span3">
 +
        <div id="mainwrapper">
 +
                  <!-- Image Caption 6 -->
 +
            <div id="box-6" class="box">
 +
              <img id="image-6" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/09/FlickrLogo.png" style="width:220px;height:220px;"/>
 +
              <span class="caption scale-caption">
 +
                        <p style = "font-size: 12px;  "><b> Flickr </b>  hosts our photos</p>
 +
              </span>
 +
            </div>
           </div>
           </div>
-
+
        </div>
-
+
 
-
+
      <div class="span3">
 +
          <div id="mainwrapper">
 +
                  <!-- Image Caption 6 -->
 +
            <div id="box-6" class="box">
 +
              <img id="image-6" src="http://www.caterritas.com/facebook.jpg" style="width:220px;height:220px;"/>
 +
              <span class="caption scale-caption">
 +
                          <p style = "font-size: 12px; "><b> Facebook </b> Our Activity</p>
 +
              </span>
 +
            </div>
 +
          </div>
 +
        </div>
 +
 
 +
 
 +
      <div class="span3">
 +
          <div id="mainwrapper">
 +
                  <!-- Image Caption 6 -->
 +
            <div id="box-6" class="box">
 +
              <img id="image-6" src="http://www.caterritas.com/twitter-logo-1-300x293.jpg" style="width:220px;height:220px;"/>
 +
              <span class="caption scale-caption">
 +
 
 +
                        <p style = "font-size: 12px; "><b>Twitter</b> Our activity</p>
 +
              </span>
 +
            </div>
           </div>
           </div>
-
 
 
         </div>
         </div>
-
      <!-- End Header Content -->
 
 +
      </div>
 +
    </div>
-
     
 
-
<!-- PAGE FOOTER -- ITEMS FROM COLUMN ! HAVE BEEN MOVED HERE  -- RDR  -->
 
-
<div class="visualClear"></div>
 
-
    <div id='footer-box' class='noprint'>
 
-
        <div id="footer">
 
-
              <div id="f-poweredbyico"><a href="http://www.mediawiki.org/"><img src="/wiki/skins/common/images/poweredby_mediawiki_88x31.png" height="31" width="88" alt="Powered by MediaWiki" /></a></div>       <div id="f-copyrightico"><a href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Attribution 3.0 Unported" width="88" height="31" /></a></div>     <ul id="f-list">
 
-
 
-
  <!-- Recentchanges is not handles well DEBUG -->
+
      <div id="push"></div>
-
    <li id="t-recentchanges"><a href="/Special:RecentChanges"
+
    </div>
-
      title='Recent changes'>Recent changes</a></li>
+
-
    <li id="t-whatlinkshere"><a href="/Special:WhatLinksHere/Team:Dundee"
+
    <div id="footer">
-
      title="List of all wiki pages that link here [j]" accesskey="j">What links here</a></li>
+
      <div class="container">
 +
        <p class="muted credit"> Created for <a href="https://igem.org/Main_Page">iGEM 2013</a> Dundee. Based upon <a href ="http://twitter.github.io/bootstrap/">Bootstrap</a> and <a href="http://jquery.com/">JQuery</a>. Design by <a href="www.kyleharrison.co.uk"> Kyle Harrison </a>. </p>
 +
      </div>
 +
    </div>
-
                        <li id="t-recentchangeslinked"><a href="/Special:RecentChangesLinked/Team:Dundee"
+
      <!-- Le javascript
-
                          title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>
+
    ================================================== -->
 +
    <!-- Placed at the end of the document so the pages load faster -->
 +
    <!-- the neccessary javascript -->
 +
    <script src="http://code.jquery.com/jquery-latest.js"></script>
 +
    <script src="http://www.kyleharrison.co.uk/igem/js/bootstrap.min.js"></script>
-
                <li id="t-specialpages"><a href="/Special:SpecialPages"
+
  </body>
-
                  title="List of all special pages [q]" accesskey="q">Special pages</a>
+
-
                </li>
+
-
                <li><a href='/Special:Preferences'>My preferences</a></li>
+
-
            </ul>
+
-
        </div> <!-- close footer -->
+
-
       
+
</html>
</html>

Revision as of 21:17, 8 July 2013

<!DOCTYPE html> iGEM Dundee 2013 · Toxi-Mop

Contact The Team

For any personal contacts, don't hesitate to drop us a line at igem@dundee.ac.uk


Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Social Media

If you would like to keep up with us, please feel free to follow us on Twitter or give us a like on Facebook .
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

You tube Our channel is

Flickr hosts our photos

Facebook Our Activity

Twitter Our activity