From 5827b461ec6f638cb08917dba0e56a541760c4ae Mon Sep 17 00:00:00 2001 From: rehrar <rehrar@tuta.io> Date: Thu, 21 Sep 2017 10:34:14 -0600 Subject: [PATCH] - Updated events page - Updated merchants page to include ids - Updated roadmap - CSS tweaks and fixes - Fixed FAQ bug in last question - Added preliminary press kit page --- _data/events.yml | 8 +++----- _data/merchants.yml | 8 ++++++++ _data/roadmap.yml | 3 +++ css/custom.css | 4 ++-- get-started/accepting/index.md | 5 ++++- get-started/using/index.md | 2 +- get-started/what-is-monero/index.md | 1 - press-kit/index.md | 23 +++++++++++++++++++++++ 8 files changed, 44 insertions(+), 10 deletions(-) create mode 100644 press-kit/index.md diff --git a/_data/events.yml b/_data/events.yml index 3cb09a44..e0745523 100644 --- a/_data/events.yml +++ b/_data/events.yml @@ -1,5 +1,3 @@ -- event: Monero Meetup (Dublin, Ireland) - June 26th, 2017 - where: J.W. Sweetman Craft Brewery, 1-2 Burgh Quay, Dublin 2, Dublin, Ireland - when: 7:00 PM - Monday, June 26, 2017 - description: The meeting will cover the history of privacy and fungibility in Bitcoin, discuss several approaches to these problems, and explain how Monero achieves its privacy in detail. Justin will discuss the next steps in development going forward and the limitations compared to other coins. Finally, there will be a Q&A session after the meeting, where he can clear up some final thoughts. - link: https://www.meetup.com/Bitcoin-Dublin/events/240152422/ \ No newline at end of file +- event: Monero Meetup (Minneapolis, Minnesota) - October 20th, 2017 + where: University of Minnesota Campus (Room TBD) + when: 5PM CST, October 20, 2017 \ No newline at end of file diff --git a/_data/merchants.yml b/_data/merchants.yml index a142e7f8..8ada0635 100644 --- a/_data/merchants.yml +++ b/_data/merchants.yml @@ -1,4 +1,5 @@ - category: Exchanges + id: exchanges merchants: - name: "#monero-otc (OTC)" url: https://webchat.freenode.net?channels=%23monero-otc @@ -45,6 +46,7 @@ - name: Tux Exchange url: https://www.tuxexchange.com/trade?coin=XMR&market=BTC - category: Block Explorers + id: block-explorers merchants: - name: ChainRadar url: http://chainradar.com/xmr/blocks @@ -57,6 +59,7 @@ - name: xmrchain.net url: https://xmrchain.net/ - category: Payment Gateways + id: payment-gateways merchants: - name: GloBee url: https://globee.com/ @@ -67,6 +70,7 @@ - name: Monero WooCommerce Extension (PHP) url: https://github.com/monero-integrations/monerowp - category: Libraries and Helpers + id: libraries merchants: - name: Monero Integrations (eCommerce plugins) url: http://monerointegrations.com/ @@ -91,6 +95,7 @@ - name: Monero Utilities (golang) url: https://github.com/paxos-bankchain/moneroutil - category: Tools + id: tools merchants: - name: Atesti Data Timestamping url: http://atesti.mooo.com:8081 @@ -109,6 +114,7 @@ - name: Offline Monero address generator url: https://moneroaddress.org/ - category: Services + id: services merchants: - name: AirVPN url: https://airvpn.org/ @@ -163,6 +169,7 @@ - name: XMR.to Monero to Bitcoin Payment Service url: https://xmr.to/ - category: Goods + id: goods merchants: - name: All For Crypto url: https://allforcrypto.com @@ -191,6 +198,7 @@ - name: Xusah Boutique url: https://xusah.boutique/ - category: Entertainment + id: entertainment merchants: - name: Crypto Games url: https://www.crypto-games.net/ diff --git a/_data/roadmap.yml b/_data/roadmap.yml index f6286d03..4852b209 100644 --- a/_data/roadmap.yml +++ b/_data/roadmap.yml @@ -76,6 +76,9 @@ date: 2017-09-15 status: completed - name: 0MQ/ZeroMQ + date: September, 2017 + status: completed + - name: Fluffy blocks date: status: ongoing - name: GUI port to android diff --git a/css/custom.css b/css/custom.css index 490fc63b..33c40f07 100644 --- a/css/custom.css +++ b/css/custom.css @@ -3223,12 +3223,12 @@ footer { .hangouts .social-icon.reddit { background-image: url(../img/monero-spritesheet.png); - background-position: -128px -76px; + background-position: -128px -96px; } .hangouts .social-icon.reddit:hover { background-image: url(../img/monero-spritesheet.png); - background-position: -176px -76px; + background-position: -176px -96px; } .hangouts .social-icon.facebook { diff --git a/get-started/accepting/index.md b/get-started/accepting/index.md index 010ab0b2..9b6935eb 100644 --- a/get-started/accepting/index.md +++ b/get-started/accepting/index.md @@ -21,7 +21,10 @@ Monero works a little differently to what you may have become accustomed to from However, because Monero has @stealth-addresses there is no need to have separate recipient addresses for each payment or user, and a single @account address can be published. Instead, when receiving payments a merchant will provide the person paying with a "payment ID". -A @payment-ID is a hexadecimal string that is 64 characters long, and is normally randomly created by the merchant. An example of a payment ID is: `666c75666679706f6e7920697320746865206265737420706f6e792065766572` +A @payment-ID is a hexadecimal string that is 64 characters long, and is normally randomly created by the merchant. An example of a payment ID is: +``` +666c75666679706f6e7920697320746865206265737420706f6e792065766572 +``` ### Checking for a Payment in monero-wallet-cli diff --git a/get-started/using/index.md b/get-started/using/index.md index a06321d5..3049fb60 100644 --- a/get-started/using/index.md +++ b/get-started/using/index.md @@ -63,7 +63,7 @@ title: Using Monero </div> </div> <div class="row start-xs"> - <p>Monero may be purchased on an <a href="/community/merchants/">exchange</a> with fiat or other cryptocurrencies. An alternate way of acquiring Monero is via <a href="https://getmonero.org/get-started/mining/">mining</a>, the computationally-complex process whereby transactions are immutably recorded on the blockchain.</p> + <p>Monero may be purchased on an <a href="/community/merchants#exchanges">exchange</a> with fiat or other cryptocurrencies. An alternate way of acquiring Monero is via <a href="https://getmonero.org/get-started/mining/">mining</a>, the computationally-complex process whereby transactions are immutably recorded on the blockchain.</p> </div> </div> </div> diff --git a/get-started/what-is-monero/index.md b/get-started/what-is-monero/index.md index 00a51b87..cd4b6380 100644 --- a/get-started/what-is-monero/index.md +++ b/get-started/what-is-monero/index.md @@ -6,7 +6,6 @@ title: "What Is Monero (XMR)?" <div class="site-wrap"> <section class="container"> <div class="row"> - <section class="container about-monero full col-xs-12"> <div class="info-block"> <div class="row center-xs"> diff --git a/press-kit/index.md b/press-kit/index.md new file mode 100644 index 00000000..ee69f523 --- /dev/null +++ b/press-kit/index.md @@ -0,0 +1,23 @@ +--- +layout: default +title: "Press Kit" +--- + +<div class="site-wrap"> + <section class="container"> + <div class="row"> + <section class="container about-monero full col-xs-12"> + <div class="info-block"> + <div class="row center-xs"> + <div class="col"><h2>Monero Press Kit</h2></div> + </div> + <div class="row middle-xs info-block-row"> + <div class="col-xs-6"> + <img src="" alt=""> + </div> + </div> + </div> + </section> + </div> + </section> +</div> -- GitLab