Team:CU-Boulder
From 2014.igem.org
(Difference between revisions)
Jimmynovik (Talk | contribs) |
Jimmynovik (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{:Team:CU-Boulder/Wiki}} | {{:Team:CU-Boulder/Wiki}} | ||
- | |||
- | |||
- | |||
{{: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.) | ||
//--> | //--> | ||
- | |||
- | < | + | <!--STYLE FOR THE PAGE (MAY BE MOVED TO ANOTHER PAGE)--> |
- | + | ||
- | + | ||
<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:
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.
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:
|