mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
(Update) Home: replace png icons with svgs (#8)
This commit is contained in:
parent
f5da2712a3
commit
65bcd78cb0
4 changed files with 6 additions and 3 deletions
|
@ -30,18 +30,18 @@ description: pages.home.description
|
|||
<div class="content">
|
||||
<div class="row features-collection">
|
||||
<div class="col-sm-4">
|
||||
<img src="/assets/img/home/icon_private.png" height="100" alt="{% t pages.home.feature-private-heading %}">
|
||||
<img src="/assets/img/home/private.svg" height="100" alt="{% t pages.home.feature-private-heading %}">
|
||||
<h2>{% t pages.home.feature-private-heading %}</h2>
|
||||
{% tmd pages.home.feature-private-text %}
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<img src="/assets/img/home/icon_instant.png" height="100" alt="{% t pages.home.feature-instant-heading %}">
|
||||
<img src="/assets/img/home/instant.svg" height="100" alt="{% t pages.home.feature-instant-heading %}">
|
||||
<h2>{% t pages.home.feature-instant-heading %}</h2>
|
||||
{% tmd pages.home.feature-instant-text %}
|
||||
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<img src="/assets/img/home/icon_secure.png" height="100" alt="{% t pages.home.feature-secure-heading %}">
|
||||
<img src="/assets/img/home/secure.svg" height="100" alt="{% t pages.home.feature-secure-heading %}">
|
||||
<h2>{% t pages.home.feature-secure-heading %}</h2>
|
||||
{% tmd pages.home.feature-secure-text %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue