Difference between revisions of "Template:Team:Harvard BioDesign/skin2015.css"

Line 1: Line 1:
 
<!--
 
<!--
  Prologue by HTML5 UP
+
    Prologue by HTML5 UP
  html5up.net | @n33co
+
    html5up.net | @n33co
  Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
 
-->
 
-->
  
 
<html>
 
<html>
  <head>
+
    <head>
    <title>Prologue by HTML5 UP</title>
+
        <title>Prologue by HTML5 UP</title>
    <meta charset="utf-8" />
+
    <meta name="viewport" content="width=device-width, initial-scale=1" />
+
    <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
+
    <link rel="stylesheet" type="text/css" href="https://2015.igem.org/Template:Harvard_BioDesign/CSS_Scroll0?action=raw&ctype=text/css" />
+
    <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
+
    <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
+
    <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
+
  
 +
        <meta charset="utf-8" />
 +
        <meta name="viewport" content="width=device-width, initial-scale=1" />
 +
        <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
 +
        <link rel="stylesheet" type="text/css" href="https://2015.igem.org/Template:Harvard_BioDesign/CSS_Scroll0?action=raw&ctype=text/css" />
 +
        <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
 +
        <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
 +
        <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
  
<style>
+
        <style>
  
 +
            #buttonbox{
 +
                position:relative;
 +
                height:133px;
 +
                width:134px;
 +
                margin: 0 auto;
 +
                /*background-color: #003344;*/
  
/*BUTTON*/
+
            }
#buttonbox{
+
position:relative;
+
height:133px;
+
width:134px;
+
margin: 0 auto;
+
/*background-color: #003344;*/
+
  
}
 
  
 +
            h4.mid {
 +
                position: relative;
 +
                top:90px;
 +
                text-align:center;
 +
                text-decoration:none;
 +
                z-index:1;
 +
                color:#000;
 +
            }
  
h4.mid {
+
            img.rot {
position: relative;
+
                /*border-radius: 50%;*/
top:90px;
+
                -webkit-transition: -webkit-transform .8s ease-in-out;
text-align:center;
+
                transition: transform .8s ease-in-out;
text-decoration:none;
+
                position:absolute;
z-index:1;
+
                right:0px;
color:#000;
+
                z-index: 5;
}
+
            }
  
img.rot {
 
  /*border-radius: 50%;*/
 
  -webkit-transition: -webkit-transform .8s ease-in-out;
 
  transition: transform .8s ease-in-out;
 
  position:absolute;
 
  right:0px;
 
  z-index: 5;
 
}
 
  
 +
            img.rot:hover {
 +
                -webkit-transform: rotate(720deg);
 +
                transform: rotate(720deg);
 +
                z-index: 5;
 +
            }
  
img.rot:hover {
+
        </style>
  -webkit-transform: rotate(720deg);
+
  transform: rotate(720deg);
+
  z-index: 5;
+
}
+
  
</style>
+
    </head>
  
  </head>
+
    <body>
  <body>
+
  
    <!-- header -->
+
<!-- header -->
      <div id="header">
+
<div id="header">
        <div class="inner">
+
<div class="inner">
        <div class="top">
+
<div class="top">
          <!-- Logo -->
+
<!-- Logo -->
            <div id="logo">
+
<div id="logo">
              <span class="harvardLogo"><a href="https://2015.igem.org/Team:Harvard_BioDesign"><img src="https://static.igem.org/mediawiki/2015/9/94/HarvardBioDesign2015Logo2.png"alt="Harvard Logo" style="width:212px;height:144px;"/></a>  </span>
+
<span class="harvardLogo"><a href="https://2015.igem.org/Team:Harvard_BioDesign"><img src="https://static.igem.org/mediawiki/2015/9/94/HarvardBioDesign2015Logo2.png"alt="Harvard Logo" style="width:212px;height:144px;"/></a>  </span>
            <!-- <h1 id="title">Harvard BioDesign 2015</h1>-->
+
<!-- <h1 id="title">Harvard BioDesign 2015</h1>-->
            </div><!-- #Logo -->
+
</div><!-- #Logo -->
  
          <!-- Nav -->
+
<!-- Nav -->
            <nav id="nav">
