Difference between revisions of "Team:UMaryland"

Line 6: Line 6:
 
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
 
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
 
<link href='https://fonts.googleapis.com/css?family=Raleway:400,200' rel='stylesheet' type='text/css'>
 
<link href='https://fonts.googleapis.com/css?family=Raleway:400,200' rel='stylesheet' type='text/css'>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
 
<title>UMaryland iGEM 2015</title>
 
<title>UMaryland iGEM 2015</title>
 
</head>
 
</head>
Line 28: Line 29:
 
<p class="h3">Follow us on <a href="https://www.facebook.com/UMarylandiGEM/" style="text-decoration: underline; color: white;">Facebook</a> and <a href="https://www.instagram.com/umarylandigem/" style="text-decoration: underline; color: white;">Instagram</a> for updates!</p>
 
<p class="h3">Follow us on <a href="https://www.facebook.com/UMarylandiGEM/" style="text-decoration: underline; color: white;">Facebook</a> and <a href="https://www.instagram.com/umarylandigem/" style="text-decoration: underline; color: white;">Instagram</a> for updates!</p>
 
</div>
 
</div>
 +
<div id="div-popup">
 +
 +
    <strong class="title">Are you interested in meeting other iGEM Teams to share ideas and receive feedback?</strong>
 +
<p>UMaryland iGEM is hosting it's second annual Mid-Atlantic Meet Up ("mini Jamboree") at the University of Maryland, College Park, conveniently located near Washington DC.</p>
 +
<p>Much like our <a href="https://2015.igem.org/Team:UMaryland/Collaborations">first meet up</a> we will be hosting distinguished guest speakers pioneering research in the field of synthetic biology, and arranging sessions for teams to present their ongoing research.<p>
 +
<p>If you are interested in attending, please fill out the survey link below so that we may choose a date and proceed with our planning.</p>
 +
<p><a href="https://www.surveymonkey.com/r/B7TYTHL">Link to Survey</a></p>
 +
<p>We hope you will be able to join us for this wonderful opportunity to connect with other iGEMers and scientists in the region!</p>
 +
 +
    <!-- Add an optional button to close the popup -->
 +
    <button class="div-popup_close">Close</button>
 +
 +
  </div>
 
</div>
 
</div>
 
<style>
 
<style>
Line 123: Line 137:
 
}
 
}
 
 
 +
#div-popup {
 +
font-family: 'Raleway', sans-serif;
 +
background: rgb(255, 255, 253);
 +
padding: 20px 20px 20px 20px;
 +
border: solid 4px gray;
 +
max-width: 50%;
 +
min-width: 50%
 +
}
 +
 +
.div-popup_close {
 +
color: rgb(255, 255, 255);
 +
font-size: 16pt;
 +
padding: 10px;
 +
-webkit-border-radius: 15px;
 +
-moz-border-radius: 15px;
 +
border-radius: 15px;
 +
background: rgb(124, 124, 124);
 +
background: -moz-linear-gradient(90deg, rgb(124, 124, 124) 30%, rgb(150, 150, 150) 70%);
 +
background: -webkit-linear-gradient(90deg, rgb(124, 124, 124) 30%, rgb(150, 150, 150) 70%);
 +
background: -o-linear-gradient(90deg, rgb(124, 124, 124) 30%, rgb(150, 150, 150) 70%);
 +
background: -ms-linear-gradient(90deg, rgb(124, 124, 124) 30%, rgb(150, 150, 150) 70%);
 +
background: linear-gradient(0deg, rgb(124, 124, 124) 30%, rgb(150, 150, 150) 70%);
 +
-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
 +
-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
 +
box-shadow:        0px 2px 1px rgba(50, 50, 50, 0.75);
 +
}
 +
 +
.div-popup_close:hover {
 +
cursor: pointer;
 +
}
 +
 +
#div-popup strong {
 +
font-size: 28pt;
 +
line-height: 1.5em;
 +
}
 +
 +
#div-popup p {
 +
font-size: 16pt;
 +
line-height: 1.75em;
 +
}
 +
 +
#div-popup a {
 +
color: blue;
 +
}
 
</style>
 
</style>
 +
<script src="https://cdn.rawgit.com/vast-engineering/jquery-popup-overlay/1.7.13/jquery.popupoverlay.js">
 +
</script>
 +
<script>
 +
 +
    $(document).ready(function() {
 +
 +
      // Initialize the plugin
 +
      $('#div-popup').popup({
 +
transition: 'all 0.3s'
 +
  });
 +
 
 +
  $('#div-popup').popup('show');
 +
 +
    });
 +
 +
</script>
 
</html>
 
</html>

Revision as of 00:37, 20 June 2016

UMaryland iGEM 2015

2016 UMaryland iGEM

Methane Sequestration - coming soon!

Follow us on Facebook and Instagram for updates!

Are you interested in meeting other iGEM Teams to share ideas and receive feedback?

UMaryland iGEM is hosting it's second annual Mid-Atlantic Meet Up ("mini Jamboree") at the University of Maryland, College Park, conveniently located near Washington DC.

Much like our first meet up we will be hosting distinguished guest speakers pioneering research in the field of synthetic biology, and arranging sessions for teams to present their ongoing research.

If you are interested in attending, please fill out the survey link below so that we may choose a date and proceed with our planning.

Link to Survey

We hope you will be able to join us for this wonderful opportunity to connect with other iGEMers and scientists in the region!