mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Updated css output
This commit is contained in:
6
assets/css/devportal2022-v1.css
Normal file
6
assets/css/devportal2022-v1.css
Normal file
File diff suppressed because one or more lines are too long
@@ -4,9 +4,9 @@
|
|||||||
"node-sass": "^7.0.0"
|
"node-sass": "^7.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2021-v7.css --output-style compressed",
|
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v1.css --output-style compressed",
|
||||||
"build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2021-v7.css --output-style compressed --source-map true",
|
"build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v1.css --output-style compressed --source-map true",
|
||||||
"build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2021-v7.css --output-style compressed --source-map true"
|
"build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v1.css --output-style compressed --source-map true"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sass": "^1.26.10"
|
"sass": "^1.26.10"
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
{% if target.lang=="ja" %}
|
{% if target.lang=="ja" %}
|
||||||
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
|
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link href="{{currentpage.prefix}}assets/css/devportal2021-v7.css" rel="stylesheet" />
|
<link href="{{currentpage.prefix}}assets/css/devportal2022-v1.css" rel="stylesheet" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
||||||
|
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
"id": "upcoming-xrpl-hackathon-new-year",
|
"id": "upcoming-xrpl-hackathon-new-year",
|
||||||
"description": "Build functional NFTs on the XRPL that span across a full range of use cases and showcase your project in this hackathon. Submissions have a chance to win prizes from a total prize pool of $50,000 in XRP.",
|
"description": "Build functional NFTs on the XRPL that span across a full range of use cases and showcase your project in this hackathon. Submissions have a chance to win prizes from a total prize pool of $50,000 in XRP.",
|
||||||
"type": "hackathon-upcoming",
|
"type": "hackathon-upcoming",
|
||||||
"link": "#",
|
"link": "https://xrplnft.devpost.com/",
|
||||||
"location": "Virtual",
|
"location": "Virtual",
|
||||||
"date": "January 31 - March 14, 2022",
|
"date": "January 31 - March 14, 2022",
|
||||||
"image": "event-hack-new-year.svg"},
|
"image": "event-hack-new-year.svg"},
|
||||||
|
|||||||
Reference in New Issue
Block a user