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.
eupiteco 0fafd0efca new files for jumbotron 6 years ago
_includes new files for jumbotron 6 years ago
_layouts fixed alert color issues and added a jumbotron 6 years ago
_posts first push 6 years ago
_site fixed alert color issues and added a jumbotron 6 years ago
assets new files for jumbotron 6 years ago
.gitignore first push 6 years ago
404.html first push 6 years ago
Gemfile first push 6 years ago
Gemfile.lock first push 6 years ago
LICENSE first push 6 years ago
README.md new README.md 6 years ago
_config.yml url fix so the assets can be found by pages 6 years ago
components.md fixed alert color issues and added a jumbotron 6 years ago
copywriting.md first push 6 years ago
getting-started.md first push 6 years ago
index.md first push 6 years ago
visuals.md first push 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.