+
<nav id="nav">
              <!--
+
<!--
  
                Prologue's nav expects links in one of two formats:
+
Prologue's nav expects links in one of two formats:
  
                1. Hash link (scrolls to a different section within the page)
+
1. Hash link (scrolls to a different section within the page)
  
                  <li><a href="#foobar" id="foobar-link" class="icon fa-whatever-icon-you-want skel-layers-ignoreHref"><span class="label">Foobar</span></a></li>
+
<li><a href="#foobar" id="foobar-link" class="icon fa-whatever-icon-you-want skel-layers-ignoreHref"><span class="label">Foobar</span></a></li>
  
                2. Standard link (sends the user to another page/site)
+
2. Standard link (sends the user to another page/site)
  
                  <li><a href="http://foobar.tld" id="foobar-link" class="icon fa-whatever-icon-you-want"><span class="label">Foobar</span></a></li>
+
<li><a href="http://foobar.tld" id="foobar-link" class="icon fa-whatever-icon-you-want"><span class="label">Foobar</span></a></li>
  
              -->
+
-->
          <!-- Subsections -->
+
<!-- Subsections -->
 
<h4> Content </h4>
 
<h4> Content </h4>
            <ul>
+
<ul>
                <li><a href="#top" id="top-link" class="skel-layers-ignoreHref active"><span class="icon fa-home">Welcome</span></a></li>
+
<li><a href="#top" id="top-link" class="skel-layers-ignoreHref active"><span class="icon fa-home">Welcome</span></a></li>
                <li><a href="#sitemap" id="sitemap-link" class="skel-layers-ignoreHref"><span class="icon fa-user">Site Map</span></a></li>
+
<li><a href="#sitemap" id="sitemap-link" class="skel-layers-ignoreHref"><span class="icon fa-user">Site Map</span></a></li>
                <li><a href="#teampage" id="teampage-link" class="skel-layers-ignoreHref"><span class="icon fa-user">Page Overviews</span></a></li>
+
<li><a href="#teampage" id="teampage-link" class="skel-layers-ignoreHref"><span class="icon fa-user">Page Overviews</span></a></li>
            </ul>
+
</ul>
 
</nav>
 
</nav>
 
</div>
 
</div>
 
<!--#top-->
 
<!--#top-->
  
        <div class="bottom">
+
<div class="bottom">
        <nav id="nav">
+
<nav id="nav">
          <!-- Main Menu -->
+
<!-- Main Menu -->
        <h4><div class="innertwo">Main Pages</div></h4>
+
<h4><div class="innertwo">Main Pages</div></h4>
            <ul>
+
<ul>
                <li><a class="curPage" href="https://2015.igem.org/Team:Harvard_BioDesign">Home</a></li>
+
<li><a class="curPage" href="https://2015.igem.org/Team:Harvard_BioDesign">Home</a></li>
                <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Team">Team</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Team">Team</a></li>
                <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Project">Project</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Project">Project</a></li>
                <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Results">Results</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Results">Results</a></li>
                <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Notebook">Notebook</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Notebook">Notebook</a></li>
                <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Parts">Parts</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Parts">Parts</a></li>
                <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Collaborations">Collaborations</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Collaborations">Collaborations</a></li>
                <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Attributions">Attributions</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Attributions">Attributions</a></li>
                <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Practices">Practices</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Practices">Practices</a></li>
                <li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Safety">Safety</a></li>
+
<li><a href="https://2015.igem.org/Team:Harvard_BioDesign/Safety">Safety</a></li>
            </ul>
+
</ul>
          </nav>
+
</nav>
  
  
  
          <!-- Social Icons -->
+
<!-- Social Icons -->
            <ul class="icons">
+
<ul class="icons">
  
              <li><a href="https://www.facebook.com/harvardigem2015" target="_blank">
+
<li><a href="https://www.facebook.com/harvardigem2015" target="_blank">
                    <img src="https://static.igem.org/mediawiki/2015/e/ed/Harvard2015Facebookwhite.png"alt="Facebook Logo" style="width:51px;height:51px;"></a></li>
+
<img src="https://static.igem.org/mediawiki/2015/e/ed/Harvard2015Facebookwhite.png"alt="Facebook Logo" style="width:51px;height:51px;"></a></li>
              <li><a href="https://twitter.com/HarvardiGEM2015" target="_blank">
+
<li><a href="https://twitter.com/HarvardiGEM2015" target="_blank">
                    <img src="https://static.igem.org/mediawiki/2015/6/64/Harvard2015Twitterlogowhite.png"alt="Twitter Logo" style="width:51px;height:51px;"></a></li>
+
<img src="https://static.igem.org/mediawiki/2015/6/64/Harvard2015Twitterlogowhite.png"alt="Twitter Logo" style="width:51px;height:51px;"></a></li>
              <li><a href="mailto:harvardigem2015@gmail.com">
+
<li><a href="mailto:harvardigem2015@gmail.com">
                    <img src="https://static.igem.org/mediawiki/2015/9/98/Harvard2015Emaillogowhite.png" alt="Email Logo" style="width:51px;height:51px;"></a></li>
+
<img src="https://static.igem.org/mediawiki/2015/9/98/Harvard2015Emaillogowhite.png" alt="Email Logo" style="width:51px;height:51px;"></a></li>
            </ul>
+
</ul>
        </div><!--#bottom-->
+
</div><!--#bottom-->
      </div><!--#inner-->
+
</div><!--#inner-->
      </div><!--#header-->
+
</div><!--#header-->
  
    <!-- Main -->
+
<!-- Main -->
      <div id="main">
+
<div id="main">
  
        <!-- Intro -->
+
<!-- Intro -->
          <section id="top" class="one">
+
<section id="top" class="one">
            <div class="container">
+
<div class="container">
  
              <header>
+
<header>
                <h2 class="alt">Welcome to the <strong>Harvard BioDesign 2015</strong> wiki!</h2><br/>
+
<h2 class="alt">Welcome to the <strong>Harvard BioDesign 2015</strong> wiki!</h2><br/>
                <p>The "official" place where flocculation happens and llamas are appreciated.</p>
+
<p>The "official" place where flocculation happens and llamas are appreciated.</p>
<img src="https://static.igem.org/mediawiki/2015/3/38/HarvardLlamaoutline.png" alt="Email Logo" style="width:127px;height:150px;">
+
<img src="https://static.igem.org/mediawiki/2015/3/38/HarvardLlamaoutline.png" alt="Email Logo" style="width:127px;height:150px;">
              </header>
+
</header>
  
            Curious?<br/>
+
Curious?<br/>
            <!--  <div class="wrap">
+
<!--  <div class="wrap">
                <a href="#sitemap" class="button scrolly" style="font-family:'Lato';text-decoration:none;background-color:#9DE8BD;color:#000;"><br/>Start Here</a>
+
<a href="#sitemap" class="button scrolly" style="font-family:'Lato';text-decoration:none;background-color:#9DE8BD;color:#000;"><br/>Start Here</a>
                <div class="circle angled"></div>
+
<div class="circle angled"></div>
              </div>-->
+
</div>-->
            </div>
+
</div>
  
 
<footer>
 
<footer>
Line 156: Line 155:
 
</div>
 
</div>
 
</footer>
 
</footer>
          </section>
+
</section>
  
          <section id="sitemap" class="three">
+
<section id="sitemap" class="three">
            <div class="container">
+
<div class="container">
  
              <header>
+
<header>
                <h2>How to navigate our site</h2>
+
<h2>How to navigate our site</h2>
              </header>
+
</header>
  
              <h6>Here is an easy guide to finding information on our wiki site. On the top of every page you will see a flask. When you click on it, it will open up the main navigation menu. The top section includes links of the different sections on the current page. The lower links are to switch to a new page. You can see all the pages by looking at our site map listed below. You can also get a brief idea of what you'll find on each page by scrolling down.</h6>
+
<h6>Here is an easy guide to finding information on our wiki site. On the top of every page you will see a flask. When you click on it, it will open up the main navigation menu. The top section includes links of the different sections on the current page. The lower links are to switch to a new page. You can see all the pages by looking at our site map listed below. You can also get a brief idea of what you'll find on each page by scrolling down.</h6>
              <br/>
