Difference between revisions of "Team:Northwestern"

Line 1: Line 1:
{{Northwestern}}
+
<html>
<html lang="en">
+
<title>Northwestern Template</title>
<head>
+
<meta charset="UTF-8">
  
  <meta charset="utf-8">
+
<meta name="viewport" content="width=device-width, initial-scale=1">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">  
  <meta name="viewport"content="width=device-width, initial-scale=1">
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
  <title>WikiSetup</title>
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:Northwestern/css/bootstrap?action=raw&ctype=text/css">
+
  <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:Northwestern/css/custom?action=raw&ctype=text/css">
+
  <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:Northwestern/libraries/header?action=raw&ctype=text/css">
+
  <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat:400,700?action=raw&ctype=text/css">
+
 
+
 
+
<!--[if lt IE 9]>
+
  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+
  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+
  <![endif]-->  
+
  
 +
<style>
 +
/*************STYLING FOR HEADER*************/
 +
/* Bye-Bye iGEM Defaults */
 +
#sideMenu,
 +
#top_title {
 +
  display: none;
 +
}
  
</head>
+
#content {
+
  padding: 0px;
<body>  
+
  width: 100%;
 +
}
 +
 
 +
body {
 +
  background-color: white;
 +
  width: 100%;
 +
}
 +
 
 +
#bodyContent h1,
 +
#bodyContent h2,
 +
#bodyContent h3,
 +
#bodyContent h4,
 +
#bodyContent h5 {
 +
  margin-bottom: 0px;
 +
}
 +
 
 +
#bodyContent {
 +
  padding-right: 0px;
 +
}
 +
 
 +
#globalWrapper {
 +
  font-size: 100%;
 +
  padding: 0px;
 +
  margin: -10px -20px -20px -20px;
 +
}
 +
 
 +
.navbar-collapse {
 +
  padding-right: 0px;
 +
}
 +
 
 +
#banner {
 +
  margin-top: 50px;
 +
}
 +
 
 +
#sideMenu {
 +
  margin-top: 0;
 +
}
 +
 
 +
.dropdown-menu li:hover .sub-menu {
 +
  visibility: visible;
 +
}
 +
 
 +
.dropdown:hover .dropdown-menu {
 +
  display: block;
 +
}
 +
 
 +
.navbar-nav .dropdown-menu,
 +
.navbar .dropdown-menu {
 +
  margin-top: 15px;
 +
  float: right;
 +
}
 +
 
 +
 
 +
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
 +
body, html {
 +
    height: 100%;
 +
    color: #777;
 +
    line-height: 1.8;
 +
}
 +
 
 +
/******** Links n' such (NavBar)********/
 +
 
 +
a.nav-link:link
 +
{
 +
  color: #787d87;
 +
  text-decoration: none;
 +
}
 +
a.nav-link:visited
 +
{
 +
  color: #787d87;
 +
  text-decoration: none;
 +
}
 +
a.nav-link:hover
 +
{
 +
  color: #000000;
 +
  text-decoration: none;
 +
}
 +
a.nav-link:active
 +
{
 +
  color: #7842ff;
 +
  text-decoration: none;
 +
}
 +
 
 +
/******* w3 Syle editing *******/
 +
 
 +
/* Create a Parallax Effect */
 +
.bgimg-1, .bgimg-2, .bgimg-3 {
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    background-repeat: no-repeat;
 +
    background-size: cover;
 +
}
 +
 
 +
.w3-top {
 +
    margin-top: 10px;
 +
}
 +
 
 +
/* First image (Logo Full height) */
 +
.bgimg-1 {
 +
    background-image: url("https://unsplash.it/1920/1080?image=1049");
 +
    min-height: 100vh;
 +
}
 +
 
 +
/* Second image (Portfolio) */
 +
.bgimg-2 {
 +
    background-image: url("https://unsplash.it/1920/1080?image=1050");
 +
    min-height: 400px;
 +
}
 +
 
 +
/* Third image (Contact) */
 +
.bgimg-3 {
 +
    background-image: url("https://unsplash.it/g/1920/1080?image=1051");
 +
    min-height: 400px;
 +
}
 +
 
 +
.w3-wide {letter-spacing: 10px;}
 +
