diff --git a/_posts/2021-01-18-issue-90.md b/_posts/2021-01-18-issue-90.md new file mode 100644 index 0000000..28470a8 --- /dev/null +++ b/_posts/2021-01-18-issue-90.md @@ -0,0 +1,149 @@ +--- +title: Issue 90: January 12 - 18, 2021 +image: /img/twitter-card-issue-90-min.png +issuenumber: 90 +--- +[]({% post_url 2021-01-18-issue-90 %}.html) + +
Revuo Monero Weekly: January 12 - January 18, 2021.
+ + +Below you can find recent CCS proposal ideas open for discussion.
+ + + + + + + +Block height: 2277652
+Hash rate: 1.648 GH/s
+Median block size: 23 kB
+Average Tx per block: 26.24
+Weekly Moving Average Tx per day: 18,674
+Block reward: 1.20 XMR
+Data taken on January 18, 2021
+ +Monero (XMR) Price
++ | 01/18/21 | +Week | +Month | +Year | +
---|---|---|---|---|
USD | +$153.22 | +-4.0% | +-1.2% | ++127.8% | +
EUR | +€126.67 | +-3.5% | ++0.1% | ++142.9% | +
BTC | +B0.00420014 | +-6.3% | +-35.3% | +-44.3% | +
Data taken on January 18, 2021
+ +XMR Price Graph
+ +![XMR Price Graph 01/11/21-01/18/21](/img/weekly-chart-0118.png "XMR Price Graph 01/11/21-01/18/21") + +Sources: community.xmr.to, moneroblocks.info, miningpoolstats.stream, bitinfocharts.com, coingecko.com, localmonero.co + +If you want to get involved in making Monero better, but aren’t sure how, check out the volunteer opportunities below.
+ +Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on Github as problems arise. Instructions to build on your OS of choice can be found on GitHub.
+Getting Started with Helping Monero
+If you are new to Monero and want to contribute, please check out this article about volunteering and contributing to Monero from the Monero Outreach Group.
+If you enjoy this publication and want to support it, we encourage you to donate to the Monero General Fund, using the following address:
+ +44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A
+ + + +Comments, criticism, complaints or corrections? Please contact rehrar at **rehrar** at **tuta.io**. Say rehrar sent you. \ No newline at end of file diff --git a/_sass/custom.scss b/_sass/custom.scss index 4df0282..523ee4c 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -298,6 +298,50 @@ img.localmonero { margin-bottom: -1rem; } +.sponsors { + box-sizing: border-box; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 0; + -ms-flex: 0 1 auto; + flex: 0 1 auto; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; +} + +.sponsor { + box-sizing: border-box; + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + flex-basis: auto; + @media (max-width: 520px) { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; + max-width: 100%; + } +} + +img.dvchain { + height: 9rem; + margin-left: 3rem; + @media (max-width: 520px) { + margin-left: auto; + margin-top: 1rem; + height: auto; + width: 13rem; + } +} + // Periodical .revuo-classes a { diff --git a/_sass/typography.scss b/_sass/typography.scss index d6bca55..e1c09ad 100644 --- a/_sass/typography.scss +++ b/_sass/typography.scss @@ -36,7 +36,7 @@ h2 { padding: 1em 0 0 0; /* 12px/24px * 2, only top (Use padding instead of margin to maintain proximity with paragwithph) */ font-family: 'PT Sans', sans-serif; @media (max-width: 480px) { - font-size: 1.2rem; + font-size: 1.6rem; } } diff --git a/img/dv-chain-logo.png b/img/dv-chain-logo.png new file mode 100644 index 0000000..bdd9375 Binary files /dev/null and b/img/dv-chain-logo.png differ diff --git a/img/hashrate-pool-distribution-0118.png b/img/hashrate-pool-distribution-0118.png new file mode 100644 index 0000000..f0b5b3c Binary files /dev/null and b/img/hashrate-pool-distribution-0118.png differ diff --git a/img/img-issue90-min.png b/img/img-issue90-min.png new file mode 100644 index 0000000..5c46e41 Binary files /dev/null and b/img/img-issue90-min.png differ diff --git a/img/twitter-card-issue-90-min.png b/img/twitter-card-issue-90-min.png new file mode 100644 index 0000000..497f438 Binary files /dev/null and b/img/twitter-card-issue-90-min.png differ diff --git a/img/weekly-chart-0118.png b/img/weekly-chart-0118.png new file mode 100644 index 0000000..cd0b406 Binary files /dev/null and b/img/weekly-chart-0118.png differ