Skip to content

Commit

Permalink
this time without typewriter
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyRogerz committed Jan 29, 2024
1 parent 49ca0c1 commit 34bcf3e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 24 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/particleOptionsTSX.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const options: ISourceOptions = {
zIndex: 0,
},
background: {
image: "linear-gradient(19deg, #FFFFFF 0%, #93BBFB 100%)",
image: "linear-gradient(19deg, #34EEB6 0%, #7F5AF0 100%)",
},
particles: {
number: {
Expand Down Expand Up @@ -37,7 +37,7 @@ export const options: ISourceOptions = {
},
},
opacity: {
value: 0.25,
value: 0.5,
random: true,
anim: {
enable: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/pages/builders/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const BuilderPage: NextPage = () => {
const builders = firstTimeCheckInEvents?.map(({ args: { builder } }) => builder);

return (
<div className="w-full flex justify-center items-center">
<div className="w-full flex justify-center items-center bg-gradient-to-r from-blue-500 to-purple-500">
<div className="flex-col m-10 col-span-1 lg:col-span-2 flex flex-col gap-6">
{error && <h3>Had a problem fetching builder data</h3>}
<div className="z-10">
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/pages/debug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Debug: NextPage = () => {
title="Debug Contracts | Scaffold-ETH 2"
description="Debug your deployed 🏗 Scaffold-ETH 2 contracts in an easy way"
/>
<div className="flex flex-col gap-y-6 lg:gap-y-8 py-8 lg:py-12 justify-center items-center">
<div className="flex flex-col gap-y-6 lg:gap-y-8 py-8 lg:py-12 justify-center items-center bg-gradient-to-r from-blue-500 to-purple-500">
{contractNames.length === 0 ? (
<p className="text-3xl mt-14">No contracts found!</p>
) : (
Expand Down Expand Up @@ -66,7 +66,7 @@ const Debug: NextPage = () => {
</>
)}
</div>
<div className="text-center mt-8 bg-secondary p-10">
<div className="text-center mt-8 p-10">
<h1 className="text-4xl my-0">Debug Contracts</h1>
<p className="text-neutral">
You can debug & interact with your deployed contracts here.
Expand Down
16 changes: 8 additions & 8 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Home: NextPage = () => {
<div className="px-5">
<h1 className="text-center mb-8">
<span className="block text-2xl mb-2">Welcome to the</span>
<span className="block text-4xl font-bold">Buidl Guidl Batch 1</span>
<span className="block text-4xl font-bold">Buidl Guidl Batch 1 🏗️</span>
<div className="flex items-center flex-col">
<br></br>
<Image
Expand All @@ -50,23 +50,23 @@ const Home: NextPage = () => {
</p>
</div>

<div className="flex-grow bg-base-300 w-full mt-16 px-8 py-12">
<div className="flex-grow w-full mt-16 px-8 py-12">
<div className="flex justify-center items-center gap-12 flex-col sm:flex-row">
<div className="flex flex-col bg-base-100 px-10 py-10 text-center items-center max-w-xs rounded-3xl">
<BugAntIcon className="h-8 w-8 fill-secondary" />
<div className="flex flex-col bg-white bg-opacity-75 px-10 py-10 text-center items-center max-w-xs rounded-3xl shadow-lg">
<BugAntIcon className="h-8 w-8 fill-secondary text-blue-500" />
<p>
Tinker with your smart contract using the{" "}
<Link href="/debug" passHref className="link">
<Link href="/debug" passHref className="link text-blue-500">
Debug Contract
</Link>{" "}
tab.
</p>
</div>
<div className="flex flex-col bg-base-100 px-10 py-10 text-center items-center max-w-xs rounded-3xl">
<MagnifyingGlassIcon className="h-8 w-8 fill-secondary" />
<div className="flex flex-col bg-white bg-opacity-75 px-10 py-10 text-center items-center max-w-xs rounded-3xl shadow-lg">
<MagnifyingGlassIcon className="h-8 w-8 fill-secondary text-purple-500" />
<p>
Explore your local transactions with the{" "}
<Link href="/blockexplorer" passHref className="link">
<Link href="/blockexplorer" passHref className="link text-purple-500">
Block Explorer
</Link>{" "}
tab.
Expand Down
23 changes: 12 additions & 11 deletions packages/nextjs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ module.exports = {
themes: [
{
scaffoldEth: {
primary: "#93BBFB",
"primary-content": "#212638",
secondary: "#DAE8FF",
primary: "#7F5AF0", // Acidic purple
"primary-content": "#F9FBFF",
secondary: "#34EEB6", // Acidic blue
"secondary-content": "#212638",
accent: "#93BBFB",
accent: "#FDD835", // Yellow
"accent-content": "#212638",
neutral: "#212638",
"neutral-content": "#ffffff",
Expand All @@ -21,9 +21,9 @@ module.exports = {
"base-300": "#DAE8FF",
"base-content": "#212638",
info: "#93BBFB",
success: "#177E5F",
success: "#34EEB6",
warning: "#FFCF72",
error: "#E00000",
error: "#FF8863",

"--rounded-btn": "9999rem",

Expand All @@ -40,16 +40,16 @@ module.exports = {
},
{
scaffoldEthDark: {
primary: "#212638",
primary: "#3a10bb",
"primary-content": "#F9FBFF",
secondary: "#323f61",
secondary: "#FDD835",
"secondary-content": "#F9FBFF",
accent: "#4969A6",
accent: "#FDD835", // Brighter yellow
"accent-content": "#F9FBFF",
neutral: "#F9FBFF",
"neutral-content": "#385183",
"base-100": "#385183",
"base-200": "#2A3655",
"base-100": "#3a10bb",
"base-200": "#212638",
"base-300": "#212638",
"base-content": "#F9FBFF",
info: "#385183",
Expand Down Expand Up @@ -84,3 +84,4 @@ module.exports = {
},
},
};

0 comments on commit 34bcf3e

Please sign in to comment.