Difference between revisions of "Team:Uppsala/test18"

(Created page with "{{Uppsala/javascript/iGemRemoval_js}} {{Uppsala/css_removal}} {{Uppsala/main_template}} {{Uppsala/scroll-button}} {{Uppsala/javascript/scroll-button}} {{Uppsala/javascript/red...")
 
Line 20: Line 20:
  
  
body {
 
width: 100%;
 
margin: 0;
 
padding: 0;
 
  
 +
div#sponsor-img1  {
 +
      content:url(https://static.igem.org/mediawiki/2018/6/6c/T--Uppsala--IDT-logo.png);
 
}
 
}
 +
 +
div#sponsor-img2  {
 +
      content:url(https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png);
 +
}
 +
 +
div#sponsor-img3  {
 +
      content:url(https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png);
 +
}
 +
 +
div#sponsor-img4  {
 +
      content:url(https://static.igem.org/mediawiki/2018/c/cc/T--Uppsala--logo_merck.png);
 +
}
 +
 +
div#sponsor-img5  {
 +
      content:url(https://static.igem.org/mediawiki/2018/2/2d/T--Uppsala--NBS.png);
 +
}
 +
 +
div#sponsor-img6  {
 +
      content:url(https://static.igem.org/mediawiki/2018/1/1a/T--Uppsala--NEB.svg);
 +
}
 +
 +
div#sponsor-img7  {
 +
      content:url(https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png);
 +
}
 +
 +
div#sponsor-img8  {
 +
      content:url(https://static.igem.org/mediawiki/2018/c/cc/T--Uppsala--logo_merck.png);
 +
}
 +
 +
div#sponsor-img9  {
 +
      content:url(https://static.igem.org/mediawiki/2018/2/2d/T--Uppsala--NBS.png);
 +
}
 +
 +
div#sponsor-img10  {
 +
      content:url(https://static.igem.org/mediawiki/2018/1/1a/T--Uppsala--NEB.svg);
 +
}
 +
 +
 +
 +
 +
 +
 +
  
  
  
  
