Skip to content

Commit

Permalink
Merge pull request #2 from neo-ngd/feature/firstdeploy
Browse files Browse the repository at this point in the history
elevate
  • Loading branch information
apisit committed Jul 22, 2024
2 parents 6eb310e + 4264458 commit 038ca29
Show file tree
Hide file tree
Showing 16 changed files with 495 additions and 14 deletions.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
"lucide": "^0.395.0",
"lucide-react": "^0.412.0",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18"
Expand Down
Binary file added public/assets/brand/NeoX-BrandBook-v0.1.pdf
Binary file not shown.
Binary file added public/assets/projects/trendx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/app/brand/layout.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export const metadata = {
title: `Brandbook | Neo X visual assets`,
description: `Find the design guidelines for the Neo X brand to understand its visual identity and usage rules.`,
}


export default function BrandLayout({ children }) {
return <>
{children}
</>
}
41 changes: 41 additions & 0 deletions src/app/brand/page.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
import Footer from "../components/Footer";
import Navbar from "../components/Navbar";

export default function BrandPage(props) {
return (
<main className="antialiased w-full flex flex-col">
<Navbar />

<div className="w-full relative flex flex-col py-24">

<div className="max-w-6xl mx-auto w-full px-8 z-40">
<p className="font-bold text-5xl lg:text-5xl py-5 ">Brand Assets</p>

<div className="flex lg:flex-row flex-col lg:items-center py-10 gap-x-10 gap-y-10 border-b">
<div>
<p className="font-bold text-2xl mb-5">Neo X Brandbook</p>
<p className="text-lg font-medium opacity-70">Download the comprehensive Neo X brandbook to understand its visual identity the guidelines that define the brand. This document includes color schemes, typography, logo usage rules, and more to ensure consistent and effective branding.</p>
</div>
<div className="lg:ml-auto w-full lg:w-auto">
<a href="/assets/brand/NeoX-BrandBook-v0.1.pdf" target="_blank" className="bg-black text-white font-semibold rounded-full px-5 py-2 w-full flex items-center justify-center">Download</a>
</div>
</div>

<div className="flex lg:flex-row flex-col lg:items-center py-10 gap-x-10 gap-y-10 border-b">
<div>
<p className="font-bold text-2xl mb-5">Neo X Logo</p>
<p className="text-lg font-medium opacity-70">Get the complete set of our logo assets in various formats and sizes. This ZIP file includes high-resolution versions suitable for web, print, and other media, ensuring you have the right logo for any application.</p>
</div>
<div className="lg:ml-auto">
<button className="bg-black text-white font-semibold rounded-full px-5 py-2 w-full flex items-center justify-center">Download</button>
</div>
</div>

</div>
</div>
<div className="mt-auto">
<Footer />
</div>
</main>
)
}
2 changes: 2 additions & 0 deletions src/app/components/Footer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/components/News.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function News() {
const posts = [
{
"date": "30/04/2024",
"image_url": "https://pbs.twimg.com/card_img/1802994165812236288/JB-vCC_7?format=jpg&name=medium",
"image_url": "https://blockchainreporter.net/wp-content/uploads/2023/10/nft-art.webp",
"source": "BlockchainReporter",
"title": "Neo Collaborates with Fansland to Drive Web3 Adoption in Entertainment Industry",
"url": "https://blockchainreporter.net/neo-collaborates-with-fansland-to-drive-web3-adoption-in-entertainment-industry/",
Expand Down
3 changes: 2 additions & 1 deletion src/app/components/Releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ export default function Releases() {
{
"date": "15/07/2024",
"title": "Gamma TestNet Launch",
"url": "https://medium.com/neo-smart-economy/neo-launches-the-neo-x-beta-testnet-0b861b3dd366",
"url": "https://medium.com/neo-smart-economy/neo-launches-the-neo-x-gamma-testnet-23440c5cd50b",
"logs": [
"New model for network transaction fee calculation and burning",
"Enhanced system contracts for governance",
"Transaction reannouncement mechansism",
"Security and stability fixes",
"Native bridge updates",
]
},
{
Expand Down
42 changes: 42 additions & 0 deletions src/app/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,5 +309,47 @@
],
"networks": [],
"description": "Atomic Wallet is a decentralized Cryptocurrency wallet that supports more than 1000+ coins and tokens, providing simplicity, safety, and convenience for its users."
},
{
"icon_url": "/assets/projects/trendx.png",
"title": "TrendX",
"links": [
{
"title": "Website",
"url": "https://app.trendx.tech/"
},
{
"title": "Twitter/X",
"url": "https://x.com/TrendX_official"
}
],
"tags": [
"Data Aggregator"
],
"networks": [],
"description": "TrendX is an AI-driven Web3 trend tracking and intelligent trading one-stop platform."
},
{
"icon_url": "/assets/projects/atomic_wallet.png",
"title": "Neon Wallet",
"links": [
{
"title": "Website",
"url": "https://neonwallet.com/"
},
{
"title": "Twitter/X",
"url": "https://x.com/coz_official"
},
{
"title": "Github",
"url": "https://github.com/CityOfZion/neon-wallet"
}
],
"tags": [
"Wallet"
],
"networks": [],
"description": "An open source cross-platform light walletfor the NEO blockchain available on Windows, Mac OS, and Linux."
}
]
11 changes: 11 additions & 0 deletions src/app/elevate/layout.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export const metadata = {
title: `Elevate | Grants and Investment for projects supporting on Neo X`,
description: `The Elevate program features a $20 million funding pool for innovative projects looking to join the Neo X ecosystem.`,
}


export default function ElevateLayout({ children }) {
return <>
{children}
</>
}
Loading

0 comments on commit 038ca29

Please sign in to comment.