Difference between revisions of "Team:DTU-Denmark"

 
(295 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
<head>  
 
<head>  
    <style>
 
  
     /***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
+
     <!-- importing style sheet -->
 
+
    /* Clear the default wiki settings */
+
 
+
    #home_logo, #sideMenu { display:none; }
+
    #sideMenu, #top_title, .patrollink  {display:none;}
+
    #content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
+
    body {background-color:white; }
+
    #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
  
 +
    <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:DTU-Denmark/stylesheetmain?action=raw&ctype=text/css">
  
 +
    <!-- This tells the browser that your page is responsive -->
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
  
 +
</head>
  
    /***************************************************** RESPONSIVE STYLING ****************************************************/
 
  
  
     /* IF THE SCREEN IS LESS THAN 1200PX */
+
<body id="mainpage">
 +
     <div id="windowcontent">
  
     @media only screen and (max-width: 1200px) {
+
     <!-- header contains the top navbar creates a 1 column (12) row containing the header and defines the dropdown list -->
        #content {width:100%; }
+
        .igem_2017_menu_wrapper {width:15%; right:0;}
+
        .highlight {padding:10px 0px;}
+
        .igem_2017_menu_wrapper #display_menu_control { display:none; }
+
        #menu_content { display:block;}
+
        .menu_button.direct_to_page {padding-left: 17px;}
+
    }
+
  
 +
    <div class="row">
 +
        <div class="col-12 rmvpadmarg tofront fixed">
 +
            <nav class="navbar">
 +
            </nav>
 +
        </div>
 +
    </div>
  
     /* IF THE SCREEN IS LESS THAN 800PX */
+
     <!-- Take tour button -->
  
     @media only screen and (max-width: 800px) {
+
     <div id="tourbtn">
         .igem_2017_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;}
+
         <a href="https://2017.igem.org/Team:DTU-Denmark/Tour_Introduction">
        .igem_2017_content_wrapper {width:100%; margin-left:0px;}
+
            <img src="https://static.igem.org/mediawiki/2017/2/27/T--DTU-Denmark--Take_Tour_Button.png" alt="Take a tour of our site!">
        .column.half_size  {width:100%; }
+
         </a>
        .column.full_size img, .column.half_size img {  width: 100%; padding: 10px 0px;}
+
     </div>
        .highlight {padding:15px 5px;}
+
        .igem_2017_menu_wrapper #display_menu_control { display:block; }
+
        #menu_content { display:none;}
+
        .igem_2017_menu_wrapper .menu_button .expand_collapse_icon { width: 5%; }
+
         .menu_bottom_padding {display:none;}
+
        .menu_button.direct_to_page { padding-left: 36px; }
+
     }
+
  
 +
    <!-- Creates a 1 column (12) row containing the parallax splash screen -->
  
     /* special class that the system uses to make sure the team wants a page to be evaluated */
+
     <div class="row">
 +
        <div class="col-12">
 +
            <div class="parallax">
 +
                <div class="parallaxtext">
 +
            <p id="homepageheadline1">Snakebite Detectives</p>
 +
    <p id="homepageheadline2">iGEM 2017</p>
 +
                </div>
 +
<div class="parallaxfade"></div>
 +
    </div>
 +
        </div>
 +
    </div>
  
     .judges-will-not-evaluate {
+
     <div class="row">
        width: 96.6%;
+
        <div class="col-12">
        margin: 5px 15px;
+
            <div class="Rounddownbtncontainer">
        display: block;
+
                <div class="Rounddownbtn">
        border: 4px solid #3399ff;
+
                    <a class="jumptocontent" href="#roundbtnjump">
         font-weight: bold;
+
                        <img src="https://static.igem.org/mediawiki/2017/d/d1/T--DTU-Denmark--twodownarrows.png" alt="Down" height="70">
     }
+
                    </a>
 +
                </div>
 +
            </div>
 +
         </div>
 +
     </div>
  
    /***** IMPORTANT THINGS *****/
 
  
     /*overwriting iGEM styles and other important stuff*/
+
     <!-- creates a 3 column (2-8-2) row with the main container and air on each side -->
  
#windowcontent * {
+
    <div class="maincontainer" id="roundbtnjump">
  box-sizing: border-box;
+
  font-family: sans-serif, "Times New Roman", Times, serif;
+
  margin: 0px;
+
  padding: 0px;
+
  width: inherit;
+
  height: inherit;
+
}
+
  
ul, ol {
+
        <!-- creates the main container (text area) -->
  list-style: none;
+
}
+
  
/*makes the website span from edge to edge of the viewport*/
+
        <div class="colp-12 rmvpadmarg" id="startchange">
 +
            <h1 class="bottomborder">The most neglected tropical disease</h1>
  
