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.
Anxhelo Lushka 9a261a937e
Merge pull request #9 from uracreative/dependabot/bundler/addressable-2.8.0
3 years ago
_includes A few fixes 4 years ago
_layouts A few fixes 4 years ago
assets A few fixes 4 years ago
.gitignore Initial updates 4 years ago
404.html first push 6 years ago
Gemfile Initial updates 4 years ago
Gemfile.lock Bump addressable from 2.7.0 to 2.8.0 3 years ago
LICENSE first push 6 years ago
README.md new README.md 6 years ago
_config.yml Added dark theme, draft variables and branding page 4 years ago
brand.md Initial updates 4 years ago
design.md Added colors to Design page 4 years ago
getting-started.md first push 6 years ago
index.md Initial updates 4 years ago
writing.md Initial updates 4 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.