Team:CU-Boulder

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:CU-Boulder/Wiki}}
{{:Team:CU-Boulder/Wiki}}
-
<!--{{CU-Boulder-header}}-->
 
-
<!--{{:Team:CU-Boulder/PageBasic}}-->
 
-
<!--{{Template:Style-paris}}-->
 
{{:Team:CU-Boulder/Menu}}
{{:Team:CU-Boulder/Menu}}
Line 13: Line 10:
THE DOCUMENTS RESPONSIBLE FOR HEADERS, FOOTER AND MENUS.
THE DOCUMENTS RESPONSIBLE FOR HEADERS, FOOTER AND MENUS.
   0. MAKE SURE EVERYTHING IS *KISS* FRIENDLY (Keep It Simple & Stupid)  
   0. MAKE SURE EVERYTHING IS *KISS* FRIENDLY (Keep It Simple & Stupid)  
-
   1. Make a navigation menu
+
   1. Make a navigation menu (CHECK-)
-
   2. Make one style sheet for the main container and body + make sure no tables are used for the content
+
   2. Make one style sheet for the main container and body + make sure no tables are used for the content (CHECK)
-
   3. Include the paralax feature into the website
+
   3. Include the paralax feature into the website (NOT SURE IF POSSIBLE)
-
   4. Make headers holding images
+
   4. Make headers holding images (CHECK)
   5. Upload content
   5. Upload content
-
   6. Make sure the website is compatible
+
   6. Make sure the website is compatible/bug-less
 +
NOTE: Paris-Bettencourt team did a wonderful job on their style sheet masking the
 +
original content. I used their work with modifications. Amazing job.
 +
IMPORTANT: ONLY THREE FILES NEEDED FOR EACH PAGE: Wiki, Content and Menu. (Of course more features
 +
may be added.)
//-->
//-->
-
<!--BANNER-->
 
-
<div class="banner">
+
<!--STYLE FOR THE PAGE (MAY BE MOVED TO ANOTHER PAGE)-->
-
    <img src="https://static.igem.org/mediawiki/2014/5/56/Test02.jpg" width=100%>
+
 
-
</div>
+
<style>
<style>
body {background-color:#353331;}
body {background-color:#353331;}
 +
#title h2 {
 +
    position: absolute;
 +
    top: 200px;
 +
    left: 0;
 +
    width: 100%;
 +
}
 +
 +
#title h2 span{
 +
    color: white;
 +
    font: bold 24px/45px Helvetica, Sans-Serif;
 +
    letter-spacing:-1px;
 +
    background: rgb(0, 0, 0); /*fallback color*/
 +
    bacground: rgba(0, 0, 0, 0.7);
 +
    padding: 10px;
 +
}
 +
</style>
</style>
 +
 +
<!--MAIN PAGE BANNER-->
 +
 +
<div class="banner">
 +
    <img src="https://static.igem.org/mediawiki/2014/5/56/Test02.jpg" width=100%>
 +
    <h2 id="title"><span>University of Colorado at Boulder:<br />CRISPR/Cas Technology</span></h2>
 +
</div>
 +
<!--main content -->
<!--main content -->
<table width="70%" align="center">
<table width="70%" align="center">

Revision as of 05:24, 9 June 2014


Requirements

Please be sure to keep these links, your audience will want to find your:

There are a few wiki requirements teams must follow:

  • All pages, images and files must be hosted on the 2014.igem.org server.
  • All pages must be created under the team’s name space.
  • As part of your documentation, keep the links from the menu to the left.
  • Do not use flash in wiki code.
  • The iGEM logo should be placed on the upper part of every page and should link to 2014.igem.org.

Visit the Wiki How To page for a complete list of requirements, tips and other useful information.

Tips

We are currently working on providing teams with some easy to use design templates.
In the meantime you can also view other team wikis for inspiration! Here are some very good examples

For a full wiki list, you can visit iGEM 2013 web sites and iGEM 2012 web sites lists.

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 what you plan to do.
  • 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 2013 calendar
  • Have lots of fun!