.w3-hover-opacity {cursor: pointer;}
 +
 
 +
/* Turn off parallax scrolling for tablets and phones */
 +
@media only screen and (max-device-width: 1024px) {
 +
    .bgimg-1, .bgimg-2, .bgimg-3 {
 +
        background-attachment: scroll;
 +
    }
 +
}
 +
</style>
 +
 
 +
<body>
 +
 
 +
<!-- Navbar code (sits on top) -->
  
<nav class="navbar navbar-default">
+
<!--
   <div class="container-fluid">
+
<div class="w3-top">
    <!-- Brand and toggle get grouped for better mobile display -->
+
   <div class="w3-bar w3-purple w3-wide w3-padding">
     <div class="navbar-header">
+
     <div class="w3-right w3-hide-small">
       <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
+
       <a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-left" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
        <span class="sr-only">Toggle navigation</span>
+
      <i class="fa fa-bars"></i>
        <span class="icon-bar"></span>
+
    </a>
        <span class="icon-bar"></span>
+
      <a href="#projects" class="w3-bar-item w3-button">Projects</a>
        <span class="icon-bar"></span>
+
      <a href="#about" class="w3-bar-item w3-button">About</a>
      </button>
+
       <a href="#contact" class="w3-bar-item w3-button">Contact</a>
       <a class="navbar-brand" href="#"> Home </a>
+
 
     </div>
 
     </div>
 +
  </div>
 +
</div>
 +
-->
  
    <!-- Collect the nav links, forms, and other content for toggling -->
+
<div class="w3-top">
    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
  <div class="w3-bar" "w3-right" "w3-hide-small" id="myNavbar">
      <ul class="nav navbar-nav">
+
    <a class="w3-bar-item w3-button w3-hover-purple w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
        <li class="active"><a href="#"> Project <span class="sr-only">(current)</span></a></li>
+
      <i class="fa fa-bars"></i>
        <li><a href="#">Link</a></li>
+
    </a>
        <li class="dropdown">
+
    <a href="#contact" class="w3-bar-item w3-button w3-hide-small w3-right nav-link"> Human Practices </a>
          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Team <span class="caret"></span></a>
+
    <a href="#parts" class= "w3-bar-item w3-button w3-hide-small w3-right nav-link"> Parts </a>
          <ul class="dropdown-menu">
+
    <a href="#lab" class="w3-bar-item w3-button w3-hide-small w3-right nav-link"> Lab </a>
            <li><a href="#">Meet the team!</a></li>
+
    <a href="#portfolio" class="w3-bar-item w3-button w3-hide-small w3-right nav-link"> Project </a>
            <li><a href="#">Attributions</a></li>
+
    <a href="#about" class="w3-bar-item w3-button w3-hide-small w3-right nav-link"> Team </a>
            <li><a href="#">Contributions </a></li>
+
    <a href="#home" class="w3-bar-item w3-button w3-hide-small w3-right nav-link">HOME</a>
          </ul>
+
  </div>
        </li>
+
 
+
        <li><a href="#">Lab</a></li>
+
        <li class="dropdown">
+
          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Parts <span class="caret"></span></a>
+
          <ul class="dropdown-menu">
+
            <li><a href="#">Action</a></li>
+
            <li><a href="#">Another action</a></li>
+
            <li><a href="#">Something else here</a></li>
+
            <li role="separator" class="divider"></li>
+
            <li><a href="#">Separated link</a></li>
+
          </ul>
+
        </li>
+
      </ul>
+
    </div><!-- /.navbar-collapse -->
+
  </div><!-- /.container-fluid -->
+
</nav>
+
  
  
<footer id="nav_foot">
+
  <!-- Navbar on small screens -->
        <div class="row">
+
  <div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
          <div class="col-sm-3"></div>
+
    <a href="#home" class="w3-bar-item w3-button nav-link" onclick="toggleFunction()">Home</a>
          <div class="col-sm-4">
+
    <a href="#about" class="w3-bar-item w3-button nav-link" onclick="toggleFunction()">Team</a>
            <div>
+
    <a href="#portfolio" class="w3-bar-item w3-button nav-link" onclick="toggleFunction()">Project</a>
              <p><strong>Northwestern University</strong><br>
