Skip to content

Commit

Permalink
Update old SandGarden UI elements
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakGriffith committed Aug 21, 2024
1 parent 15d8230 commit 856fb93
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 35 deletions.
10 changes: 4 additions & 6 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@ export const Header = () => (
<>
<Head>
<title>BG Media | BuidlGuidl Grants</title>
<link rel="icon" type="image/png" sizes="96x96" href="/favicon.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon.ico" />
<meta
name="description"
content="We're running an experiment to fund focused, high-leverage open-source work by providing streams to builders rewarding them for their ongoing contributions to BuidlGuidl and the Ethereum Ecosystem."
content="Funding high leverage BuidlGuidl members for their designs, social media contributions, and other media related work."
/>
<meta property="og:title" content="BG Media | BuidlGuidl Grants" />
<meta
property="og:description"
content="We're running an experiment to fund focused, high-leverage open-source work by providing a monthly UBI to
developers, rewarding them for their ongoing contributions to
BuidlGuidl and Ethereum Ecosystem."
content="Funding high leverage BuidlGuidl members for their designs, social media contributions, and other media related work."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:image" content="https://media.buidlguidl.com/thumbnail.png" />
Expand All @@ -32,7 +30,7 @@ export const Header = () => (
<p className="m-0 text-xl md:text-3xl font-bold text-secondary !leading-7">
<Link href="/">BG Media</Link>
</p>
<p className="m-0 text-secondary leading-5 opacity-50">BuidlGuidl Grants</p>
<p className="m-0 text-secondary leading-5 opacity-75">BuidlGuidl Media</p>
</div>
<div className="navbar-end flex-grow">
<RainbowKitCustomConnectButton />
Expand Down
13 changes: 8 additions & 5 deletions packages/nextjs/components/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,19 @@ export const Menu = () => {
Members
</Link>
</li>
<li>
<Link href="/projects" className={`${asPath === "/projects" ? "" : "link"} link-primary underline-offset-2`}>
{/* <li>
<Link
href="/contributions"
className={`${asPath === "/contributions" ? "" : "link"} link-primary underline-offset-2`}
>
Projects
</Link>
</li>
<li>
</li> */}
{/* <li>
<Link href="/faq" className={`${asPath === "/faq" ? "" : "link"} link-primary underline-offset-2`}>
F.A.Q.
</Link>
</li>
</li> */}
</ul>
</div>
);
Expand Down
27 changes: 3 additions & 24 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import Link from "next/link";
import type { NextPage } from "next";
import { StreamContractInfo } from "~~/components/StreamContractInfo";

Expand All @@ -10,30 +9,10 @@ const Home: NextPage = () => {
<h1 className="text-4xl font-bold mb-8 text-primary-content bg-primary inline-block p-2">Welcome</h1>
<div>
<p className="mt-0">
We're running an experiment to fund focused, high-leverage open-source work by providing streams to builders
rewarding them for their ongoing contributions to BuidlGuidl and the Ethereum Ecosystem.
</p>
<p>
Our emphasis is on quality over quantity, striving for well-crafted products. Our approach embraces
iteration, refining our builds while fostering a culture of continuous learning and improvement.
</p>
<p>
<Link href="/members" className="link link-primary">
Members
</Link>{" "}
contributing to any of the active{" "}
<Link href="/projects" className="link link-primary">
projects
</Link>{" "}
can submit their work and claim grant streams, while showcasing their contributions to the public.
</p>
<p>This initiative is made possible by BuidlGuidl!</p>
<p>
Read more at the{" "}
<Link href="/faq" className="link link-primary">
F.A.Q
</Link>
Funding high leverage BuidlGuidl members for their designs, social media contributions, and other media
related work.
</p>
<p>Made possible by the BuidlGuidl!</p>
</div>
<div className="mb-10">
<StreamContractInfo />
Expand Down
Binary file added packages/nextjs/public/favicon.ico
Binary file not shown.
Binary file removed packages/nextjs/public/favicon.png
Binary file not shown.

0 comments on commit 856fb93

Please sign in to comment.