I2P brand styleguides for the web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elio Qoshi 623a8d8984
Merge pull request #4 from uracreative/writing-page-updates
6 years ago
_includes writing page updates 6 years ago
_layouts writing page updates 6 years ago
_posts first push 7 years ago
_site writing page updates 6 years ago
assets Added download link and zip for icon font 6 years ago
.gitignore first push 7 years ago
404.html first push 7 years ago
Gemfile first push 7 years ago
Gemfile.lock first push 7 years ago
LICENSE first push 7 years ago
README.md new README.md 6 years ago
_config.yml nav and sidebars styling 6 years ago
components.md commented out the jumbotron section 6 years ago
design.md Added I2P font and icons 6 years ago
getting-started.md first push 7 years ago
index.md first push 7 years ago
writing.md writing page updates 6 years ago

README.md

About

I2P is an anonymous overlay network - a network within a network. It is intended to protect communication from dragnet surveillance and monitoring by third parties such as ISPs. I2P is used by many people who care about their privacy: activists, oppressed people, journalists and whistleblowers, as well as the average person.

Getting started

The I2P styleguide is based on Bootstrap, an open-source toolkit for developing with HTML, CSS, and JS. We are currently on v4.1.0.

To use the I2P styleguide, you can download our scss style (components.scss) and import it in your project with bootstrap included. SASS is a CSS extension language.

If you want to use SASS you can download the complete archive for the styleguide. The scss folder under assets contains all the sass files. Since we use bootstrap, we only add a few styles without modifying bootstrap core or defining new elements whenever possible.

Bootstrap contains a few JavaScript libraries for extra interaction with the DOM. We use these libraries but do not add extra JavaScript, so that only few elements are affected if you disable JavaScript.

This styleguide has been built using Jekyll. Jekyll is a simple, blog-aware, static site generator. You can build this yourself by installing Jekyll.