+
    <a href="#lab" class="w3-bar-item w3-button w3-hide-small nav-link"> Lab </a>
                Technological Institute<br>
+
    <a href="#parts" class= "w3-bar-item w3-button w3-hide-small nav-link"> Parts </a>
                2145 Sheridan Rd<br>
+
    <a href="#contact" class="w3-bar-item w3-button nav-link" onclick="toggleFunction()">Human Practices</a>
                Evanston, IL 60208</p>
+
  </div>
            </div>
+
</div>
          </div>
+
          <div class="col-sm-4">
+
  
 +
<!-- First Parallax Image with Logo Text -->
 +
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
 +
  <div class="w3-display-middle" style="white-space:nowrap;">
 +
    <span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">WEBSITE <span class="w3-hide-small">UNDER</span> CONSTRUCTION</span>
 +
  </div>
 +
</div>
 +
 +
<!-- Container (About Section) -->
 +
<div class="w3-content w3-container w3-padding-64" id="about">
 +
  <h3 class="w3-center">ABOUT ME</h3>
 +
  <p class="w3-center"><em>I love photography</em></p>
 +
  <p>We have created a fictional "personal" website/blog, and our fictional character is a hobby photographer. Lorem ipsum dolor sit amet, consectetur adipiscing 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 consectetur adipiscing 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.</p>
 +
  <div class="w3-row">
 +
    <div class="w3-col m6 w3-center w3-padding-large">
 +
      <p><b><i class="fa fa-user w3-margin-right"></i>My Name</b></p><br>
 +
      <img src="https://unsplash.it/g/1920/1080?image=1052" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Photo of Me" width="500" height="333">
 +
    </div>
 +
 +
    <!-- Hide this text on small devices -->
 +
    <div class="w3-col m6 w3-hide-small w3-padding-large">
 +
      <p>Welcome to my website. I am lorem ipsum consectetur adipiscing 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 consectetur adipiscing 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.</p>
 +
    </div>
 +
  </div>
 +
  <p class="w3-large w3-center w3-padding-16">Im really good at:</p>
 +
  <p class="w3-wide"><i class="fa fa-camera"></i>Photography</p>
 +
  <div class="w3-light-grey">
 +
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:90%">90%</div>
 +
  </div>
 +
  <p class="w3-wide"><i class="fa fa-laptop"></i>Web Design</p>
 +
  <div class="w3-light-grey">
 +
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:85%">85%</div>
 +
  </div>
 +
  <p class="w3-wide"><i class="fa fa-photo"></i>Photoshop</p>
 +
  <div class="w3-light-grey">
 +
    <div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:75%">75%</div>
 +
  </div>
 +
</div>
 +
 +
<div class="w3-row w3-center w3-dark-grey w3-padding-16">
 +
  <div class="w3-quarter w3-section">
 +
    <span class="w3-xlarge">14+</span><br>
 +
    Partners
 +
  </div>
 +
  <div class="w3-quarter w3-section">
 +
    <span class="w3-xlarge">55+</span><br>
 +
    Projects Done
 +
  </div>
 +
  <div class="w3-quarter w3-section">
 +
    <span class="w3-xlarge">89+</span><br>
 +
    Happy Clients
 +
  </div>
 +
  <div class="w3-quarter w3-section">
 +
    <span class="w3-xlarge">150+</span><br>
 +
    Meetings
 +
  </div>
 +
</div>
 +
 +
<!-- Second Parallax Image with Portfolio Text -->
 +
<div class="bgimg-2 w3-display-container w3-opacity-min">
 +
  <div class="w3-display-middle">
 +
    <span class="w3-xxlarge w3-text-white w3-wide">PORTFOLIO</span>
 +
  </div>
 +
</div>
 +
 +
<!-- Container (Portfolio Section) -->
 +
