Week1

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
   <head>
   <head>
   <title>TzuChiU Formosa</title>
   <title>TzuChiU Formosa</title>
 +
 +
      <!--[START-WEEK-HIDDEN MENU]-->
 +
<link rel="stylesheet" href="https://googledrive.com/host/0B6PQpiOVXRVgTTVKQ1V4c1VsSTA" type="text/css" charset="utf-8"/>
 +
        <script type="text/javascript" src="https://googledrive.com/host/0B6PQpiOVXRVgVml5UDQ3REdXME0"></script>
 +
<!--[END-WEEK-HIDDEN MENU]-->
 +
<link rel="stylesheet" type="text/css" href="https://googledrive.com/host/0B6PQpiOVXRVgdm51M012aklCeFE" />
<link rel="stylesheet" type="text/css" href="https://googledrive.com/host/0B6PQpiOVXRVgdm51M012aklCeFE" />
Line 23: Line 29:
-
                        #menu {
 
-
                            position: relative;
 
-
                            top:40%;
 
-
                           
 
-
                    width: 100px;
 
-
                    border-style: solid solid none solid;
 
-
                    border-color: #94AA74;
 
-
                    border-size: 1px;
 
-
                    border-width: 1px;
 
-
                    margin-left: -20%;
 
-
                            }
 
-
 
-
                      #menu li a {
 
-
                  height: 32px;
 
-
                    voice-family: "\"}\"";
 
-
                    voice-family: inherit;
 
-
                    height: 24px;
 
-
                  text-decoration: none;
 
-
                            }
 
-
 
-
                        #menu li a:link, #menu li a:visited {
 
-
                  color: #5E7830;
 
-
                  display: block;
 
-
                  background: url(http://www.cssportal.com/vertical-menus/images/menu1.gif);
 
-
                  padding: 8px 0 0 10px;
 
-
                            }
 
-
 
-
                        #menu li a:hover {
 
-
                  color: #26370A;
 
-
                  background: url(http://www.cssportal.com/vertical-menus/images/menu1.gif) 0 -32px;
 
-
                  padding: 8px 0 0 10px;
 
-
                            }
 
-
 
-
                        #menu li a:active {
 
-
                  color: #26370A;
 
-
                  background: url(http://www.cssportal.com/vertical-menus/images/menu1.gif) 0 -64px;
 
-
                  padding: 8px 0 0 10px;
 
-
                              }
 
-
 
-
                        #menu ul {
 
-
                  list-style: none;
 
-
                  margin: 0;
 
-
                  padding: 0;
 
-
                              }
 
                         html {
                         html {
Line 315: Line 277:
-
<div id="menu">
+
<ul id="navigation">
-
<ul>
+
<li class="week1"><a href="https://2013.igem.org/Week1"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 1</span></a></li>
+
<li class="week2"><a href="https://2013.igem.org/Week2"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 2</span></a></li>
+
<li class="week3"><a href="https://2013.igem.org/Week3"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 3</span></a></li>
+
<li class="week4"><a href="https://2013.igem.org/Week4"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 4</span></a></li>
+
<li class="week5"><a href="https://2013.igem.org/Week5"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 5</span></a></li>
+
<li class="week6"><a href="https://2013.igem.org/Week6"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 6</span></a></li>
+
<li class="week7"><a href="https://2013.igem.org/Week7"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 7</span></a></li>
+
<li class="week8"><a href="https://2013.igem.org/Week8"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 8</span></a></li>
+
<li class="week9"><a href="https://2013.igem.org/Week9"><span style="font-weight: bold;"></span></a></li>
-
<li><a href="javascript:void(0)"><span style="font-weight: bold;">Week 9</span></a></li>
+
</ul>
</ul>
-
</div>
+
 
 +
<script type="text/javascript">
 +
            $(function() {
 +
                $('#navigation a').stop().animate({'marginLeft':'-85px'},1000);
 +
 
 +
                $('#navigation > li').hover(
 +
                    function () {
 +
                        $('a',$(this)).stop().animate({'marginLeft':'-2px'},200);
 +
                    },
 +
                    function () {
 +
                        $('a',$(this)).stop().animate({'marginLeft':'-85px'},200);
 +
                    }
 +
                );
 +
            });
 +
        </script>
 +
 
 +
 
 +
 
<!-- Create Menu Settings: (Int Menu ID, Object Literal Settings - {showDelay:int, hideDelay:int, interaction:string}) [interaction options... 'hover', 'all-always-open', 'click-all', 'all', 'all-always-open', 'main')] -->
<!-- Create Menu Settings: (Int Menu ID, Object Literal Settings - {showDelay:int, hideDelay:int, interaction:string}) [interaction options... 'hover', 'all-always-open', 'click-all', 'all', 'all-always-open', 'main')] -->

Revision as of 11:13, 8 September 2013

TzuChiU Formosa NodeFire Save Document









Monday

Detailed research for our project.

Tuesday

Detailed research for our project.

Wednesday

Detailed research for our project.

Thursday

Design Experiment.



Friday

Promote and hand out iGEM surveys to junior high students..

Saturday

Search for iGEM biobrick.

Sunday

Confirm materials and E-mail headquarters for biobrick.

Retrieved from "http://2013.igem.org/Week1"