Difference between revisions of "Team:BITSPilani-Goa India"

(Undo revision 16452 by Ballaneypranav (talk))
Line 1: Line 1:
 +
{{IGEM_TopBar}}
 +
{{BITSPilani-Goa_India}}
 +
{{BITSPilani-Goa_India/mainCSS}}
 
<html>
 
<html>
  <head>
 
    <meta charset="UTF-8">
 
    <meta name="viewport" content="width=device-width">
 
    <meta name="description" content="UR iGem wiki 2020">
 
    <meta name="keywords" content="UR iGem wiki 2020">
 
    <meta name="author" content="Yuxin Chen">
 
    <title>UR igem wiki</title>
 
    <link href='https://fonts.googleapis.com/css?family=Libre Baskerville' rel='stylesheet'>
 
  
    <script>
 
      function myFunction() {
 
        var dots = document.getElementById("dots");
 
        var moreText = document.getElementById("more");
 
        var btnText = document.getElementById("myBtn");
 
  
        if (dots.style.display === "none") {
 
          dots.style.display = "inline";
 
          btnText.innerHTML = "Read more";
 
          moreText.style.display = "none";
 
        } else {
 
          dots.style.display = "none";
 
          btnText.innerHTML = "Read less";
 
          moreText.style.display = "inline";
 
      }
 
    }
 
    </script>
 
<!--
 
    <link rel="stylesheet" href="./css/style.css">
 
-->
 
  
    <style>
+
<div class="column full_size" >
      #sideMenu, #top_title, .patrollink, #firstHeading,  #home_logo, #sideMenu { display:none; }
+
<h1> Welcome to iGEM 2020! </h1>
      #content { padding:0px; width:100%; margin-top:-7px; margin-left:0px; border:none;}
+
<p>Your team has been approved and you are ready to start the iGEM season! </p>
  
      body{
 
        font: 15px/1.5,'Libre Baskerville', Helvetica,sans-serif;
 
        font-family: 'Libre Baskerville';
 
        padding:0;
 
        margin:0px;
 
        margin-top:0px;
 
        background-color:white;
 
        width:100%;
 
        height:100%;
 
      }
 
  
      /* Global */
+
<img src="https://placehold.it/1080x320">
      .container{
+
        width:80%;
+
        margin:auto;
+
        overflow:hidden;
+
      }
+
  
      ul{
+
</div>
        margin:0;
+
        padding:0;
+
        font-weight:bold;
+
      }
+
  
      /* Header **/
 
      header{
 
        background:black;
 
        position:fixed;
 
        width:100%;
 
        color:#ffffff;
 
        padding-top:15px;
 
        min-height:50px;
 
        border-bottom:#EC5E87 5px solid;
 
      }
 
  
      header a{
+
<div class="column full_size" >
        color:#ffffff;
+
        text-decoration:none;
+
        text-transform: uppercase;
+
        font-size:16px;
+
      }
+
  
      header li{
+
<h3>Before you start</h3>
        float:left;
+
<p> Please read the following pages:</p>
        display:inline;
+
<ul>
        padding: 0 20px 0 20px;
+
<li> <a href="https://2020.igem.org/Competition">Competition Hub</a> </li>
      }
+
<li> <a href="https://2020.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
 +
<li> <a href="https://2020.igem.org/Resources/Template_Documentation">Template documentation</a></li>
 +
</ul>
 +
</div>
  
      header #branding{
 
        float:left;
 
      }
 
  
      header #branding h1{
+
<div class="clear extra_space"></div>
        margin:0;
+
<div class="line_divider"></div>
        color:white;
+
<div class="clear extra_space"></div>
      }
+
  
      header nav{
 
        float:right;
 
        margin-top:10px;
 
      }
 
  
      header .none a{
 
        color:white;
 
        font-weight:bold;
 
        text-decoration:none;
 
      }
 
  
      header .highlight, header .current a{
+
<div class="column full_size" >
        color:#EC5E87;
+
<h3> Styling your wiki </h3>
        font-weight:bold;
+
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
      }
