Skip to content

Commit

Permalink
Merge pull request #4 from neo-ngd/feature/fundingsection
Browse files Browse the repository at this point in the history
project
  • Loading branch information
apisit committed Jul 22, 2024
2 parents aa017de + 72683f7 commit 9af2376
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
Binary file added public/assets/projects/ellipal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/projects/neon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/app/components/Blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
import React from "react";
export default function Blog() {
const posts = [
{
"date": "18/07/2024",
"title": "Neo Launches the Neo X Gamma TestNet",
"url": "https://medium.com/neo-smart-economy/neo-launches-the-neo-x-gamma-testnet-23440c5cd50b",
"image_url": "https://miro.medium.com/v2/resize:fit:1400/format:webp/1*dHvJLY9AA6DMCkjTmeBkeA.png",
},
{
"date": "14/05/2024",
"title": "Neo X launches TestNet Bug Bounty Program",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default function Releases() {
<p className="font-semibold lg:text-lg hover:underline">
{r.title}
</p>
<ul className="list-disc list-outside text-[#404056] space-y-3">
<ul className="pl-4 list-disc list-outside text-[#404056] space-y-3">
{
r.logs.map((log, logIndex) => (
<li className="font-medium" key={`release-${index}-log-${logIndex}`}>{log}</li>
Expand Down
21 changes: 20 additions & 1 deletion src/app/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"description": "TrendX is an AI-driven Web3 trend tracking and intelligent trading one-stop platform."
},
{
"icon_url": "/assets/projects/atomic_wallet.png",
"icon_url": "/assets/projects/neon.jpg",
"title": "Neon Wallet",
"links": [
{
Expand All @@ -351,5 +351,24 @@
],
"networks": [],
"description": "An open source cross-platform light walletfor the NEO blockchain available on Windows, Mac OS, and Linux."
},
{
"icon_url": "/assets/projects/ellipal.png",
"title": "Ellipal Hardware Wallet",
"links": [
{
"title": "Website",
"url": "https://www.ellipal.com/"
},
{
"title": "Twitter/X",
"url": "https://x.com/ellipalwallet"
}
],
"tags": [
"Wallet"
],
"networks": [],
"description": "Leader of Air-gapped Cold Wallet | 100% offline non-custodial hardware wallet."
}
]

0 comments on commit 9af2376

Please sign in to comment.