bring up to date w master

This commit is contained in:
akcodez
2023-06-09 10:29:04 -07:00
7 changed files with 17 additions and 13 deletions

View File

@@ -26,28 +26,24 @@
"description": "Using xrpl.py, a pure Python library.",
"href": "get-started-using-python.html",
"img": "./assets/img/logos/python.svg",
"external": true,
},
{
"title": "Java",
"description": "Using xrpl4j, a pure Java library.",
"href": "get-started-using-java.html",
"img": "./assets/img/logos/java.svg",
"external": true,
},
{
"title": "Javascript",
"description": "Using the xrpl.js client library.",
"href": "get-started-using-javascript.html",
"img": "./assets/img/logos/javascript.svg",
"external": true,
},
{
"title": "HTTP & Websocket APIs",
"description": "Access the XRP Ledger directly through the APIs of its core server.",
"href": "http-websocket-apis.html",
"img": "./assets/img/logos/globe.svg",
"external": true,
},
]
},
@@ -163,7 +159,7 @@
{% set show_blurbs = True %}
{% set depth= 1 %}
{% macro tutorialCard(title, description, href, img, external) %}
<a class="card" href="{{href}}" target="_blank">
<a class="card float-up-on-hover" href="{{href}}" target="_blank">
<div class="card-body">
{% if img %}
<div class="card-icon-container">