+
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
  
      header a:hover{
+
</div>
        color:#EC5E87;
+
        font-weight:bold;
+
      }
+
  
    #more {display: none;}
 
   
 
    #showcase{
 
      width:100%;
 
      margin:auto;
 
      overflow:hidden;
 
      height:1269px;
 
      background:url('https://static.igem.org/mediawiki/2020/4/48/T--Rochester--showcase.png') no-repeat 0 0px;
 
      background-size:auto 100%;
 
      /*
 
      background:black no-repeat 0 -400px;
 
      */
 
      text-align:center;
 
      padding:auto;
 
    }
 
  
    /* Showcase */
 
    #showcase-1{
 
      width:100%;
 
      margin:auto;
 
      overflow:hidden;
 
      /*
 
      background:url('../img/showcase-1.png') no-repeat 0 0px;
 
      background-size: cover;
 
      /*
 
      background:black no-repeat 0 -400px;
 
      */
 
      text-align:center;
 
      padding:auto;
 
    }
 
  
    #showcase-1 h1{
 
      margin-top:200px;
 
      font-size:85px;
 
      padding:50px;
 
      margin-bottom:40px;
 
      line-height:100px;
 
      color:white;
 
      text-align:center;
 
    }
 
  
      /* Showcase */
+
<div class="clear extra_space"></div>
      #showcase-2{
+
        width:100%;
+
        margin:auto;
+
        overflow:hidden;
+
        /*s
+
        min-height:700px;
+
        /*
+
        background:url('../img/showcase-2(3).png') no-repeat 0 -1120px;
+
        background-size: cover;
+
        /*
+
        background:black no-repeat 0 -400px;
+
        */
+
        padding:auto;
+
      }
+
  
      #showcase-2 h1{
 
        margin-top:30px;
 
        font-size:45px;
 
        padding:50px;
 
        margin-bottom:40px;
 
        margin-left:60px;
 
        line-height:100px;
 
        color:#F4D03F;
 
        text-align:center;
 
      }
 
  
      /* Showcase */
 
      #showcase-3{
 
        width:100%;
 
        margin:auto;
 
        overflow:hidden;
 
        min-height:350px;
 
        background:black no-repeat 0 -120px;
 
        background-size: cover;
 
        /*
 
        background:#F48FB1 no-repeat 0 -400px;
 
        */
 
        text-align:center;
 
        padding:auto;
 
      }
 
  
      #showcase-3 h1{
+
<div class="column third_size" >
        margin-top:40px;
+
        font-size:45px;
+
        padding:50px;
+
        padding-bottom:0px;
+
        margin-left:60px;
+
        margin-bottom:0px;
+
        line-height:50px;
+
        color:white;
+
        text-align:left;
+
      }
+
  
      #showcase-3 h2{
+
<h3> Uploading pictures and files </h3>
        margin-top:20px;
+
<p> You must upload any pictures and files to the iGEM 2020 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. </p>
        margin-left:60px;
+
        margin-right:130px;
+
        margin-bottom:70px;
+
        font-size:40px;
+
        padding:0px;
+
        padding-left:50px;
+
        margin-bottom:40px;
+
        line-height:50px;
+
        color:white;
+
        text-align:left;
+
        font-weight: lighter;
+
      }
+
  
      #background{
 
        background:url('https://static.igem.org/mediawiki/2020/2/22/T--Rochester--background.png') no-repeat 0 0px;
 
        min-height:1300px;
 
        background-size:100% 100%;
 
        padding-top:50px;
 
      }
 
  
      #background h1, h2, h3{
+
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
        color:white;
+
        text-align:center;
+
      }
+
  
      #background h4{
+
<div class="button_link">
        margin:auto;
+
<a href="https://2020.igem.org/Special:Upload">
        font-size:85px;
+
UPLOAD FILES
        font-weight:lighter;
