Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Dec 17, 2024
1 parent b5c7605 commit 2d97d9e
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 36 deletions.
38 changes: 36 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,43 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>

<!-- Primary Meta Tags -->
<title>HIJACK: Community-Driven AI on NEAR</title>
<meta name="title" content="HIJACK: Community-Driven AI on NEAR" />
<meta
name="description"
content="Join HIJACK, the community-driven AI memecoin ecosystem on NEAR. Discover the next generation of decentralized AI agents built on blockchain technology."
/>

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:title" content="HIJACK: Community-Driven AI on NEAR" />
<meta
property="og:description"
content="Join HIJACK, the community-driven AI memecoin ecosystem on NEAR. Discover the next generation of decentralized AI agents built on blockchain technology."
/>
<meta
property="og:image"
content="/assets/hijack-metadata.jpeg"
/>

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="" />
<meta
property="twitter:title"
content="HIJACK: Community-Driven AI on NEAR"
/>
<meta
property="twitter:description"
content="Join HIJACK, the community-driven AI memecoin ecosystem on NEAR. Discover the next generation of decentralized AI agents built on blockchain technology."
/>
<meta property="twitter:image" content="/assets/hijack-metadata.jpeg" />

</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/assets/hijack-metadata.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

22 changes: 10 additions & 12 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,24 @@ export default function Footer() {
<h3 className="text-lg font-semibold mb-4 font-mono">Social</h3>
<div className="space-y-2">
<a
href="#"
href="https://t.co/CGY7OsfyNQ"
target="_blank"
rel="noreferrer"
className="block text-matrix-primary/70 hover:text-matrix-primary font-mono"
>
Telegram
</a>
<a
href="#"
href="https://x.com/HijackNear"
target="_blank"
rel="noreferrer"
className="block text-matrix-primary/70 hover:text-matrix-primary font-mono"
>
Twitter
</a>
<a
href="#"
className="block text-matrix-primary/70 hover:text-matrix-primary font-mono"
>
Discord
</a>
</div>
</div>
<div>
{/* <div>
<h3 className="text-lg font-semibold mb-4 font-mono">Resources</h3>
<div className="space-y-2">
<a
Expand All @@ -54,8 +52,8 @@ export default function Footer() {
Blog
</a>
</div>
</div>
<div>
</div> */}
{/* <div>
<h3 className="text-lg font-semibold mb-4 font-mono">Legal</h3>
<div className="space-y-2">
<a
Expand All @@ -71,7 +69,7 @@ export default function Footer() {
Terms of Service
</a>
</div>
</div>
</div> */}
</div>
<div className="mt-8 pt-8 border-t border-matrix-primary/30 text-center text-sm text-matrix-primary/70 font-mono">
© {new Date().getFullYear()} HiJack. All rights reserved.
Expand Down
4 changes: 3 additions & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ export default function Hero() {
<div className="mt-8 sm:mx-auto sm:max-w-lg sm:text-center lg:mx-0 lg:text-left">
<div className="grid grid-cols-2 gap-4">
<a
href="#token"
href="https://meme.cooking/meme/252"
target="_blank"
rel="noreferrer"
className="flex items-center justify-center rounded-lg bg-matrix-dark border border-matrix-green px-4 py-3 text-base font-mono text-matrix-green hover:bg-matrix-green hover:text-black transition-all duration-300"
>
<Zap className="mr-2 h-5 w-5" />
Expand Down
9 changes: 3 additions & 6 deletions src/components/MainContent.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
import CommunitySection from "./sections/CommunitySection";
import AIAgentsSection from "./sections/AIAgentsSection";
import TokenSection from "./sections/TokenSection";
import EcosystemSection from "./sections/EcosystemSection";
import ContentHubSection from "./sections/ContentHubSection";

export default function MainContent() {
return (
<main className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 space-y-32 relative z-10">
<CommunitySection />
{/* <CommunitySection /> */}
<AIAgentsSection />
<TokenSection />
{/* <TokenSection /> */}
<EcosystemSection />
<ContentHubSection />
{/* <ContentHubSection /> */}
</main>
);
}
6 changes: 4 additions & 2 deletions src/components/MascotHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export default function MascotHero() {
<div className="mt-8 sm:mx-auto sm:max-w-lg sm:text-center lg:mx-0 lg:text-left">
<div className="grid grid-cols-2 gap-4">
<a
href="#token"
href="https://meme.cooking/meme/252"
target="_blank"
rel="noreferrer"
className="flex items-center justify-center rounded-lg bg-matrix-dark border border-matrix-primary px-4 py-3 text-base font-mono text-matrix-primary hover:bg-matrix-primary hover:text-black transition-all duration-300"
>
<Zap className="mr-2 h-5 w-5" />
Expand All @@ -49,7 +51,7 @@ export default function MascotHero() {
<div className="mt-16 sm:mt-24 lg:col-span-6 lg:mt-0 relative">
<div className="relative mx-auto w-full max-w-md lg:max-w-full">
<img
src="./Hijack.jpg"
src="./assets/hijack.jpg"
alt="HiJack Mascot"
className="w-full h-auto max-w-md mx-auto lg:max-w-full animate-float"
/>
Expand Down
24 changes: 12 additions & 12 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,36 @@ export default function Navbar() {
</div>
<div className="hidden md:block">
<div className="ml-10 flex items-baseline space-x-4">
<a
{/* <a
href="#community"
className="text-matrix-green/70 hover:text-matrix-green px-3 py-2 rounded-md text-sm font-mono"
>
Community Story
</a>
</a> */}
<a
href="#ai-agents"
className="text-matrix-green/70 hover:text-matrix-green px-3 py-2 rounded-md text-sm font-mono"
>
AI Agents
</a>
<a
{/* <a
href="#token"
className="text-matrix-green/70 hover:text-matrix-green px-3 py-2 rounded-md text-sm font-mono"
>
$HiJack Token
</a>
</a> */}
<a
href="#ecosystem"
className="text-matrix-green/70 hover:text-matrix-green px-3 py-2 rounded-md text-sm font-mono"
>
Near Eco
</a>
<a
{/* <a
href="#content"
className="text-matrix-green/70 hover:text-matrix-green px-3 py-2 rounded-md text-sm font-mono"
>
AI Content Hub
</a>
</a> */}
</div>
</div>
<div className="md:hidden">
Expand All @@ -70,36 +70,36 @@ export default function Navbar() {
{isOpen && (
<div className="md:hidden">
<div className="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a
{/* <a
href="#community"
className="text-matrix-green/70 hover:text-matrix-green block px-3 py-2 rounded-md text-base font-mono"
>
Community Story
</a>
</a> */}
<a
href="#ai-agents"
className="text-matrix-green/70 hover:text-matrix-green block px-3 py-2 rounded-md text-base font-mono"
>
AI Agents
</a>
<a
{/* <a
href="#token"
className="text-matrix-green/70 hover:text-matrix-green block px-3 py-2 rounded-md text-base font-mono"
>
$HiJack Token
</a>
</a> */}
<a
href="#ecosystem"
className="text-matrix-green/70 hover:text-matrix-green block px-3 py-2 rounded-md text-base font-mono"
>
Near Eco
</a>
<a
{/* <a
href="#content"
className="text-matrix-green/70 hover:text-matrix-green block px-3 py-2 rounded-md text-base font-mono"
>
AI Content Hub
</a>
</a> */}
</div>
</div>
)}
Expand Down

0 comments on commit 2d97d9e

Please sign in to comment.