diff --git a/_data/events.yml b/_data/events.yml index 3cb09a443ab0f9584a8da129cc71b885bb5fb6d6..e0745523bd75da16bc49ccfe969fa276c2bfea1a 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 a142e7f8267994849e44717039b393f8e31634b2..8ada06353489f72c2278d9611d65b5fddf997658 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 f6286d039f8bec42448a9ea7fcba905d230ab68a..4852b209e32cfa043346b2fd0022564112af61fa 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 490fc63b370acf5dcbd033244eb99eb7baec8c1e..33c40f070252f9f361cdb1dc6c80bd483ced23c2 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 010ab0b211f2d46e473e6482a499b117d32f5799..9b6935ebf50caaea0ee560a909cd0c0bf63d7e78 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 a06321d577e00377626d3693412712a0018d87db..3049fb60550f1cc0fdb2d8554816cd87505c22ca 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 00a51b877a4261d4ddb3ef9769979dc4be9d9c0a..cd4b63801e9dc7e470f6c36ebf57cd6e2adf80b0 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 0000000000000000000000000000000000000000..ee69f5233800d6b3f658cd86872a717fa4022ff5 --- /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>