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.

26 lines
819 B

5 years ago
<!DOCTYPE html>
<html lang="en" dir="ltr" data-theme="light">
5 years ago
{% include head.html %}
<body>
{% include navbar.html %}
<div class="row">
<div class="col-md-3 col-sm-5 hidden-sm p-0">
<div class="row" style="height: 100%">
<div class="col-md-6 col-sm-6 col-xs-6 p-0">
{% include navbar_side.html sidebarClassName="rb-sidebar__1" %}
</div>
<div class="col-md-6 col-sm-6 col-xs-6 p-0">
{% include sidebar.html sidebarClassName="rb-sidebar__2" %}
</div>
</div>
</div>
<div class="col-lg-9 py-5 pl-sm-5">
5 years ago
{% include brand/colors.html %}
{% include brand/typography.html %}
{% include brand/logo.html %}
{% include scripts.html %}
</div>
</div>
</body>
</html>