+
<br/>
              <p><a href="https://static.igem.org/mediawiki/2015/c/ce/Harvard2015SiteMap.png" target="_blank">Click Here</a> to see our site map</p>
+
<p><a href="https://static.igem.org/mediawiki/2015/c/ce/Harvard2015SiteMap.png" target="_blank">Click Here</a> to see our site map</p>
            </div>
+
</div>
  </section>
+
</section>
  
 
<section id="teampage" class="four">
 
<section id="teampage" class="four">
 
<div class="container"></div>
 
<div class="container"></div>
 
<img src="https://static.igem.org/mediawiki/2015/e/e2/Harvard2015_Team.png" alt="Team Logo" style="width:200px;height:200px;"/></a>
 
<img src="https://static.igem.org/mediawiki/2015/e/e2/Harvard2015_Team.png" alt="Team Logo" style="width:200px;height:200px;"/></a>
<header><h3>See who participated on this year’s iGEM team.</h3></header>
+
<header><h3>See who participated on this year's iGEM team.</h3></header>
 
<footer>
 
<footer>
 
<div id="buttonbox">
 
<div id="buttonbox">
Line 262: Line 261:
 
</section>
 
</section>
  
    <!-- Footer -->
+
<!-- Footer -->
      <div id="footer">
+
<div id="footer">
  
        <!-- Copyright -->
+
<!-- Copyright -->
          <ul class="copyright">
+
<ul class="copyright">
            <li><a href="https://static.igem.org/mediawiki/2015/c/ce/Harvard2015SiteMap.png" target="_blank">Site Map</a></li><li>Site template designed by: <a href="http://html5up.net">HTML5 UP</a></li><h5>
+
<li><a href="https://static.igem.org/mediawiki/2015/c/ce/Harvard2015SiteMap.png" target="_blank">Site Map</a></li><li>Site template designed by: <a href="http://html5up.net">HTML5 UP</a></li><h5>
          </ul>
+
</ul>
  
      </div>
+
</div>
  
    <!-- Scripts -->
+
<!-- Scripts -->
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll1?action=raw&ctype=text/javascript"></script>
+
<script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll1?action=raw&ctype=text/javascript"></script>
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll2?action=raw&ctype=text/javascript"></script>
+
<script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll2?action=raw&ctype=text/javascript"></script>
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll3?action=raw&ctype=text/javascript"></script>
+
<script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll3?action=raw&ctype=text/javascript"></script>
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll4?action=raw&ctype=text/javascript"></script>
+
<script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll4?action=raw&ctype=text/javascript"></script>
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll5?action=raw&ctype=text/javascript"></script>
+
<script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll5?action=raw&ctype=text/javascript"></script>
      <!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
+
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
      <script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll0?action=raw&ctype=text/javascript"></script>
+
<script type="text/javascript" src="https://2015.igem.org/Template:Harvard_BioDesign/JS_Scroll0?action=raw&ctype=text/javascript"></script>
  </div><!--main-->
+
</div><!--main-->
  </body>
+
</body>
 
</html>
 
</html>

Revision as of 02:20, 18 September 2015


Prologue by HTML5 UP

Welcome to the Harvard BioDesign 2015 wiki!


The "official" place where flocculation happens and llamas are appreciated.

Email Logo
Curious?

How to navigate our site

Here is an easy guide to finding information on our wiki site. On the top of every page you will see a flask. When you click on it, it will open up the main navigation menu. The top section includes links of the different sections on the current page. The lower links are to switch to a new page. You can see all the pages by looking at our site map listed below. You can also get a brief idea of what you'll find on each page by scrolling down.

Click Here to see our site map

Team Logo

See who participated on this year's iGEM team.

Project Logo

Learn what we are all about. Here you can learn how we set up and conducted our research.

Results Logo

Find our major accomplishments here and where we plan to go with them.

Parts Logo

View the parts we created.

Notebook Logo

The story of our hard work.

Collabs Logo

Outreach to our fellow iGEMers.

Practices Logo

A guide to how to take research to the next level.

Safety Logo

Safety is what really matters.

Attributions Logo

A shoutout to those who made us possible.