Skip to content

Commit

Permalink
Merge pull request #11 from neo-ngd/fix/icons
Browse files Browse the repository at this point in the history
more stuff
  • Loading branch information
apisit committed Jul 23, 2024
2 parents 6edda6c + 41d3784 commit bdaae18
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Hero() {
<div>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSemZXX2YzUtcEwxFW13bCNa1EHyJ6YXPSCcNjPwuXu0m_BhKg/viewform" target="_blank" className="inline-flex items-center gap-2 rounded-full border shadow-sm px-3 pr-5 py-2 bg-white">
<span className="text-xs font-bold btn-gradient text-white">OPEN</span>
<span className="font-semibold whitespace-nowrap text-sm lg:text-base">Join the Early Access Program</span>
<span className="font-semibold whitespace-nowrap text-sm lg:text-base">$20m in funding available now</span>
<svg width="6" height="11" viewBox="0 0 6 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.957031 1.29688L5.09867 5.43852L0.957031 9.58016" stroke="black" strokeWidth="1.60248" strokeLinecap="round" strokeLinejoin="round" />
</svg>
Expand Down
14 changes: 14 additions & 0 deletions src/app/components/News.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
import React from "react"
export default function News() {
const posts = [
{
"date": "21/06/24",
"image_url": "https://static.news.bitcoin.com/wp-content/uploads/2024/06/3-3-news-bytes.png",
"source": "koreaittimes",
"title": "Neo and Phoenix join forces: Skynet to power new era of AI-enhanced blockchain technology",
"url": "https://news.bitcoin.com/neo-and-phoenix-join-forces-skynet-to-power-new-era-of-ai-enhanced-blockchain-technology/",
},
{
"date": "19/06//24",
"image_url": "https://www.koreaittimes.com/news/photo/202406/132380_80872_322.png",
"source": "koreaittimes",
"title": "SubQuery integrating with Neo X for advanced data indexing",
"url": "https://www.koreaittimes.com/news/articleView.html?idxno=132380",
},
{
"date": "30/04/2024",
"image_url": "https://blockchainreporter.net/wp-content/uploads/2023/10/nft-art.webp",
Expand Down
Binary file modified src/app/favicon.ico
Binary file not shown.

0 comments on commit bdaae18

Please sign in to comment.