body {
+
            <div class="row rmvpadmarg">
  position: relative;
+
                <div class="col-1 rmvpadmarg" style="white-space: pre;"><p> </p></div>
  width: 100%;
+
  margin: 0px;
+
  padding: 0px;
+
}
+
  
/*centers all headlines as standard*/
+
                <div class="col-10 rmvpadmarg">
 +
                    <div id="snakewtext">
 +
                      <img src="https://static.igem.org/mediawiki/2017/2/23/T--DTU-Denmark--main_snake_front_page_v2.png" alt="Main project overview" width="800">
 +
                    </div>
 +
                </div>
  
h1, h2, h3, h4, h5, h6 {
+
                <div class="col-1 rmvpadmarg" style="white-space: pre;"><p> </p></div>
  text-align: center;
+
            </div>
}
+
  
/*defines percentage columns used for layout so everything but the main content spans from edge to edge of the viewport*/
+
<!--        <div class="row imgmenu">
 +
                <div class="col-5 rmvpadmarg">
 +
                    <div class="imgmenuitem">
 +
                        <a href="#">
 +
                            <div class="imgmenucontent img1"></div>
 +
                            <div class="imgmenuoverlay">
 +
                                <h3 class="rmvpadmarg">What is the problem</h3>
 +
                                <p>Some very informative text that will make the user click the link and learn more about our project</p>
 +
                            </div>
 +
                        </a>
 +
                    </div>
 +
                </div>
 +
                <div class="col-2 rmvpadmarg" style="white-space: pre;"><p> </p></div>
 +
                <div class="col-5 rmvpadmarg">
 +
                    <div class="imgmenuitem right">
 +
                        <a href="#">
 +
                            <div class="imgmenucontent img2"></div>
 +
                            <div class="imgmenuoverlay">
 +
                                <h3 class="rmvpadmarg">Where is the problem</h3>
 +
                                <p>Some more very informative text that will make the user click the link and learn more about our project</p>
 +
                            </div>
 +
                        </a>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
-->
 +
     
  
.col-1 {
+
        </div>
  width: 08.33%;
+
    </div>
}
+
.col-2 {
+
  width: 16.66%;
+
}
+
.col-3 {
+
  width: 25.00%;
+
}
+
.col-4 {
+
  width: 33.33%;
+
}
+
.col-5 {
+
  width: 41.66%;
+
}
+
.col-6 {
+
  width: 50.00%;
+
}
+
.col-7 {
+
  width: 58.33%;
+
}
+
.col-8 {
+
  width: 66.66%;
+
}
+
.col-9 {
+
  width: 75.00%;
+
}
+
.col-10 {
+
  width: 83.33%;
+
}
+
.col-11 {
+
  width: 91.66%;
+
}
+
.col-12 {
+
  width: 100.0%;
+
}
+
  