<div class="w3-content w3-container w3-padding-64" id="portfolio">
 +
  <h3 class="w3-center"> Our Team </h3>
 +
  <p class="w3-center"><em> Get to know the brains behind the brawn.<br> Click on the images to make them bigger and learn more about 2017 NU iGEM team !</em></p><br>
 +
 +
  <!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
 +
  <div class="w3-row-padding w3-center">
 +
    <div class="w3-col m3">
 +
      <img src="https://static.igem.org/mediawiki/2017/8/8a/T-Northwestern_headshot_chuck.jpeg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt= "Charley, Major: Mechanical Engineering, Year: Junior || If you need any proof that irony is a fickle mistress, I am a local Evanston townie who grew up making fun of nerdy NU students. As a Wildcat, I spend my days as a mechanical engineering student who loves math and building things. Some of my many eclectic interests include product design, hydroponics, manufacturing, renewable energy, and why people are interested in the Kardashians. When I’m not doing STEM related activities, you can find me at the beach, a Will Ferrel Movie, or doing a cheesy 90’s workout video.">
 +
    </div>
 +
 +
    <div class="w3-col m3">
 +
      <img src="https://unsplash.it/1920/1080?image=1054" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Coffee beans">
 +
    </div>
 +
 +
    <div class="w3-col m3">
 +
      <img src="https://unsplash.it/g/1920/1080?image=1055" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Bear closeup">
 +
    </div>
 +
 +
    <div class="w3-col m3">
 +
      <img src="https://unsplash.it/1920/1080?image=1056" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Quiet ocean">
 +
    </div>
 +
  </div>
 +
 +
  <div class="w3-row-padding w3-center w3-section">
 +
    <div class="w3-col m3">
 +
      <img src="https://unsplash.it/1920/1080?image=1057" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="The mist">
 +
    </div>
 +
 +
    <div class="w3-col m3">
 +
      <img src="https://unsplash.it/g/1920/1080?image=1058" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="My beloved typewriter">
 +
    </div>
 +
 +
    <div class="w3-col m3">
 +
      <img src="https://unsplash.it/1920/1080?image=1059" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Empty ghost train">
 +
    </div>
 +
 +
    <div class="w3-col m3">
 +
      <img src="https://unsplash.it/g/1920/1080?image=1060" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Sailing">
 +
    </div>
 +
    <button class="w3-button w3-padding-large w3-light-grey" style="margin-top:64px">LOAD MORE</button>
 +
  </div>
 +
</div>
 +
 +
<!-- Modal for full size images on click-->
 +
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
 +
  <span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span>
 +
  <div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
 +
    <img id="img01" class="w3-image">
 +
    <p id="caption" class="w3-opacity w3-large"></p>
 +
  </div>
 +
</div>
 +
 +
<!-- Third Parallax Image with Portfolio Text -->
 +
<div class="bgimg-3 w3-display-container w3-opacity-min">
 +
  <div class="w3-display-middle">
 +
    <span class="w3-xxlarge w3-text-white w3-wide">CONTACT</span>
 +
  </div>
 +
</div>
 +
 +
<!-- Container (Contact Section) -->
 +
<div class="w3-content w3-container w3-padding-64" id="contact">
 +
  <h3 class="w3-center">WHERE I WORK</h3>
 +
  <p class="w3-center"><em>I'd love your feedback!</em></p>
 +
 +
  <div class="w3-row w3-padding-32 w3-section">
 +
    <div class="w3-col m4 w3-container">
 +
      <!-- Add Google Maps -->
 +
      <div id="googleMap" class="w3-round-large w3-greyscale" style="width:100%;height:400px;"></div>
 +
    </div>
 +
    <div class="w3-col m8 w3-panel">
 +
      <div class="w3-large w3-margin-bottom">
 +
        <i class="fa fa-map-marker fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i><strong> Northwestern University</strong><br>
 +
        <i class="fa fa-envelope fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i> Email: mail@mail.com<br>
 +
      </div>
 +
      <p>Swing by for a cup of <i class="fa fa-coffee"></i>, or leave me a note:</p>
 +
      <form action="/action_page.php" target="_blank">
 +
        <div class="w3-row-padding" style="margin:0 -16px 8px -16px">
 +
          <div class="w3-half">
 +
            <input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
 +
          </div>
 +
          <div class="w3-half">
 +
            <input class="w3-input w3-border" type="text" placeholder="Email" required name="Email">
 
           </div>
 
           </div>
 
         </div>
 
         </div>
       </footer>
+
        <input class="w3-input w3-border" type="text" placeholder="Message" required name="Message">
 +
        <button class="w3-button w3-black w3-right w3-section" type="submit">
 +
          <i class="fa fa-paper-plane"></i> SEND MESSAGE
 +
        </button>
 +
       </form>
 +
    </div>
 +
  </div>
 +
