diff --git a/_includes/footer.html b/_includes/footer.html index 12b2cde61a..799ca17de6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -43,11 +43,11 @@

{% t global.monero_project %}

diff --git a/_includes/head.html b/_includes/head.html index 421ae99090..d51b1e5e71 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -49,7 +49,7 @@ - + diff --git a/_posts/2020-07-31-clsag-audit.md b/_posts/2020-07-31-clsag-audit.md index 8c9e060d0b..29fc7d0f9e 100644 --- a/_posts/2020-07-31-clsag-audit.md +++ b/_posts/2020-07-31-clsag-audit.md @@ -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.avif --- diff --git a/blog/assets/clsag/clsag.avif b/blog/assets/clsag/clsag.avif new file mode 100644 index 0000000000..65dce3eb40 Binary files /dev/null and b/blog/assets/clsag/clsag.avif differ diff --git a/blog/assets/clsag/clsag.png b/blog/assets/clsag/clsag.png new file mode 100644 index 0000000000..eccc28d06a Binary files /dev/null and b/blog/assets/clsag/clsag.png differ diff --git a/blog/assets/clsag/clsag.svg b/blog/assets/clsag/clsag.svg deleted file mode 100644 index 867a1d1442..0000000000 --- a/blog/assets/clsag/clsag.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/community/hangouts/index.md b/community/hangouts/index.md index c003fb47ad..e1238a8c68 100644 --- a/community/hangouts/index.md +++ b/community/hangouts/index.md @@ -91,7 +91,7 @@ meta_descr: hangouts.intro {% for room in rooms_list %} {% if room[0] == channel[0] %} {% if rooms_list.matrix %} - Matrix logo + Matrix logo {% endif %} {% endif %} {% endfor %} diff --git a/community/merchants/index.md b/community/merchants/index.md index 54782a5e27..a90831fc23 100644 --- a/community/merchants/index.md +++ b/community/merchants/index.md @@ -31,7 +31,7 @@ meta_descr: merchants.descr
- Bisq Logo + Bisq Logo

{% t merchants.bisqdescr %}

diff --git a/community/workgroups/index.md b/community/workgroups/index.md index 5b887d1ed6..410bb4d1a0 100644 --- a/community/workgroups/index.md +++ b/community/workgroups/index.md @@ -23,7 +23,7 @@ meta_descr: meta_descr.workgroups

{% t team.core_start %}

{% t team.contacts %}

@@ -42,7 +42,7 @@ meta_descr: meta_descr.workgroups

{% t team.community_start %}

{% t team.contacts %}

@@ -61,8 +61,8 @@ meta_descr: meta_descr.workgroups

{% t team.devworkgroup_start %}

{% t team.contacts %}

@@ -81,7 +81,7 @@ meta_descr: meta_descr.workgroups

{% t team.web_start %}

{% t team.contacts %}

@@ -99,7 +99,7 @@ meta_descr: meta_descr.workgroups

{% t team.localization_start %}

{% t team.contacts %}

@@ -118,7 +118,7 @@ meta_descr: meta_descr.workgroups

{% t team.nwlb_start %}

{% t team.contacts %}

@@ -136,7 +136,7 @@ meta_descr: meta_descr.workgroups

{% t team.mrl_start %}

{% t team.contacts %}

@@ -154,7 +154,7 @@ meta_descr: meta_descr.workgroups

{% t team.space_start %}

{% t team.contacts %}

@@ -174,7 +174,7 @@ meta_descr: meta_descr.workgroups

{% t team.mpwg_start %}

{% t team.contacts %}

@@ -191,7 +191,7 @@ meta_descr: meta_descr.workgroups

{% t team.mrw_start %}

{% t team.contacts %}