+
</a>
        padding:30px;
+
</div>
        padding-bottom:80px;
+
        padding-top:100px;
+
        line-height:100px;
+
        color:#BDBDBD;
+
        text-align:center;
+
      }
+
  
      #background h5{
+
</div>
        margin:0px;
+
        font-size:35px;
+
        padding:0px;
+
        margin-bottom:100px;
+
        line-height:70px;
+
        color:#BDBDBD;
+
        text-align:center;
+
        font-weight: lighter;
+
      }
+
  
      #background h6{
+
<div class="column third_size" >
        margin:auto;
+
<h3> Wiki template information </h3>
        font-size:65px;
+
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2020.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
        font-weight:lighter;
+
        padding:30px;
+
        padding-bottom:0px;
+
        padding-left:100px;
+
        line-height:70px;
+
        color:white;
+
        text-align:left;
+
      }
+
  
      #background h7{
+
</div>
        margin:0px;
+
        font-size:25px;
+
        padding:0px;
+
        line-height:100px;
+
        padding-left:100px;
+
        color:white;
+
        text-align:center;
+
        font-weight: lighter;
+
      }
+
  
      .background-box{
 
        display:flex;
 
        flex-direction:row;
 
        /*
 
        background-color:black;
 
        */
 
        margin-bottom:10px;
 
        margin-top:10px;
 
      }
 
  
      .background-box div{
 
        /*
 
        border:1px #ccc solid;
 
        */
 
        padding:10px;
 
      }
 
  
      .background-box div h1{
+
<div class="column third_size" >
        /*
+
<div class="highlight decoration_B_full">
        border:1px #ccc solid;
+
<h3> Editing your wiki </h3>
        */
+
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
        font-size:65px;
+
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
        padding:0px;
+
        margin-top:0px;
+
        margin-bottom:10px;
+
        line-height:80px;
+
        color:white;
+
        text-align:center;
+
      }
+
  
      .background-box div h2{
+
<div class="button_link">
        /*
+
<a href="https://2020.igem.org/wiki/index.php?title=Team:BITSPilani-Goa_India&action=edit">
        border:1px #ccc solid;
+
EDIT PAGE
        */
+
</a>
        padding:0px;
+
</div>
        margin-top:0px;
+
        color:white;
+
        margin-left:10px;
+
        margin-right:10px;
+
        font-weight: lighter;
+
        text-align:center;
+
      }
+
  
      .box-1{
 
        flex:1;
 
        order:1;
 
        text-align:left;
 
        /*
 
        border-right:2px #ccc solid;
 
        */
 
      }
 
  
      .box-2{
+
</div>
        flex:1;
+
</div>
        order:2;
+
        text-align:left;
+
        /*
+
        border-right:2px #ccc solid;
+
        */
+
      }
+
  
      .box-3{
 
        flex:1;
 
        order:3;
 
        text-align:left;
 
      }
 
  
      .box-1 h1, .box-2 h1, .box-3 h1{
 
        font-size:50px;
 
        text-align:center;
 
        line-height:normal;
 
      }
 
  
      .box-1 h2, .box-2 h2, .box-3 h2{
 
        font-size:25px;
 
        margin-left:30px;
 
        margin-right:30px;
 
        line-height:normal;
 
      }
 
  
      #showcase-4{
 
        width:100%;
 
        margin:auto;
 
        padding-top:20px;
 
        overflow:hidden;
 
        min-height:70px;
 
        /*
 
        background:url('../img/logo.jpg') no-repeat 0 -400px;
 
        */
 
        background:black no-repeat 0 -400px;
 
        background-size: cover;
 
        text-align:center;
 
        padding:auto;
 
      }
 
  
      #showcase-4 h1{
+
<div class="clear extra_space"></div>
        margin:auto;
+
<div class="line_divider"></div>
        font-size:65px;
+
<div class="clear extra_space"></div>
        font-weight:lighter;
+
        padding:30px;
+
        padding-bottom:0px;
