mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Merge branch 'master' into redocly-rc-migration
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import * as React from "react";
|
||||
import { useThemeHooks } from '@redocly/theme/core/hooks';
|
||||
import { Link } from '@redocly/theme/components/Link/Link';
|
||||
|
||||
export const frontmatter = {
|
||||
seo: {
|
||||
@@ -75,12 +76,13 @@ export default function History() {
|
||||
<div className="timeline-content text-sm-left text-md-right">
|
||||
<div className="d-flex flex-column-reverse">
|
||||
<h2 className="mb-6 h5 h2-sm">
|
||||
{translate("2011 XRP Ledger Development")}
|
||||
{translate("XRP Ledger Development")}
|
||||
</h2>
|
||||
<h6 className="h1 mb-3">2011</h6>
|
||||
</div>
|
||||
<p>
|
||||
{translate(
|
||||
"about.history.2011.part1",
|
||||
"In early 2011, three developers—David Schwartz, Jed McCaleb, and Arthur Britto—were fascinated with Bitcoin but observed the waste inherent in mining. They sought to create a more sustainable system for sending value (an idea outlined in a "
|
||||
)}
|
||||
<a
|
||||
@@ -89,10 +91,11 @@ export default function History() {
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
{translate(
|
||||
"about.history.2011.part2",
|
||||
"May 2011 forum post: “Bitcoin without mining”"
|
||||
)}
|
||||
</a>
|
||||
{")."}
|
||||
{translate("about.history.2011.part3", ").")}
|
||||
</p>
|
||||
<a
|
||||
className={`btn btn-primary read-more mt-10 ${
|
||||
@@ -100,7 +103,7 @@ export default function History() {
|
||||
}`}
|
||||
onClick={() => toggleSection("section-1")}
|
||||
>
|
||||
Read More
|
||||
{translate("Read More")}
|
||||
</a>
|
||||
<div
|
||||
className={`hidden-section ${
|
||||
@@ -137,7 +140,7 @@ export default function History() {
|
||||
data-target="section-2"
|
||||
onClick={() => toggleSection("section-2")}
|
||||
>
|
||||
Read More
|
||||
{translate("Read More")}
|
||||
</a>
|
||||
<div
|
||||
className={`hidden-section ${
|
||||
@@ -194,7 +197,7 @@ export default function History() {
|
||||
}}
|
||||
onClick={() => toggleSection("section-3")}
|
||||
>
|
||||
Read More
|
||||
{translate("Read More")}
|
||||
</a>
|
||||
<div
|
||||
className={`hidden-section ${
|
||||
@@ -225,24 +228,26 @@ export default function History() {
|
||||
<h6 className="h1 mb-3">2020</h6>
|
||||
</div>
|
||||
<p>
|
||||
{translate("about.history.xrplf.part1", "")}
|
||||
<a
|
||||
href="https://foundation.xrpl.org/2020/09/24/xrp-ledger-foundation-launches-to-drive-growth-and-development-of-the-core-xrp-ledger-and-community/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
{translate("Founded")}
|
||||
{translate("about.history.xrplf.part2", "Founded")}
|
||||
</a>
|
||||
{translate(
|
||||
"about.history.xrplf.part3",
|
||||
" September 24, 2020, the XRPL Foundation is an independent and nonprofit entity with a mission to accelerate the development and adoption of the decentralized XRP Ledger. The Foundation received an initial donation of over $6.5M from Coil, Ripple, and Gatehub to fund the Foundation’s work in service of the growing number of developers and other "
|
||||
)}
|
||||
<a
|
||||
href="/community"
|
||||
<Link
|
||||
to="/community"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
{translate("global blockchain community")}
|
||||
</a>
|
||||
{translate(" members building on the XRP Ledger.")}
|
||||
{translate("about.history.xrplf.part4", "global blockchain community")}
|
||||
</Link>
|
||||
{translate("about.history.xrplf.part5", " members building on the XRP Ledger.")}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user