Difference between revisions of "Team:Bordeaux/Results"

(Prototype team page)
 
Line 1: Line 1:
{{Bordeaux}}
+
{{:Team:Bordeaux/Template/Navbar}}
 
<html>
 
<html>
  
 +
<head>
 +
    <meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
    <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapcss?action=raw&ctype=text/css">
 +
    <link rel="stylesheet" src="https://2018.igem.org/Team:Bordeaux/Template/css?action=raw&ctype=text/css">
 +
    <style>
 +
        /* Main page background */
  
<div class="column full_size">
+
        #bodyContent {
<h1>Results</h1>
+
            /*background-color: #efefef;*/
<p>Here you can describe the results of your project and your future plans. </p>
+
        }
</div>
+
  
 +
        /* Top Banner */
  
<div class="column third_size" >
+
        .team_banner {
 +
            width: 100%;
 +
        }
  
<h3>What should this page contain?</h3>
+
        .text_title {
<ul>
+
            font-size: 4vw;
<li> Clearly and objectively describe the results of your work.</li>
+
            position: relative;
<li> Future plans for the project. </li>
+
            left: 2vw;
<li> Considerations for replicating the experiments. </li>
+
            bottom: 8vw;
</ul>
+
            color: #ffffff;
</div>
+
            text-shadow: 2px 2px 5px;
 +
        }
  
 +
        /* Presentation text*/
  
 +
        .text_intro {
 +
            background-color: #ffffff !important;
 +
            padding: 4% 4% 4% 4%;
 +
            position: relative;
 +
        }
  
 +
        video {
 +
            width: 100% !important;
 +
        }
  
<div class="column two_thirds_size" >
+
        .bg-color1 {
<h3>Describe what your results mean </h3>
+
            background-color: #3F51B5;
<ul>
+
            color: white;
<li> Interpretation of the results obtained during your project. Don't just show a plot/figure/graph/other, tell us what you think the data means. This is an important part of your project that the judges will look for. </li>
+
        }
<li> Show data, but remember all measurement and characterization data must be on part pages in the Registry. </li>
+
<li> Consider including an analysis summary section to discuss what your results mean. Judges like to read what you think your data means, beyond all the data you have acquired during your project. </li>
+
</ul>
+
</div>
+
  
 +
        .bg-color2 {
 +
            background-color: #FF9800;
 +
            color: white;
 +
        }
  
<div class="clear extra_space"></div>
+
        .bg-color3 {
 +
            background-color: #8BC34A;
 +
            color: white;
 +
        }
  
 +
        .bg-color4 {
 +
            background-color: #9C27B0;
 +
            color: white;
 +
        }
  
 +
        .bg-color5 {
 +
            background-color: #2196F3;
 +
            color: white;
 +
        }
  
<div class="column two_thirds_size" >
+
        .bg-color6 {
<h3> Project Achievements </h3>
+
            background-color: #E91E63;
 +
            color: white;
 +
        }
  
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
        .section-title {
 +
            margin-bottom: 50px !important;
 +
        }
  
<ul>
+
        .section-padding {
<li>A list of linked bullet points of the successful results during your project</li>
+
            padding: 80px;
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
        }
</ul>
+
  
</div>
+
        .pointylist li {
 +
            list-style: circle !important;
 +
            font-size: 16px;
 +
        }
  
 +
        ol {
 +
            font-size: 14px;
 +
        }
  
 +
        ol li {
 +
            padding-bottom: 15px;
 +
            list-style: unset;
 +
        }
  
<div class="column third_size" >
+
        .text_intro p {
<div class="highlight decoration_A_full">
+
            margin-bottom: 25px !important
<h3>Inspiration</h3>
+
        }
<p>See how other teams presented their results.</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
</ul>
+
</div>
+
</div>
+
  
 +
        figcaption {
 +
            font-size: 15px !important;
 +
            font-style: italic;
 +
            margin-top: 17px;
 +
            margin-bottom: 40px;
 +
            padding-left: 40px;
 +
            padding-right: 40px;
 +
            text-decoration: underline;
 +
        }
  
 +
        .tablewikireset {
 +
            font-size: 16px !important;
 +
            -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
 +
            -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
 +
            -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
 +
            -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
 +
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
 +
        }
  
 +
        .tablewikireset {
 +
            border: none !important;
  
 +
        }
  
</html>
+
        .tablewikireset td {
 +
            padding: 1rem !important;
 +
            border-top: 1px solid #dee2e6 !important;
 +
            border-left: none !important;
 +
            border-right: none !important;
 +
            border-bottom: none !important;
 +
        }
 +
 
 +
        .tablewikireset th {
 +
            background-color: #469aef !important;
 +
            border-color: #1a85f2 !important;
 +
            border-top-color: rgb(50, 56, 62);
 +
            border-bottom-color: rgb(50, 56, 62);
 +
            color: #fff !important;
 +
            vertical-align: bottom !important;
 +
            border-bottom: 2px solid #dee2e6 !important;
 +
            padding: 1rem 2.2rem 1rem 2.2rem !important;
 +
 
 +
            border-top: 1px solid #dee2e6 !important;
 +
        }
 +
    </style>
 +
</head>
 +
 
 +
<body>
 +
    <!-- Main Content-->
 +
    <!-- Intro Team IGEM-->
 +
    <div class="container text_intro">
 +
        <h1 class="text-longshadow">Results</h1>
 +
        <p></p>
 +
    </div>
 +
    <script href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapjs?action=raw"></script> </body>

Revision as of 14:41, 15 October 2018

Loading...

Results