Skip to content

Commit

Permalink
svg to png test
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Aug 23, 2024
1 parent 4a1c7a7 commit 09358df
Show file tree
Hide file tree
Showing 39 changed files with 31 additions and 211 deletions.
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ <h3>{% t global.monero_project %}</h3>
<div class="row center-xs">
<div class="footer-links">
<ul class="list-unstyled list-inline">
<li><a href="{% include onion.html %}" class="white footer-link"><img class="tor" src="/img/onion-tor.svg" alt="onion service">{% t tools.onion-service %}</a></li>
<li><a href="{% include onion.html %}" class="white footer-link"><img class="tor" src="/img/onion-tor.png" alt="onion service">{% t tools.onion-service %}</a></li>
<li><a href="{{ site.baseurl }}/legal/" class="white footer-link">{% t footer.legal %}</a></li>
<li><a href="https://github.com/monero-project/monero-site" class="white footer-link">{% t footer.source %}</a></li>
<li><a href="{{ site.baseurl}}/sitemap.xml" class="white footer-link">Sitemap</a></li>
<li><a class="white" href="{{ site.baseurl_root }}/feed.xml"><img src="/img/feed.svg" width="30" height="30" alt="Feed icon">{% t footer.feed %}</a></li>
<li><a class="white" href="{{ site.baseurl_root }}/feed.xml"><img src="/img/feed.png" width="30" height="30" alt="Feed icon">{% t footer.feed %}</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="/meta/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/meta/favicon-16x16.png">
<link rel="manifest" href="/meta/manifest.json">
<link rel="mask-icon" href="/meta/safari-pinned-tab.svg" color="#5bbad5">
<link rel="mask-icon" href="/meta/safari-pinned-tab.png" color="#5bbad5">
<meta name="theme-color" content="#ffffff">

<link href="/css/custom.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-07-31-clsag-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: CLSAG audit results
summary: Results of an external security audit of the CLSAG signature construction
tags: [community]
author: Sarang Noether, Ph.D.
image: /blog/assets/clsag/clsag.svg
image: /blog/assets/clsag/clsag.png
---


Expand Down
Binary file added blog/assets/clsag/clsag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion blog/assets/clsag/clsag.svg

This file was deleted.

2 changes: 1 addition & 1 deletion community/hangouts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ meta_descr: hangouts.intro
{% for room in rooms_list %}
{% if room[0] == channel[0] %}
{% if rooms_list.matrix %}
<a class="chats-img" href="{{ rooms_list.matrix }}"><img class="matrix" src="/img/matrix-logo.svg" title="Matrix" alt="Matrix logo"></a>
<a class="chats-img" href="{{ rooms_list.matrix }}"><img class="matrix" src="/img/matrix-logo.png" title="Matrix" alt="Matrix logo"></a>
{% endif %}
{% endif %}
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion community/merchants/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ meta_descr: merchants.descr
<div class="left half no-pad-sm col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="info-block">
<div class="center-xs">
<img class="merch" src="/img/merchants/bisq.svg" alt="Bisq Logo" title="Bisq">
<img class="merch" src="/img/merchants/bisq.png" alt="Bisq Logo" title="Bisq">
<p>{% t merchants.bisqdescr %}</p>
</div>
<div>
Expand Down
Loading

0 comments on commit 09358df

Please sign in to comment.