Browse Source

Made some assets smaller

writing-page-updates
Anxhelo Lushka 6 years ago
parent
commit
02fdfff281
No known key found for this signature in database GPG Key ID: 86086158C83770F8
  1. 42
      _includes/design/assets.html

42
_includes/design/assets.html

@ -3,7 +3,7 @@
<p class="text-muted">The I2P brand assets are included here. Use them responsibly.</p>
</div>
<div class="row">
<div class="col-xs-12 col-md-5 col-sm-6">
<div class="col-xs-6 col-sm-4">
<div class="image border p-5">
<img src="https://raw.githubusercontent.com/uracreative/works/master/I2P/PNG/horizontal_color.png" class="rb-contain">
</div>
@ -18,7 +18,7 @@
</div>
<div class="col-xs-12 col-md-5 col-sm-6">
<div class="col-xs-6 col-sm-4">
<div class="image border p-5 bg-dark">
<img src="https://raw.githubusercontent.com/uracreative/works/master/I2P/PNG/horizontal_white.png" class="rb-contain">
</div>
@ -33,8 +33,8 @@
</div>
</div>
<div class="row mt-5">
<div class="col-xs-12 col-md-5 col-sm-6">
<div class="row">
<div class="col-xs-6 col-sm-4">
<div class="image border p-5">
<img src="https://github.com/uracreative/works/raw/master/I2P/PNG/vertical_color.png" class="rb-contain">
</div>
@ -48,7 +48,7 @@
</p>
</div>
<div class="col-xs-12 col-md-5 col-sm-6">
<div class="col-xs-6 col-sm-4">
<div class="image border p-5 bg-dark">
<img src="https://github.com/uracreative/works/raw/master/I2P/PNG/vertical_white.png" class="rb-contain">
</div>
@ -61,37 +61,7 @@
</span>
</p>
</div>
</div>
<div class="row mt-5">
<div class="col-xs-12 col-md-5 col-sm-6">
<div class="image border p-5">
<img src="https://github.com/uracreative/works/raw/master/I2P/PNG/icon_color.png" class="rb-contain">
</div>
<p class="text-black pt-3 align-horizontally flex-space-between">
<span class="text-left color-gray-2 rb-isBold">Default</span>
<span class="text-right color-primary rb-isBold" style="float: right;">
<a target="_blank"
href="https://demo.identihub.co/assets/SecureDrop_ICONS_1.svg"
class="button btn btn-sm btn-pill btn-outline-medium">Download SVG</a>
</span>
</p>
</div>
<div class="col-xs-12 col-md-5 col-sm-6">
<div class="image bg-dark border p-5">
<img src="https://github.com/uracreative/works/raw/master/I2P/PNG/icon_white.png" class="rb-contain">
</div>
<p class="text-black pt-3 align-horizontally flex-space-between">
<span class="text-left color-gray-2 rb-isBold">White</span>
<span class="text-right color-primary rb-isBold" style="float: right;">
<a target="_blank"
href="https://demo.identihub.co/assets/SecureDrop_ICONS_3.svg"
class="button btn btn-sm btn-pill btn-outline-medium">Download SVG</a>
</span>
</p>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-md-6">

Loading…
Cancel
Save