@@ -136,7 +136,7 @@ meta_descr: meta_descr.workgroups
{% t team.mrl_start %}
{% t team.contacts %}
- - {% t team.chat %}
#monero-research-lab
+ - {% t team.chat %}
#monero-research-lab
@@ -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 %}
- - {% t team.chat %}
#monero-policy
+ - {% t team.chat %}
#monero-policy
- Email:
policy[at]getmonero[dot]org
- {% t team.website %} moneropolicy.org
@@ -191,7 +191,7 @@ meta_descr: meta_descr.workgroups
{% t team.mrw_start %}
{% t team.contacts %}
- - {% t team.chat %}
#monero-mrw
+ - {% t team.chat %}
#monero-mrw
- {% t team.website %} mrw.getmonero.org
diff --git a/css/custom.css b/css/custom.css
index 47f6b1e45f..45cf219adc 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.png) 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.png) 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.png) 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.png');
}
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 {
@@ -3179,7 +3179,7 @@ footer {
}
.downloads ul.logo {
- list-style-image: url('/img/logo-list.svg');
+ list-style-image: url('/img/logo-list.png');
}
.download-nav.info-block {
@@ -3548,7 +3548,7 @@ span.icon-git {
}
.merchants span.check {
- background-image: url("/img/emojis/2714.svg");
+ background-image: url("/img/emojis/2714.png");
}
.merchants span.cross {
@@ -3589,7 +3589,7 @@ img.emoji {
}
.roadmap li.completed:before {
- content: url("/img/emojis/2714.svg");
+ content: url("/img/emojis/2714.png");
}
.roadmap li.ongoing:before {
@@ -4067,7 +4067,7 @@ img.emoji {
}
.feed span.feed-pic {
- background: url(../img/feed.svg) no-repeat;
+ background: url(../img/feed.png) no-repeat;
position: absolute;
right: 0;
}
@@ -4441,7 +4441,7 @@ p.hangouts-social {
}
.faq ul.logo {
- list-style-image: url('/img/logo-list.svg');
+ list-style-image: url('/img/logo-list.png');
}
.faq li.category {
@@ -4475,7 +4475,7 @@ p.hangouts-social {
}
.tab .anchor:before {
- content: url('/img/link.svg');
+ content: url('/img/link.png');
}
.tab:hover .anchor {
@@ -4612,7 +4612,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.png") no-repeat right top;
padding-right: 0.7rem;
background-size: 0.7rem;
}
diff --git a/img/circled-i.png b/img/circled-i.png
new file mode 100644
index 0000000000..79a029709e
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 @@
-
-
-
-
\ No newline at end of file
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/external-white.png b/img/external-white.png
new file mode 100644
index 0000000000..9354d405e6
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 @@
-
-
\ No newline at end of file
diff --git a/img/external.png b/img/external.png
new file mode 100644
index 0000000000..1ceffd99ea
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 @@
-
-
\ No newline at end of file
diff --git a/img/favicons.png b/img/favicons.png
new file mode 100644
index 0000000000..298a0711af
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.png b/img/feed.png
new file mode 100644
index 0000000000..a774316b94
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.png b/img/libera.png
new file mode 100644
index 0000000000..6731cf0909
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.png b/img/link.png
new file mode 100644
index 0000000000..f52ca0ca77
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.png b/img/logo-list.png
new file mode 100644
index 0000000000..2ed9ab31f1
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.png b/img/matrix-logo.png
new file mode 100644
index 0000000000..ae7840eac6
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.png b/img/merchants/bisq.png
new file mode 100644
index 0000000000..fab2db318b
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 @@
-
-
\ No newline at end of file
diff --git a/img/mrl-logo.png b/img/mrl-logo.png
new file mode 100644
index 0000000000..d469bd2c05
Binary files /dev/null and b/img/mrl-logo.png differ
diff --git a/img/onion-tor.png b/img/onion-tor.png
new file mode 100644
index 0000000000..2cabfb85e8
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/meta/safari-pinned-tab.png b/meta/safari-pinned-tab.png
new file mode 100644
index 0000000000..851f7ab73f
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 @@
-
-
-
diff --git a/press-kit/logos/mrl-logo.png b/press-kit/logos/mrl-logo.png
new file mode 100644
index 0000000000..d469bd2c05
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..91ad3af2a5 100644
--- a/resources/roadmap/index.md
+++ b/resources/roadmap/index.md
@@ -9,7 +9,7 @@ meta_descr: meta_descr.roadmap
-
{% t roadmap.completed %}
+
{% t roadmap.completed %}