</div>
  
 +
<!-- Footer -->
 +
<footer class="w3-center w3-purple w3-padding-64 w3-opacity w3-hover-opacity-off">
 +
  <div class="w3-xlarge w3-section">
 +
    <i class="fa fa-twitter w3-hover-opacity"> Check us out on Twitter! </i>
 +
    <div> </div>
 +
    <div> </div>
 +
    <i class="fa fa-envelope w3-hover-opacity"> Contact us at nuigem2017@gmail.com </i>
 +
  </div>
 +
</footer>
 +
</footer>
 +
 +
<!-- Add Google Maps -->
 +
<script>
 +
function myMap()
 +
{
 +
  myCenter=new google.maps.LatLng(42.057879, -87.676537);
 +
  var mapOptions= {
 +
    center:myCenter,
 +
    zoom:12, scrollwheel: false, draggable: false,
 +
    mapTypeId:google.maps.MapTypeId.ROADMAP
 +
  };
 +
  var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions);
  
 +
  var marker = new google.maps.Marker({
 +
    position: myCenter,
 +
  });
 +
  marker.setMap(map);
 +
}
  
 +
// Modal Image Gallery
 +
function onClick(element) {
 +
  document.getElementById("img01").src = element.src;
 +
  document.getElementById("modal01").style.display = "block";
 +
  var captionText = document.getElementById("caption");
 +
  captionText.innerHTML = element.alt;
 +
}
  
</body>
+
// Change style of navbar on scroll
 +
window.onscroll = function() {myFunction()};
 +
function myFunction() {
 +
    var navbar = document.getElementById("myNavbar");
 +
    if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
 +
        navbar.className = "w3-bar" + " w3-card-2" + " w3-animate-top" + " w3-white";
 +
    } else {
 +
        navbar.className = navbar.className.replace(" w3-card-2 w3-animate-top w3-white", "");
 +
    }
 +
}
  
 +
// Used to toggle the menu on small screens when clicking on the menu button
 +
function toggleFunction() {
 +
    var x = document.getElementById("navDemo");
 +
    if (x.className.indexOf("w3-show") == -1) {
 +
        x.className += " w3-show";
 +
    } else {
 +
        x.className = x.className.replace(" w3-show", "");
 +
    }
 +
}
 +
</script>
 +
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA5bk1K4OZq4w-CHBYP1_NFd1259WfHOro&callback=myMap"></script>
  
 +
 +
</body>
 
</html>
 
</html>

Revision as of 19:41, 27 June 2017

Northwestern Template

WEBSITE UNDER CONSTRUCTION

ABOUT ME

I love photography

We have created a fictional "personal" website/blog, and our fictional character is a hobby photographer. Lorem ipsum dolor sit amet, consectetur adipiscing 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 consectetur adipiscing 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.

My Name


Photo of Me

Welcome to my website. I am lorem ipsum consectetur adipiscing 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 consectetur adipiscing 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.

Im really good at:

Photography

90%

Web Design

85%

Photoshop

75%
14+
Partners
55+
Projects Done
89+
Happy Clients
150+
Meetings
PORTFOLIO

Our Team

Get to know the brains behind the brawn.
Click on the images to make them bigger and learn more about 2017 NU iGEM team !


Charley, Major: Mechanical Engineering, Year: Junior || If you need any proof that irony is a fickle mistress, I am a local Evanston townie who grew up making fun of nerdy NU students. As a Wildcat, I spend my days as a mechanical engineering student who loves math and building things. Some of my many eclectic interests include product design, hydroponics, manufacturing, renewable energy, and why people are interested in the Kardashians. When I’m not doing STEM related activities, you can find me at the beach, a Will Ferrel Movie, or doing a cheesy 90’s workout video.
Coffee beans
Bear closeup
Quiet ocean
The mist
My beloved typewriter
Empty ghost train
Sailing

CONTACT

WHERE I WORK

I'd love your feedback!

Northwestern University
Email: mail@mail.com

Swing by for a cup of , or leave me a note:

Check us out on Twitter!
Contact us at nuigem2017@gmail.com