Difference between revisions of "Team:UCopenhagen/Notebook"

(Prototype team page)
 
Line 1: Line 1:
{{UCopenhagen}}
+
{{UCopenhagen-header/CSS}}
 +
 
 
<html>
 
<html>
 +
<style>
 +
  .myintro {
 +
      display: table;
 +
      width: 100%;
 +
      height: 100%;
 +
      padding: 100px 0;
 +
      text-align: center;
 +
      color: #E8DBD7;
 +
      -background: url("https://static.igem.org/mediawiki/2017/7/71/UCopenhagen_BLUE_bg.jpeg") no-repeat bottom center scroll;
 +
      background-color: #264653;
 +
      -webkit-background-size: cover;
 +
      -moz-background-size: cover;
 +
      background-size: cover;
 +
      -o-background-size: cover;
 +
    }
 +
    .myintro .myintro-body {
 +
      display: table-cell;
 +
      vertical-align: middle;
 +
    }
 +
    .myintro .myintro-body .brand-heading {
 +
      font-size: 40px;
 +
    }
 +
    .myintro .myintro-body .myintro-text {
 +
      font-size: 18px;
 +
      font-family: Tahoma, Geneva, sans-serif;
 +
    }
 +
</style>
 +
<div id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 +
    <!-- One-Page Scroll NavBar -->
 +
    <nav class="navbar scrollnav-custom navbar-fixed-bottom" role="navigation" id="scrollnav">
 +
        <div class="container">
 +
            <div class="navbar-header">
 +
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
 +
                    Menu <i class="fa fa-bars"></i>
 +
                </button>
 +
                <a class="navbar-brand" target="_blank"  href="https://www.facebook.com/iGEMCopenhagen">
 +
                    <img src="https://static.igem.org/mediawiki/2017/f/fa/T--BOKU-Vienna--fb.png" alt="Facebook" >
 +
                </a>
 +
                <a class="navbar-brand" target="_blank"  href="https://www.twitter.com/igem_copenhagen">
 +
                    <img src="https://static.igem.org/mediawiki/2017/1/15/T--BOKU-Vienna--twitter.png" alt="Twitter" >
 +
                </a>
 +
            </div>
  
 +
            <!-- Collect the nav links, forms, and other content for toggling -->
 +
            <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
 +
                <ul class="nav navbar-nav">
 +
                    <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
 +
                    <li>
 +
                        <a class="page-scroll" href="#">Top</a>
 +
                    </li>
 +
                </ul>
 +
            </div>
 +
            <!-- /.navbar-collapse -->
 +
        </div>
 +
        <!-- /.container -->
 +
    </nav>
  
<div class="column full_size">
+
    <!-- myintro Header -->
 
+
    <header class="myintro">
<h1>Notebook</h1>
+
        <div class="myintro-body">
<p> Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.</p>
+
            <div class="container">
 
+
                <div class="row">
</div>
+
                    <div class="col-md-10 col-md-offset-2">
<div class="clear"></div>
+
                        <h1 class="brand-heading">Notebook</h1>
 
+
                        <p class="myintro-text">Progress and work done by the team
 
+
                            <br>Created by InCell.</p>
<div class="column half_size">
+
                        <a href="#Welcome" class="page-scroll">
<h5>What should this page have?</h5>
+
                          <div id="downarrow">
<ul>
+
                            <img src="https://static.igem.org/mediawiki/2017/3/32/T--BOKU-Vienna--arrow.png" alt="V">
<li>Chronological notes of what your team is doing.</li>
+
                          </div>
<li> Brief descriptions of daily important events.</li>
+
                        </a>
<li>Pictures of your progress. </li>
+
                    </div>
<li>Mention who participated in what task.</li>
+
                </div>
</ul>
+
            </div>
 
+
        </div>
</div>
+
    </header>
 
+
<div class="column half_size">
+
<h5>Inspiration</h5>
+
<p>You can see what others teams have done to organize their notes:</p>
+
 
+
<ul>
+
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
+
<li><a href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_project.html#tab_notebook">2014 Tec Monterrey</a></li>
+
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
+
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
+
</ul>
+
 
+
</div>
+
</html>
+

Revision as of 15:12, 26 July 2017

Notebook

Progress and work done by the team
Created by InCell.

V