/*
 
  
 
@media only screen and (max-width: 800px) {
 
@media only screen and (max-width: 800px) {
Line 52: Line 92:
  
  
 
+
/* DESKTOP */
  
 
@media all and (max-width: 999999999px) and (min-width: 1340px) {
 
@media all and (max-width: 999999999px) and (min-width: 1340px) {
  
*/
+
/* Footer Parent Div Styling */
  
 +
.footer {
 +
 
 +
  width:100%;
 +
  background-color:#fff;
 +
  margin: 0 auto;
  
/*
+
}
 +
 
 +
 
 +
/* H3 Styling */
  
 
h3.left {
 
h3.left {
Line 84: Line 132:
 
    
 
    
  
 +
/* List Styling */
  
 
   ul {
 
   ul {
Line 101: Line 150:
 
   
 
   
  
*/
+
/* Utility Links Div Styling */
 +
 
 +
.utility-links {
 +
 
 +
  width: 50%;
 +
  height: 150px;
 +
  background-color:#fff;
 +
  margin: 40px auto 0 auto;
 +
 
 +
}
 +
 
 +
.rectangle {
 +
width: 1px;
 +
height: 100px;
 +
background: #D8D8D8;
 +
  margin: 0 30px 0 0;
 +
  float: left;
 +
  display: inline-block;
 +
 
 +
}
  
/*
 
 
    
 
    
 +
/* Help Styling */
  
 +
.help {
 +
 +
  width: 30%;
 +
  height: 100px;
 +
  float: left;
 +
  margin: 0;
 +
  display: inline-block;
 +
 +
}
 +
 +
 +
.sponsor-img {
 +
 +
  width: 30%;
 +
  height: 100px;
 +
  float: left;
 +
  margin: 0;
 +
  display: inline-block;
 +
 +
}
 +
 +
 +
 +
 
 +
/* Help Img Icons*/
  
 
.help-img-icon {
 
.help-img-icon {
Line 115: Line 208:
  
  
 +
/* About Styling */
  
.s-card2 {
+
.about {
  
 
   width: 30%;
 
   width: 30%;
Line 127: Line 221:
  
  
.s-card3 {
+
/* Card Services Styling */
 +
 
 +
.card {
  
 
   width: 30%;
 
   width: 30%;
Line 138: Line 234:
  
  
 +
/* Newsletter-Social Container */
  
 
.newsletter-social {
 
.newsletter-social {
Line 147: Line 244:
 
}
 
}
 
      
 
      
   
+
 
 +
/* Newsletter Styling */
  
 
.newsletter {
 
.newsletter {
Line 201: Line 299:
  
  
 +
/* Social Media Styling */
  
 
.social {
 
.social {
Line 212: Line 311:
  
  
 
+
/* Copyright Styling */
  
 
.rectangle-horiz {
 
.rectangle-horiz {
Line 248: Line 347:
  
  
 
+
/* Link Styling */
  
 
a:link {
 
a:link {
Line 284: Line 383:
  
  
 
+
/* =TABLET */
  
 
@media all and (max-width: 1339px) and (min-width: 600px) {
 
@media all and (max-width: 1339px) and (min-width: 600px) {
  
 
+
/* Footer Parent Div Styling */
  
 
.footer {
 
.footer {
Line 298: Line 397:
 
}
 
}
  
 
+
/* H3 Styling */
  
 
h3.left {
 
h3.left {
Line 323: Line 422:
 
    
 
    
  
 
+
/* List Styling */
  
 
   ul {
 
   ul {
Line 342: Line 441:
  
  
 
+
/* Utility Links Div Styling */
  
 
.utility-links {
 
.utility-links {
Line 365: Line 464:
 
}
 
}
  
 
+
/* Help Styling */
  
 
.help {
 
.help {
Line 377: Line 476:
 
}
 
}
  
 
+
/* Help Img Icons*/
  
 
.help-img-icon {
 
.help-img-icon {
Line 387: Line 486:
  
  
 
+
/* About Styling */
  
 
.about {
 
.about {
Line 400: Line 499:
  
  
 
+
/* Card Services Styling */
  
 
.card {
 
.card {
Line 413: Line 512:
  
  
 +
/* Newsletter Styling */
  
 
.newsletter {
 
.newsletter {
Line 466: Line 566:
  
  
 
+
/* Social Media Styling */
  
 
.social {
 
.social {
Line 478: Line 578:
  
  
 
+
/* Copyright Styling */
  
 
.rectangle-horiz {
 
.rectangle-horiz {
Line 513: Line 613:
  
  
 
+
/* Link Styling */
  
 
a:link {
 
a:link {
Line 549: Line 649:
  
  
 +
 +
/* MOBILE */
  
 
@media all and (max-width: 599px) and (min-width: 100px) {
 
@media all and (max-width: 599px) and (min-width: 100px) {
  
 
    
 
    
 
+
/* Footer Parent Div Styling */
  
 
.footer {
 
.footer {
Line 563: Line 665:
 
}
 
}
  
 
+
/* H3 Styling */
  
 
h3.left {
 
h3.left {
Line 588: Line 690:
 
    
 
    
  
 
+
/* List Styling */
  
 
   ul {
 
   ul {
Line 606: Line 708:
 
   
 
   
  
 
+
/* Utility Links Div Styling */
  
 
.utility-links {
 
.utility-links {
Line 619: Line 721:
  
  
 
+
/* Help Styling */
  
 
.help {
 
.help {
Line 631: Line 733:
  
 
    
 
    
 
+
/* Help Img Icons*/
  
 
.help-img-icon {
 
.help-img-icon {
Line 640: Line 742:
  
  
 
+
/* About Styling */
  
 
.about {
 
.about {
Line 652: Line 754:
  
  
 
+
/* Card Services Styling */
  
 
.card {
 
.card {
Line 664: Line 766:
  
  
 
+
/* Newsletter Styling */
  
 
.newsletter {
 
.newsletter {
Line 716: Line 818:
  
  
 
+
/* Social Media Styling */
  
 
.social {
 
.social {
Line 726: Line 828:
  
  
 
+
/* Copyright Styling */
  
 
.rectangle-horiz {
 
.rectangle-horiz {
Line 762: Line 864:
  
  
 
+
/* Link Styling */
  
 
a:link {
 
a:link {
Line 797: Line 899:
  
  
*/
 
  
html {box-sizing: border-box; font-size: 62.5%;}
 
   
 
*, *:before, *:after {box-sizing: inherit;}
 
  
body {
 
background: #282828;
 
color: white;
 
font-family: 'Open Sans', sans-serif;
 
font-size: 1.2rem;
 
margin: 0;
 
}
 
  
 
 
.footer {
 
  width:100%;
 
  background-color:#fff;
 
  margin: 0 auto;
 
}
 
 
 
 
 
.utils-h {
 
 
  width: 50%;
 
  height: 150px;
 
  background-color:#000;
 
  margin: 40px auto 0 auto;
 
}
 
 
 
.sponsors {
 
 
  width: 100%;
 
  height: 150px;
 
  background-color:#000;
 
 
}
 
 
.rectangle {
 
width: 1px;
 
height: 100px;
 
background: #D8D8D8;
 
  margin: 0 30px 0 0;
 
  float: left;
 
  display: inline-block;
 
 
}
 
 
 
 
.s-card1 {
 
 
  width: 30%;
 
  height: 100px;
 
  float: left;
 
  margin: 0;
 
  display: inline-block;
 
 
}
 
 
 
.main-title {
 
background: #444;
 
border-bottom: 0.4rem solid #666;
 
border-top: 0.4rem solid #666;
 
margin-bottom: 4rem;
 
margin-top: 2rem;
 
padding-bottom: 1rem;
 
padding-top: 0.8rem;
 
}
 
 
h1 {
 
font-weight: 600;
 
line-height: 0.8;
 
text-align: center;
 
}
 
 
h2 {
 
font-size: 1.4rem;
 
font-weight: 400;
 
line-height: 0.8;
 
text-align: center;
 
}
 
 
.flex-wrapper {
 
margin-bottom: 2rem;
 
margin-top: 2rem;
 
}
 
 
.flex-grid {
 
display: flex;
 
justify-content: space-between;
 
text-align: center;
 
}
 
 
.flex-grid:nth-child(odd) div {background: #999; padding: 1rem 0;}
 
.flex-grid:nth-child(even) div {background: #555; padding: 1rem 0;}
 
 
.m-col-12 {
 
    margin: 5px 0;
 
}
 
 
div.m-col-12 > div {
 
    height: 85px;
 
  position: relative;
 
}
 
 
 
div.m-col-12 > div > img {
 
      max-height: 80px;
 
      padding-top: 8px;
 
      width: 90%;
 
      position: relative;
 
      top: -5px;
 
}
 
 
 
@media (min-width: 980px) {
 
.flex-wrapper {
 
padding-left: 6%;
 
padding-right: 6%;
 
}
 
 
.flex-grid {margin-top: 2rem;}
 
.flex-grid:first-child {margin-top: 0;}
 
 
.d-col-1 {width: 7.05%;}
 
.d-col-2 {width: 15.5%;}
 
.d-col-3,
 
.d-col-thirds {width: 23.95%;}
 
.d-col-4,
 
.d-col-quarters {width: 32.4%;}
 
.d-col-5 {width: 40.85%;}
 
.d-col-6,
 
.d-col-halfs {width: 49.3%;}
 
.d-col-7 {width: 57.75%;}
 
.d-col-8 {width: 66.2%;}
 
.d-col-9 {width: 74.65%;}
 
.d-col-10 {width: 83.1%;}
 
.d-col-11 {width: 91.55%;}
 
.d-col-12,
 
.d-col-full {width: 100%;}
 
}
 
 
 
 
 
@media only screen and (min-width: 661px) and (max-width: 979px) {
 
.flex-wrapper {
 
padding-left: 5%;
 
padding-right: 5%;
 
}
 
 
.flex-grid {flex-flow: row wrap;}
 
 
.t-col-4,
 
.t-col-6,
 
.t-col-12 {margin-top: 2rem}
 
 
.t-col-4 {width: 31.46% }
 
.t-col-6 {width: 48.6%;}
 
.t-col-12 {width: 100%;}
 
 
.flex-grid:first-child .t-col-4,
 
.flex-grid:first-child .t-col-6,
 
.flex-grid:first-child .t-col-12 {
 
margin-top: 0;
 
}
 
}
 
 
 
 
 
@media only screen and (min-width: 0px) and (max-width: 660px) {
 
.flex-wrapper {
 
padding-left: 3%;
 
padding-right: 3%;
 
}
 
 
.flex-grid {flex-flow: row wrap;}
 
 
.m-col-6,
 
.m-col-12 {margin-top: 2rem;}
 
 
.m-col-6 {width: 47.2%;}
 
.m-col-12 {width: 100%;}
 
 
.flex-grid:first-child .m-col-6,
 
.flex-grid:first-child .m-col-12 {
 
margin-top: 0;
 
}
 
}
 
  
  
Line 1,009: Line 918:
  
  
                <div class="sv">
+
 
+
              <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+
                            viewBox="0 0 909 133" style="enable-background:new 0 0 909 133;" xml:space="preserve">
+
 
+
                      <g>
+
                          <rect x="5" y="19" class="st0" width="1062" height="10"/>
+
                          <path class="st1" d="M37.9,86l13.1-32.1c2.2-5.5,6.2-16,12-31.4h3.4c2.2,6.9,5.2,15.7,9,26.3l13.6,38.1l10.3-35.5
+
                                                    c1-3.4,2.7-10,5.1-19.7c0.2-0.9,0.3-1.6,0.3-2.1c0-0.7-0.3-1.2-0.8-1.5s-1.9-0.6-4.2-0.8l-5.1-0.4v-3.5c5.3,0.3,9.4,0.4,12.4,0.4
+
                                                    c3.2,0,7.2-0.1,11.9-0.4v3.5h-2.9c-1.3,0-2.2,0.3-2.9,0.9c-1.2,1.2-4,9.1-8.5,23.6C98.6,70.5,93.6,88.1,89.7,104H84
+
                                                    c-0.7-2.5-1.2-4.4-1.7-5.6c-1.7-4.8-5.5-15.5-11.5-31.9l-9.2-25.3L51,66.7C44.7,81.9,40.1,94.3,37,104h-5.6l-3-13.8
+
                                                    c-0.8-4.1-1.8-8.4-2.9-13l-9.8-42c-0.9-4.1-1.8-6.5-2.5-7.3c-0.7-0.7-2.3-1.1-4.7-1.1H6.2v-3.5c5.4,0.3,10,0.4,13.9,0.4
+
                                                    c3.8,0,8.9-0.1,15.3-0.4v3.5h-3.5c-2.5,0-4.2,0.2-5,0.7c-0.8,0.4-1.2,1.2-1.2,2.2c0,0.6,0.1,1.3,0.3,2.1l3.9,18.6L37.9,86z"/>
+
                                <path class="st1" d="M122.6,63.1c0-12.3,4-22.2,11.9-29.8c7.9-7.5,18.5-11.3,31.7-11.3c13,0,23.1,3.5,30.5,10.5
+
                                                    c7.4,7,11,16.3,11,27.8c0,12.5-4.3,22.9-12.8,31.3c-8.5,8.4-19.3,12.6-32.3,12.6c-8.1,0-15.1-1.6-21-4.9
+
                                                    c-5.9-3.3-10.5-8.1-13.9-14.4C124.3,78.5,122.6,71.3,122.6,63.1z M134,58.5c0,8.5,1.5,15.8,4.4,22.1c2.9,6.3,6.8,11,11.7,14.1
+
                                                    c4.9,3.1,10.4,4.7,16.7,4.7c5.8,0,10.9-1.3,15.2-4c4.3-2.7,7.8-6.6,10.3-11.9s3.7-11.7,3.7-19.3c0-7.9-1.4-14.7-4.1-20.4
+
                                                    c-2.8-5.6-6.5-9.9-11.3-12.7c-4.8-2.8-10.5-4.3-17-4.3c-6,0-11.2,1.3-15.5,3.8c-4.3,2.5-7.8,6.2-10.2,11
+
                                                    C135.2,46.6,134,52.2,134,58.5z"/>
+
                                <path class="st1" d="M254.7,62.6c3.7,5.3,8.2,11.4,13.6,18.4l10.8,14c1.9,2.4,3.2,3.8,3.8,4.1c0.6,0.3,1.3,0.5,2,0.5h1.5v3.5
+
                                                    c-3.1-0.3-5.8-0.4-8.1-0.4c-2.1,0-4.4,0.1-6.7,0.4l-19.9-26.8c-3.7-4.9-7.7-9.8-11.9-14.5l0.6-1.9c2.2,0.2,3.8,0.3,4.8,0.3
+
                                                    c6.3,0,11.1-1.6,14.7-4.8c3.5-3.2,5.3-7.5,5.3-12.9c0-4.8-1.5-8.6-4.5-11.3c-3-2.7-7.3-4.1-13-4.1c-3.9,0-7.9,0.7-11.8,2.2
+
                                                    c-0.4,6-0.7,12.3-0.7,19.1v27.1c0,13.2,0.3,20.5,1,22c0.6,1.4,2.7,2.2,6.2,2.2h4.4v3.5c-6.2-0.3-11.4-0.4-15.4-0.4
+
                                                    c-3.2,0-9,0.1-17.5,0.4v-3.5h4.2c3.2,0,5.1-0.7,5.7-2.1c0.6-1.4,0.9-8.8,0.9-22.2v-27c0-11.6-0.3-18.1-1-19.5
+
                                                    c-0.7-1.4-2.9-2.1-6.8-2.1h-3v-3.5c7,0.3,12.3,0.4,15.9,0.4c2.5,0,6-0.1,10.7-0.3c5.4-0.2,9.3-0.3,11.6-0.3c6.5,0,11.4,0.7,14.7,2
+
                                                    c3.3,1.4,5.9,3.3,7.6,5.9c1.7,2.6,2.6,5.7,2.6,9.3c0,5.3-1.9,9.9-5.7,14C267.4,58.3,261.9,61.1,254.7,62.6z"/>
+
                                <path class="st1" d="M372.2,35.3l-16.7,34.7c-6.3,13-11.4,24.4-15.4,34.2h-2.2c-1.4-3.3-5.4-11.9-11.9-25.7l-20.1-41.7v43.4
+
                                                    c0,10.1,0.4,15.8,1.2,17.2c0.8,1.4,3.3,2,7.5,2h2.1v3.5c-5.2-0.3-9.5-0.4-12.7-0.4c-2.4,0-7.1,0.1-14.1,0.4v-3.5h3.6
+
                                                    c2.5,0,4.1-0.4,4.9-1.1c0.8-0.7,1.3-2,1.5-3.9c0.5-5.2,0.7-10.9,0.7-17V45.9c0-7.7-0.2-12.7-0.5-15.2c-0.1-1.3-0.7-2.2-1.7-2.9
+
                                                    c-1-0.7-2.9-1-5.7-1h-3v-3.5c6.5,0.3,10.6,0.4,12.3,0.4c2.1,0,5.2-0.1,9.1-0.4c4.5,10.1,9.8,21.2,15.7,33.3l14.8,30.4l13.7-28.1
+
                                                    c4.8-9.9,10.3-21.7,16.4-35.6c4.7,0.3,8,0.4,9.9,0.4c2.2,0,6.2-0.1,12-0.4v3.5H390c-3.3,0-5.3,0.6-6.1,1.7
+
                                                    c-0.7,1.1-1.1,5.3-1.1,12.3v41c0,9.1,0.4,14.4,1.2,15.7c0.8,1.3,2.9,2,6.5,2h3.2v3.5c-5.2-0.3-10.2-0.4-14.9-0.4
+
                                                    c-5.2,0-10.7,0.1-16.5,0.4v-3.5h3.7c3,0,4.7-0.6,5.4-1.9c0.6-1.3,0.9-6.8,0.9-16.6V35.3z"/>
+
                                <path class="st1" d="M439.2,57.9c8,0.5,13.9,2.4,17.4,5.6c3.6,3.2,5.3,7.6,5.3,13.3c0,7.2-3,13.3-9,18.5c-6,5.2-13.6,7.8-22.8,7.8
+
                                                    l-4.4-0.1c-3.7-0.2-6.9-0.3-9.5-0.3c-1.9,0-4.2,0.1-6.9,0.2l-4.7,0.2v-2.5c2.3-1.1,3.7-2,4.1-2.6c0.4-0.6,0.7-1.6,0.8-3
+
                                                    c0.3-4.5,0.4-9.5,0.4-15.2v-35c0-9.4-0.3-14.7-1-15.9c-0.8-1.5-2.8-2.2-6-2.2h-3.8v-3.5h4.7l5.2,0.2c2.7,0.1,4.8,0.2,6.3,0.2
+
                                                    c2.4,0,7-0.1,14-0.4l8.2-0.2c6.4,0,11.2,1.1,14.4,3.4c4,2.9,6,6.9,6,12.1c0,4.3-1.4,8-4.2,11.3C450.9,53,446.1,55.7,439.2,57.9z
+
                                                    M420.6,56.3c1.9,0.1,3.6,0.2,5.2,0.2c7.4,0,12.8-1.3,16-4c3.2-2.6,4.8-6.4,4.8-11.4c0-4.3-1.3-7.6-4-9.9c-2.7-2.3-7-3.5-12.9-3.5
+
                                                    c-2.6,0-5.5,0.2-8.5,0.7c-0.3,4.6-0.5,11.5-0.5,20.7V56.3z M420.6,97.5c3.5,0.5,6.4,0.8,8.6,0.8c6.6,0,11.8-1.8,15.4-5.3
+
                                                    c3.6-3.5,5.5-8.3,5.5-14.4c0-4-0.8-7.4-2.4-10c-1.6-2.6-3.9-4.6-6.8-5.8c-2.9-1.2-7.5-1.8-13.9-1.8c-1.9,0-4.1,0.1-6.5,0.2V81
+
                                                    l0.1,7.1c0.1,2.5,0.2,4.5,0.2,5.8C420.8,95,420.7,96.1,420.6,97.5z"/>
+
                                <path class="st1" d="M468.4,26.7v-3.5c7.7,0.3,13.3,0.4,16.7,0.4c3.7,0,9.1-0.1,16.2-0.4v3.5h-4.1c-3.5,0-5.6,0.7-6.3,2
+
                                                    c-0.7,1.3-1.1,7.4-1.1,18.3v22c0,8,0.4,13.6,1.3,16.8c0.9,3.1,3.2,5.8,6.8,8c3.7,2.2,8.6,3.3,14.7,3.3c6.3,0,11.7-1.2,16-3.5
+
                                                    c3-1.6,5.2-4.1,6.6-7.5c1.4-3.4,2.1-9.8,2.1-19.3V45.7c0-9.8-0.4-15.4-1.3-16.8c-0.9-1.4-3.3-2.1-7.3-2.1h-2.9v-3.5
+
                                                    c7.8,0.3,12.7,0.4,14.8,0.4c3.4,0,7.7-0.1,12.7-0.4v3.5h-3.8c-3,0-4.9,0.8-5.7,2.4c-0.8,1.6-1.3,7.2-1.3,16.8V67
+
                                                    c0,9.6-0.5,16.1-1.4,19.5c-1,3.4-2.7,6.4-5.2,9.1c-2.5,2.7-5.9,4.8-10.1,6.4c-4.2,1.6-9.2,2.4-14.9,2.4c-5.9,0-11-0.7-15.4-2.1
+
                                                    c-4.4-1.4-7.7-3.1-10-5.2c-2.2-2.1-3.8-4.6-4.8-7.6c-1-3-1.5-8-1.5-15.2l0.1-10.7V46.4c0-10.6-0.3-16.5-0.9-17.7
+
                                                    c-0.6-1.3-2.6-1.9-5.9-1.9H468.4z"/>
+
                                <path class="st1" d="M609.6,27c-1,3.9-1.6,9.1-1.7,15.5H604V38c0-2.9-0.4-4.9-1.2-6c-0.8-1-2.8-2.2-6.1-3.3
+
                                                    c-3.3-1.2-6.8-1.8-10.5-1.8c-6,0-10.7,1.5-14.1,4.5c-3.4,3-5.1,6.9-5.1,11.7c0,3,0.7,5.6,2.1,7.7c1.4,2.1,3.3,3.7,5.7,4.7
+
                                                    c2.4,1,7.4,1.8,15.1,2.5c7.7,0.7,12.9,1.7,15.6,3c2.7,1.2,4.9,3.2,6.5,6c1.6,2.7,2.4,6,2.4,9.7c0,7.5-3.1,14-9.4,19.4
+
                                                    s-14.7,8.1-25.2,8.1c-3.6,0-7.2-0.4-10.9-1.1c-3.6-0.7-7.3-1.8-11-3.2c0.7-4.5,1-10.3,1-17.3h3.8v2.8c0,3.6,0.2,5.9,0.6,6.7
+
                                                    c0.4,0.9,1.3,1.8,2.6,2.8c2.1,1.5,4.5,2.6,7.4,3.3c2.8,0.8,5.9,1.2,9.2,1.2c7.1,0,12.5-1.7,16.4-5c3.9-3.3,5.8-7.6,5.8-12.7
+
                                                    c0-3-0.7-5.5-2-7.6c-1.3-2.1-3.1-3.6-5.5-4.6s-6.7-1.8-13.1-2.3c-8.5-0.7-14.2-1.7-17.2-3s-5.4-3.5-7.1-6.4
+
                                                    c-1.7-2.9-2.6-6.5-2.6-10.8c0-7.3,2.6-13.3,7.9-17.9c5.3-4.6,12.6-7,21.9-7c3.7,0,7.5,0.4,11.3,1.2C602,24.1,605.8,25.3,609.6,27z"
+
                                      />
+
                                <path class="st1" d="M657.2,28.3c-0.4,5.6-0.6,11.5-0.6,17.7v32c0,11.9,0.3,18.5,0.9,19.7c0.6,1.2,2.7,1.8,6.4,1.8h4.2v3.5
+
                                                    c-6.6-0.3-12.2-0.4-16.8-0.4c-4.6,0-10.2,0.1-16.7,0.4v-3.5h4.7c2.5,0,4.1-0.3,4.8-1c0.7-0.7,1.2-1.9,1.4-3.8
+
                                                    c0.4-4.4,0.6-10,0.6-17V45.7c0-6.3-0.1-12.1-0.4-17.4h-5.7c-9.2,0-14.3,0.2-15.2,0.6c-0.9,0.4-1.6,2.1-1.8,5l-0.8,7.5h-3.5l0.1-6.7
+
                                                    c0-2.7-0.2-6.6-0.7-11.6c20.2,0.3,32.1,0.4,35.7,0.4l31.1-0.4c-0.7,6.3-1.1,12.4-1.2,18.3h-3.5l-0.6-7.4c-0.2-2.5-0.5-4.1-1-4.5
+
                                                    c-0.4-0.5-1.3-0.8-2.8-0.9c-4.1-0.3-8.8-0.4-14-0.4H657.2z"/>
+
                                <path class="st1" d="M712,64.9v13.8l0.1,7.9c0,5,0.1,8.6,0.2,10.9c5.5,0.4,11.3,0.6,17.6,0.6c4.2,0,7.7-0.2,10.6-0.6
+
                                                    c1.8-0.2,3.8-0.7,5.8-1.5c0.9-3.3,1.9-7.4,2.9-12.4h3.7c-1,8.2-1.5,13.7-1.5,16.4l0.1,2.5c-4.3,0.4-8.5,0.6-12.7,0.6l-8.8-0.2
+
                                                    c-9.7-0.3-16.9-0.4-21.5-0.4c-4.4,0-10.2,0.1-17.5,0.4v-3.5h1.7c3.3,0,5.3-0.3,6.1-1c0.8-0.6,1.4-2.1,1.7-4.5
+
                                                    c0.3-2.4,0.4-7.6,0.4-15.6V47.7c0-5.1-0.1-9.2-0.4-12.4c-0.2-3.2-0.5-5.1-0.8-5.8c-0.3-0.6-0.7-1.1-1.2-1.4
+
                                                    c-0.5-0.3-2.1-0.6-4.8-0.9l-4.3-0.4v-3.5h6.1l6,0.2c3.3,0.1,5.9,0.2,7.6,0.2l21.6-0.3l10.2-0.1c3.5,0,7,0.1,10.6,0.4
+
                                                    c-1.4,4.4-2.2,10.2-2.4,17.4h-3.8c0-4.1-0.2-7.5-0.6-10.3c-4.4-1.6-9.8-2.5-16.3-2.5c-5.1,0-10.5,0.2-16.1,0.7c0,3.5,0,7-0.1,10.5
+
                                                    L712,48v11.4c3.7,0.3,7,0.4,9.8,0.4c8.9,0,14-0.3,15.1-0.9c1.2-0.6,1.8-2.5,1.8-5.8v-3.6h3.8c-0.3,5.7-0.4,10.2-0.4,13.5
+
                                                    c0,3.6,0.1,7.7,0.4,12.6h-3.8v-3.3c0-3.6-0.7-5.8-2.1-6.6c-1.4-0.8-6.4-1.2-14.9-1.2C718.6,64.5,715.4,64.7,712,64.9z"/>
+
                                <path class="st1" d="M801.1,62.6c3.7,5.3,8.2,11.4,13.6,18.4l10.8,14c1.9,2.4,3.2,3.8,3.8,4.1c0.6,0.3,1.3,0.5,2,0.5h1.5v3.5
+
                                                    c-3.1-0.3-5.8-0.4-8.1-0.4c-2.1,0-4.4,0.1-6.7,0.4L798,76.3c-3.7-4.9-7.7-9.8-11.9-14.5l0.6-1.9c2.2,0.2,3.8,0.3,4.8,0.3
+
                                                    c6.3,0,11.1-1.6,14.7-4.8c3.5-3.2,5.3-7.5,5.3-12.9c0-4.8-1.5-8.6-4.5-11.3c-3-2.7-7.3-4.1-13-4.1c-3.9,0-7.9,0.7-11.8,2.2
+
                                                    c-0.4,6-0.7,12.3-0.7,19.1v27.1c0,13.2,0.3,20.5,1,22c0.6,1.4,2.7,2.2,6.2,2.2h4.4v3.5c-6.2-0.3-11.4-0.4-15.4-0.4
+
                                                    c-3.2,0-9,0.1-17.5,0.4v-3.5h4.2c3.2,0,5.1-0.7,5.7-2.1c0.6-1.4,0.9-8.8,0.9-22.2v-27c0-11.6-0.3-18.1-1-19.5
+
                                                    c-0.7-1.4-2.9-2.1-6.8-2.1h-3v-3.5c7,0.3,12.3,0.4,15.9,0.4c2.5,0,6-0.1,10.7-0.3c5.4-0.2,9.3-0.3,11.6-0.3c6.5,0,11.4,0.7,14.7,2
+
                                                    c3.3,1.4,5.9,3.3,7.6,5.9c1.7,2.6,2.6,5.7,2.6,9.3c0,5.3-1.9,9.9-5.7,14C813.8,58.3,808.3,61.1,801.1,62.6z"/>
+
                                <path class="st1" d="M887.5,27c-1,3.9-1.6,9.1-1.7,15.5h-3.9V38c0-2.9-0.4-4.9-1.2-6c-0.8-1-2.8-2.2-6.1-3.3
+
                                                    c-3.3-1.2-6.8-1.8-10.5-1.8c-6,0-10.7,1.5-14.1,4.5c-3.4,3-5.1,6.9-5.1,11.7c0,3,0.7,5.6,2.1,7.7c1.4,2.1,3.3,3.7,5.7,4.7
+
                                                    c2.4,1,7.4,1.8,15.1,2.5c7.7,0.7,12.9,1.7,15.6,3c2.7,1.2,4.9,3.2,6.5,6c1.6,2.7,2.4,6,2.4,9.7c0,7.5-3.1,14-9.4,19.4
+
                                                    s-14.7,8.1-25.2,8.1c-3.6,0-7.2-0.4-10.9-1.1c-3.6-0.7-7.3-1.8-11-3.2c0.7-4.5,1-10.3,1-17.3h3.8v2.8c0,3.6,0.2,5.9,0.6,6.7
+
                                                    c0.4,0.9,1.3,1.8,2.6,2.8c2.1,1.5,4.5,2.6,7.4,3.3c2.8,0.8,5.9,1.2,9.2,1.2c7.1,0,12.5-1.7,16.4-5c3.9-3.3,5.8-7.6,5.8-12.7
+
                                                    c0-3-0.7-5.5-2-7.6c-1.3-2.1-3.1-3.6-5.5-4.6s-6.7-1.8-13.1-2.3c-8.5-0.7-14.2-1.7-17.2-3s-5.4-3.5-7.1-6.4
+
                                                    c-1.7-2.9-2.6-6.5-2.6-10.8c0-7.3,2.6-13.3,7.9-17.9c5.3-4.6,12.6-7,21.9-7c3.7,0,7.5,0.4,11.3,1.2C879.9,24.1,883.7,25.3,887.5,27
+
                                                    z"/>
+
                        </g>
+
                    </svg>
+
              </div>
+
  
  
Line 1,231: Line 1,054:
  
 
<div class="footer">
 
<div class="footer">
            <div class="sponsors s-row-1">
 
            <div class="flex-grid">
 
              <div class="d-col-3 t-col-6 m-col-12">
 
            <div> <img class="content-card-img" src="spons/e-lab-genetic.png"> </div>
 
              </div><!-- /.d-col-3 .t-col-6 .m-col-12 -->
 
 
                      <div class="d-col-3 t-col-6 m-col-12">
 
            <div> <img class="content-card-img" src="https://static.igem.org/mediawiki/2018/6/6c/T--Uppsala--IDT-logo.png" style="top: 4px;"> </div>
 
              </div><!-- /.d-col-3 .t-col-6 .m-col-12 -->
 
 
                    <div class="d-col-3 t-col-6 m-col-12">
 
                        <div> <img class="content-card-img" src="https://static.igem.org/mediawiki/2018/e/ec/T--Uppsala--icon_Uppsala_iGEM_Logo.svg"> </div>
 
                    </div><!-- /.d-col-3 .t-col-6 .m-col-12 -->
 
 
                    <div class="d-col-3 t-col-6 m-col-12">
 
                        <div> <img class="content-card-img" src="https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png"> </div>
 
                    </div><!-- /.d-col-3 .t-col-6 .m-col-12 -->
 
                   
 
          </div><!-- /.flex-grid -->
 
            </div>
 
 
            <div class="sponsors s-row-2" position: relative;
 
    top: 75px;>
 
            <div class="flex-grid">
 
              <div class="d-col-3 t-col-6 m-col-12">
 
            <div> <img class="content-card-img" src="https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png"> </div>
 
              </div><!-- /.d-col-3 .t-col-6 .m-col-12 -->
 
 
                      <div class="d-col-3 t-col-6 m-col-12">
 
            <div> <img class="content-card-img" src="https://static.igem.org/mediawiki/2018/c/cc/T--Uppsala--logo_merck.png" style="width: 50%;
 
    position: absolute;
 
    left: 50px;
 
    top: 0px;"> </div>
 
              </div><!-- /.d-col-3 .t-col-6 .m-col-12 -->
 
 
                    <div class="d-col-3 t-col-6 m-col-12">
 
                        <div> <img class="content-card-img" src="https://static.igem.org/mediawiki/2018/2/2d/T--Uppsala--NBS.png" style="    position: relative;
 
    top: -5px;"> </div>
 
                    </div><!-- /.d-col-3 .t-col-6 .m-col-12 -->
 
 
                    <div class="d-col-3 t-col-6 m-col-12">
 
                        <div> <img class="content-card-img" src="https://static.igem.org/mediawiki/2018/1/1a/T--Uppsala--NEB.svg" style="    top: -15px;"> </div>
 
                    </div><!-- /.d-col-3 .t-col-6 .m-col-12 -->
 
                   
 
          </div><!-- /.flex-grid -->
 
            </div>
 
 
 
 
 
 
 
 
 
 
 
     <!-- Card row 1 -->
 
     <!-- Card row 1 -->
     <div class="sponsors" style="background-color: black;">
+
     <div class="sponsors">
             <div class="sponsors-div">
+
             <div class="utility-links">
                   <div class="spons-card s-card1">
+
                   <div class="sponsor-img" id="sponsor-img1">
                       <img class="help-img-icon" height="60" width="120" src=" https://static.igem.org/mediawiki/2018/2/20/T--Uppsala--oxford-logo.svg" >  
+
                       <ul>
 +
                          <li><img class="help-img-icon" width="18" height="14" src="https://res.cloudinary.com/cloudinary-account/image/upload/v1469462241/msg_jn0whe.svg"> <a href="#">Live Chat</a></li>
 +
                      </ul>
 
                     </div>
 
                     </div>
  
  
 
                     <div class="rectangle"></div>
 
                     <div class="rectangle"></div>
                    <div class="spons-card s-card1">
+
                  <div class="sponsor-img" id="sponsor-img2">
                      <img class="help-img-icon" height="60" width="120" src=" https://static.igem.org/mediawiki/2018/2/20/T--Uppsala--oxford-logo.svg" >  
+
                        <ul>
 +
                          <h3 class="left">About Academy</h3>
 +
                          <li><a href="#">Company Information</a></li>
 +
                          <li><a href="#">Careers</a></li>
 +
                        </ul>
 
                     </div>
 
                     </div>
  
 
                     <div class="rectangle"></div>
 
                     <div class="rectangle"></div>
                    <div class="spons-card s-card1">
+
                  <div class="sponsor-img" id="sponsor-img3">
                      <img class="help-img-icon" height="60" width="120" src=" https://static.igem.org/mediawiki/2018/2/20/T--Uppsala--oxford-logo.svg" >  
+
                        <ul>
 +
                          <h3 class="left">Card Services</h3>
 +
                          <li><a href="#">Academy Credit Card</a></li>
 +
                          <li><a href="#">Academy Gift Card</a></li>
 +
                      </ul>
 
                     </div>
 
                     </div>
 
                 </div>   
 
                 </div>   
Line 1,311: Line 1,089:
 
          
 
          
 
     <!-- Card row 2 -->
 
     <!-- Card row 2 -->
     <div class="sponsors" style="background-color: dimgray;">
+
     <div class="sponsors">
             <div class="sponsors-div">
+
             <div class="utility-links">
                   <div class="spons-card s-card4">
+
                   <div class="sponsor-img" id="sponsor-img4">
                        <img class="help-img-icon" height="" width="" src="https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png" >  
+
                      <ul>
 +
                          <li><img class="help-img-icon" width="18" height="14" src="https://res.cloudinary.com/cloudinary-account/image/upload/v1469462241/msg_jn0whe.svg"> <a href="#">Live Chat</a></li>
 +
                      </ul>
 
                     </div>
 
                     </div>
  
  
 
                     <div class="rectangle"></div>
 
                     <div class="rectangle"></div>
                    <div class="spons-card s-card5">
+
                  <div class="sponsor-img" id="sponsor-img5">
                         <img class="help-img-icon" height="" width="" src="https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png" >  
+
                         <ul>
 +
                          <h3 class="left">About Academy</h3>
 +
                          <li><a href="#">Company Information</a></li>
 +
                          <li><a href="#">Careers</a></li>
 +
                        </ul>
 
                     </div>
 
                     </div>
  
 
                     <div class="rectangle"></div>
 
                     <div class="rectangle"></div>
                    <div class="spons-card s-card6">
+
                  <div class="sponsor-img" id="sponsor-img6">
                         <img class="help-img-icon" height="" width="" src="https://static.igem.org/mediawiki/2018/8/8f/T--Uppsala--benchling_logo.png" >  
+
                         <ul>
 +
                          <h3 class="left">Card Services</h3>
 +
                          <li><a href="#">Academy Credit Card</a></li>
 +
                          <li><a href="#">Academy Gift Card</a></li>
 +
                      </ul>
 
                     </div>
 
                     </div>
 
                 </div>   
 
                 </div>   
Line 1,338: Line 1,126:
 
     <div class="sponsors">
 
     <div class="sponsors">
 
             <div class="utility-links">
 
             <div class="utility-links">
                   <div class="help">
+
                   <div class="sponsor-img" id="sponsor-img7">
 
                       <ul>
 
                       <ul>
 
                           <li>
 
                           <li>
Line 1,349: Line 1,137:
  
 
                     <div class="rectangle"></div>
 
                     <div class="rectangle"></div>
                    <div class="about">
+
                  <div class="sponsor-img" id="sponsor-img8">
 
                         <ul>
 
                         <ul>
 
                             <h3 class="left">About Academy</h3>
 
                             <h3 class="left">About Academy</h3>
Line 1,358: Line 1,146:
  
 
                     <div class="rectangle"></div>
 
                     <div class="rectangle"></div>
                    <div class="card">
+
                  <div class="sponsor-img" id="sponsor-img9">
 
                         <ul>
 
                         <ul>
 
                             <h3 class="left">Card Services</h3>
 
                             <h3 class="left">Card Services</h3>
Line 1,401: Line 1,189:
  
 
         <div class="cdd" style="margin-top: 200px; padding-top: 200px;">
 
         <div class="cdd" style="margin-top: 200px; padding-top: 200px;">
             <div class="utility-links">  
+
             <div class="utility-links">
  
 
                   <div class="help">
 
                   <div class="help">

Revision as of 01:47, 18 October 2018




Uppsala iGEM 2018