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 5c3e2b11a4 config test 7 years ago
_includes first push 7 years ago
_layouts first push 7 years ago
_posts first push 7 years ago
_site first push 7 years ago
assets first push 7 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 first push 7 years ago
_config.yml config test 7 years ago
components.md first push 7 years ago
copywriting.md first push 7 years ago
getting-started.md first push 7 years ago
i2p.ses first push 7 years ago
index.md first push 7 years ago
visuals.md first push 7 years ago

README.md

Note

The official repo has been moved to Debian Infrastructure: https://salsa.debian.org/reproducible-builds/reproducible-styleguide For comments, issues, Pull/Merge Requests please head over there.

About

Reproducible builds are a set of software development practices that create an independently-verifiable path from source code to the binary code used by computers. This guide aims to provide standards, principles and components to design consistent views related to the Reproducible Builds project. These pages are a living document and we welcome contributions, feedback and suggestions.

Getting started

The Reproducible Builds 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 Reproducible Builds 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.