mirror of
https://github.com/torproject/styleguide.git
synced 2024-11-27 03:10:26 +00:00
Add Illustrations
This commit is contained in:
parent
ae8bd2f6d1
commit
e0f29abd9f
@ -13,3 +13,7 @@ label = Typography
|
||||
[Icons]
|
||||
path = #icons
|
||||
label = Icons
|
||||
|
||||
[Illustrations]
|
||||
path = #illustrations
|
||||
label = Illustrations
|
||||
|
@ -69,7 +69,7 @@
|
||||
<h5 class="text-left">Lime</h5>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<h1 id="grid"></h1>
|
||||
<div class="page-header mb-4 mt-5">
|
||||
<h3>Grid</h3>
|
||||
@ -478,5 +478,30 @@
|
||||
<span class="badge p-0">valid</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1 id="illustrations"> </h1>
|
||||
<div class="page-header mb-4 mt-5">
|
||||
<h3>Illustrations</h3>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<img src="../static/images/home/svg/block-trackers.svg" alt="block trackers"/>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<img src="../static/images/home/svg/surveillance.svg" alt="surveillance"/>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<img src="../static/images/home/svg/fingerprinting.svg" alt="fingerprinting"/>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<img src="../static/images/home/svg/encryption.svg" alt="encryption"/>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<img src="../static/images/home/svg/browse-freely.svg" alt="browse freely"/>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<img src="../static/images/download/svg/get-connected.svg" alt="get connected"/>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user