/*defines columns in pixels used for main content area, so user zoom will not affect the layout*/
+
    <!-- creates a 4 column (3-3-3-3) design with 1 and 4 being whitespace, 3 is "FIND US AT" and 4 sponsors-->
 +
   
 +
    <footer class="rmvpadmarg" id="footer">
 +
        <div class="footercontainer">
 +
           
 +
            <!-- left footer whitespace -->
 +
           
 +
            <div class="colp-1 rmvpadmarg" style="white-space: pre;">
 +
                <p> </p>
 +
            </div>
 +
           
 +
            <!-- contact information display in footer -->
 +
           
 +
            <div class="colp-5 rmvpadmarg">
 +
                <div class="rmvlinkstyle footercolstyle leftfootercol">
 +
                    <p>FIND US AT</p>
 +
                    <a href="mailto:dtubiobuilders@gmail.com">
 +
                        <img src="https://static.igem.org/mediawiki/2017/e/e6/T--DTU-Denmark--mail_logo.svg" alt="Mail" height="40" style="filter: invert(100%);">
 +
                    </a>
 +
                    <a href="https://www.instagram.com/igem_dtubiobuilders/?hl=da">
 +
                        <img src="https://static.igem.org/mediawiki/2017/9/9f/T--DTU-Denmark--instagram_logo.png" alt="Instagram" height="40">
 +
                    </a>
 +
                    <a href="https://www.facebook.com/dtubiobuilders/?fref=ts">
 +
                        <img src="https://static.igem.org/mediawiki/2017/2/20/T--DTU-Denmark--facebook_logo.png" alt="Facebook" height="40" style="filter: invert(100%);">
 +
                    </a>
 +
                    <a href="https://twitter.com/iGEM_DTU">
 +
                        <img src="https://static.igem.org/mediawiki/2017/7/7d/T--DTU-Denmark--twitter_logo.png" alt="Twitter" height="40" style="filter: invert(100%);">
 +
                    </a><br />
 +
                    <span>DTU BIOBUILDERS</span><br />
 +
                    <span>DENMARK</span><br />
 +
                    <span>DTU - SØLTOFTS PLADS, BYGN. 221/006</span><br />
 +
                    <span>2800 KGS. LYNGBY</span><br />
 +
                </div>
 +
            </div>
 +
           
 +
            <!-- main sponsors footer display -->
 +
           
 +
            <div class="colp-5 rmvpadmarg">
 +
                <div class="rmvlinkstyle footercolstyle rightfootercol">
 +
                    <p>MAIN SPONSORS</p>
 +
                    <span>
 +
                        <a href="http://www.omfonden.dk/information/">
 +
                            <img src="https://static.igem.org/mediawiki/2016/f/f3/T--DTU-Denmark--OM_logo.jpg" alt="Otto Mønsted" align="middle" width="150">
 +
                        </a>
 +
                        <a href="http://www.novonordiskfonden.dk/">
 +
                            <img src="https://static.igem.org/mediawiki/2016/4/45/T--DTU-Denmark--nnfond_logo.png" alt="Lundbeck fundation" align="middle" width="150">
 +
                        </a>
 +
                    </span><br/>
 +
                    <span>
 +
                        <!-- <a href="http://www.lundbeckfonden.com/">
 +
                            <img src="https://static.igem.org/mediawiki/2016/c/ce/T--DTU-Denmark--LF_logo.jpg" alt="Lundbeck fundation" align="middle" width="150">
 +
                        </a> -->
 +
                        <a href="http://www.dtu.dk/Uddannelse/Studieliv/Faa-mere-ud-af-dit-studie/DTU-Blue-Dot-Projects">
 +
                            <img src="https://static.igem.org/mediawiki/2016/d/d7/T--DTU-Denmark--DTU_logo.png" alt="DTU blue dot" align="middle" width="150">
 +
                        </a>
 +
                    </span>
 +
                </div>
 +
            </div>
 +
           
 +
            <!-- right footer whitespace -->
 +
           
 +
            <div class="colp-1 rmvpadmarg" style="white-space: pre;">
 +
                <p> </p>
 +
            </div>
 +
        </div>
 +
    </footer>
 +
   
 +
    <!-- This div ending is windowcontent. Everything should be before this -->
 +
    </div>
 +
   
  
.colp-1 {
 
  width: calc(1000px/12);
 
}
 
.colp-2 {
 
  width: calc(1000px/12*2);
 
}
 
.colp-3 {
 
  width: calc(1000px/12*3);
 
}
 
.colp-4 {
 
  width: calc(1000px/12*4);
 
}
 
.colp-5 {
 
  width: calc(1000px/12*5);
 
}
 
.colp-6 {
 
  width: calc(1000px/12*6);
 
}
 
.colp-7 {
 
  width: calc(1000px/12*7);
 
}
 
.colp-8 {
 
  width: calc(1000px/12*8);
 
}
 
.colp-9 {
 
  width: calc(1000px/12*9);
 
}
 
.colp-10 {
 
  width: calc(1000px/12*10);
 
}
 
.colp-11 {
 
  width: calc(1000px/12*11);
 
}
 
.colp-12 {
 
  width: 1000px;
 
}
 
  
/*makes all the columns go to the left of the page and "stack" to the right if room*/
 
  
[class*="col-"] {
+
    <!-- importing script (fade to black effect of navbar) -->
  float: left;
+
    <script type="text/javascript" src="https://2017.igem.org/Team:DTU-Denmark/jsnavbarfade?action=raw&ctype=text/javascript"></script>
  padding: 15px;
+
}
+
  
[class*="colp-"] {
 
  float: left;
 
  padding: 15px;
 
}
 
 
/*********** EACH ROW MUST BE 12 COLUMNS TOTAL ************/
 
 
/*(example col-4, col-6, col-2 is a row) clears the row of other content*/
 
 
.row::after {
 
  content: "";
 
  clear: both;
 
  display: table;
 
}
 
 
    /***** NAVBAR *****/
 
 
    /*defines key properties of the nav bar*/
 
 
    nav {
 
      margin: 0px;
 
      padding: 0px;
 
      overflow: hidden;
 
      top: 0px;
 
      width: 100%;
 
      height: 40px;
 
    }
 
 
    /*helps center navar. The sum of the nav bar choice widths is 1000px (5*200px)*/
 
 
    .navbarcenter {
 
      width: 1000px;
 
      margin: auto;
 
    }
 
 
    /*hides list*/
 
 
      nav navbarcenter ul {
 
      list-style-type: none;
 
      padding: 0px;
 
      margin: 0px;
 
    }
 
 
    /*makes nav bar choices float next to each other*/
 
 
    .dropdown {
 
      float: right;
 
      height: 40px;
 
    }
 
 