+
        line-height:100px;
+
        color:#BDBDBD;
+
        text-align:center;
+
      }
+
  
      #showcase-4 h2{
 
        margin:0px;
 
        font-size:25px;
 
        padding:0px;
 
        line-height:100px;
 
        color:#BDBDBD;
 
        text-align:center;
 
        font-weight: lighter;
 
      }
 
  
      #showcase-4 h3{
 
        margin:0px;
 
        font-size:20px;
 
        padding:0px;
 
        margin-bottom:30px;
 
        line-height:50px;
 
        color:#BDBDBD;
 
        text-align:center;
 
        font-weight: lighter;
 
      }
 
  
      #myBtn{
+
<div class="column two_thirds_size" >
        background-color:#EC5E87;
+
<h3>Tips</h3>
        border:none;
+
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
        font-size:25px;
+
<ul>
        border-radius: 5px;
+
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
        color:white;
+
<li>Be clear about what you are doing and how you plan to do this.</li>
      }
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
 +
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
 +
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
 +
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2020.igem.org/Calendar">iGEM 2020 calendar</a> </li>
 +
<li>Have lots of fun! </li>
 +
</ul>
 +
</div>
  
      #info-1{
 
        padding:0px;
 
        margin:0px;
 
        background-color:#EC5E87;
 
        background-size: cover;
 
      }
 
  
      #info-1 h1{
+
<div class="column third_size">
        color:white;
+
<div class="highlight decoration_A_full">
        margin:0px;
+
<h3>Inspiration</h3>
        padding:2.5px;
+
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
        font-size:25px;
+
<ul>
        text-align: left;
+
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
        line-height:50px;
+
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
        font-weight:lighter;
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
      }
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
 +
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
 +
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
 +
</ul>
 +
</div>
 +