diff --git a/css/custom.css b/css/custom.css index 47f6b1e45f..44d115b1b8 100644 --- a/css/custom.css +++ b/css/custom.css @@ -991,20 +991,20 @@ a { /* External link icon */ a[href^="https:"]:not([href*="getmonero.org"]):not([class*="btn-link"]):not([class="chats-img"]):not([class*="ext-noicon"]):not([class*="white"]) { - background: url(/img/external.svg) no-repeat right; + background: url(/img/external.avif) no-repeat right; padding-right: 0.7em; margin-right: 0.3rem; background-size: 0.6em; } a[href^="https:"]:not([href*="getmonero.org"]).white { - background: url(/img/external-white.svg) no-repeat right; + background: url(/img/external-white.avif) no-repeat right; padding-right: 0.7em; background-size: 0.6em; } a[href^="https:"]:not([href*="getmonero.org"]).orange { - background: url(/img/external.svg) no-repeat right; + background: url(/img/external.avif) no-repeat right; padding-right: 0.7em; padding-top: 0.5em; background-size: 0.6em; @@ -1237,7 +1237,7 @@ label.upgrade-x:after { } ul.logo { - list-style-image: url('/img/logo-list.svg'); + list-style-image: url('/img/logo-list.avif'); } a.arrow-up { @@ -2877,7 +2877,7 @@ p.main-downloads { } .mining li.pro:before { - content: url("/img/emojis/2714.svg"); + content: url("/img/emojis/2714.png"); } .mining li.cons { @@ -2885,7 +2885,7 @@ p.main-downloads { } .mining li.cons:before { - content: url("/img/emojis/274C.svg"); + content: url("/img/emojis/274C.avif"); } /****************************FOOTER***************************/ @@ -3135,12 +3135,12 @@ footer { } .guides span.icon-page { - background-image: url(../img/emojis/1F4C4.svg); + background-image: url(../img/emojis/1F4C4.avif); float: left; } .guides span.icon-globe { - background-image: url(../img/emojis/1F310.svg); + background-image: url(../img/emojis/1F310.avif); float: left; } @@ -3179,7 +3179,7 @@ footer { } .downloads ul.logo { - list-style-image: url('/img/logo-list.svg'); + list-style-image: url('/img/logo-list.avif'); } .download-nav.info-block { @@ -3548,11 +3548,11 @@ span.icon-git { } .merchants span.check { - background-image: url("/img/emojis/2714.svg"); + background-image: url("/img/emojis/2714.png"); } .merchants span.cross { - background-image: url("/img/emojis/274C.svg"); + background-image: url("/img/emojis/274C.avif"); } .merchants a.btn-fixed { @@ -3589,19 +3589,20 @@ img.emoji { } .roadmap li.completed:before { - content: url("/img/emojis/2714.svg"); + content: url("/img/emojis/2714.png"); + width: fit-content; } .roadmap li.ongoing:before { - content: url("/img/emojis/1F6A7.svg"); + content: url("/img/emojis/1F6A7.avif"); } .roadmap li.upcoming:before { - content: url("/img/emojis/1F9ED.svg"); + content: url("/img/emojis/1F9ED.avif"); } .roadmap li.proposed:before { - content: url("/img/emojis/1F310.svg"); + content: url("/img/emojis/1F310.avif"); } .roadmap .tabPanel-content span, .roadmap .ms-completed, .roadmap .ms-upcoming { @@ -4067,7 +4068,7 @@ img.emoji { } .feed span.feed-pic { - background: url(../img/feed.svg) no-repeat; + background: url(../img/feed.avif) no-repeat; position: absolute; right: 0; } @@ -4441,7 +4442,7 @@ p.hangouts-social { } .faq ul.logo { - list-style-image: url('/img/logo-list.svg'); + list-style-image: url('/img/logo-list.avif'); } .faq li.category { @@ -4475,7 +4476,7 @@ p.hangouts-social { } .tab .anchor:before { - content: url('/img/link.svg'); + content: url('/img/link.avif'); } .tab:hover .anchor { @@ -4612,7 +4613,7 @@ input.accordion[type=radio]:checked + label::after { } .info-tooltip { - background: url("/img/circled-i.svg") no-repeat right top; + background: url("/img/circled-i.avif") no-repeat right top; padding-right: 0.7rem; background-size: 0.7rem; } diff --git a/img/circled-i.avif b/img/circled-i.avif new file mode 100644 index 0000000000..9caea7280c Binary files /dev/null and b/img/circled-i.avif differ diff --git a/img/circled-i.png b/img/circled-i.png new file mode 100644 index 0000000000..3e31facca2 Binary files /dev/null and b/img/circled-i.png differ diff --git a/img/circled-i.svg b/img/circled-i.svg deleted file mode 100644 index 32f3e50c71..0000000000 --- a/img/circled-i.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - Svg Vector Icons : http://www.onlinewebfonts.com/icon - - \ No newline at end of file diff --git a/img/emojis/1F310.avif b/img/emojis/1F310.avif new file mode 100644 index 0000000000..95d8f8c802 Binary files /dev/null and b/img/emojis/1F310.avif differ diff --git a/img/emojis/1F310.png b/img/emojis/1F310.png new file mode 100644 index 0000000000..207c45b94a Binary files /dev/null and b/img/emojis/1F310.png differ diff --git a/img/emojis/1F310.svg b/img/emojis/1F310.svg deleted file mode 100644 index edae510bdc..0000000000 --- a/img/emojis/1F310.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/img/emojis/1F4C4.avif b/img/emojis/1F4C4.avif new file mode 100644 index 0000000000..3350ef7d13 Binary files /dev/null and b/img/emojis/1F4C4.avif differ diff --git a/img/emojis/1F4C4.png b/img/emojis/1F4C4.png new file mode 100644 index 0000000000..a002736afb Binary files /dev/null and b/img/emojis/1F4C4.png differ diff --git a/img/emojis/1F4C4.svg b/img/emojis/1F4C4.svg deleted file mode 100644 index 2f6f4276d7..0000000000 --- a/img/emojis/1F4C4.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/img/emojis/1F6A7.avif b/img/emojis/1F6A7.avif new file mode 100644 index 0000000000..ad06c37ca2 Binary files /dev/null and b/img/emojis/1F6A7.avif differ diff --git a/img/emojis/1F6A7.png b/img/emojis/1F6A7.png new file mode 100644 index 0000000000..36010616a7 Binary files /dev/null and b/img/emojis/1F6A7.png differ diff --git a/img/emojis/1F6A7.svg b/img/emojis/1F6A7.svg deleted file mode 100644 index 9f3f9b8b1c..0000000000 --- a/img/emojis/1F6A7.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/emojis/1F9ED.avif b/img/emojis/1F9ED.avif new file mode 100644 index 0000000000..51f5ee775f Binary files /dev/null and b/img/emojis/1F9ED.avif differ diff --git a/img/emojis/1F9ED.png b/img/emojis/1F9ED.png new file mode 100644 index 0000000000..ef6fd24c73 Binary files /dev/null and b/img/emojis/1F9ED.png differ diff --git a/img/emojis/1F9ED.svg b/img/emojis/1F9ED.svg deleted file mode 100644 index 277c3d5c40..0000000000 --- a/img/emojis/1F9ED.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/img/emojis/2714.png b/img/emojis/2714.png new file mode 100644 index 0000000000..9327a12827 Binary files /dev/null and b/img/emojis/2714.png differ diff --git a/img/emojis/2714.svg b/img/emojis/2714.svg deleted file mode 100644 index 631b6ab994..0000000000 --- a/img/emojis/2714.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/img/emojis/274C.avif b/img/emojis/274C.avif new file mode 100644 index 0000000000..16c2e8c3b0 Binary files /dev/null and b/img/emojis/274C.avif differ diff --git a/img/emojis/274C.png b/img/emojis/274C.png new file mode 100644 index 0000000000..ab9de2071f Binary files /dev/null and b/img/emojis/274C.png differ diff --git a/img/emojis/274C.svg b/img/emojis/274C.svg deleted file mode 100644 index 3f85bd5a52..0000000000 --- a/img/emojis/274C.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/img/external-white.avif b/img/external-white.avif new file mode 100644 index 0000000000..02d8e6093c Binary files /dev/null and b/img/external-white.avif differ diff --git a/img/external-white.png b/img/external-white.png new file mode 100644 index 0000000000..92962ad307 Binary files /dev/null and b/img/external-white.png differ diff --git a/img/external-white.svg b/img/external-white.svg deleted file mode 100644 index 058a885fcd..0000000000 --- a/img/external-white.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - \ No newline at end of file diff --git a/img/external.avif b/img/external.avif new file mode 100644 index 0000000000..15189ee836 Binary files /dev/null and b/img/external.avif differ diff --git a/img/external.png b/img/external.png new file mode 100644 index 0000000000..af89309cd0 Binary files /dev/null and b/img/external.png differ diff --git a/img/external.svg b/img/external.svg deleted file mode 100644 index 4951945f5c..0000000000 --- a/img/external.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - \ No newline at end of file diff --git a/img/favicons.avif b/img/favicons.avif new file mode 100644 index 0000000000..08df046de4 Binary files /dev/null and b/img/favicons.avif differ diff --git a/img/favicons.png b/img/favicons.png new file mode 100644 index 0000000000..9dff8213a3 Binary files /dev/null and b/img/favicons.png differ diff --git a/img/favicons.svg b/img/favicons.svg deleted file mode 100644 index b2154cdf1a..0000000000 --- a/img/favicons.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - diff --git a/img/feed.avif b/img/feed.avif new file mode 100644 index 0000000000..c0c2c408a4 Binary files /dev/null and b/img/feed.avif differ diff --git a/img/feed.png b/img/feed.png new file mode 100644 index 0000000000..0719915cc0 Binary files /dev/null and b/img/feed.png differ diff --git a/img/feed.svg b/img/feed.svg deleted file mode 100644 index cc313f2ab3..0000000000 --- a/img/feed.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/img/libera.avif b/img/libera.avif new file mode 100644 index 0000000000..9268c05225 Binary files /dev/null and b/img/libera.avif differ diff --git a/img/libera.png b/img/libera.png new file mode 100644 index 0000000000..13c32f72cc Binary files /dev/null and b/img/libera.png differ diff --git a/img/libera.svg b/img/libera.svg deleted file mode 100644 index 9ddb26254c..0000000000 --- a/img/libera.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/img/link.avif b/img/link.avif new file mode 100644 index 0000000000..ff817430cd Binary files /dev/null and b/img/link.avif differ diff --git a/img/link.png b/img/link.png new file mode 100644 index 0000000000..12c207c0ec Binary files /dev/null and b/img/link.png differ diff --git a/img/link.svg b/img/link.svg deleted file mode 100644 index 393f7e68d7..0000000000 --- a/img/link.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/img/logo-list.avif b/img/logo-list.avif new file mode 100644 index 0000000000..7f63ae2571 Binary files /dev/null and b/img/logo-list.avif differ diff --git a/img/logo-list.png b/img/logo-list.png new file mode 100644 index 0000000000..70ec750358 Binary files /dev/null and b/img/logo-list.png differ diff --git a/img/logo-list.svg b/img/logo-list.svg deleted file mode 100644 index cc24776303..0000000000 --- a/img/logo-list.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/img/matrix-logo.avif b/img/matrix-logo.avif new file mode 100644 index 0000000000..91769789dc Binary files /dev/null and b/img/matrix-logo.avif differ diff --git a/img/matrix-logo.png b/img/matrix-logo.png new file mode 100644 index 0000000000..cbf19730c5 Binary files /dev/null and b/img/matrix-logo.png differ diff --git a/img/matrix-logo.svg b/img/matrix-logo.svg deleted file mode 100644 index d4a95e248e..0000000000 --- a/img/matrix-logo.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/img/merchants/bisq.avif b/img/merchants/bisq.avif new file mode 100644 index 0000000000..597cd0fa80 Binary files /dev/null and b/img/merchants/bisq.avif differ diff --git a/img/merchants/bisq.png b/img/merchants/bisq.png new file mode 100644 index 0000000000..28676931a8 Binary files /dev/null and b/img/merchants/bisq.png differ diff --git a/img/merchants/bisq.svg b/img/merchants/bisq.svg deleted file mode 100644 index f2efd75015..0000000000 --- a/img/merchants/bisq.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - bisq_logo_green - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file diff --git a/img/mrl-logo.avif b/img/mrl-logo.avif new file mode 100644 index 0000000000..5010a2425e Binary files /dev/null and b/img/mrl-logo.avif differ diff --git a/img/mrl-logo.png b/img/mrl-logo.png new file mode 100644 index 0000000000..6df78270f0 Binary files /dev/null and b/img/mrl-logo.png differ diff --git a/img/onion-tor.avif b/img/onion-tor.avif new file mode 100644 index 0000000000..94f2f4f5d5 Binary files /dev/null and b/img/onion-tor.avif differ diff --git a/img/onion-tor.png b/img/onion-tor.png new file mode 100644 index 0000000000..1624c2302d Binary files /dev/null and b/img/onion-tor.png differ diff --git a/img/onion-tor.svg b/img/onion-tor.svg deleted file mode 100644 index 76def8f9fc..0000000000 --- a/img/onion-tor.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/index.html b/index.html index 990f9b441d..310c2a539d 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@

{% t home.contributecommunity %}

- Monero Research Lab + Monero Research Lab

{% t titles.researchlab %}

diff --git a/language.php b/language.php index 119869007b..6fb52aa98e 100644 --- a/language.php +++ b/language.php @@ -40,7 +40,7 @@ diff --git a/meta/safari-pinned-tab.avif b/meta/safari-pinned-tab.avif new file mode 100644 index 0000000000..5259ff4916 Binary files /dev/null and b/meta/safari-pinned-tab.avif differ diff --git a/meta/safari-pinned-tab.png b/meta/safari-pinned-tab.png new file mode 100644 index 0000000000..957d8f5bad Binary files /dev/null and b/meta/safari-pinned-tab.png differ diff --git a/meta/safari-pinned-tab.svg b/meta/safari-pinned-tab.svg deleted file mode 100644 index 42341a3f2d..0000000000 --- a/meta/safari-pinned-tab.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - - diff --git a/press-kit/logos/mrl-logo.avif b/press-kit/logos/mrl-logo.avif new file mode 100644 index 0000000000..5010a2425e Binary files /dev/null and b/press-kit/logos/mrl-logo.avif differ diff --git a/press-kit/logos/mrl-logo.png b/press-kit/logos/mrl-logo.png new file mode 100644 index 0000000000..6df78270f0 Binary files /dev/null and b/press-kit/logos/mrl-logo.png differ diff --git a/resources/roadmap/index.md b/resources/roadmap/index.md index 622a0bf0dc..a99a6354e7 100644 --- a/resources/roadmap/index.md +++ b/resources/roadmap/index.md @@ -9,16 +9,16 @@ meta_descr: meta_descr.roadmap
-

{% t roadmap.completed %}

+

{% t roadmap.completed %}

-

{% t roadmap.ongoing %}

+

{% t roadmap.ongoing %}

-

{% t roadmap.upcoming %}

+

{% t roadmap.upcoming %}

-

{% t roadmap.proposed %}

+

{% t roadmap.proposed %}

diff --git a/resources/user-guides/index.md b/resources/user-guides/index.md index 2b66201753..9d52355816 100644 --- a/resources/user-guides/index.md +++ b/resources/user-guides/index.md @@ -112,7 +112,7 @@ meta_descr: meta_descr.userguides

{% t user-guides.tor_wallet %}

{% t user-guides.node-i2pzero %}

{% t user-guides.qubes %}

-

{% t user-guides.tailsguide %}onion logo

+

{% t user-guides.tailsguide %}onion logo