Use this as a styleguide to manage a website’s look and feel, from 'agile' prototype to production.
Use with Elements to evolve your website in collaboration with designers and developers.
Choose a download and start using toolkit in minutes. Jump right in with just the CSS files or get the Source Code for full control.
The simplest way to start with toolkit is by including the following CSS or minified CSS link.
To do that, copy and paste the following code snippet into your project, right before the closing </head> tag.
CSS
Minified CSS
If you only download the CSS files, you will not be able to change toolkit using elements.
You will only be able to change toolkit using the compiled CSS, 'evo-toolkit.css'.
For full use of toolkit, download the Source Code, which will include '_toolkit.scss'.
Within '_toolkit.scss', you can change classes by targeting their corresponding value.
In the following example, we will change the .evo-button-biggest
class. The value we want to target is highlighted in green.
_toolkit.scss
.evo-button-biggest
{ @extend %evo-button-16; @extend %evo-button-base; } evo-toolkit.css (compiled output)
.evo-button-biggest
{ By changing the value, we change the size of .evo-button-biggest
.
_toolkit.scss
.evo-button-biggest
{ @extend %evo-button-18; @extend %evo-button-base; } evo-toolkit.css (compiled output)
.evo-button-biggest
{ Start with one of these basic HTML templates after you download the CSS files or the Source Code.
There are two templates included. One for toolkit and one for toolkit inverse, called 'evolution-toolkit.html' and 'evolution-toolkit-inverse.html'.
Toolkit Template
Toolkit Inverse Template
On the left side is code snippet and on the right is displayed form fields of that code snippet.
If applying a link class, place it inside the <a> tag as in the samples below.
Develop a step-by-step plan that maps budget, timeline, and objectives to possible solutions.
Develop a step-by-step plan that maps budget, timeline, and objectives to possible solutions.
Develop a step-by-step plan that maps budget, timeline, and objectives to possible solutions.
Develop a step-by-step plan that maps budget, timeline, and objectives to possible solutions.