/*layout of nav bar choice buttons*/
 
 
  .dropdown .dropbtn {
 
  height: 40px;
 
  display: inline-block;
 
  color: green;
 
  text-align: center;
 
  padding: 10px 16px;
 
  width: 200px;
 
  text-decoration: none;
 
  font-size: 1em;
 
  font-family: sans-serif, "Times New Roman", Times, serif;
 
  }
 
 
/*hides dropdown choices, sets background and shadows. makes sure that the width is not less than the width of the nav bar choice buttons*/
 
 
.dropdown-content {
 
  -webkit-transition: background 1.5s; /* Safari */
 
  transition: background 1.5s;
 
  display: none;
 
  position: absolute;
 
  background-color: transparent;
 
  min-width: 200px;
 
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
  z-index: 1;
 
}
 
 
 
/*displays dropdown content when nav bar choice is hovered*/
 
 
.dropdown:hover .dropdown-content, .dropdown:focus .dropdown-content {
 
  display: block;
 
}
 
 
 
/*defines nav bar dropdown link layout*/
 
 
.dropdown-content a {
 
  color: black;
 
  background-color: white;
 
  padding: 12px 16px;
 
  text-decoration: none;
 
  display: block;
 
  text-align: left;
 
}
 
 
/*changes navbar dropdown menu color when choice is hovered*/
 
 
.dropdown-content a:hover, .dropdown-content a:focus {
 
    background-color: rgb(235,235,235);
 
}
 
 
 
    </style>
 
 
 
    <title>DTU iGEM wiki 2017</title>
 
    <meta charset="UTF-8"> 
 
 
    <!-- importing style sheet -->
 
 
    <!-- <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:DTU-Denmark/stylesheetmain?action=raw&ctype=text/css"> -->
 
 
    <!-- This tells the browser that your page is responsive -->
 
 
    <meta name="viewport" content="width=device-width, initial-scale=1">
 
 
</head>
 
 
 
 
<body>
 
    <div id="windowcontent">
 
    <!-- header contains the top navbar
 
        creates a 1 column (12) row containing the header
 
        and defines the dropdown list-->
 
    <div class="col-12 rmvpadmarg tofront" style="position: fixed;">
 
        <nav class="navbar">
 
            <div class="navbarcenter">
 
                <ul class="rmvpadmarg">
 
                    <li class="dropdown">
 
                        <a href="#" class="dropbtn">Team</a>
 
                        <div class="dropdown-content">
 
                            <a href="#">Members</a>
 
                            <a href="#">Funds</a>
 
                            <a href="#">Sponsors</a>
 
                        </div>
 
                    </li>
 
                    <li class="dropdown">
 
                <a href="#" class="dropbtn">Human practices</a>
 
              <div class="dropdown-content">
 
                <a href="#">Integrated practices</a>
 
                <a href="#">Public engagement</a>
 
                  <a href="#">Collaborations</a>
 
                </div>
 
          </li>
 
          <li class="dropdown">
 
              <a href="#" class="dropbtn">Notes</a>
 
              <div class="dropdown-content">
 
                    <a href="#">Lab diary</a>
 
                    <a href="#">Protocols</a>
 
                  <a href="#">Criteria</a>
 
                    <a href="#">Brainstorm</a>
 
                </div>
 
          </li>   
 
          <li class="dropdown">
 
              <a href="#" class="dropbtn">Modelling</a>
 
              <div class="dropdown-content">
 
                  <a href="#">Overview</a>
 
                  <a href="#">In depth</a>
 
              </div>
 
          </li> 
 
          <li class="dropdown">
 
                <a href="#" class="dropbtn">Project</a>
 
              <div class="dropdown-content">
 
                  <a href="#">Description</a>
 
                  <a href="#">Results</a>
 
                  <a href="#">Prototype</a>
 
              </div>
 
          </li> 
 
        </ul>
 
      </div>
 
    </nav>
 
  </div>
 
  </div>
 
  
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 22:07, 1 November 2017

Snakebite Detectives

iGEM 2017

The most neglected tropical disease

Main project overview

FIND US AT

Mail Instagram Facebook Twitter
DTU BIOBUILDERS
DENMARK
DTU - SØLTOFTS PLADS, BYGN. 221/006
2800 KGS. LYNGBY

MAIN SPONSORS

Otto Mønsted Lundbeck fundation
DTU blue dot