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 8d83b47495 header display :before is now a mixin 6 years ago
..
assets header display :before is now a mixin 6 years ago
components improvement on the sidebar colors 6 years ago
copywriting improvement on the sidebar colors 6 years ago
getting-started nav and sidebars styling 6 years ago
jekyll/update/2018/05/06 nav and sidebars styling 6 years ago
visuals fixed distance between headers and their labels 6 years ago
404.html nav and sidebars styling 6 years ago
LICENSE first push 7 years ago
README.md url fix so the assets can be found by pages 6 years ago
index.html nav and sidebars styling 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.