Difference between revisions of "Team:Cambridge-JIC/Wiki Design"

m
Line 17: Line 17:
 
     <div class="slide" style="min-height:0px">
 
     <div class="slide" style="min-height:0px">
 
         <div style="width: 100%; padding:0% 10%; margin: 30px 0px;color:#fff">
 
         <div style="width: 100%; padding:0% 10%; margin: 30px 0px;color:#fff">
<h2> Using CSS and JS </h2>
+
<h3> Using CSS and JS </h2>
 
As iGEM teams are unable to upload and refer to CSS and Javascript files, styling your webpages takes a different method to the standard way. Instead, we have uploaded pages that end in _CSS and _JS that are linked to in the html of our other pages. To use a page as a file, simply put the code in HTML and refer to the URL with <span style="background-color:#fff; color:#123a68"> ?action=raw</span> added. This takes the raw code that was entered.
 
As iGEM teams are unable to upload and refer to CSS and Javascript files, styling your webpages takes a different method to the standard way. Instead, we have uploaded pages that end in _CSS and _JS that are linked to in the html of our other pages. To use a page as a file, simply put the code in HTML and refer to the URL with <span style="background-color:#fff; color:#123a68"> ?action=raw</span> added. This takes the raw code that was entered.
 +
<h3> Bootstrapping your Wiki <h3>
 +
 +
<h3> JQuery <h3>
  
 
</div></div></section>
 
</div></div></section>
Line 37: Line 40:
 
<h3> Fonts </h3>
 
<h3> Fonts </h3>
 
<center>
 
<center>
 +
<hr>
 
<img src="//2015.igem.org/wiki/images/5/5b/CamJIC-Font.png" style="width: 600px; margin-right: 70px">
 
<img src="//2015.igem.org/wiki/images/5/5b/CamJIC-Font.png" style="width: 600px; margin-right: 70px">
 
</center>
 
</center>
 +
<hr>
 
<h3> Making Images with Inkscape </h3>
 
<h3> Making Images with Inkscape </h3>
  

Revision as of 18:31, 18 September 2015

Wiki Design Guide

Make your wiki more beautiful than our team.


This guide briefly dives into incorporating CSS ad Java Script into your wiki, a few graphic design tips, and ways to improve the user experience.

Using CSS and JS

As iGEM teams are unable to upload and refer to CSS and Javascript files, styling your webpages takes a different method to the standard way. Instead, we have uploaded pages that end in _CSS and _JS that are linked to in the html of our other pages. To use a page as a file, simply put the code in HTML and refer to the URL with ?action=raw added. This takes the raw code that was entered.

Bootstrapping your Wiki

JQuery

Graphic Design

Colours

Before creating too many images and colouring in your wiki, deciding on a colour scheme can ensure your wiki looks professional. Colours in HTML are given as RGB values. These can be difficult to visualise and match. Instead pick your colours first with HSL (hue, saturation and lightness) values. As a guide, three to four different hues is easy to work with.


Fonts



Making Images with Inkscape

User Experience