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 f8f072f388 improvement on the sidebar colors 6 years ago
_includes improvement on the sidebar colors 6 years ago
_layouts wider main section for visuals and components 6 years ago
_posts first push 7 years ago
_site improvement on the sidebar colors 6 years ago
assets improvement on the sidebar colors 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 fixed alert color issues and added a jumbotron 6 years ago
copywriting.md first push 7 years ago
getting-started.md first push 7 years ago
index.md first push 7 years ago
visuals.md first push 7 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.