Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
eledra89 committed Feb 9, 2024
1 parent 21b540c commit 7c47eb6
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 55 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ yarn-error.log*

# typescript
*.tsbuildinfo
next-env.d.ts
next-env.d.ts
next.config.mjs
12 changes: 12 additions & 0 deletions src/app/build/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ const ecosystemData = [{
title: "Pyxis",
link: AURA_ECOSYSTEM.PYXIS_SAFE,
description: "Use fully customizable multi-sig infrastructure to protect your assets."
},
{
img: img_circle_pyxis,
title: "Seekhype",
link: AURA_ECOSYSTEM.PYXIS_SAFE,
description: "Enhance your seamless NFT experience while enjoying utility with premier Web2 brands"
},
{
img: img_circle_pyxis,
title: "Monsterra",
link: AURA_ECOSYSTEM.PYXIS_SAFE,
description: "Use fully customizable multi-sig infrastructure to protect your assets."
}
]

Expand Down
59 changes: 29 additions & 30 deletions src/app/introduction/sections/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,20 @@ const advantages = [

const tableContents = [
{
key: "",
title: "Introducing Aura"
key: "adoption",
title: "Mass Adoption"
},
{
key: "our-advantages",
title: "Our Advantages"
key: "modularity",
title: "Built-in modularity"
},
{
key: "tech-stack",
path: PAGE_ROUTE.TECH_STACK,
title: "Aura Network Tech Stack"
key: "emerging-market",
title: "Emerging Markets"
},
{
key: "contract",
title: "Foundation Contract Suite"
},
{
key: "dev-kit",
title: "Development Kit"
key: "our-advantages",
title: "Our Advantages"
}
]

Expand Down Expand Up @@ -147,7 +142,7 @@ function Sections() {
</div>
</div>
<div className="flex flex-col gap-[61px] xl:gap-[100px]">
<section className="section flex flex-col gap-8 xl:flex-row-reverse xl:gap-16 justify-between">
<section id="adoption" className="section flex flex-col gap-8 xl:flex-row-reverse xl:gap-16 justify-between">
<div className="h-[250px] xl:h-[304px] xl:max-w-[423px] xl:pl-6 flex justify-center items-center rounded-3xl bg-dark-charcoal">
<Image src={contents[0].img} alt="img"></Image>
</div>
Expand All @@ -157,25 +152,29 @@ function Sections() {
</div>
</section>

<div className="flex flex-col gap-8 xl:flex-row xl:gap-16 justify-between">
<div className="h-[250px] pl-6 xl:h-[304px] xl:pl-8 flex justify-center items-center rounded-3xl bg-dark-charcoal">
<Image className="max-h-[250px] xl:max-h-fit" src={contents[1].img} alt="img"></Image>
</div>
<div className="flex flex-col gap-3 xl:max-w-[374px]">
<span className="text-white font-ppmori-semibold text-2xl font-semibold leading-10">{contents[1].title}</span>
<span className="text-medium-gray text-[16px] leading-7">{contents[1].description}</span>
<section id="modularity">
<div className="flex flex-col gap-8 xl:flex-row xl:gap-16 justify-between">
<div className="h-[250px] pl-6 xl:h-[304px] xl:pl-8 flex justify-center items-center rounded-3xl bg-dark-charcoal">
<Image className="max-h-[250px] xl:max-h-fit" src={contents[1].img} alt="img"></Image>
</div>
<div className="flex flex-col gap-3 xl:max-w-[374px]">
<span className="text-white font-ppmori-semibold text-2xl font-semibold leading-10">{contents[1].title}</span>
<span className="text-medium-gray text-[16px] leading-7">{contents[1].description}</span>
</div>
</div>
</div>
</section>

<div className="flex flex-col gap-8 xl:flex-col-reverse">
<div className="h-[250px] xl:h-[304px] flex justify-center items-center rounded-3xl bg-dark-charcoal">
<Image src={contents[2].img} alt="img"></Image>
</div>
<div className="flex flex-col gap-3 xl:gap-8">
<span className="text-white font-ppmori-semibold text-2xl font-semibold leading-10">{contents[2].title}</span>
<span className="text-medium-gray text-[16px] leading-7">{contents[2].description}</span>
<section id= "emerging-market">
<div className="flex flex-col gap-8 xl:flex-col-reverse">
<div className="h-[250px] xl:h-[304px] flex justify-center items-center rounded-3xl bg-dark-charcoal">
<Image src={contents[2].img} alt="img"></Image>
</div>
<div className="flex flex-col gap-3 xl:gap-8">
<span className="text-white font-ppmori-semibold text-2xl font-semibold leading-10">{contents[2].title}</span>
<span className="text-medium-gray text-[16px] leading-7">{contents[2].description}</span>
</div>
</div>
</div>
</section>

<section id="our-advantages" className="section flex flex-col gap-8">
<span className="text-white font-ppmori-semibold text-2xl font-semibold leading-10">Our Advantages</span>
Expand Down
2 changes: 1 addition & 1 deletion src/common/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export const enum AURA_ECOSYSTEM {
HOROSCOPE = 'https://horoscope.aura.network/',
AURA_SCAN = 'https://aurascan.io/',
PYXIS_SAFE = 'https://pyxis.aura.network/',
AHA_MOVE = '/'
AHA_MOVE = 'https://insight.aura.network/aura-network-and-ahamove-have-officially-signed-to-develop-ahafast-ride-2-earn/'
}
15 changes: 5 additions & 10 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ const socials = [
link: SOCIAL.TWITTER,
icon: ic_x
},
{
name: "Medium",
link: "/",
icon: ic_medium
},
{
name: "Discord",
link: SOCIAL.DISCORD,
Expand All @@ -44,7 +39,7 @@ function Footer() {
</Link>
))}
</div>
<span className="text-medium-gray font-normal leading-6">A scalable, agile and effortless Layer-1 blockchain with a comprehensive ecosystem to accelerate global NFTs adoption.</span>
<span className="text-medium-gray font-normal leading-6">a high performance Layer 1 ecosystem with built-in modularity, leading the mass adoption of Web3 in emerging markets.</span>
</div>
<div className="flex flex-wrap gap-16 xl:gap-[80px] justify-between">
<div className="flex flex-col gap-4 w-[133px] xl:w-auto xl:h-auto h-[124px]">
Expand All @@ -54,7 +49,7 @@ function Footer() {
<div className="flex flex-col gap-2">
<Link href='https://docs.aura.network/' target="_blank" className="text-medium-gray leading-6 font-normal">Docs</Link>
<Link href='https://docs.aura.network/developer/' target="_blank" className="text-medium-gray leading-6 font-normal">Tools</Link>
<Link href='https://bscscan.com/address/0x23c5D1164662758b3799103Effe19cC064d897D6' target="_blank" className="text-medium-gray leading-6 font-normal">Contracts</Link>
{/* <Link href='https://bscscan.com/address/0x23c5D1164662758b3799103Effe19cC064d897D6' target="_blank" className="text-medium-gray leading-6 font-normal">Contracts</Link> */}
</div>
</div>

Expand All @@ -69,7 +64,7 @@ function Footer() {
</div>
</div>

<div className="flex flex-col gap-4 w-[133px] xl:w-auto xl:h-auto h-[124px]">
{/* <div className="flex flex-col gap-4 w-[133px] xl:w-auto xl:h-auto h-[124px]">
<span className="font-ppmori-semibold font-semibold leading-5">
Legal
</span>
Expand All @@ -78,7 +73,7 @@ function Footer() {
<span className="text-medium-gray leading-6 font-normal">Privacy policy</span>
<span className="text-medium-gray leading-6 font-normal">Legal terms</span>
</div>
</div>
</div> */}

<div className="flex flex-col gap-4 w-[133px] xl:w-auto xl:h-auto">
<span className="font-ppmori-semibold font-semibold leading-5">
Expand All @@ -91,7 +86,7 @@ function Footer() {
</div>
</div>
<div className="justify-center pt-8 hidden xl:flex xl:border-t border-[rgba(150,140,124,0.20)]">
<span className="text-medium-gray leading-6 font-normal text-center">© Aura Network 2023. All rights reserved</span>
<span className="text-medium-gray leading-6 font-normal text-center">© Aura Network 2024. All rights reserved</span>
</div>
</div>
</footer>
Expand Down
12 changes: 6 additions & 6 deletions src/sections/features/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ const featuresData = [{
},
{
img: img_blocks,
title: "Account Abstraction",
description: "Aura brings account abstraction to Cosmos for the first time, allowing developers and chains to build mainstream-friendly DApps and create unparalleled improvements in user experience."
title: "Modularity",
description: "DApps that are mainstream-friendly require significant customizations and complications. Aura's built-in modularity enables developers to build next-generation DApps and protocols."
},
{
img: img_universe,
title: "Account Abstraction",
description: "Aura brings account abstraction to Cosmos for the first time, allowing developers and chains to build mainstream-friendly DApps and create unparalleled improvements in user experience."
title: "Emerging market",
description: "Southeast Asia has been the key catalyst of web3 adoption throughout the past decade. Aura's regional presence unlocks the potential of mass adoption."
}]

function Features() {
Expand All @@ -29,7 +29,7 @@ function Features() {
<span className="text-light-yellow font-normal text-center xl:text-start xl:text-xl">Aura's distinguished features</span>
<span className="font-ppmori-semibold text-[28px] text-center font-semibold leading-9 min-w-[313px] xl:text-start xl:text-[48px] xl:leading-[56px]">Breaking down the barriers to mass adoption</span>
</div>
<GradientButton className='hidden xl:flex'>Learn more</GradientButton>
<GradientButton className='hidden xl:flex' href='/introduction'>Learn more</GradientButton>
</div>
</div>
<div className='flex flex-col gap-6 items-center justify-center'>
Expand All @@ -38,7 +38,7 @@ function Features() {
<Card key={i} data={item} />
))}
</div>
<GradientButton className='xl:hidden'>Learn more</GradientButton>
<GradientButton className='xl:hidden' href='/introduction'>Learn more</GradientButton>
</div>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/sections/introduction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Introduction() {
</div>
</div>
<div className="flex lg:justify-center">
<GradientButton>Learn more</GradientButton>
<GradientButton href="/introduction">Learn more</GradientButton>
</div>
</div>
);
Expand Down
4 changes: 2 additions & 2 deletions src/sections/statistics/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import Card from "./components/Card";

const statisticData = [{
value: "1.5B+",
value: "1.5M+",
title: "Transactions"
},
{
value: "14.5M+",
value: "10,000+",
title: "Deployed smart contract"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/sections/tutorials/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Tutorials() {
Build Your DApp With Aura
</span>
<GradientButton href="https://docs.aura.network/developer/">
See developer tutorials
tutorials
</GradientButton>
</div>
</div>
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,15 @@
dependencies:
glob "10.3.10"

"@next/swc-win32-x64-msvc@14.1.0":
"@next/swc-linux-x64-gnu@14.1.0":
version "14.1.0"
resolved "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.1.0.tgz"
integrity sha512-9WEbVRRAqJ3YFVqEZIxUqkiO8l1nool1LmNxygr5HWF8AcSYsEpneUDhmjUVJEzO2A04+oPtZdombzzPPkTtgg==
resolved "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.1.0.tgz"
integrity sha512-zJ2pnoFYB1F4vmEVlb/eSe+VH679zT1VdXlZKX+pE66grOgjmKJHKacf82g/sWE4MQ4Rk2FMBCRnX+l6/TVYzQ==

"@next/[email protected]":
version "14.1.0"
resolved "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.1.0.tgz"
integrity sha512-rbaIYFt2X9YZBSbH/CwGAjbBG2/MrACCVu2X0+kSykHzHnYH5FjHxwXLkcoJ10cX0aWCEynpu+rP76x0914atg==

"@nodelib/[email protected]":
version "2.1.5"
Expand Down

0 comments on commit 7c47eb6

Please sign in to comment.