Line 61: | Line 61: | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); | box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); | ||
− | + | border-bottom-left-radius: 5px; | |
− | + | border-bottom-right-radius: 5px; | |
− | + | z-index: 1; | |
+ | margin-top: 18px; | ||
} | } | ||
Line 106: | Line 107: | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
− | margin-top: | + | margin-top: 200px; |
z-index: 3; | z-index: 3; | ||
} | } | ||
Line 114: | Line 115: | ||
color: black; | color: black; | ||
font-family: 'Exo', sans-serif; | font-family: 'Exo', sans-serif; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 142: | Line 138: | ||
width: 100%; | width: 100%; | ||
height: 75px; | height: 75px; | ||
− | + | top: 1100px; | |
− | top: | + | |
display: block; | display: block; | ||
color: black; | color: black; | ||
font-size: 12pt; | font-size: 12pt; | ||
+ | font-family: 'Lora', serif; | ||
+ | z-index: -1; | ||
} | } | ||
#container { | #container { | ||
− | width: | + | width: 750px; |
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
Line 158: | Line 155: | ||
} | } | ||
− | # | + | #container img { |
height: 20px; | height: 20px; | ||
width: 20px; | width: 20px; | ||
Line 171: | Line 168: | ||
} | } | ||
− | # | + | #container ul { |
text-align: center; | text-align: center; | ||
margin-top: -13px; | margin-top: -13px; | ||
+ | margin-right: -105px; | ||
} | } | ||
− | # | + | #container li { |
display: inline; | display: inline; | ||
margin-right: -14px; | margin-right: -14px; | ||
Line 192: | Line 190: | ||
#contact:hover { | #contact:hover { | ||
+ | text-shadow: .1px .1px black; | ||
+ | } | ||
+ | |||
+ | /* Resized bot-nav */ | ||
+ | |||
+ | h4, h5 { | ||
+ | font-family: 'Lora', serif; | ||
+ | font-weight: normal; | ||
+ | font-size: 12pt; | ||
+ | } | ||
+ | |||
+ | #bot-navResized { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #bot-navResized img { | ||
+ | height: 20px; | ||
+ | width: 20px; | ||
+ | -webkit-filter: grayscale(100%); | ||
+ | filter: grayscale(100%); | ||
+ | } | ||
+ | |||
+ | #bot-navResized ul { | ||
+ | text-align: center; | ||
+ | margin-top: 6px; | ||
+ | } | ||
+ | |||
+ | #bot-navResized li { | ||
+ | display: inline; | ||
+ | margin-right: -14px; | ||
+ | } | ||
+ | |||
+ | #copyrightResized { | ||
+ | margin-top: -23px; | ||
+ | } | ||
+ | |||
+ | #contactResized { | ||
+ | margin-top: -10px; | ||
+ | } | ||
+ | |||
+ | #contactResized:hover { | ||
text-shadow: .1px .1px black; | text-shadow: .1px .1px black; | ||
} | } | ||
Line 265: | Line 304: | ||
#p2 { | #p2 { | ||
margin-top: 100px; | margin-top: 100px; | ||
− | + | margin-left: 204px; | |
− | + | max-width: 850px; | |
− | + | min-width: 850px; | |
} | } | ||
Line 273: | Line 312: | ||
#div-white { | #div-white { | ||
− | + | z-index: -999; | |
− | + | position: absolute; | |
− | + | background-color: white; | |
− | + | width: 100%; | |
− | + | left: 0px; | |
− | + | height: 700px; | |
− | + | margin-top: -52px; | |
− | + | min-width: 1200px; | |
} | } | ||
#img-schedule { | #img-schedule { | ||
− | + | display: block; | |
margin-top: 50px; | margin-top: 50px; | ||
− | + | opacity: 1; | |
− | + | width: 600px; | |
margin-right: auto; | margin-right: auto; | ||
− | + | margin-left: auto; | |
} | } | ||
#div-img { | #div-img { | ||
− | + | width: 600px; | |
− | + | margin-left: 30%; | |
margin-right: auto; | margin-right: auto; | ||
Line 324: | Line 363: | ||
line-height: 2; | line-height: 2; | ||
width: 970px; | width: 970px; | ||
− | + | margin-right: auto; | |
margin-left: auto; | margin-left: auto; | ||
margin-top: 20px; | margin-top: 20px; | ||
Line 341: | Line 380: | ||
h3 { | h3 { | ||
font-size: 20pt; | font-size: 20pt; | ||
− | + | margin-left: 340px; | |
} | } | ||
h4 { | h4 { | ||
font-size: 20pt; | font-size: 20pt; | ||
− | + | margin-left: 695px; | |
− | + | margin-top: 11px; | |
} | } | ||
Line 394: | Line 433: | ||
#div-navResized.pushed { | #div-navResized.pushed { | ||
display: block; | display: block; | ||
+ | } | ||
+ | |||
+ | #div-navResized.pushed a:hover { | ||
+ | text-decoration: underline; | ||
} | } | ||
nav.pushed { | nav.pushed { | ||
− | height: | + | height: 100%; |
+ | } | ||
+ | |||
+ | body.pushed { | ||
+ | overflow-y: hidden; | ||
} | } | ||
Line 403: | Line 450: | ||
display: none; | display: none; | ||
} | } | ||
− | |||
/* Hides nav bar when scrolling */ | /* Hides nav bar when scrolling */ | ||
Line 460: | Line 506: | ||
#img-logoResized { | #img-logoResized { | ||
− | width: | + | width: 200px; |
display: block; | display: block; | ||
margin-right: auto; | margin-right: auto; | ||
margin-left: auto; | margin-left: auto; | ||
− | margin-top: - | + | margin-top: -260px; |
+ | padding-right: 40px; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
.centered { | .centered { | ||
width:1200px; | width:1200px; | ||
Line 483: | Line 523: | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
<script> | <script> | ||
/* Hiding stupid stuff*/ | /* Hiding stupid stuff*/ | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | + | $('#top_title').css('display', 'none'); | |
$('#top_menu').css('display', 'none'); | $('#top_menu').css('display', 'none'); | ||
//$('#top_menu_14').css('display', 'none'); | //$('#top_menu_14').css('display', 'none'); | ||
− | + | $('#HQ_page').css('display', 'none'); | |
$('#top_menu_under').css('display', 'none'); | $('#top_menu_under').css('display', 'none'); | ||
}); | }); | ||
Line 550: | Line 543: | ||
<ul> | <ul> | ||
<a style="opacity: 0">Fix</a> | <a style="opacity: 0">Fix</a> | ||
− | <li><a | + | <li><a href="projects.html" class="hvr-float">Projects</a></li> |
− | <li><a | + | <li><a href="parts.html" class="hvr-float">Parts</a></li> |
− | <li><a | + | <li><a href="modeling.html" class="hvr-float">Modeling</a></li> |
− | <li><a | + | <li><a href="outreach.html" class="hvr-float">Outreach</a></li> |
+ | <li><a href="notebook.html" class="hvr-float">Notebook</a></li> | ||
+ | <li><a href="about.html" class="hvr-float">About Us</a></li> | ||
</ul> | </ul> | ||
</nav> | </nav> | ||
Line 559: | Line 554: | ||
<!-- Nav bar when more button is clicked --> | <!-- Nav bar when more button is clicked --> | ||
<div id="div-navResized"> | <div id="div-navResized"> | ||
− | + | <img src="https://static.igem.org/mediawiki/2016/2/26/T--UMaryland--newlogo.jpeg" id="img-logoResized"> | |
− | <img src="https://static.igem.org/mediawiki/2016/ | + | |
− | + | ||
− | + | ||
<ul> | <ul> | ||
− | <li><a | + | <li><a href="projects.html">Projects</a></li> |
− | <li><a | + | <li><a href="parts.html">Parts</a></li> |
− | <li><a | + | <li><a href="modeling.html">Modeling</a></li> |
− | <li><a | + | <li><a href="outreach.html">Outreach</a></li> |
+ | <li><a href="notebook.html">Notebook</a></li> | ||
+ | <li><a href="about.html">About Us</a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
Line 633: | Line 627: | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | <div id="bot-nav"> | |
− | + | <div id="container"> | |
− | + | <div class="pull-left"> | |
− | + | <a href="mailto:umarylandigem@gmail.com"><p id="contact"> Contact Us </p></a> | |
− | + | </div> | |
− | + | <p id="copyright">© University of Maryland iGEM 2016</p> | |
− | + | <div class="pull-right"> | |
− | + | <ul id="social-media"> | |
− | + | <li> <a href="https://www.facebook.com/UMarylandiGEM/"> <img src="https://static.igem.org/mediawiki/2016/2/2c/T--UMaryland--FBlogo.png"/> </a> </li> | |
− | + | <li> <a href="https://www.instagram.com/umarylandigem/"> <img src="https://static.igem.org/mediawiki/2016/b/bc/T--UMaryland--Instalogo.png"/> </a> </li> | |
− | + | </ul> | |
− | + | </div> | |
− | + | </div> | |
− | + | <div id="bot-navResized"> | |
+ | <a href="mailto:umarylandigem@gmail.com"><h4 id="contactResized"> Contact Us </h4></a> | ||
+ | <h5 id="copyrightResized">© University of Maryland iGEM 2016</h5> | ||
+ | <ul id="social-mediaResized"> | ||
+ | <li> <a href="https://www.facebook.com/UMarylandiGEM/"> <img src="https://static.igem.org/mediawiki/2016/2/2c/T--UMaryland--FBlogo.png"/> </a> </li> | ||
+ | <li> <a href="https://www.instagram.com/umarylandigem/"> <img src="https://static.igem.org/mediawiki/2016/b/bc/T--UMaryland--Instalogo.png"/> </a> </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
<script> | <script> | ||
Line 713: | Line 715: | ||
$('nav ul').addClass("scrolled"); | $('nav ul').addClass("scrolled"); | ||
} | } | ||
+ | } | ||
+ | } | ||
+ | function checkBotNav() { | ||
+ | if ($(window).width() < 980){ | ||
+ | $('#container').css('display', 'none'); | ||
+ | $('#bot-navResized').css('display', 'block'); | ||
+ | $('#bot-nav').css('height', '110px'); | ||
+ | } else { | ||
+ | $('#container').css('display', 'block'); | ||
+ | $('#bot-navResized').css('display', 'none'); | ||
+ | $('#bot-nav').css('height', '75px'); | ||
} | } | ||
} | } | ||
// Execute on load | // Execute on load | ||
checkWidth(); | checkWidth(); | ||
+ | checkBotNav(); | ||
// Bind event listener | // Bind event listener | ||
$(window).resize(checkWidth); | $(window).resize(checkWidth); | ||
+ | $(window).resize(checkBotNav); | ||
}); | }); | ||
// Resized nav bar effect when more icon is clicked | // Resized nav bar effect when more icon is clicked | ||
Line 758: | Line 773: | ||
$(body).css('display','block'); | $(body).css('display','block'); | ||
</script> | </script> | ||
− | |||
− | |||
<script src="http://pixelcog.github.io/parallax.js/js/parallax.min.js"> | <script src="http://pixelcog.github.io/parallax.js/js/parallax.min.js"> | ||
+ | </script> | ||
+ | <!-- | ||
+ | <script src="http://cferdinandi.github.io/smooth-scroll/dist/js/smooth-scroll.js"> | ||
</script> | </script> | ||
<script> | <script> | ||
smoothScroll.init(); | smoothScroll.init(); | ||
</script> | </script> | ||
+ | --> | ||
+ | |||
Revision as of 14:34, 26 July 2016
</div></div>
2nd Annual Mid-Atlantic Mini-Jamboree
July 22nd, 2016
Last year, UMaryland iGEM founded the first Mid-Atlantic Meet-up and hosted four other teams: UVA, William and Mary, Duke, and Rock Ridge High School. Each team gave a 25 minute presentation of their project followed by a Q&A with the audience. We were also fortunate enough to have Special Agent Edward You of the FBI and UMD Professor Raymond St. Leger as guest speakers.
This year, we plan to host many more teams and have a more ambitious agenda planned. We cannot wait to welcome those who attend and show them an amazing UMD experience. The location of the meet-up will be posted closer to the date. If you are a team interested in attending, please do not hesitate to contact us through email or Facebook.
Speakers
Dr. Ganesh Sriam
Dr. Ganesh Sriram is Keystone Assistant Professor in the Department of Chemical and Biomolecular Engineering and Affiliate Faculty Member in the Bioengineering and Plant Biology graduate programs at University of Maryland. After earning his bachelor's and master's degrees in chemical engineering from Indian Institute of Technology (IIT) Bombay, he graduated a Ph.D. in chemical engineering from Iowa State University in 2004, working in the lab of Dr. Jacqueline Shanks. From 2004 to 2007, he was a postdoctoral researcher in the labs of Dr. Katrina Dipple and Dr. James Liao at UCLA.1
2. Bio from https://www.wilsoncenter.org/person/todd-kuiken-phd