</div>
  
      #showcase-5{
 
        width:100%;
 
        margin:auto;
 
        padding-top:50px;
 
        overflow:hidden;
 
        min-height:350px;
 
        /*
 
        background:url('../img/logo.jpg') no-repeat 0 -400px;
 
        */
 
        background:black no-repeat 0 -400px;
 
        background-size: cover;
 
        text-align:center;
 
        padding:auto;
 
      }
 
  
      #showcase-5 h1{
 
        margin:auto;
 
        font-size:85px;
 
        font-weight:lighter;
 
        padding:30px;
 
        padding-bottom:0px;
 
        padding-top:50px;
 
        line-height:100px;
 
        color:#BDBDBD;
 
        text-align:center;
 
      }
 
  
      #showcase-5 h2{
 
        margin:auto;
 
        font-size:35px;
 
        padding:0px;
 
        line-height:100px;
 
        color:#BDBDBD;
 
        text-align:center;
 
        font-weight: lighter;
 
      }
 
  
      #info-2{
 
        padding:0px;
 
        margin-top:0px;
 
        background-color:#EC5E87;
 
        background-size: cover;
 
      }
 
 
      #info-2 h1{
 
        color:white;
 
        margin:30px;
 
        font-size:25px;
 
        text-align: left;
 
        line-height:50px;
 
        font-weight:lighter;
 
      }
 
 
      #showcase-6{
 
        width:100%;
 
        margin:auto;
 
        overflow:hidden;
 
        min-height:200px;
 
        /*
 
        background:url('../img/logo.jpg') no-repeat 0 -400px;
 
        */
 
        background:black no-repeat 0 -400px;
 
        background-size: cover;
 
        text-align:center;
 
        padding:auto;
 
      }
 
 
      #showcase-6 h1{
 
        margin:auto;
 
        font-size:65px;
 
        font-weight:lighter;
 
        padding:30px;
 
        padding-bottom:0px;
 
        line-height:100px;
 
        color:#BDBDBD;
 
        text-align:center;
 
      }
 
 
      #showcase-6 h2{
 
        margin:auto;
 
        font-size:25px;
 
        padding:0px;
 
        line-height:100px;
 
        color:#BDBDBD;
 
        text-align:center;
 
        font-weight: lighter;
 
      }
 
 
      #logo img{
 
        display: block;
 
        margin-left: auto;
 
        margin-right: auto;
 
        width: 80%;
 
      }
 
 
      /* Boxes */
 
      #links{
 
        margin-top:20px;
 
       
 
      }
 
 
      .boxes{
 
        display:flex;
 
        justify-content: space-between;
 
      }
 
 
      .boxes box{
 
        width:20%;
 
        border:1px #ccc solid;
 
        border-radius: 45px;
 
        text-align: center;
 
        padding:20px;
 
        background-color:#EC5E87; 
 
      }
 
 
      .boxes a{
 
        width:20%;
 
        border:1px #ccc solid;
 
        border-radius: 45px;
 
        text-align: center;
 
        padding:20px;
 
        background-color:#EC5E87;
 
        text-decoration:none;
 
        color: white;
 
      }
 
 
      .boxes a:hover{
 
        width:20%;
 
        border:1px #d13636 solid;
 
        border-radius: 45px;
 
        text-align: center;
 
        padding:20px;
 
        background-color:#d13636;
 
        text-decoration:none;
 
        color: black;
 
      }
 
 
      .box img{
 
        width:90px;
 
      }
 
 
      footer{
 
        padding:20px;
 
        margin-top:20px;
 
        color:white;
 
        background-color:black;
 
        text-align:center;
 
      }
 
 
      footer h3{
 
        color:white;
 
        text-align:center;
 
      }
 
 
      footer h6{
 
        text-align:center;
 
        color:white;
 
      }
 
 
      footer a.none{
 
        text-decoration:none;
 
        text-transform: uppercase;
 
        font-size:16px;
 
        font-style:italic;
 
        color:#EC5E87;
 
      }
 
 
      footer a:hover{
 
        color:#d13636;
 
        font-weight:bold;
 
      }
 
 
      /* Media Queries */
 
      @media(max-width: 768px){
 
        header #branding,
 
        header nav,
 
        header nav li,
 
        #newsletter h1,
 
        #newsletter form,
 
        #boxes .box,
 
        article#main-col,
 
        aside#sidebar{
 
          float:none;
 
          text-align:center;
 
          width:100%;
 
        }
 
 
        header{
 
          padding-bottom:20px;
 
        }
 
 
        #showcase h1{
 
          margin-top:40px;
 
        }
 
 
        #newsletter button, .quote button{
 
          display:block;
 
          width:100%;
 
        }
 
 
        #newsletter form input[type="email"], .quote input, .quote textarea{
 
          width:100%;
 
          margin-bottom:5px;
 
        }
 
      }
 
    </style>   
 
 
 
  </head>
 
 
  <body>
 
    <h1>Hello</h1>
 
<p>Hi</p>
 
  </body>
 
 
</html>
 
</html>

Revision as of 13:07, 24 June 2020

Welcome to iGEM 2020!

Your team has been approved and you are ready to start the iGEM season!

Before you start

Please read the following pages:

Styling your wiki

You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.

While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.

Uploading pictures and files

You must upload any pictures and files to the iGEM 2020 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name.

When you upload, set the "Destination Filename" to T--YourOfficialTeamName--NameOfFile.jpg. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)

Wiki template information

We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the Pages for awards link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!

Editing your wiki

On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world!

Use WikiTools - Edit in the black menu bar to edit this page

Tips

This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:

  • State your accomplishments! Tell people what you have achieved from the start.
  • Be clear about what you are doing and how you plan to do this.
  • You have a global audience! Consider the different backgrounds that your users come from.
  • Make sure information is easy to find; nothing should be more than 3 clicks away.
  • Avoid using very small fonts and low contrast colors; information should be easy to read.
  • Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the iGEM 2020 calendar
  • Have lots of fun!

Inspiration

You can also view other team wikis for inspiration! Here are some examples: